Skip to content

Commit

Permalink
Update dependencies, split Vite and Vitest config files
Browse files Browse the repository at this point in the history
  • Loading branch information
gomander committed Dec 10, 2024
1 parent b536032 commit 46a353a
Show file tree
Hide file tree
Showing 5 changed files with 1,929 additions and 1,694 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,43 +19,43 @@
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 static/images/icons/favicon.svg"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.1",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "~0.4.0",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.7.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/kit": "^2.10.1",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tailwindcss/forms": "~0.5.9",
"@tailwindcss/typography": "~0.5.15",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^22.8.6",
"@types/node": "^22.10.1",
"@vite-pwa/assets-generator": "~0.2.6",
"@vite-pwa/sveltekit": "^0.6.6",
"autoprefixer": "^10.4.20",
"editorconfig": "^2.0.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"svelte": "^5.10.0",
"svelte-check": "^4.1.1",
"svelte-dnd-action": "~0.9.52",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.16",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-pwa": "~0.20.5",
"vite-plugin-tailwind-purgecss": "~0.3.3",
"vitest": "^2.1.4",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-pwa": "~0.21.1",
"vite-plugin-tailwind-purgecss": "~0.3.5",
"vitest": "^2.1.8",
"workbox-window": "^7.3.0"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@napi-rs/canvas": "0.1.56",
"@napi-rs/canvas": "~0.1.65",
"browser-fs-access": "~0.35.0",
"canvas-confetti": "^1.9.3",
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"firebase": "^11.0.2",
"firebase-admin": "^13.0.1",
"validate-color": "^2.2.4",
"zod": "^3.23.8"
"zod": "^3.24.0"
},
"engines": {
"node": ">=20",
Expand Down
Loading

0 comments on commit 46a353a

Please sign in to comment.