Skip to content

Commit

Permalink
update peerDependency requirement for @prisma/client 5.x (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
delight committed Jul 14, 2023
1 parent 7607d3b commit 84736ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .auri/$m5bch37h.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
package: "@lucia-auth/adapter-prisma" # package name
type: "patch" # "major", "minor", "patch"
---
Adjust peerDependency to solve the unmet peer dependency warning for prisma 5.x
2 changes: 1 addition & 1 deletion packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
".": "./dist/index.js"
},
"peerDependencies": {
"@prisma/client": "^4.2.0",
"@prisma/client": "^4.2.0 || ^5.0.0",
"lucia": "2.0.0-beta.5"
},
"devDependencies": {
Expand Down

0 comments on commit 84736ae

Please sign in to comment.