Skip to content

Commit

Permalink
fix(prisma): add support for prisma v6 (#12319)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Nov 30, 2024
1 parent 5fc548d commit b301c9c
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 125 deletions.
6 changes: 3 additions & 3 deletions packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@auth/core": "workspace:*"
},
"peerDependencies": {
"@prisma/client": ">=2.26.0 || >=3 || >=4 || >=5"
"@prisma/client": ">=2.26.0 || >=3 || >=4 || >=5 || >=6"
},
"devDependencies": {
"@prisma/client": "^5.20.0",
"@prisma/client": "^6.0.0",
"@prisma/extension-accelerate": "1.1.0",
"mongodb": "^6.9.0",
"prisma": "^5.20.0"
"prisma": "^6.0.0"
}
}
Loading

0 comments on commit b301c9c

Please sign in to comment.