fix: update prisma to v6 (auto-updated by postinstall)

This commit is contained in:
Romain bogdanovic 2026-03-28 18:57:56 +01:00
parent f8a76f2819
commit 5922e9998d
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"@auth/prisma-adapter": "^2.7.2",
"@aws-sdk/client-s3": "^3.600.0",
"@aws-sdk/s3-request-presigner": "^3.600.0",
"@prisma/client": "^5.22.0",
"@prisma/client": "^6.19.2",
"clsx": "^2.1.1",
"next": "15.3.0",
"next-auth": "^5.0.0-beta.22",
@ -31,7 +31,7 @@
"@types/react-dom": "^19",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"prisma": "^5.22.0",
"prisma": "^6.19.2",
"tailwindcss": "^3.4.0",
"typescript": "^5"
}