fix(core): update

This commit is contained in:
2019-09-23 16:26:38 +02:00
parent 68fb3ed643
commit 50eff3fbd5
5 changed files with 152 additions and 241 deletions

View File

@@ -17,11 +17,11 @@
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.11",
"@types/node": "^12.6.8",
"tslint": "^5.18.0",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.5",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
@@ -30,18 +30,19 @@
"@pushrocks/smartfile": "^7.0.4",
"@pushrocks/smartlog": "^2.0.19",
"@pushrocks/smartlog-destination-local": "^8.0.2",
"@pushrocks/smartshell": "^2.0.23",
"typedoc": "^0.14.2",
"typescript": "^3.5.3"
"@pushrocks/smartshell": "^2.0.25",
"typedoc": "^0.15.0",
"typescript": "^3.6.3"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}
}