Skip to content

Commit 68bf55f

Browse files
committed
Add @types/redux-mock-store
1 parent 09bbefc commit 68bf55f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@types/react-dom": "^16.9.0",
4444
"@types/react-redux": "^7.1.5",
4545
"@types/react-router-dom": "^5.1.3",
46+
"@types/redux-mock-store": "^1.0.1",
4647
"@typescript-eslint/eslint-plugin": "^2.16.0",
4748
"@typescript-eslint/parser": "^2.16.0",
4849
"enzyme": "^3.11.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,13 @@
15011501
"@types/prop-types" "*"
15021502
csstype "^2.2.0"
15031503

1504+
"@types/redux-mock-store@^1.0.1":
1505+
version "1.0.1"
1506+
resolved "https://registry.yarnpkg.com/@types/redux-mock-store/-/redux-mock-store-1.0.1.tgz#90ca701d640aef7c007f564a9a4f8dc03180b0f7"
1507+
integrity sha512-1egEnh2/+sRRKImnCo5EMVm0Uxu4fBHeLHk/inhSp/VpE93It8lk3gYeNfehUgXd6OzqP5LLA9kzO9x7o3WfwA==
1508+
dependencies:
1509+
redux "^4.0.0"
1510+
15041511
"@types/stack-utils@^1.0.1":
15051512
version "1.0.1"
15061513
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"

0 commit comments

Comments
 (0)