Skip to content

Commit

Permalink
feat(deps): move next-auth to peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Oct 31, 2022
1 parent b04ab43 commit 583fe88
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -55,9 +55,11 @@
"release": "bumpp && npm publish",
"dev:playground": "nr --filter playground dev"
},
"peerDependencies": {
"next-auth": "^4.10.0"
},
"dependencies": {
"fastify-plugin": "^3.0.1",
"next-auth": "^4.10.0",
"node-fetch-native": "^0.1.4"
},
"devDependencies": {
Expand All @@ -71,6 +73,7 @@
"bumpp": "^8.2.1",
"eslint": "^8.16.0",
"fastify": "4.0.0",
"next-auth": "^4.15.0",
"pnpm": "^7.3.0",
"tsup": "5.11.13",
"tsx": "^3.4.2",
Expand Down
52 changes: 25 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 583fe88

Please sign in to comment.