Update Angular2 to final release
This commit is contained in:
16
package.json
16
package.json
@@ -33,13 +33,13 @@
|
|||||||
"yargs": "5.0.0"
|
"yargs": "5.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0-rc.7",
|
"@angular/common": "2.0.0",
|
||||||
"@angular/compiler": "2.0.0-rc.7",
|
"@angular/compiler": "2.0.0",
|
||||||
"@angular/core": "2.0.0-rc.7",
|
"@angular/core": "2.0.0",
|
||||||
"@angular/forms": "2.0.0-rc.7",
|
"@angular/forms": "2.0.0",
|
||||||
"@angular/platform-browser": "2.0.0-rc.7",
|
"@angular/platform-browser": "2.0.0",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
|
"@angular/platform-browser-dynamic": "2.0.0",
|
||||||
"@angular/router": "3.0.0-rc.3",
|
"@angular/router": "3.0.0",
|
||||||
"bootstrap": "^3.3.7",
|
"bootstrap": "^3.3.7",
|
||||||
"browser-stdout": "^1.3.0",
|
"browser-stdout": "^1.3.0",
|
||||||
"core-js": "2.4.1",
|
"core-js": "2.4.1",
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"sortablejs": "^1.4.2",
|
"sortablejs": "^1.4.2",
|
||||||
"typescript": "2.0.2",
|
"typescript": "2.0.2",
|
||||||
"xml-loader": "^1.1.0",
|
"xml-loader": "^1.1.0",
|
||||||
"zone.js": "0.6.21"
|
"zone.js": "0.6.23"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",
|
"tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user