From 901a447eb809f4f20482c20c928f9924ff035f3a Mon Sep 17 00:00:00 2001 From: "Mr. Renovate" Date: Mon, 4 Dec 2023 05:33:40 +0000 Subject: [PATCH] Update dependency react-redux to v9 --- source/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/package.json b/source/ui/package.json index 961d709..6a0b47f 100644 --- a/source/ui/package.json +++ b/source/ui/package.json @@ -37,7 +37,7 @@ "ramda": "0.29.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-redux": "8.1.3", + "react-redux": "9.0.0", "typescript": "5.3.2", "wouter": "2.12.1", "yup": "1.3.2"