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 Mar 12, 2024
1 parent 4c74c52 commit 3c58991
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.11.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand All @@ -15,6 +15,6 @@
"prisma:migrate": "DATABASE_URL=\"$MIGRATE_DATABASE_URL\" prisma migrate deploy"
},
"devDependencies": {
"prisma": "3.15.2"
"prisma": "5.11.0"
}
}

0 comments on commit 3c58991

Please sign in to comment.