From e3adc2f231b66d911435b72edaf77a493fadf1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 01:27:51 +0000 Subject: [PATCH] build(deps): bump next from 14.1.0 to 15.5.10 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 15.5.10. - [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.1.0...v15.5.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 7ddbc84..cd95bd7 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -11,7 +11,7 @@ "dependencies": { "@react-code-view/core": "workspace:*", "@react-code-view/react": "workspace:*", - "next": "14.1.0", + "next": "15.5.10", "react": "18.2.0", "react-dom": "18.2.0" },