Downgrade angular to 2.2.3 and zone.js to 0.6.26

This commit is contained in:
Farkas József
2016-11-26 19:46:07 +01:00
parent 7c0035c971
commit c42cff71ae

View File

@@ -30,13 +30,13 @@
"webpack-svgstore-plugin": "^2.2.2" "webpack-svgstore-plugin": "^2.2.2"
}, },
"dependencies": { "dependencies": {
"@angular/common": "2.3.0-beta.1", "@angular/common": "2.2.3",
"@angular/compiler": "2.3.0-beta.1", "@angular/compiler": "2.2.3",
"@angular/core": "2.3.0-beta.1", "@angular/core": "2.2.3",
"@angular/forms": "2.3.0-beta.1", "@angular/forms": "2.2.3",
"@angular/platform-browser": "2.3.0-beta.1", "@angular/platform-browser": "2.2.3",
"@angular/platform-browser-dynamic": "2.3.0-beta.1", "@angular/platform-browser-dynamic": "2.2.3",
"@angular/router": "3.3.0-beta.1", "@angular/router": "3.2.3",
"@ngrx/core": "1.2.0", "@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.0", "@ngrx/effects": "2.0.0",
"@ngrx/store": "2.2.1", "@ngrx/store": "2.2.1",
@@ -53,7 +53,7 @@
"select2": "^4.0.3", "select2": "^4.0.3",
"typescript": "2.0.10", "typescript": "2.0.10",
"xml-loader": "^1.1.0", "xml-loader": "^1.1.0",
"zone.js": "0.7.1" "zone.js": "0.6.26"
}, },
"scripts": { "scripts": {
"tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"", "tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",