diff --git a/package.json b/package.json index ad2796a22..8d65a6107 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@types/raf-schd": "^4.0.1", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", - "@types/react-redux": "^7.1.22", + "@types/react-redux": "7.1.23", "@types/react-virtualized": "^9.21.20", "@types/react-window": "^1.8.5", "@typescript-eslint/eslint-plugin": "^5.12.1", diff --git a/yarn.lock b/yarn.lock index 18b1ae14b..65f145389 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3212,7 +3212,17 @@ dependencies: "@types/react" "*" -"@types/react-redux@^7.1.20", "@types/react-redux@^7.1.22": +"@types/react-redux@7.1.23": + version "7.1.23" + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.23.tgz#3c2bb1bcc698ae69d70735f33c5a8e95f41ac528" + integrity sha512-D02o3FPfqQlfu2WeEYwh3x2otYd2Dk1o8wAfsA0B1C2AJEFxE663Ozu7JzuWbznGgW248NaOF6wsqCGNq9d3qw== + dependencies: + "@types/hoist-non-react-statics" "^3.3.0" + "@types/react" "*" + hoist-non-react-statics "^3.3.0" + redux "^4.0.0" + +"@types/react-redux@^7.1.20": version "7.1.22" resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.22.tgz#0eab76a37ef477cc4b53665aeaf29cb60631b72a" integrity sha512-GxIA1kM7ClU73I6wg9IRTVwSO9GS+SAKZKe0Enj+82HMU6aoESFU2HNAdNi3+J53IaOHPiUfT3kSG4L828joDQ==