Fix: Downgrade auf Prisma 6 für Kompatibilität
Showing
This diff is collapsed.
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| "lint": "eslint" | "lint": "eslint" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@prisma/client": "^7.2.0", | "@prisma/client": "^6.19.1", | ||
| "@radix-ui/react-label": "^2.1.8", | "@radix-ui/react-label": "^2.1.8", | ||
| "@radix-ui/react-slot": "^1.2.4", | "@radix-ui/react-slot": "^1.2.4", | ||
| "class-variance-authority": "^0.7.1", | "class-variance-authority": "^0.7.1", | ||
| ... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
| "lucide-react": "^0.562.0", | "lucide-react": "^0.562.0", | ||
| "next": "16.1.1", | "next": "16.1.1", | ||
| "next-themes": "^0.4.6", | "next-themes": "^0.4.6", | ||
| "prisma": "^7.2.0", | "prisma": "^6.19.1", | ||
| "react": "19.2.3", | "react": "19.2.3", | ||
| "react-dom": "19.2.3", | "react-dom": "19.2.3", | ||
| "tailwind-merge": "^3.4.0", | "tailwind-merge": "^3.4.0", | ||
| ... | ... |
Please register or sign in to comment