fix(core): Upgraded dependencies and fixed test export issue

This commit is contained in:
2025-01-14 03:27:51 +01:00
parent 14b7db7049
commit 213e71a450
5 changed files with 8279 additions and 3933 deletions

View File

@@ -11,19 +11,21 @@
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"bundle": "(tsbundle npm)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tstest": "^1.0.80",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.6"
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsbundle": "^2.1.0",
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.5.4",
"@types/node": "^22.10.6"
},
"dependencies": {
"@api.global/typedrequest": "^3.0.1",
"@api.global/typedrequest": "^3.1.10",
"@consent.software/interfaces": "^1.0.11",
"@push.rocks/smarttime": "^4.0.5",
"@push.rocks/webstore": "^2.0.9"
"@push.rocks/smarttime": "^4.1.1",
"@push.rocks/webstore": "^2.0.20"
},
"browserslist": [
"last 1 chrome versions"