Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 051f806 commit 5f8faa0
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": "6.0.0",
"next": "13.5.7",
"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": "6.0.0"
}
}

0 comments on commit 5f8faa0

Please sign in to comment.