Bump dependencies

This commit is contained in:
Farkas József
2016-11-23 20:10:33 +01:00
committed by József Farkas
parent 1c50d7fe83
commit 17e144e534

View File

@@ -12,9 +12,9 @@
"@ngrx/store-log-monitor": "3.0.2", "@ngrx/store-log-monitor": "3.0.2",
"@types/core-js": "0.9.34", "@types/core-js": "0.9.34",
"@types/jquery": "2.0.34", "@types/jquery": "2.0.34",
"@types/node": "6.0.48", "@types/node": "6.0.51",
"copy-webpack-plugin": "^4.0.1", "copy-webpack-plugin": "^4.0.1",
"electron": "1.4.7", "electron": "1.4.8",
"html-loader": "0.4.4", "html-loader": "0.4.4",
"node-sass": "^3.10.1", "node-sass": "^3.10.1",
"npm-run-all": "3.1.1", "npm-run-all": "3.1.1",
@@ -30,13 +30,13 @@
"webpack-svgstore-plugin": "^2.2.2" "webpack-svgstore-plugin": "^2.2.2"
}, },
"dependencies": { "dependencies": {
"@angular/common": "2.2.1", "@angular/common": "2.3.0-beta.1",
"@angular/compiler": "2.2.1", "@angular/compiler": "2.3.0-beta.1",
"@angular/core": "2.2.1", "@angular/core": "2.3.0-beta.1",
"@angular/forms": "2.2.1", "@angular/forms": "2.3.0-beta.1",
"@angular/platform-browser": "2.2.1", "@angular/platform-browser": "2.3.0-beta.1",
"@angular/platform-browser-dynamic": "2.2.1", "@angular/platform-browser-dynamic": "2.3.0-beta.1",
"@angular/router": "3.2.1", "@angular/router": "3.3.0-beta.1",
"@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.6.26" "zone.js": "0.7.1"
}, },
"scripts": { "scripts": {
"tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"", "tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",