Skip to content

Commit

Permalink
fix(adapters): use correct peer dependency in Sequelize adapter (#4880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Jul 11, 2022
1 parent fa3ea37 commit 709edc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-sequelize/package.json
Expand Up @@ -29,7 +29,7 @@
"dist"
],
"peerDependencies": {
"next-auth": "workspace:*",
"next-auth": "^4",
"sequelize": "^6.6.5"
},
"devDependencies": {
Expand Down

0 comments on commit 709edc5

Please sign in to comment.