Skip to content

Commit

Permalink
Add support for Next.js v15
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <[email protected]>
  • Loading branch information
timostamm committed Oct 31, 2024
1 parent 92dcc1a commit 1d6e519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.2.0",
"next": "^13.2.4 || ^14.2.5",
"next": "^13.2.4 || ^14.2.5 || ^15.0.2",
"@connectrpc/connect": "2.0.0-rc.1",
"@connectrpc/connect-node": "2.0.0-rc.1"
},
Expand Down

0 comments on commit 1d6e519

Please sign in to comment.