diff --git a/package.json b/package.json index b32ca643c46c96c832c877fe9d3af4c6956c1624..dd66e0e9543d13a5355b589f0b6462318fb477a3 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "@types/react-dom": "^16.9.8", "@types/react-redux": "^7.1.11", "@types/react-router-dom": "^5.1.3", + "@types/redux-mock-store": "^1.0.2", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0", "babel-polyfill": "^6.26.0", diff --git a/yarn.lock b/yarn.lock index b69287cac20222d3a97ad48735c73a1e4f4db592..5eecff53f33a33bd8df44d0d031e8d55794ab486 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1768,6 +1768,13 @@ "@types/prop-types" "*" csstype "^2.2.0" +"@types/redux-mock-store@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@types/redux-mock-store/-/redux-mock-store-1.0.2.tgz#c27d5deadfb29d8514bdb0fc2cadae6feea1922d" + integrity sha512-6LBtAQBN34i7SI5X+Qs4zpTEZO1tTDZ6sZ9fzFjYwTl3nLQXaBtwYdoV44CzNnyKu438xJ1lSIYyw0YMvunESw== + dependencies: + redux "^4.0.5" + "@types/stack-utils@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" @@ -12050,7 +12057,7 @@ redux@3.7.2, redux@^3.7.2: loose-envify "^1.1.0" symbol-observable "^1.0.3" -redux@^4.0.0: +redux@^4.0.0, redux@^4.0.5: version "4.0.5" resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f" integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==