chore: downgrade prisma to v6 to fix coolify build error and add ioredis

This commit is contained in:
2026-06-16 19:51:58 +03:00
parent 6fa7cc6630
commit d512a4fdcf
2 changed files with 232 additions and 669 deletions
+229 -667
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -10,12 +10,13 @@
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@prisma/client": "^7.8.0",
"@prisma/client": "^6.19.3",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.10.0",
"clsx": "^2.1.1",
"developer-icons": "^7.0.1",
"framer-motion": "^12.40.0",
"ioredis": "^5.11.1",
"lucide-react": "^1.18.0",
"next": "16.2.9",
"next-auth": "^5.0.0-beta.31",
@@ -35,7 +36,7 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"prisma": "^7.8.0",
"prisma": "^6.19.3",
"tailwindcss": "^4",
"typescript": "^5"
}