Update dependencies (#344)

* Update angular to 4.2.6

* Update rxjs

* Update webpack

* Update type definitions

* Update tslint
This commit is contained in:
József Farkas
2017-07-09 22:10:47 +02:00
committed by László Monda
parent d06892912f
commit e57a2f8637
14 changed files with 304 additions and 187 deletions

View File

@@ -16,12 +16,12 @@
"devDependencies": {
"@ngrx/store-devtools": "3.2.4",
"@ngrx/store-log-monitor": "3.0.2",
"@types/core-js": "0.9.35",
"@types/core-js": "0.9.42",
"@types/electron-devtools-installer": "^2.0.2",
"@types/electron-settings": "^3.0.0",
"@types/file-saver": "0.0.1",
"@types/jquery": "3.2.1",
"@types/node": "^6.0.78",
"@types/jquery": "^3.2.6",
"@types/node": "^8.0.9",
"@types/node-hid": "^0.5.2",
"@types/usb": "^1.1.3",
"angular2-template-loader": "0.6.2",
@@ -44,20 +44,20 @@
"standard-version": "^4.0.0",
"stylelint": "^7.12.0",
"ts-loader": "^2.0.3",
"tslint": "~5.4.3",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4",
"tslint": "~5.5.0",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.1",
"webpack-svgstore-plugin": "4.0.1"
},
"dependencies": {
"@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",
"@angular/animations": "4.2.6",
"@angular/common": "4.2.6",
"@angular/compiler": "4.2.6",
"@angular/core": "4.2.6",
"@angular/forms": "4.2.6",
"@angular/platform-browser": "4.2.6",
"@angular/platform-browser-dynamic": "4.2.6",
"@angular/router": "4.2.6",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.3",
"@ngrx/router-store": "^1.2.6",
@@ -81,7 +81,7 @@
"ngrx-store-freeze": "^0.1.9",
"node-hid": "0.5.4",
"reselect": "3.0.1",
"rxjs": "^5.4.1",
"rxjs": "^5.4.2",
"select2": "^4.0.3",
"sudo-prompt": "^7.0.0",
"typescript": "2.3.4",