Skip to content

Commit

Permalink
upgrade dependencies (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey authored Aug 24, 2024
1 parent 1a8a9af commit 7032c2d
Show file tree
Hide file tree
Showing 2 changed files with 1,047 additions and 1,018 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,63 +16,63 @@
"seed": "node prisma/seed.js"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@floating-ui/dom": "^1.6.7",
"@eslint/js": "^9.9.1",
"@floating-ui/dom": "^1.6.10",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.7",
"@types/eslint": "^9.6.0",
"@types/metascraper": "^5.14.3",
"@types/node": "^20.14.11",
"@types/node": "^20.16.1",
"@types/nodemailer": "^6.4.15",
"@types/pulltorefreshjs": "^0.1.7",
"@vite-pwa/sveltekit": "^0.6.0",
"autoprefixer": "^10.4.19",
"@vite-pwa/sveltekit": "^0.6.1",
"autoprefixer": "^10.4.20",
"eslint-plugin-svelte": "^2.43.0",
"fuzzysort": "^3.0.2",
"globals": "^15.9.0",
"postcss": "^8.4.39",
"postcss": "^8.4.41",
"postcss-load-config": "^5.1.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"pulltorefreshjs": "^0.1.22",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.10",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.0",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.1",
"vite-plugin-tailwind-purgecss": "^0.3.3"
},
"type": "module",
"dependencies": {
"@lucia-auth/adapter-prisma": "^4.0.1",
"@metascraper/helpers": "^5.45.10",
"@metascraper/helpers": "^5.45.22",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.17.0",
"@prisma/client": "^5.18.0",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"got-scraping": "^4.0.6",
"handlebars": "^4.7.8",
"lucia": "^3.2.0",
"metascraper": "^5.45.19",
"metascraper-amazon": "^5.45.10",
"metascraper-image": "^5.45.10",
"metascraper-title": "^5.45.10",
"metascraper-url": "^5.45.10",
"metascraper": "^5.45.23",
"metascraper-amazon": "^5.45.22",
"metascraper-image": "^5.45.22",
"metascraper-title": "^5.45.22",
"metascraper-url": "^5.45.22",
"nodemailer": "^6.9.14",
"oslo": "^1.2.1",
"prisma": "^5.17.0",
"sharp": "^0.33.4",
"prisma": "^5.18.0",
"sharp": "^0.33.5",
"zod": "^3.23.8"
},
"engines": {
Expand Down
Loading

0 comments on commit 7032c2d

Please sign in to comment.