We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1095c89 commit c578f38Copy full SHA for c578f38
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "deployment-example-prisma-vercel",
3
"dependencies": {
4
- "@prisma/client": "3.15.2",
+ "@prisma/client": "6.16.3",
5
"next": "13.5.11",
6
"react": "18.3.1",
7
"react-dom": "18.3.1"
@@ -15,6 +15,6 @@
15
"prisma:migrate": "DATABASE_URL=\"$MIGRATE_DATABASE_URL\" prisma migrate deploy"
16
},
17
"devDependencies": {
18
- "prisma": "3.15.2"
+ "prisma": "6.16.3"
19
}
20
0 commit comments