Update dependency @testing-library/react-hooks to ^3.4.1 (#12604)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-07 21:56:10 +02:00 committed by GitHub
parent 3d8bcc01f8
commit 79653c5ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View File

@ -104,7 +104,7 @@
"@storybook/react": "^5.3.19",
"@storybook/theming": "^5.3.19",
"@testing-library/react": "^10.4.7",
"@testing-library/react-hooks": "^3.3.0",
"@testing-library/react-hooks": "^3.4.1",
"@types/babel__core": "7.1.9",
"@types/chai": "4.2.12",
"@types/chai-as-promised": "7.1.3",

View File

@ -3333,13 +3333,13 @@
dom-accessibility-api "^0.4.5"
pretty-format "^25.5.0"
"@testing-library/react-hooks@^3.3.0":
version "3.3.0"
resolved "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.3.0.tgz#dc217bfce8e7c34a99c811d73d23feef957b7c1d"
integrity sha512-rE9geI1+HJ6jqXkzzJ6abREbeud6bLF8OmF+Vyc7gBoPwZAEVBYjbC1up5nNoVfYBhO5HUwdD4u9mTehAUeiyw==
"@testing-library/react-hooks@^3.4.1":
version "3.4.1"
resolved "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz#1f8ccd21208086ec228d9743fe40b69d0efcd7e5"
integrity sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==
dependencies:
"@babel/runtime" "^7.5.4"
"@types/testing-library__react-hooks" "^3.0.0"
"@types/testing-library__react-hooks" "^3.3.0"
"@testing-library/react@^10.4.7":
version "10.4.7"
@ -4253,12 +4253,11 @@
resolved "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.4.tgz#b4ffc7dc97b498c969b360a41eee247f82616370"
integrity sha512-78AdXtlhpCHT0K3EytMpn4JNxaf5tbqbLcbIRoQIHzpTIyjpxLQKRoxU55ujBXAtg3Nl2h/XWvfDa9dsMOd0pQ==
"@types/testing-library__react-hooks@^3.0.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.1.0.tgz#04d174ce767fbcce3ccb5021d7f156e1b06008a9"
integrity sha512-QJc1sgH9DD6jbfybzugnP0sY8wPzzIq8sHDBuThzCr2ZEbyHIaAvN9ytx/tHzcWL5MqmeZJqiUm/GsythaGx3g==
"@types/testing-library__react-hooks@^3.3.0":
version "3.4.0"
resolved "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.0.tgz#be148b7fa7d19cd3349c4ef9d9534486bc582fcc"
integrity sha512-QYLZipqt1hpwYsBU63Ssa557v5wWbncqL36No59LI7W3nCMYKrLWTnYGn2griZ6v/3n5nKXNYkTeYpqPHY7Ukg==
dependencies:
"@types/react" "*"
"@types/react-test-renderer" "*"
"@types/textarea-caret@3.0.0":