fix: update prisma to v6 (auto-updated by postinstall)
This commit is contained in:
parent
f8a76f2819
commit
5922e9998d
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue