chore: städa .env, uppdatera Prisma till 7.7.0

This commit is contained in:
Nils-Johan Gynther
2026-04-15 20:46:36 +02:00
parent 9ae263e77e
commit 944a670a84
2 changed files with 2 additions and 10 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": "^6.12.0",
"@prisma/client": "^7.7.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": "^6.12.0",
"prisma": "^7.7.0",
"typescript": "^5.4.5"
}
}