Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 2006aca commit 7f05498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deployment-example-prisma-vercel",
"dependencies": {
"@prisma/client": "3.15.2",
"@prisma/client": "5.16.1",
"next": "13.5.6",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand All @@ -15,6 +15,6 @@
"prisma:migrate": "DATABASE_URL=\"$MIGRATE_DATABASE_URL\" prisma migrate deploy"
},
"devDependencies": {
"prisma": "3.15.2"
"prisma": "5.16.1"
}
}

0 comments on commit 7f05498

Please sign in to comment.