Skip to content

Commit cbccb61

Browse files
fix(deps): update prisma monorepo to v4
1 parent 01ddca8 commit cbccb61

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": "4.3.1",
55
"next": "12.3.1",
66
"react": "18.2.0",
77
"react-dom": "18.2.0"
@@ -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": "4.3.1"
1919
}
2020
}

0 commit comments

Comments
 (0)