Skip to content

Commit

Permalink
Update dependencies in package.json (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi authored Apr 25, 2024
2 parents 24234f0 + 4a5e705 commit 7d9ff65
Show file tree
Hide file tree
Showing 5 changed files with 385 additions and 723 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minionah",
"version": "0.0.1",
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.0.6",
"scripts": {
"dev": "dotenv -e .env.development -- vite dev",
"build": "vite build",
Expand Down Expand Up @@ -39,7 +39,7 @@
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte-check": "^3.7.0",
"svelte-headless-table": "^0.18.2",
"svelte-highlight": "^7.6.0",
"tailwindcss": "^3.4.3",
Expand All @@ -49,9 +49,9 @@
},
"type": "module",
"dependencies": {
"@prisma/client": "5.12.1",
"@prisma/client": "5.13.0",
"@prisma/extension-accelerate": "^1.0.0",
"@sentry/sveltekit": "^7.111.0",
"@sentry/sveltekit": "^7.112.2",
"@tiptap/core": "^2.3.0",
"@tiptap/extension-bubble-menu": "^2.3.0",
"@tiptap/extension-character-count": "^2.3.0",
Expand All @@ -63,21 +63,21 @@
"@vercel/speed-insights": "^1.0.10",
"bits-ui": "^0.21.4",
"cloudinary": "^2.2.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.17",
"css-tree": "^2.3.1",
"date-fns": "^3.6.0",
"fast-average-color-node": "^3.0.0",
"firebase": "^10.11.0",
"firebase": "^10.11.1",
"firebase-admin": "^12.1.0",
"formsnap": "^1.0.0",
"headview3d": "^3.0.2",
"lucia": "^3.1.1",
"lucide-svelte": "^0.372.0",
"lucia": "^3.2.0",
"lucide-svelte": "^0.373.0",
"mode-watcher": "^0.3.0",
"numerable": "^0.3.15",
"oslo": "^1.2.0",
"prisma": "^5.12.1",
"prisma": "^5.13.0",
"pusher": "^5.2.0",
"pusher-js": "8.4.0-rc2",
"skinview3d": "^3.0.1",
Expand All @@ -86,9 +86,9 @@
"svelte-persisted-store": "^0.9.2",
"svelte-sonner": "^0.3.22",
"sveltekit-rate-limiter": "^0.5.1",
"sveltekit-superforms": "^2.12.5",
"sveltekit-superforms": "^2.12.6",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"zod": "^3.23.0"
"zod": "^3.23.4"
}
}
}
Loading

0 comments on commit 7d9ff65

Please sign in to comment.