From 0f04d81a438f91cc36ba28fcc898af64caa57bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 11:33:06 +0000 Subject: [PATCH] Bump react-redux from 7.2.9 to 8.0.4 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.9 to 8.0.4. - [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.4) --- 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..6f02a08 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.4", "styled-components": "^5.3.3", "tailwind-react-ui": "^0.8.1", "walletlink": "^2.2.10",