From 9b9fa46cf583b236eae20462e0cc341cbf5a8e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:59:40 +0000 Subject: [PATCH] Bump next from 12.1.0 to 13.5.0 in /typescript/claim-button-react Bumps [next](https://github.com/vercel/next.js) from 12.1.0 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/v12.1.0...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- typescript/claim-button-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/claim-button-react/package.json b/typescript/claim-button-react/package.json index 5842ba6..0b78c6e 100644 --- a/typescript/claim-button-react/package.json +++ b/typescript/claim-button-react/package.json @@ -12,7 +12,7 @@ "@thirdweb-dev/react": "^2.0.0", "@thirdweb-dev/sdk": "^2.0.2", "ethers": "^5.6.0", - "next": "12.1.0", + "next": "13.5.0", "react": "17.0.2", "react-dom": "17.0.2" },