From 1d46228c696392b0d1f4134a68d68e6904ad65a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:28:34 +0000 Subject: [PATCH] Bump next from 10.2.1 to 13.5.0 Bumps [next](https://github.com/vercel/next.js) from 10.2.1 to 13.5.0. - [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/v10.2.1...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4bae8c..a196db3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "lint-staged": "^10.5.4", - "next": "10.2.1", + "next": "13.5.0", "prettier": "^2.2.1", "react": "17.0.1", "react-dom": "17.0.1",