From 79c90e100f6411275a3663c1bc05fb779a6138ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:17:58 +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 d016b660..e1c124a9 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -35,7 +35,7 @@ "evmosjs": "^0.2.17", "lodash": "^4.17.21", "long": "^5.2.1", - "next": "13.5.1", + "next": "14.2.10", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "^4.7.4",