fix(core): update

This commit is contained in:
2018-09-30 22:36:30 +02:00
parent 7750f1fbf5
commit 4b87004478
4 changed files with 95 additions and 327 deletions

View File

@ -28,17 +28,17 @@
"dependencies": {
"@pushrocks/lik": "^3.0.1",
"@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartparam": "^1.0.4",
"@pushrocks/smartpromise": "^2.0.5",
"@types/yargs": "^11.1.1",
"rxjs": "^6.3.0",
"smartparam": "1.0.2",
"yargs": "^12.0.1"
"rxjs": "^6.3.2",
"yargs": "^12.0.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.9.4"
}
}