Downgrade Prisma vers 7.6.0 pour passer le build Dokploy
All checks were successful
Build and Push App / build (push) Successful in 2m57s
All checks were successful
Build and Push App / build (push) Successful in 2m57s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user