Downgrade Prisma vers 7.6.0 pour passer le build Dokploy
All checks were successful
Build and Push App / build (push) Successful in 2m57s

This commit is contained in:
2026-04-20 12:05:58 +02:00
parent 654a33c3a9
commit 144bf2133f
2 changed files with 61 additions and 38 deletions

View File

@@ -17,16 +17,16 @@
"dependencies": {
"@google/genai": "^1.30.0",
"@prisma/adapter-pg": "^7.7.0",
"@prisma/client": "^7.7.0",
"@prisma/client": "^7.6.0",
"@prisma/config": "^7.7.0",
"@tailwindcss/typography": "^0.5.19",
"@types/pg": "^8.16.0",
"bcryptjs": "^3.0.3",
"dotenv": "^17.3.1",
"lucide-react": "^0.554.0",
"next": "^16.1.6",
"dotenv": "^17.3.1",
"pg": "^8.19.0",
"prisma": "^7.7.0",
"prisma": "^7.6.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0",