Skip to content

Commit cd122ae

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Update packages
1 parent 0d74dfb commit cd122ae

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/package.json

Lines changed: 18 additions & 18 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": "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",
15+
"@angular/common": "4.1.3",
16+
"@angular/compiler": "4.1.3",
17+
"@angular/core": "4.1.3",
18+
"@angular/forms": "4.1.3",
19+
"@angular/http": "4.1.3",
20+
"@angular/platform-browser": "4.1.3",
21+
"@angular/platform-browser-dynamic": "4.1.3",
22+
"@angular/router": "4.1.3",
23+
"@angular/upgrade": "4.1.3",
24+
"systemjs": "0.20.13",
2525
"core-js": "2.4.1",
26-
"rxjs": "5.2.0",
27-
"zone.js": "0.8.5",
26+
"rxjs": "5.4.0",
27+
"zone.js": "0.8.12",
2828
"cookie-parser": "^1.4.3",
2929
"body-parser": "^1.15.2",
3030
"csurf": "^1.9.0",
@@ -39,15 +39,15 @@
3939
"mongoose": "^4.6.8",
4040
"morgan": "~1.7.0",
4141
"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"
42+
"@angular/compiler-cli": "4.1.3",
43+
"@angular/platform-server": "4.1.3",
44+
"@angular/tsc-wrapped": "4.1.3",
45+
"@angular/animations": "4.1.3"
4646
},
4747
"devDependencies": {
4848
"concurrently": "3.4.0",
4949
"lite-server": "2.3.0",
50-
"typescript": "2.2.1",
50+
"typescript": "2.3.4",
5151
"del": "^2.2.2",
5252
"gulp": "^3.9.1",
5353
"gulp-concat": "^2.6.1",
@@ -56,6 +56,6 @@
5656
"gulp-sass": "^2.3.2",
5757
"gulp-uglify": "^2.0.0",
5858
"run-sequence": "^1.2.2",
59-
"@types/node": "7.0.11"
59+
"@types/node": "7.0.29"
6060
}
6161
}

0 commit comments

Comments
 (0)