Update to Angular 2

This commit is contained in:
kiswa 2016-09-15 22:03:47 +00:00
parent 3c51486f3e
commit 477d5cd9bd

View File

@ -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",