From e6f427edd5884e2ef04cb4309373fee8ae013ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:06:15 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /examples/starknet-react-next directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /packages/keychain directory: [next](https://github.com/vercel/next.js). Updates `next` from 13.5.6 to 14.2.5 - [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.6...v14.2.5) Updates `next` from 13.5.6 to 14.2.5 - [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.6...v14.2.5) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/starknet-react-next/package.json | 2 +- packages/keychain/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/starknet-react-next/package.json b/examples/starknet-react-next/package.json index 07ba75fdea..62011b47f9 100644 --- a/examples/starknet-react-next/package.json +++ b/examples/starknet-react-next/package.json @@ -13,7 +13,7 @@ "@cartridge/connector": "workspace:^", "@starknet-react/chains": "^0.1.3", "@starknet-react/core": "^2.1.5", - "next": "^13.4.19", + "next": "^14.2.5", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/keychain/package.json b/packages/keychain/package.json index 418b3d11fe..59f8ea1f89 100644 --- a/packages/keychain/package.json +++ b/packages/keychain/package.json @@ -34,7 +34,7 @@ "graphql": "^16.3.0", "graphql-request": "^5.0.0", "js-cookie": "^3.0.1", - "next": "^13.4.19", + "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-query": "^3.39.2",