Update dependencies

This commit is contained in:
Farkas József
2017-01-19 23:14:19 +01:00
parent e99d9da072
commit c237d7ab09
3 changed files with 59 additions and 53 deletions

View File

@@ -8,37 +8,37 @@
},
"license": "GPL-3.0",
"devDependencies": {
"@ngrx/store-devtools": "3.2.2",
"@ngrx/store-devtools": "3.2.3",
"@ngrx/store-log-monitor": "3.0.2",
"@types/core-js": "0.9.35",
"@types/electron": "^1.4.29",
"@types/jquery": "2.0.34",
"@types/jquery": "2.0.39",
"@types/node": "6.0.52",
"copy-webpack-plugin": "^4.0.1",
"electron": "1.4.13",
"electron": "1.4.15",
"expose-loader": "^0.7.1",
"html-loader": "0.4.4",
"node-sass": "^4.0.0",
"npm-run-all": "3.1.2",
"node-sass": "^4.3.0",
"npm-run-all": "4.0.1",
"path": "^0.12.7",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.0",
"stylelint": "^7.0.3",
"ts-loader": "^1.3.2",
"tslint": "~4.1.1",
"tslint": "~4.3.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-fail-plugin": "^1.0.5",
"webpack-svgstore-plugin": "^3.0.6"
},
"dependencies": {
"@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",
"@angular/common": "2.4.4",
"@angular/compiler": "2.4.4",
"@angular/core": "2.4.4",
"@angular/forms": "2.4.4",
"@angular/platform-browser": "2.4.4",
"@angular/platform-browser-dynamic": "2.4.4",
"@angular/router": "3.4.4",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.0",
"@ngrx/store": "2.2.1",
@@ -49,13 +49,13 @@
"font-awesome": "^4.6.3",
"jquery": "3.1.1",
"json-loader": "^0.5.4",
"ng2-dragula": "1.2.2",
"ng2-dragula": "1.3.0",
"ng2-select2": "1.0.0-beta.6",
"rxjs": "5.0.1",
"rxjs": "5.0.3",
"select2": "^4.0.3",
"typescript": "2.1.4",
"typescript": "2.1.5",
"xml-loader": "^1.1.0",
"zone.js": "0.7.4"
"zone.js": "0.7.6"
},
"scripts": {
"tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",