Skip to content

Commit

Permalink
V2: Add support for Next.js v15 (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Oct 31, 2024
1 parent 92dcc1a commit da706e0
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 da706e0

Please sign in to comment.