fix(core): update

This commit is contained in:
2018-12-02 15:39:52 +01:00
parent 1edda548a1
commit 4df1274094
5 changed files with 262 additions and 56 deletions

View File

@@ -13,16 +13,18 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.9.4"
"@types/node": "^10.12.11",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/smarterror": "^2.0.1",
"@pushrocks/smarthash": "^2.0.0",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smarttime": "^2.0.2"
"@pushrocks/smarttime": "^3.0.5"
}
}