Update dependencies

This commit is contained in:
Farkas József
2016-12-22 22:55:45 +01:00
parent 3cc5077f13
commit 38be204dfc

View File

@@ -15,7 +15,7 @@
"@types/jquery": "2.0.34",
"@types/node": "6.0.52",
"copy-webpack-plugin": "^4.0.1",
"electron": "1.4.12",
"electron": "1.4.13",
"expose-loader": "^0.7.1",
"html-loader": "0.4.4",
"node-sass": "^4.0.0",
@@ -32,13 +32,13 @@
"webpack-svgstore-plugin": "^3.0.6"
},
"dependencies": {
"@angular/common": "2.3.1",
"@angular/compiler": "2.3.1",
"@angular/core": "2.3.1",
"@angular/forms": "2.3.1",
"@angular/platform-browser": "2.3.1",
"@angular/platform-browser-dynamic": "2.3.1",
"@angular/router": "3.3.1",
"@angular/common": "2.4.1",
"@angular/compiler": "2.4.1",
"@angular/core": "2.4.1",
"@angular/forms": "2.4.1",
"@angular/platform-browser": "2.4.1",
"@angular/platform-browser-dynamic": "2.4.1",
"@angular/router": "3.4.1",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.0",
"@ngrx/store": "2.2.1",
@@ -50,12 +50,12 @@
"jquery": "3.1.1",
"json-loader": "^0.5.4",
"ng2-dragula": "1.2.2",
"ng2-select2": "1.0.0-beta.3",
"rxjs": "5.0.0-rc.4",
"ng2-select2": "1.0.0-beta.4",
"rxjs": "5.0.1",
"select2": "^4.0.3",
"typescript": "2.1.4",
"xml-loader": "^1.1.0",
"zone.js": "0.7.2"
"zone.js": "0.7.4"
},
"scripts": {
"tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",