Skip to content

Commit

Permalink
chore: Add Next to peerDeps & bump to 12.2.5 in devDeps (#5384)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLarge committed Sep 24, 2022
1 parent 902bf92 commit 715aad9
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 33 deletions.
3 changes: 2 additions & 1 deletion packages/next-auth/package.json
Expand Up @@ -78,6 +78,7 @@
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "12.2.5",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
Expand Down Expand Up @@ -118,7 +119,7 @@
"jest-environment-jsdom": "^28.1.1",
"jest-watch-typeahead": "^1.1.0",
"msw": "^0.42.3",
"next": "12.2.0",
"next": "12.2.5",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6",
Expand Down

0 comments on commit 715aad9

Please sign in to comment.