fix(core): update

This commit is contained in:
2023-09-11 10:29:01 +02:00
parent 8192cb7bf9
commit 1588c695ce
14 changed files with 5843 additions and 25979 deletions

View File

@@ -9,19 +9,19 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.26",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^16.6.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tstest": "^1.0.81",
"@gitzone/tsrun": "^1.2.44",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.6.0"
},
"dependencies": {
"@pushrocks/lik": "^4.0.20",
"@pushrocks/smartdelay": "^2.0.3"
"@push.rocks/lik": "^6.0.5",
"@push.rocks/smartdelay": "^3.0.5"
},
"browserslist": [
"last 1 chrome versions"
@@ -37,5 +37,6 @@
"cli.js",
"npmextra.json",
"readme.md"
]
],
"type": "module"
}