Update to Angular 2
This commit is contained in:
parent
3c51486f3e
commit
477d5cd9bd
18
package.json
18
package.json
@ -27,14 +27,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/kiswa/TaskBoard#readme",
|
||||
"devDependencies": {
|
||||
"@angular/common": "2.0.0-rc.6",
|
||||
"@angular/compiler": "2.0.0-rc.6",
|
||||
"@angular/core": "2.0.0-rc.6",
|
||||
"@angular/forms": "2.0.0-rc.6",
|
||||
"@angular/http": "2.0.0-rc.6",
|
||||
"@angular/platform-browser": "2.0.0-rc.6",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
|
||||
"@angular/router": "3.0.0-rc.2",
|
||||
"@angular/common": "^2.0.0",
|
||||
"@angular/compiler": "^2.0.0",
|
||||
"@angular/core": "^2.0.0",
|
||||
"@angular/forms": "^2.0.0",
|
||||
"@angular/http": "^2.0.0",
|
||||
"@angular/platform-browser": "^2.0.0",
|
||||
"@angular/platform-browser-dynamic": "^2.0.0",
|
||||
"@angular/router": "^3.0.0",
|
||||
"bourbon": "^4.2.7",
|
||||
"bourbon-neat": "^1.8.0",
|
||||
"chai": "^3.5.0",
|
||||
@ -63,7 +63,7 @@
|
||||
"mock-browser": "^0.92.12",
|
||||
"ng2-dragula": "^1.2.0",
|
||||
"reflect-metadata": "^0.1.8",
|
||||
"rxjs": "5.0.0-beta.11",
|
||||
"rxjs": "5.0.0-beta.12",
|
||||
"scss-base": "^1.1.6",
|
||||
"systemjs": "0.19.38",
|
||||
"systemjs-builder": "0.15.31",
|
||||
|
Reference in New Issue
Block a user