Skip to content

Commit

Permalink
chore: specify next^14 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekonyx committed Jan 17, 2024
1 parent 15c510e commit 588adf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"watch": "tsc -w"
},
"peerDependencies": {
"next": "^13.3.4",
"next": "^13.3.4 || ^14",
"next-auth": "^4.22.1",
"openid-client": "^5.4.2"
},
Expand Down

0 comments on commit 588adf4

Please sign in to comment.