Skip to content

Commit

Permalink
Upgrade dependencies (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey authored Jan 15, 2025
2 parents 13d9df3 + 1385198 commit 44b9f00
Show file tree
Hide file tree
Showing 6 changed files with 1,546 additions and 1,264 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,49 +17,49 @@
"seed": "node prisma/seed.js"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@floating-ui/dom": "^1.6.12",
"@skeletonlabs/skeleton": "^2.10.3",
"@eslint/js": "^9.18.0",
"@floating-ui/dom": "^1.6.13",
"@skeletonlabs/skeleton": "^2.10.4",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tailwindcss/forms": "^0.5.9",
"@sveltejs/adapter-node": "^5.2.11",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"@types/eslint": "^9.6.1",
"@types/metascraper": "^5.14.3",
"@types/node": "^22.10.1",
"@types/node": "^22.10.6",
"@types/nodemailer": "^6.4.17",
"@types/pulltorefreshjs": "^0.1.7",
"@vite-pwa/sveltekit": "^0.6.6",
"@vite-pwa/sveltekit": "^0.6.7",
"autoprefixer": "^10.4.20",
"eslint-plugin-svelte": "^2.46.1",
"fuzzysort": "^3.1.0",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"pulltorefreshjs": "^0.1.22",
"svelte": "^5.7.1",
"svelte-check": "^4.1.1",
"svelte-dnd-action": "^0.9.52",
"svelte": "^5.18.0",
"svelte-check": "^4.1.4",
"svelte-dnd-action": "^0.9.54",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-tailwind-purgecss": "^0.3.5"
},
"type": "module",
"dependencies": {
"@lucia-auth/adapter-prisma": "^4.0.1",
"@metascraper/helpers": "^5.45.25",
"@metascraper/helpers": "^5.46.1",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^6.0.1",
"@prisma/client": "^6.2.1",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-de": "^3.0.2",
Expand All @@ -69,18 +69,18 @@
"got-scraping": "^4.0.8",
"handlebars": "^4.7.8",
"lucia": "^3.2.2",
"metascraper": "^5.45.25",
"metascraper-amazon": "^5.45.25",
"metascraper-image": "^5.45.27",
"metascraper-title": "^5.45.25",
"metascraper-url": "^5.45.25",
"metascraper": "^5.46.1",
"metascraper-amazon": "^5.46.1",
"metascraper-image": "^5.46.1",
"metascraper-title": "^5.46.1",
"metascraper-url": "^5.46.1",
"nodemailer": "^6.9.16",
"oslo": "^1.2.1",
"prisma": "^6.0.1",
"prisma": "^6.2.1",
"sharp": "^0.33.5",
"svelte-i18n": "^4.0.1",
"svelte-virtuallists": "^1.4.0",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"engines": {
"node": "^22"
Expand Down
Loading

0 comments on commit 44b9f00

Please sign in to comment.