Updated to Clerk Core v2

This commit is contained in:
Ahmad 2024-03-21 17:15:27 -04:00
parent c8afb179b0
commit 45e5628713
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
27 changed files with 682 additions and 625 deletions

View file

@ -12,7 +12,7 @@
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@clerk/nextjs": "^4.29.9",
"@clerk/nextjs": "^5.0.0-beta.35",
"@hello-pangea/dnd": "^16.5.0",
"@liveblocks/client": "^1.10.2",
"@liveblocks/node": "^1.11.0",
@ -35,9 +35,9 @@
"lodash": "^4.17.21",
"lucide-react": "^0.360.0",
"next": "14.1.4",
"react": "^18",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-dom": "^18.2.0",
"sonner": "^1.4.32",
"stripe": "^14.21.0",
"tailwind-merge": "^2.2.2",