update deps

This commit is contained in:
Chris Kruining 2025-06-23 16:20:24 +02:00
parent c58b597318
commit ce5b962e10
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 657 additions and 691 deletions

1306
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -6,50 +6,50 @@
"bun": ">=1"
},
"dependencies": {
"@solid-primitives/clipboard": "^1.6.0",
"@solid-primitives/destructure": "^0.2.0",
"@solid-primitives/i18n": "^2.2.0",
"@solid-primitives/scheduled": "^1.5.0",
"@solid-primitives/selection": "^0.1.0",
"@solid-primitives/storage": "^4.3.1",
"@solid-primitives/timer": "^1.4.0",
"@solid-primitives/clipboard": "^1.6.1",
"@solid-primitives/destructure": "^0.2.1",
"@solid-primitives/i18n": "^2.2.1",
"@solid-primitives/scheduled": "^1.5.1",
"@solid-primitives/selection": "^0.1.2",
"@solid-primitives/storage": "^4.3.2",
"@solid-primitives/timer": "^1.4.1",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.0",
"@solidjs/start": "^1.1.5",
"dexie": "^4.0.11",
"flag-icons": "^7.3.2",
"flag-icons": "^7.5.0",
"iterator-helpers-polyfill": "^3.0.1",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"rehype-remark": "^10.0.1",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"sitemap": "^8.0.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.4",
"ts-pattern": "^5.6.2",
"solid-js": "^1.9.7",
"ts-pattern": "^5.7.1",
"unified": "^11.0.5",
"unist-util-find": "^3.0.0",
"unist-util-visit": "^5.0.0",
"vinxi": "^0.5.3"
"vinxi": "^0.5.7"
},
"devDependencies": {
"@happy-dom/global-registrator": "^18.0.0",
"@happy-dom/global-registrator": "^18.0.1",
"@sinonjs/fake-timers": "^14.0.0",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/sinonjs__fake-timers": "^8.1.5",
"@types/wicg-file-system-access": "^2023.10.5",
"@types/wicg-file-system-access": "^2023.10.6",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-v8": "3.2.4",
"bun-types": "^1.2.2",
"jsdom": "^26.0.0",
"solid-devtools": "^0.34.0",
"vite-plugin-solid": "^2.11.2",
"bun-types": "^1.2.17",
"jsdom": "^26.1.0",
"solid-devtools": "^0.34.2",
"vite-plugin-solid": "^2.11.6",
"vite-plugin-solid-svg": "^0.8.1",
"vitest": "^3.0.6",
"vitest": "^3.2.4",
"workbox-window": "^7.3.0"
},
"scripts": {