Skip to content

Commit 89bdf3c

Browse files
committed
adding next 15 support
1 parent 6832803 commit 89bdf3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-auth-pubkey",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"type": "module",
55
"description": "A light-weight Lightning and Nostr auth provider for your Next.js app that's entirely self-hosted and plugs seamlessly into the next-auth framework.",
66
"license": "ISC",
@@ -58,7 +58,7 @@
5858
"node": ">=14"
5959
},
6060
"peerDependencies": {
61-
"next": "^12.2.5 || ^13 || ^14",
61+
"next": "^12.2.5 || ^13 || ^14 || ^15",
6262
"next-auth": "^4",
6363
"react": "^17.0.2 || ^18",
6464
"react-dom": "^17.0.2 || ^18"

0 commit comments

Comments
 (0)