From 19b5d03bb8130553eecfb1903401066d66b496dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 04:40:21 +0000 Subject: [PATCH] Update dependency react-redux to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb299d8..6315fe8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "axios": "0.20.0", "react": "16.13.1", "react-dom": "16.13.1", - "react-redux": "7.2.1", + "react-redux": "9.1.2", "react-scripts": "3.4.3", "redux": "4.0.5", "redux-thunk": "2.3.0",