Client: fix angular stack version
This commit is contained in:
parent
65710e2ff9
commit
e7661bb134
|
@ -18,14 +18,14 @@
|
|||
},
|
||||
"license": "GPLv3",
|
||||
"dependencies": {
|
||||
"@angular/common": "^2.3.0",
|
||||
"@angular/compiler": "^2.3.0",
|
||||
"@angular/core": "^2.3.0",
|
||||
"@angular/forms": "^2.3.0",
|
||||
"@angular/http": "^2.3.0",
|
||||
"@angular/platform-browser": "^2.3.0",
|
||||
"@angular/platform-browser-dynamic": "^2.3.0",
|
||||
"@angular/router": "^3.0.0",
|
||||
"@angular/common": "~2.3.0",
|
||||
"@angular/compiler": "~2.3.0",
|
||||
"@angular/core": "~2.3.0",
|
||||
"@angular/forms": "~2.3.0",
|
||||
"@angular/http": "~2.3.0",
|
||||
"@angular/platform-browser": "~2.3.0",
|
||||
"@angular/platform-browser-dynamic": "~2.3.0",
|
||||
"@angular/router": "~3.3.0",
|
||||
"@angularclass/hmr": "^1.2.0",
|
||||
"@angularclass/hmr-loader": "^3.0.2",
|
||||
"@types/core-js": "^0.9.28",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"raw-loader": "^0.5.1",
|
||||
"reflect-metadata": "0.1.8",
|
||||
"resolve-url-loader": "^1.6.0",
|
||||
"rxjs": "^5.0.0-rc.5",
|
||||
"rxjs": "~5.0.0-rc.5",
|
||||
"sass-loader": "^4.0.2",
|
||||
"script-ext-html-webpack-plugin": "^1.3.2",
|
||||
"source-map-loader": "^0.1.5",
|
||||
|
@ -77,7 +77,7 @@
|
|||
"webpack-merge": "^0.15.0",
|
||||
"webpack-notifier": "^1.3.0",
|
||||
"webtorrent": "^0.98.0",
|
||||
"zone.js": "^0.7.2"
|
||||
"zone.js": "~0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"codelyzer": "0.0.28",
|
||||
|
|
Loading…
Reference in New Issue