From da706e0315b8bc87045c9cf6e3eeec7f5d0deef4 Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Thu, 31 Oct 2024 15:20:20 +0100 Subject: [PATCH] V2: Add support for Next.js v15 (#1290) --- packages/connect-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connect-next/package.json b/packages/connect-next/package.json index e3100f07..9426afed 100644 --- a/packages/connect-next/package.json +++ b/packages/connect-next/package.json @@ -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" },