From a4bbfa7a8f42491fe3d9d9f6ee2fea072b14a3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:45:12 +0000 Subject: [PATCH] chore(deps): bump next from 13.5.1 to 14.2.10 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 13.5.1 to 14.2.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/v13.5.1...v14.2.10) --- updated-dependencies: - dependency-name: next 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 ac47020c..cf051c57 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,7 +16,7 @@ "config": "workspace:*", "eslint": "8.41.0", "eslint-config-next": "13.5.5", - "next": "13.5.1", + "next": "14.2.10", "react": "18.2.0", "react-dom": "18.2.0", "tsconfig": "workspace:*",