Client: update angular -> 2.0.1

pull/10/merge
Chocobozzz 2016-10-01 09:20:25 +02:00
parent b81929a014
commit e5e756e2d5
1 changed files with 8 additions and 8 deletions

View File

@ -18,14 +18,14 @@
}, },
"license": "GPLv3", "license": "GPLv3",
"dependencies": { "dependencies": {
"@angular/common": "2.0.0", "@angular/common": "^2.0.0",
"@angular/compiler": "2.0.0", "@angular/compiler": "^2.0.0",
"@angular/core": "2.0.0", "@angular/core": "^2.0.0",
"@angular/forms": "2.0.0", "@angular/forms": "^2.0.0",
"@angular/http": "2.0.0", "@angular/http": "^2.0.0",
"@angular/platform-browser": "2.0.0", "@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "2.0.0", "@angular/platform-browser-dynamic": "^2.0.0",
"@angular/router": "3.0.0", "@angular/router": "^3.0.0",
"@angularclass/hmr": "^1.2.0", "@angularclass/hmr": "^1.2.0",
"@angularclass/hmr-loader": "^3.0.2", "@angularclass/hmr-loader": "^3.0.2",
"@types/core-js": "^0.9.28", "@types/core-js": "^0.9.28",