From 5a48f22758a957930c2e1f8772da534bbcb08288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:41:06 +0000 Subject: [PATCH] chore(deps): bump next in /examples/next-wagmi-app-router Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 15.5.15. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.35...v15.5.15) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-wagmi-app-router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-wagmi-app-router/package.json b/examples/next-wagmi-app-router/package.json index 1d1722561d..201ac362f0 100644 --- a/examples/next-wagmi-app-router/package.json +++ b/examples/next-wagmi-app-router/package.json @@ -13,7 +13,7 @@ "@reown/appkit-adapter-wagmi": "workspace:*", "@tanstack/react-query": "5.75.5", "@wagmi/core": "2.22.1", - "next": "14.2.35", + "next": "15.5.15", "next-themes": "0.4.6", "react": "19.1.2", "react-dom": "19.1.2",