diff --git a/package.json b/package.json index 7128c467..44c354a6 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/rc-slider": "^8.6.3", "@types/react": "^16.8.13", "@types/react-dom": "^16.8.4", - "@types/react-redux": "^7.0.6", + "@types/react-redux": "^7.1.1", "@types/webaudioapi": "^0.0.27", "@typescript-eslint/eslint-plugin": "^1.4.2", "@typescript-eslint/parser": "^1.4.2", diff --git a/yarn.lock b/yarn.lock index aa43ce46..3bf2cc98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -994,13 +994,14 @@ dependencies: "@types/react" "*" -"@types/react-redux@^7.0.6": - version "7.0.6" - resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.0.6.tgz#992271450e0d3bf61130ad9e356ad018841c7f78" - integrity sha512-Nlofk/xq8oVWpylvrFayezNb/HONsYJfjlSmTmZ7xoMDe+Muf6c1qHMVRZ7C5S2W1+iVcY21ggZwlUgLv+66hQ== +"@types/react-redux@^7.1.1": + version "7.1.1" + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.1.tgz#eb01e89cf71cad77df9f442b819d5db692b997cb" + integrity sha512-owqNahzE8en/jR4NtrUJDJya3tKru7CIEGSRL/pVS84LtSCdSoT7qZTkrbBd3S4Lp11sAp+7LsvxIeONJVKMnw== dependencies: "@types/hoist-non-react-statics" "^3.3.0" "@types/react" "*" + hoist-non-react-statics "^3.3.0" redux "^4.0.0" "@types/react@*":