Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit b4d0938

Browse files
committed
update to Agular 5 beta 4
1 parent 81a1f0c commit b4d0938

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package-lock.json

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Angular-webpack-skeleton",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"author": "Stefano Cappa",
55
"description": "Angular skeleton with webpack",
66
"license": "MIT",
@@ -45,16 +45,16 @@
4545
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info"
4646
},
4747
"dependencies": {
48-
"@angular/animations": "^4.3.1",
49-
"@angular/common": "^4.3.1",
50-
"@angular/compiler": "^4.3.1",
51-
"@angular/core": "^4.3.1",
52-
"@angular/forms": "^4.3.1",
53-
"@angular/http": "^4.3.1",
54-
"@angular/platform-browser": "^4.3.1",
55-
"@angular/platform-browser-dynamic": "^4.3.1",
56-
"@angular/platform-server": "^4.3.1",
57-
"@angular/router": "^4.3.1",
48+
"@angular/animations": "^5.0.0-beta.3",
49+
"@angular/common": "^5.0.0-beta.3",
50+
"@angular/compiler": "^5.0.0-beta.3",
51+
"@angular/core": "^5.0.0-beta.3",
52+
"@angular/forms": "^5.0.0-beta.3",
53+
"@angular/http": "^5.0.0-beta.3",
54+
"@angular/platform-browser": "^5.0.0-beta.3",
55+
"@angular/platform-browser-dynamic": "^5.0.0-beta.3",
56+
"@angular/platform-server": "^5.0.0-beta.3",
57+
"@angular/router": "^5.0.0-beta.3",
5858
"@angularclass/idle-preload": "^1.0.4",
5959
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.30",
6060
"@ngrx/store": "^4.0.0",
@@ -76,7 +76,7 @@
7676
"zone.js": "^0.8.16"
7777
},
7878
"devDependencies": {
79-
"@angular/compiler-cli": "^4.3.1",
79+
"@angular/compiler-cli": "^5.0.0-beta.3",
8080
"@angularclass/hmr": "^2.1.3",
8181
"@angularclass/hmr-loader": "^3.0.4",
8282
"@ngrx/store-devtools": "^4.0.0",

0 commit comments

Comments
 (0)