fix(core): update

This commit is contained in:
2019-04-08 19:42:23 +02:00
parent 431179f10d
commit c28b25883e
5 changed files with 360 additions and 66 deletions

View File

@@ -14,13 +14,16 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@gitzone/tstest": "^1.0.19",
"@pushrocks/smartspawn": "^2.0.4",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"@types/node": "^11.13.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartrx": "^2.0.3",
"@types/node-ipc": "^9.1.1",
"node-ipc": "^9.1.1"
}