From 6438ffbc1ca7d81ceec9826c1bf67cf2ddd6517c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:00:23 +0000 Subject: [PATCH] fix(deps): 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 57c8616..ff55370 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-markdown": "8.0.7", - "react-redux": "8.1.3", + "react-redux": "9.2.0", "react-router": "6.30.1", "react-router-dom": "6.30.1", "react-syntax-highlighter": "15.6.6",