Skip to content

Commit 2e2e06a

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Update to Angular v4
1 parent 745dd84 commit 2e2e06a

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

src/package.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"start": "concurrently \"npm run tsc:w\" \"nodemon server.js\""
1313
},
1414
"dependencies": {
15-
"@angular/common": "2.4.9",
16-
"@angular/compiler": "2.4.9",
17-
"@angular/core": "2.4.9",
18-
"@angular/forms": "2.4.9",
19-
"@angular/http": "2.4.9",
20-
"@angular/platform-browser": "2.4.9",
21-
"@angular/platform-browser-dynamic": "2.4.9",
22-
"@angular/router": "3.4.9",
23-
"@angular/upgrade": "2.4.9",
24-
"systemjs": "0.20.9",
15+
"@angular/common": "4.0.0",
16+
"@angular/compiler": "4.0.0",
17+
"@angular/core": "4.0.0",
18+
"@angular/forms": "4.0.0",
19+
"@angular/http": "4.0.0",
20+
"@angular/platform-browser": "4.0.0",
21+
"@angular/platform-browser-dynamic": "4.0.0",
22+
"@angular/router": "4.0.0",
23+
"@angular/upgrade": "4.0.0",
24+
"systemjs": "0.19.47",
2525
"core-js": "2.4.1",
2626
"rxjs": "5.2.0",
27-
"zone.js": "0.7.4",
27+
"zone.js": "0.8.5",
2828
"cookie-parser": "^1.4.3",
2929
"body-parser": "^1.15.2",
3030
"csurf": "^1.9.0",
@@ -38,7 +38,11 @@
3838
"hbs": "~4.0.1",
3939
"mongoose": "^4.6.8",
4040
"morgan": "~1.7.0",
41-
"serve-favicon": "~2.3.2"
41+
"serve-favicon": "~2.3.2",
42+
"@angular/compiler-cli": "4.0.0",
43+
"@angular/platform-server": "4.0.0",
44+
"@angular/tsc-wrapped": "4.0.0",
45+
"@angular/animations": "4.0.0"
4246
},
4347
"devDependencies": {
4448
"concurrently": "3.4.0",
@@ -52,6 +56,6 @@
5256
"gulp-sass": "^2.3.2",
5357
"gulp-uglify": "^2.0.0",
5458
"run-sequence": "^1.2.2",
55-
"@types/node": "7.0.5"
59+
"@types/node": "7.0.11"
5660
}
5761
}

0 commit comments

Comments
 (0)