fix(core): update

This commit is contained in:
2019-04-30 13:32:36 +02:00
parent b9523d25e6
commit 334d3c0c82
2 changed files with 293 additions and 212 deletions

View File

@ -28,17 +28,17 @@
"homepage": "https://gitlab.com/pushrocks/tsn#README",
"dependencies": {
"@pushrocks/smartcli": "^3.0.7",
"@pushrocks/smartfile": "^6.0.11",
"@pushrocks/smartlog": "^2.0.9",
"@pushrocks/smartfile": "^7.0.2",
"@pushrocks/smartlog": "^2.0.19",
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"typescript": "^3.2.2"
"@pushrocks/smartpromise": "^3.0.2",
"typescript": "^3.4.5"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.17",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.12",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
"@gitzone/tsrun": "^1.2.6",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^11.13.8",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0"
}
}