Skip to content

Commit

Permalink
fix: Fix next-auth peer dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Jul 26, 2023
1 parent bbdcf08 commit 0a251a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 41 deletions.
8 changes: 1 addition & 7 deletions packages/plugins/connections/connection-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,11 @@
"@swc/jest": "0.2.27",
"jest": "28.1.3",
"jest-environment-node": "28.1.3",
"next": "12.3.4",
"next-auth": "4.20.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"next"
]
}
},
"publishConfig": {
"access": "public"
}
Expand Down
8 changes: 1 addition & 7 deletions packages/plugins/plugins/plugin-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"next": "12.3.4",
"next-auth": "4.20.1"
},
"devDependencies": {
Expand All @@ -50,13 +51,6 @@
"react": "18.2.0",
"react-dom": "18.2.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"next"
]
}
},
"publishConfig": {
"access": "public"
}
Expand Down
34 changes: 7 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a251a8

Please sign in to comment.