From f9fba68a6ea4d4bd1db4bbfb1766c3223746d5e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:21:42 +0000 Subject: [PATCH] chore(deps-dev): bump react-redux from 8.1.3 to 9.0.1 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.3 to 9.0.1. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v8.1.3...v9.0.1) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 627583c9..5778dfe7 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^8.0.3", "react-dom": "^18.0.0", - "react-redux": "^8.1.2", + "react-redux": "^9.0.1", "redux": "^4.2.1", "typescript": "^5.1.6" }