From 6d9da5d3afa553d9da81c02c503523c6bb9a53f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:37:37 +0000 Subject: [PATCH] Bump next in /typescript/create-a-pack-with-typescript-and-nextjs Bumps [next](https://github.com/vercel/next.js) from 12.0.8 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.0.8...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../create-a-pack-with-typescript-and-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/create-a-pack-with-typescript-and-nextjs/package.json b/typescript/create-a-pack-with-typescript-and-nextjs/package.json index ff30526..66d8f30 100644 --- a/typescript/create-a-pack-with-typescript-and-nextjs/package.json +++ b/typescript/create-a-pack-with-typescript-and-nextjs/package.json @@ -13,7 +13,7 @@ "@3rdweb/sdk": "^1.36.10", "dotenv": "^14.2.0", "ethers": "^5.5.3", - "next": "12.0.8", + "next": "13.5.0", "react": "17.0.2", "react-dom": "17.0.2" },