From 34d9d0a7629f345be6890c305042b997d6988202 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:42:17 +0000 Subject: [PATCH] fix(deps): update dependency react-redux to v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ecf696c..42f21c96 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": "16.14.0", "react-dom": "16.14.0", "react-instantsearch": "^7.0.2", - "react-redux": "7.2.9", + "react-redux": "8.1.3", "react-router": "5.3.4", "react-router-dom": "5.3.4", "redux": "4.2.1",