Update Angular2 to final release

This commit is contained in:
Farkas József
2016-09-16 22:34:04 +02:00
parent de838ed545
commit 2d38d8e4fb

View File

@@ -33,13 +33,13 @@
"yargs": "5.0.0"
},
"dependencies": {
"@angular/common": "2.0.0-rc.7",
"@angular/compiler": "2.0.0-rc.7",
"@angular/core": "2.0.0-rc.7",
"@angular/forms": "2.0.0-rc.7",
"@angular/platform-browser": "2.0.0-rc.7",
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
"@angular/router": "3.0.0-rc.3",
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"bootstrap": "^3.3.7",
"browser-stdout": "^1.3.0",
"core-js": "2.4.1",
@@ -55,7 +55,7 @@
"sortablejs": "^1.4.2",
"typescript": "2.0.2",
"xml-loader": "^1.1.0",
"zone.js": "0.6.21"
"zone.js": "0.6.23"
},
"scripts": {
"tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",