Update dependencies

Angular 4.2.3
This commit is contained in:
József Farkas
2017-06-17 10:56:12 +02:00
parent 3ab808c61e
commit bd7add80cf

View File

@@ -16,13 +16,13 @@
"@ngrx/store-devtools": "3.2.4",
"@ngrx/store-log-monitor": "3.0.2",
"@types/core-js": "0.9.35",
"@types/file-saver": "0.0.0",
"@types/jquery": "^2.0.40",
"@types/node": "^6.0.70",
"@types/file-saver": "0.0.1",
"@types/jquery": "3.2.1",
"@types/node": "^6.0.78",
"@types/usb": "^1.1.3",
"angular2-template-loader": "0.6.2",
"copy-webpack-plugin": "^4.0.1",
"electron": "1.6.10",
"electron": "1.6.11",
"electron-builder": "^19.4.2",
"electron-rebuild": "^1.5.7",
"expose-loader": "^0.7.1",
@@ -35,20 +35,20 @@
"standard-version": "^4.0.0",
"stylelint": "^7.10.1",
"ts-loader": "^2.0.3",
"tslint": "~5.1.0",
"tslint": "~5.4.3",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4",
"webpack-svgstore-plugin": "4.0.0"
"webpack-svgstore-plugin": "4.0.1"
},
"dependencies": {
"@angular/animations": "4.0.3",
"@angular/common": "4.0.3",
"@angular/compiler": "4.0.3",
"@angular/core": "4.0.3",
"@angular/forms": "4.0.3",
"@angular/platform-browser": "4.0.3",
"@angular/platform-browser-dynamic": "4.0.3",
"@angular/router": "4.0.3",
"@angular/animations": "4.2.3",
"@angular/common": "4.2.3",
"@angular/compiler": "4.2.3",
"@angular/core": "4.2.3",
"@angular/forms": "4.2.3",
"@angular/platform-browser": "4.2.3",
"@angular/platform-browser-dynamic": "4.2.3",
"@angular/router": "4.2.3",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.3",
"@ngrx/router-store": "^1.2.6",
@@ -62,15 +62,15 @@
"font-awesome": "^4.6.3",
"jquery": "3.2.1",
"json-loader": "^0.5.4",
"ng2-dragula": "1.3.1",
"ng2-dragula": "1.5.0",
"ng2-select2": "1.0.0-beta.10",
"rxjs": "5.3.0",
"rxjs": "^5.4.1",
"select2": "^4.0.3",
"sudo-prompt": "^7.0.0",
"typescript": "2.3.4",
"usb": "git+https://github.com/aktary/node-usb.git",
"xml-loader": "1.2.1",
"zone.js": "0.8.5"
"zone.js": "0.8.12"
},
"scripts": {
"postinstall": "run-p build:usb \"symlink -- -i\" ",