Skip to content

Commit

Permalink
Replace uuid with crypto, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gomander committed Nov 2, 2024
1 parent 9cad335 commit 1afea90
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 350 deletions.
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,43 +19,41 @@
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 static/images/icons/favicon.svg"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@skeletonlabs/skeleton": "^2.10.2",
"@playwright/test": "^1.48.2",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "~0.4.0",
"@sveltejs/adapter-node": "^5.2.8",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.7.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/forms": "~0.5.9",
"@tailwindcss/typography": "~0.5.15",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^22.7.8",
"@types/uuid": "^10.0.0",
"@types/node": "^22.8.6",
"@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-load-config": "^6.0.1",
"svelte": "^5.0.5",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"svelte-dnd-action": "~0.9.52",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-pwa": "~0.20.5",
"vite-plugin-tailwind-purgecss": "~0.3.3",
"vitest": "^2.1.3",
"workbox-window": "^7.1.0"
"vitest": "^2.1.4",
"workbox-window": "^7.3.0"
},
"dependencies": {
"@floating-ui/dom": "^1.6.11",
"@floating-ui/dom": "^1.6.12",
"@napi-rs/canvas": "0.1.56",
"browser-fs-access": "~0.35.0",
"canvas-confetti": "^1.9.3",
"firebase": "^11.0.0",
"firebase-admin": "^12.6.0",
"uuid": "^10.0.0",
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"validate-color": "^2.2.4",
"zod": "^3.23.8"
},
Expand Down
Loading

0 comments on commit 1afea90

Please sign in to comment.