Skip to content

Commit

Permalink
Merge pull request #311 from JohannesKlauss/renovate/testing-library-…
Browse files Browse the repository at this point in the history
…react-hooks-3.x

Update dependency @testing-library/react-hooks to v3.4.1
  • Loading branch information
JohannesKlauss committed Jul 23, 2020
2 parents cdc812e + 71ba042 commit cfab6a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@pika/plugin-build-web": "0.9.2",
"@pika/plugin-ts-standard-pkg": "0.9.2",
"@testing-library/react": "10.4.7",
"@testing-library/react-hooks": "3.3.0",
"@testing-library/react-hooks": "3.4.1",
"@types/jest": "26.0.5",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
Expand Down
20 changes: 6 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2551,13 +2551,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.yarnpkg.com/@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.yarnpkg.com/@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"
Expand Down Expand Up @@ -2842,22 +2842,14 @@
dependencies:
"@testing-library/dom" "*"

"@types/testing-library__react-hooks@3.3.0":
"@types/testing-library__react-hooks@3.3.0", "@types/testing-library__react-hooks@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.3.0.tgz#f5d3e4ba1c811ef04f7f2309c9f5946e420060cd"
integrity sha512-ZbMmXaVqeiLjbRGEXuDeh6fG2hkNxaOiXV7o9RklXwKeSrygx0aohuomnkWi7UobJUhkvGZLFUmsoirfGY8HPw==
dependencies:
"@types/react" "*"
"@types/react-test-renderer" "*"

"@types/testing-library__react-hooks@^3.0.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.2.0.tgz#52f3a109bef06080e3b1e3ae7ea1c014ce859897"
integrity sha512-dE8iMTuR5lzB+MqnxlzORlXzXyCL0EKfzH0w/lau20OpkHD37EaWjZDz0iNG8b71iEtxT4XKGmSKAGVEqk46mw==
dependencies:
"@types/react" "*"
"@types/react-test-renderer" "*"

"@types/testing-library__react@10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-10.0.1.tgz#92bb4a02394bf44428e35f1da2970ed77f803593"
Expand Down

0 comments on commit cfab6a0

Please sign in to comment.