fix(core): update

This commit is contained in:
2019-05-10 17:03:07 +02:00
parent 7109b666f5
commit 0689e33ae6
5 changed files with 226 additions and 107 deletions

View File

@@ -24,14 +24,15 @@
"@pushrocks/smartlog": "^2.0.19",
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/taskbuffer": "^2.0.7",
"smartlodash": "^1.0.1"
"@pushrocks/taskbuffer": "^2.0.7"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.20",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^12.0.0"
"@types/node": "^12.0.0",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0"
}
}