fix: nedgradera Prisma till 6.12.0, Prisma 7 kräver driver adapters för MySQL

This commit is contained in:
Nils-Johan Gynther
2026-04-15 21:20:35 +02:00
parent 1844368cf8
commit 2932e58531
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
"@nestjs/common": "^10.3.0",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-express": "^10.3.0",
"@prisma/client": "^7.7.0",
"@prisma/client": "6.12.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"multer": "^1.4.5-lts.2",
@@ -34,7 +34,7 @@
"@types/node": "^22.15.29",
"@types/pdf-parse": "^1.1.5",
"@types/uuid": "^10.0.0",
"prisma": "^7.7.0",
"prisma": "6.12.0",
"typescript": "^5.4.5"
}
}