fix(core): update

This commit is contained in:
2019-05-23 23:29:36 +02:00
parent a6f164602c
commit 76f2126eb3
6 changed files with 76 additions and 56 deletions

View File

@@ -26,16 +26,16 @@
"devDependencies": {
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.20",
"@gitzone/tstest": "^1.0.21",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^12.0.2",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartexit": "^1.0.8",
"@pushrocks/smartexit": "^1.0.10",
"@pushrocks/smartpromise": "^3.0.2",
"@types/which": "^1.3.1",
"which": "^1.3.1"
}
}
}