Update angular2 to rc.5 and its router to rc.1.

Closes #70.
This commit is contained in:
József Farkas
2016-08-10 18:29:59 +02:00
parent 23b5dab284
commit baf55077ce
5 changed files with 48 additions and 21 deletions

View File

@@ -16,6 +16,7 @@
"npm-run-all": "^2.3.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.0",
"string-replace-loader": "^1.0.3",
"stylelint": "^7.0.3",
"ts-loader": "^0.8.2",
"tslint": "^3.14.0",
@@ -27,12 +28,12 @@
"yargs": "^4.8.1"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"@angular/common": "2.0.0-rc.5",
"@angular/compiler": "2.0.0-rc.5",
"@angular/core": "2.0.0-rc.5",
"@angular/platform-browser": "2.0.0-rc.5",
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
"@angular/router": "^3.0.0-rc.1",
"bootstrap": "^3.3.7",
"browser-stdout": "^1.3.0",
"es6-shim": "^0.35.1",