Skip to content

Commit e0e8065

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Update Angular
1 parent 95b2cea commit e0e8065

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/package.json

Lines changed: 12 additions & 12 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.4",
16-
"@angular/compiler": "2.4.4",
17-
"@angular/core": "2.4.4",
18-
"@angular/forms": "2.4.4",
19-
"@angular/http": "2.4.4",
20-
"@angular/platform-browser": "2.4.4",
21-
"@angular/platform-browser-dynamic": "2.4.4",
22-
"@angular/router": "3.4.4",
23-
"@angular/upgrade": "2.4.4",
24-
"systemjs": "0.19.43",
15+
"@angular/common": "2.4.6",
16+
"@angular/compiler": "2.4.6",
17+
"@angular/core": "2.4.6",
18+
"@angular/forms": "2.4.6",
19+
"@angular/http": "2.4.6",
20+
"@angular/platform-browser": "2.4.6",
21+
"@angular/platform-browser-dynamic": "2.4.6",
22+
"@angular/router": "3.4.6",
23+
"@angular/upgrade": "2.4.6",
24+
"systemjs": "0.20.5",
2525
"core-js": "^2.4.1",
2626
"reflect-metadata": "^0.1.9",
27-
"rxjs": "5.0.3",
27+
"rxjs": "5.1.0",
2828
"zone.js": "^0.7.6",
2929
"cookie-parser": "^1.4.3",
3030
"body-parser": "^1.15.2",
@@ -54,6 +54,6 @@
5454
"gulp-uglify": "^2.0.0",
5555
"run-sequence": "^1.2.2",
5656
"@types/core-js": "^0.9.35",
57-
"@types/node": "^7.0.0"
57+
"@types/node": "^7.0.5"
5858
}
5959
}

0 commit comments

Comments
 (0)