Skip to content

Commit

Permalink
Try to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wundero committed Nov 5, 2024
1 parent 535e269 commit 5629546
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 501 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,54 +11,54 @@
"prisma": "prisma"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@linear/sdk": "^13.0.0",
"@formkit/auto-animate": "^0.8.2",
"@linear/sdk": "^32.0.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@planetscale/database": "^1.16.0",
"@prisma/adapter-planetscale": "^5.11.0",
"@prisma/client": "^5.11.0",
"@t3-oss/env-nextjs": "^0.8.0",
"@planetscale/database": "^1.19.0",
"@prisma/adapter-planetscale": "^5.22.0",
"@prisma/client": "^5.22.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^4.29.25",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"date-fns": "^3.3.1",
"decimal.js": "^10.4.3",
"jotai": "^2.6.4",
"jotai": "^2.10.1",
"natsort": "^2.0.3",
"next": "^14.2.10",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"next": "^14.2.16",
"next-auth": "^4.24.10",
"next-themes": "^0.4.3",
"pusher": "^5.2.0",
"pusher-js": "8.4.0-rc2",
"qrcode-generator": "^1.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"undici": "^6.11.1",
"tailwind-merge": "^2.5.4",
"undici": "^6.20.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"@types/eslint": "^8.56.12",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.1",
"eslint": "^8.56.0",
"eslint-config-next": "^13.4.13",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.16",
"postcss": "^8.4.47",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.11.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"ct3aMetadata": {
"initVersion": "7.19.0"
Expand Down
Loading

0 comments on commit 5629546

Please sign in to comment.