From e86701770cb3f0252cd072e9c0ba6043bb787e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 11:11:49 +0000 Subject: [PATCH] Bump react-redux from 7.2.9 to 8.0.5 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.9 to 8.0.5. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.9...v8.0.5) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140c76e..af39be0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "next": "11.1.2", "react": "17.0.2", "react-dom": "17.0.2", - "react-redux": "^7.2.6", + "react-redux": "^8.0.5", "styled-components": "^5.3.3", "tailwind-react-ui": "^0.8.1", "walletlink": "^2.2.10",