chore: upgrade angular to 5.3.9 and typescript to 2.6.2 (#605)

* chore: upgrade angular to 5.3.9 and typescript to 2.6.2

* fix electron renderer build

* fix webpack config

* format webpack.config

* fix renderer build
This commit is contained in:
Róbert Kiss
2018-04-10 19:52:58 +02:00
committed by László Monda
parent 136120b831
commit 9b815ed9c1
16 changed files with 7129 additions and 2649 deletions

View File

@@ -24,6 +24,7 @@
"@types/fs-extra": "5.0.1",
"@types/jasmine": "2.6.0",
"@types/jsonfile": "4.0.1",
"@types/jquery": "3.3.1",
"@types/node": "8.0.53",
"@types/node-hid": "0.5.2",
"@types/request": "2.0.8",
@@ -62,8 +63,8 @@
"ts-loader": "2.3.1",
"ts-node": "3.0.4",
"tslint": "5.9.1",
"typescript": "2.5.2",
"webpack": "2.4.1"
"typescript": "2.6.2",
"webpack": "3.10.0"
},
"pre-commit": [
"precommit-msg"