fix(core): update

This commit is contained in:
2022-03-14 21:17:36 +01:00
parent e36af800a3
commit 3b8ac18a6c
14 changed files with 723 additions and 565 deletions

View File

@ -5,6 +5,7 @@
"description": "watch typescript projects during development",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"bin": {
@ -15,15 +16,13 @@
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tstest": "^1.0.64",
"@pushrocks/tapbundle": "^4.0.8",
"@types/node": "^17.0.21",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
"@gitzone/tsbuild": "^2.1.49",
"@gitzone/tstest": "^1.0.67",
"@pushrocks/tapbundle": "^5.0.2",
"@types/node": "^17.0.21"
},
"dependencies": {
"@gitzone/tsrun": "^1.2.18",
"@gitzone/tsrun": "^1.2.31",
"@pushrocks/early": "^3.0.3",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartchok": "^1.0.23",