Update dependencies

This commit is contained in:
Farkas József
2017-02-13 20:11:23 +01:00
parent d51726a62f
commit b883853a3c

View File

@@ -11,11 +11,11 @@
"@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/electron": "^1.4.32",
"@types/jquery": "^2.0.40",
"@types/node": "^7.0.5",
"@types/usb": "^1.1.2",
"angular2-template-loader": "0.6.0",
"angular2-template-loader": "0.6.2",
"copy-webpack-plugin": "^4.0.1",
"electron": "1.4.15",
"electron-rebuild": "^1.5.5",
@@ -25,7 +25,7 @@
"npm-run-all": "4.0.1",
"path": "^0.12.7",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.0",
"sass-loader": "^5.0.1",
"stylelint": "^7.8.0",
"ts-loader": "^1.3.2",
"tslint": "~4.4.2",
@@ -35,13 +35,13 @@
"webpack-svgstore-plugin": "^3.0.6"
},
"dependencies": {
"@angular/common": "2.4.6",
"@angular/compiler": "2.4.6",
"@angular/core": "2.4.6",
"@angular/forms": "2.4.6",
"@angular/platform-browser": "2.4.6",
"@angular/platform-browser-dynamic": "2.4.6",
"@angular/router": "3.4.6",
"@angular/common": "2.4.7",
"@angular/compiler": "2.4.7",
"@angular/core": "2.4.7",
"@angular/forms": "2.4.7",
"@angular/platform-browser": "2.4.7",
"@angular/platform-browser-dynamic": "2.4.7",
"@angular/router": "3.4.7",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.0",
"@ngrx/store": "2.2.1",
@@ -53,10 +53,10 @@
"jquery": "3.1.1",
"json-loader": "^0.5.4",
"ng2-dragula": "1.3.0",
"ng2-select2": "1.0.0-beta.7",
"rxjs": "5.1.0",
"ng2-select2": "1.0.0-beta.10",
"rxjs": "5.1.1",
"select2": "^4.0.3",
"typescript": "2.1.5",
"typescript": "2.1.6",
"usb": "git+https://github.com/aktary/node-usb.git",
"xml-loader": "^1.1.0",
"zone.js": "0.7.6"