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 b310906 commit 323509fCopy full SHA for 323509f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "deployment-example-prisma-vercel",
3
"dependencies": {
4
- "@prisma/client": "3.15.2",
+ "@prisma/client": "4.0.0",
5
"next": "12.2.1",
6
"react": "18.2.0",
7
"react-dom": "18.2.0"
@@ -15,6 +15,6 @@
15
"prisma:migrate": "DATABASE_URL=\"$MIGRATE_DATABASE_URL\" prisma migrate deploy"
16
},
17
"devDependencies": {
18
- "prisma": "3.15.2"
+ "prisma": "4.0.0"
19
}
20
0 commit comments