Skip to content

Commit

Permalink
update dependencies (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey authored Oct 1, 2024
1 parent 20c24ac commit e16ad1e
Show file tree
Hide file tree
Showing 2 changed files with 669 additions and 797 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,49 +16,49 @@
"seed": "node prisma/seed.js"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@floating-ui/dom": "^1.6.10",
"@eslint/js": "^9.11.1",
"@floating-ui/dom": "^1.6.11",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/adapter-node": "^5.2.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.7",
"@types/eslint": "^9.6.0",
"@tailwindcss/forms": "^0.5.9",
"@types/eslint": "^9.6.1",
"@types/metascraper": "^5.14.3",
"@types/node": "^20.16.1",
"@types/nodemailer": "^6.4.15",
"@types/node": "^20.16.10",
"@types/nodemailer": "^6.4.16",
"@types/pulltorefreshjs": "^0.1.7",
"@vite-pwa/sveltekit": "^0.6.1",
"@vite-pwa/sveltekit": "^0.6.5",
"autoprefixer": "^10.4.20",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-svelte": "^2.44.1",
"fuzzysort": "^3.0.2",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"postcss-load-config": "^5.1.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"pulltorefreshjs": "^0.1.22",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-dnd-action": "^0.9.50",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.10",
"svelte-check": "^4.0.4",
"svelte-dnd-action": "^0.9.51",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.13",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-tailwind-purgecss": "^0.3.3"
},
"type": "module",
"dependencies": {
"@lucia-auth/adapter-prisma": "^4.0.1",
"@metascraper/helpers": "^5.45.22",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.18.0",
"@prisma/client": "^5.20.0",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
Expand All @@ -70,9 +70,9 @@
"metascraper-image": "^5.45.22",
"metascraper-title": "^5.45.22",
"metascraper-url": "^5.45.22",
"nodemailer": "^6.9.14",
"nodemailer": "^6.9.15",
"oslo": "^1.2.1",
"prisma": "^5.18.0",
"prisma": "^5.20.0",
"sharp": "^0.33.5",
"zod": "^3.23.8"
},
Expand Down
Loading

0 comments on commit e16ad1e

Please sign in to comment.