Skip to content

Commit fadd279

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

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"start": "concurrently \"npm run tsc:w\" \"nodemon server.js\""
1313
},
1414
"dependencies": {
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",
15+
"@angular/common": "4.2.2",
16+
"@angular/compiler": "4.2.2",
17+
"@angular/core": "4.2.2",
18+
"@angular/forms": "4.2.2",
19+
"@angular/http": "4.2.2",
20+
"@angular/platform-browser": "4.2.2",
21+
"@angular/platform-browser-dynamic": "4.2.2",
22+
"@angular/router": "4.2.2",
23+
"@angular/upgrade": "4.2.2",
24+
"systemjs": "0.20.14",
2525
"core-js": "2.4.1",
2626
"rxjs": "5.4.0",
2727
"zone.js": "0.8.12",
@@ -39,10 +39,10 @@
3939
"mongoose": "^4.6.8",
4040
"morgan": "~1.7.0",
4141
"serve-favicon": "~2.3.2",
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"
42+
"@angular/compiler-cli": "4.2.2",
43+
"@angular/platform-server": "4.2.2",
44+
"@angular/tsc-wrapped": "4.2.2",
45+
"@angular/animations": "4.2.2"
4646
},
4747
"devDependencies": {
4848
"concurrently": "3.4.0",
@@ -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.29"
59+
"@types/node": "7.0.31"
6060
}
6161
}

0 commit comments

Comments
 (0)