From a555c7f99de64f82a88c57543c5479461916ef1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:53:43 +0000 Subject: [PATCH] Bump next from 14.2.2 to 15.5.21 in /examples/with-storybook Bumps [next](https://github.com/vercel/next.js) from 14.2.2 to 15.5.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v14.2.2...v15.5.21) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index 3eb2071735ff..8acb357c7be8 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -9,7 +9,7 @@ "build-storybook": "storybook build" }, "dependencies": { - "next": "14.2.2", + "next": "15.5.21", "react": "^18", "react-dom": "^18" },