From acded866213c5754aeabe3751c4503d7c7a1e482 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:40:58 +0000 Subject: [PATCH] Update dependency redux-thunk to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e4797f..feacc70 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react-redux": "^8.0.0", "react-scripts": "^5.0.0", "redux": "^4.0.1", - "redux-thunk": "^2.3.0" + "redux-thunk": "^3.0.0" }, "scripts": { "start": "react-scripts start",