update deps

This commit is contained in:
Chris Kruining 2024-12-02 09:16:04 +01:00
parent 9202281d4c
commit 1bf3dd3ad6
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 6 additions and 6 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -2,9 +2,9 @@
"name": "calque", "name": "calque",
"dependencies": { "dependencies": {
"@solidjs/meta": "^0.29.4", "@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0", "@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.9", "@solidjs/start": "^1.0.10",
"dexie": "^4.0.9", "dexie": "^4.0.10",
"iterator-helpers-polyfill": "^3.0.1", "iterator-helpers-polyfill": "^3.0.1",
"solid-icons": "^1.1.0", "solid-icons": "^1.1.0",
"solid-js": "^1.9.3", "solid-js": "^1.9.3",
@ -22,16 +22,16 @@
}, },
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@happy-dom/global-registrator": "^15.11.0", "@happy-dom/global-registrator": "^15.11.7",
"@sinonjs/fake-timers": "^13.0.5", "@sinonjs/fake-timers": "^13.0.5",
"@solidjs/testing-library": "^0.8.10", "@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"@types/sinonjs__fake-timers": "^8.1.5", "@types/sinonjs__fake-timers": "^8.1.5",
"@types/wicg-file-system-access": "^2023.10.5", "@types/wicg-file-system-access": "^2023.10.5",
"bun-types": "^1.1.34", "bun-types": "^1.1.38",
"jsdom": "^25.0.1", "jsdom": "^25.0.1",
"vite-plugin-pwa": "^0.21.0", "vite-plugin-pwa": "^0.21.1",
"vite-plugin-solid-svg": "^0.8.1", "vite-plugin-solid-svg": "^0.8.1",
"workbox-window": "^7.3.0" "workbox-window": "^7.3.0"
} }