Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
docs: update examples udk dependency v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enten committed Sep 24, 2018
1 parent c67716d commit 03d3db5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.0.1",
"udk": "^1.0.0-alpha.0"
"udk": "^1.0.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion examples/dev-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ts-loader": "^5.1.1",
"ts-node": "^7.0.1",
"typescript": "^3.0.3",
"udk": "^1.0.0-alpha.0",
"udk": "^1.0.0-alpha.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ts-loader": "^5.1.1",
"ts-node": "^7.0.1",
"typescript": "^3.0.3",
"udk": "^1.0.0-alpha.0",
"udk": "^1.0.0-alpha.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"rimraf": "^2.6.2",
"udk": "^1.0.0-alpha.0",
"udk": "^1.0.0-alpha.1",
"webpack": "^3.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/webpack-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node ./dist/server/main.js"
},
"devDependencies": {
"udk": "^1.0.0-alpha.0",
"udk": "^1.0.0-alpha.1",
"webpack": "^4.19.1"
}
}

0 comments on commit 03d3db5

Please sign in to comment.