Upgrade Clerk, Next.js, and React to latest versions + minor code changes

This commit is contained in:
Ahmad 2024-10-23 19:17:45 -04:00
parent a63270db0c
commit a89c9a9b02
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
31 changed files with 140 additions and 130 deletions

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@builder.io/sdk-react": "^2.0.21",
"@clerk/nextjs": "^5.7.5",
"@clerk/nextjs": "^6.0.1",
"@hello-pangea/dnd": "^17.0.0",
"@liveblocks/client": "^2.9.2",
"@liveblocks/node": "^2.9.1",
@ -28,6 +28,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tanstack/react-query": "^5.59.15",
"@vercel/analytics": "^1.3.1",
"@vercel/functions": "^1.4.2",
@ -40,10 +41,10 @@
"eslint-plugin-react-compiler": "0.0.0-experimental-7670337-20240918",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
"next": "15.0.0",
"react": "19.0.0-rc-65a56d0e-20241020",
"next": "^15.0.1",
"react": "19.0.0-rc.0",
"react-day-picker": "^9.1.3",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc.0",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"stripe": "^17.2.1",