From ccec38f408dbfe4f5f44fa2ee233f21b85c96f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:01:34 +0000 Subject: [PATCH] build(deps): bump next in /examples/excalidraw/with-nextjs Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.2.21. - [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.0.4...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/excalidraw/with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/excalidraw/with-nextjs/package.json b/examples/excalidraw/with-nextjs/package.json index 335f87db7..ab1ef6b3a 100644 --- a/examples/excalidraw/with-nextjs/package.json +++ b/examples/excalidraw/with-nextjs/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@excalidraw/excalidraw": "*", - "next": "14.1", + "next": "14.2", "react": "18.2.0", "react-dom": "18.2.0" },