Skip to content

Commit 7c104f8

Browse files
committed
chore(deps): update dependency @testing-library/react-hooks to v3.4.1
1 parent aff9c71 commit 7c104f8

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@storybook/addon-options": "5.3.19",
2222
"@storybook/react": "5.3.19",
2323
"@types/react": "16.9.43",
24-
"@testing-library/react-hooks": "3.2.1",
24+
"@testing-library/react-hooks": "3.4.1",
2525
"@types/jest": "25.2.3",
2626
"@types/react-dom": "16.9.8",
2727
"@typescript-eslint/eslint-plugin": "3.7.1",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,13 +2219,13 @@
22192219
dependencies:
22202220
defer-to-connect "^2.0.0"
22212221

2222-
"@testing-library/react-hooks@3.2.1":
2223-
version "3.2.1"
2224-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.2.1.tgz#19b6caa048ef15faa69d439c469033873ea01294"
2225-
integrity sha512-1OB6Ksvlk6BCJA1xpj8/WWz0XVd1qRcgqdaFAq+xeC6l61Ucj0P6QpA5u+Db/x9gU4DCX8ziR5b66Mlfg0M2RA==
2222+
"@testing-library/react-hooks@3.4.1":
2223+
version "3.4.1"
2224+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz#1f8ccd21208086ec228d9743fe40b69d0efcd7e5"
2225+
integrity sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==
22262226
dependencies:
22272227
"@babel/runtime" "^7.5.4"
2228-
"@types/testing-library__react-hooks" "^3.0.0"
2228+
"@types/testing-library__react-hooks" "^3.3.0"
22292229

22302230
"@textlint/ast-node-types@^4.0.3":
22312231
version "4.2.5"
@@ -2488,12 +2488,11 @@
24882488
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02"
24892489
integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ==
24902490

2491-
"@types/testing-library__react-hooks@^3.0.0":
2492-
version "3.2.0"
2493-
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.2.0.tgz#52f3a109bef06080e3b1e3ae7ea1c014ce859897"
2494-
integrity sha512-dE8iMTuR5lzB+MqnxlzORlXzXyCL0EKfzH0w/lau20OpkHD37EaWjZDz0iNG8b71iEtxT4XKGmSKAGVEqk46mw==
2491+
"@types/testing-library__react-hooks@^3.3.0":
2492+
version "3.4.0"
2493+
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.0.tgz#be148b7fa7d19cd3349c4ef9d9534486bc582fcc"
2494+
integrity sha512-QYLZipqt1hpwYsBU63Ssa557v5wWbncqL36No59LI7W3nCMYKrLWTnYGn2griZ6v/3n5nKXNYkTeYpqPHY7Ukg==
24952495
dependencies:
2496-
"@types/react" "*"
24972496
"@types/react-test-renderer" "*"
24982497

24992498
"@types/uglify-js@*":

0 commit comments

Comments
 (0)