From 15819ff3c49c3c47a08feb380259e5d7409efd9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:41:26 +0000 Subject: [PATCH] Bump next in /examples/referral/with-custom-ui-and-evm-wallet Bumps [next](https://github.com/vercel/next.js) from 14.2.3 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/v14.2.3...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/referral/with-custom-ui-and-evm-wallet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/referral/with-custom-ui-and-evm-wallet/package.json b/examples/referral/with-custom-ui-and-evm-wallet/package.json index 716edb3..b898dfc 100644 --- a/examples/referral/with-custom-ui-and-evm-wallet/package.json +++ b/examples/referral/with-custom-ui-and-evm-wallet/package.json @@ -11,7 +11,7 @@ "dependencies": { "@rainbow-me/rainbowkit": "^2.0.5", "@tanstack/react-query": "^5.32.0", - "next": "14.2.3", + "next": "14.2.10", "react": "^18", "react-dom": "^18", "viem": "2.x",