From 3ee3f109e0facb68dbb528c7e75109a2def26f83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:46:01 +0000 Subject: [PATCH] Update dependency redux to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e689e1..43279da 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "redux": "^4.2.1" + "redux": "^5.0.0" }, "scripts": { "start": "react-scripts start",