Skip to content

Commit 0ad0463

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Version update
1 parent 9bdf63e commit 0ad0463

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,19 +12,19 @@
1212
"start": "concurrently \"npm run tsc:w\" \"nodemon server.js\""
1313
},
1414
"dependencies": {
15-
"@angular/common": "2.4.8",
16-
"@angular/compiler": "2.4.8",
17-
"@angular/core": "2.4.8",
18-
"@angular/forms": "2.4.8",
19-
"@angular/http": "2.4.8",
20-
"@angular/platform-browser": "2.4.8",
21-
"@angular/platform-browser-dynamic": "2.4.8",
22-
"@angular/router": "3.4.8",
23-
"@angular/upgrade": "2.4.8",
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",
2424
"systemjs": "0.20.9",
25-
"core-js": "^2.4.1",
25+
"core-js": "2.4.1",
2626
"rxjs": "5.2.0",
27-
"zone.js": "^0.7.7",
27+
"zone.js": "0.7.4",
2828
"cookie-parser": "^1.4.3",
2929
"body-parser": "^1.15.2",
3030
"csurf": "^1.9.0",
@@ -41,8 +41,8 @@
4141
"serve-favicon": "~2.3.2"
4242
},
4343
"devDependencies": {
44-
"concurrently": "^3.3.0",
45-
"lite-server": "^2.2.2",
44+
"concurrently": "3.4.0",
45+
"lite-server": "2.3.0",
4646
"typescript": "2.2.1",
4747
"del": "^2.2.2",
4848
"gulp": "^3.9.1",
@@ -52,7 +52,7 @@
5252
"gulp-sass": "^2.3.2",
5353
"gulp-uglify": "^2.0.0",
5454
"run-sequence": "^1.2.2",
55-
"@types/core-js": "^0.9.35",
56-
"@types/node": "^7.0.5"
55+
"@types/core-js": "0.9.35",
56+
"@types/node": "7.0.5"
5757
}
5858
}

0 commit comments

Comments
 (0)