Add types for redux-mock-store

Summary: Per titles

Reviewed By: danielbuechele

Differential Revision: D17314439

fbshipit-source-id: 3d8ed55c4e9eb19f338e6830bf1761cdfa020a23
This commit is contained in:
Pascal Hartig
2019-09-11 07:38:05 -07:00
committed by Facebook Github Bot
parent aac0927e25
commit 57444fc3a7
2 changed files with 8 additions and 0 deletions

View File

@@ -95,6 +95,7 @@
"@types/react-transition-group": "^4.2.2",
"@types/react-virtualized": "^9.21.4",
"@types/redux-devtools-extension": "^2.13.2",
"@types/redux-mock-store": "^1.0.1",
"@types/rsocket-tcp-server": "^0.0.2",
"@types/which": "^1.3.1",
"JSONStream": "^1.3.1",

View File

@@ -1255,6 +1255,13 @@
dependencies:
redux-devtools-extension "*"
"@types/redux-mock-store@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@types/redux-mock-store/-/redux-mock-store-1.0.1.tgz#90ca701d640aef7c007f564a9a4f8dc03180b0f7"
integrity sha512-1egEnh2/+sRRKImnCo5EMVm0Uxu4fBHeLHk/inhSp/VpE93It8lk3gYeNfehUgXd6OzqP5LLA9kzO9x7o3WfwA==
dependencies:
redux "^4.0.0"
"@types/redux-persist@^4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@types/redux-persist/-/redux-persist-4.3.1.tgz#aa4c876859e0bea5155e5f7980e5b8c4699dc2e6"