i updated version numbers until it built properly.
This commit is contained in:
parent
35a12fee2f
commit
72cb731c44
|
@ -18,13 +18,13 @@
|
|||
},
|
||||
"license": "GPLv3",
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.1.0",
|
||||
"@angular/compiler": "~2.1.0",
|
||||
"@angular/core": "~2.1.0",
|
||||
"@angular/forms": "~2.1.0",
|
||||
"@angular/http": "~2.1.0",
|
||||
"@angular/platform-browser": "~2.1.0",
|
||||
"@angular/platform-browser-dynamic": "~2.1.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.0.0",
|
||||
"@angularclass/hmr": "^1.2.0",
|
||||
"@angularclass/hmr-loader": "^3.0.2",
|
||||
|
@ -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.1",
|
||||
"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.6.25"
|
||||
"zone.js": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"codelyzer": "0.0.28",
|
||||
|
|
Loading…
Reference in New Issue