fix(core): update

This commit is contained in:
2024-05-28 10:40:38 +02:00
parent 7402967715
commit caa1e60cf6
4 changed files with 81 additions and 56 deletions

View File

@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
@ -19,14 +19,14 @@
"@git.zone/tsrun": "^1.2.39",
"@git.zone/tstest": "^1.0.73",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^18.7.23",
"@types/node": "^20.12.12",
"why-is-node-running": "^2.2.2"
},
"dependencies": {
"@design.estate/dees-element": "^2.0.20",
"@happy-dom/global-registrator": "^8.9.0",
"@happy-dom/global-registrator": "^14.11.1",
"@push.rocks/smartpromise": "^4.0.3",
"fake-indexeddb": "^4.0.1"
"fake-indexeddb": "^6.0.0"
},
"browserslist": [
"last 1 chrome versions"