Skip to content

Commit

Permalink
fix: add next 13 as peer dependencies (#5657)
Browse files Browse the repository at this point in the history
fix: add next 13 as peer dependencies
  • Loading branch information
ThangHuuVu committed Oct 31, 2022
1 parent 733fd5f commit 777da43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5",
"next": "^12.2.5 || ^13",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
Expand Down

0 comments on commit 777da43

Please sign in to comment.