Skip to content

Commit

Permalink
Update dependency @types/testing-library__react-hooks to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 27, 2020
1 parent 9af7ffd commit 0bd43d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"@types/testing-library__react": "10.0.1",
"@types/testing-library__react-hooks": "3.3.0",
"@types/testing-library__react-hooks": "3.4.0",
"docz": "2.3.1",
"emotion-theming": "10.0.27",
"gatsby-plugin-emotion": "4.3.10",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,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.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.0.tgz#be148b7fa7d19cd3349c4ef9d9534486bc582fcc"
integrity sha512-QYLZipqt1hpwYsBU63Ssa557v5wWbncqL36No59LI7W3nCMYKrLWTnYGn2griZ6v/3n5nKXNYkTeYpqPHY7Ukg==
dependencies:
"@types/react-test-renderer" "*"

"@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==
Expand Down

0 comments on commit 0bd43d7

Please sign in to comment.