From 69e8963318129ffe06692ad69b6a05fb382b29ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 00:15:45 +0000 Subject: [PATCH] build(deps): bump next from 14.1.0 to 16.1.7 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 16.1.7. - [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...v16.1.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.7 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..88fe94f 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": "16.1.7", "react": "18.2.0", "react-dom": "18.2.0" },