From 0e217d64bb4349a59d3704a052fea07e8aec3ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 05:47:36 +0000 Subject: [PATCH] Bump next from 14.2.2 to 14.2.35 in /examples/with-storybook Bumps [next](https://github.com/vercel/next.js) from 14.2.2 to 14.2.35. - [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.2...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 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 3eb2071735ff5..a87c3ebe93778 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": "14.2.35", "react": "^18", "react-dom": "^18" },