fix(core): Updated dependencies and optimized code structure

This commit is contained in:
2024-10-13 12:12:35 +02:00
parent 8872a92193
commit ef65d08a54
8 changed files with 912 additions and 945 deletions

View File

@@ -14,17 +14,16 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.65",
"@git.zone/tsbuild": "^2.1.84",
"@git.zone/tsbundle": "^2.0.7",
"@git.zone/tsrun": "^1.2.39",
"@git.zone/tsrun": "^1.2.49",
"@git.zone/tstest": "^1.0.73",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^20.12.12",
"why-is-node-running": "^2.2.2"
"@push.rocks/tapbundle": "^5.3.0",
"@types/node": "^22.7.5"
},
"dependencies": {
"@design.estate/dees-element": "^2.0.20",
"@happy-dom/global-registrator": "^14.11.1",
"@design.estate/dees-element": "^2.0.39",
"@happy-dom/global-registrator": "^15.7.4",
"@push.rocks/smartpromise": "^4.0.3",
"fake-indexeddb": "^6.0.0"
},