Skip to content

Commit 0d650f1

Browse files
fix(deps): update prisma monorepo to v6
1 parent 1095c89 commit 0d650f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deployment-example-prisma-vercel",
33
"dependencies": {
4-
"@prisma/client": "3.15.2",
4+
"@prisma/client": "6.14.0",
55
"next": "13.5.11",
66
"react": "18.3.1",
77
"react-dom": "18.3.1"
@@ -15,6 +15,6 @@
1515
"prisma:migrate": "DATABASE_URL=\"$MIGRATE_DATABASE_URL\" prisma migrate deploy"
1616
},
1717
"devDependencies": {
18-
"prisma": "3.15.2"
18+
"prisma": "6.14.0"
1919
}
2020
}

0 commit comments

Comments
 (0)