Skip to content

Commit

Permalink
Merge pull request #13 from zachelrath/patch-1
Browse files Browse the repository at this point in the history
deps: Support Next.js 14 / 15 as peer dependencies
  • Loading branch information
ypresto authored Dec 11, 2024
2 parents bfa61da + 59bd4c9 commit ca01bb0
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 @@ -27,7 +27,7 @@
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"peerDependencies": {
"next": "^14.2.11",
"next": "^14 || ^15",
"react": "^18.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit ca01bb0

Please sign in to comment.