Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/react-hooks to v4 (#1967
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Tobias Deekens <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2021
1 parent 086b764 commit d70e533
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-crabs-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@commercetools-frontend/l10n": patch
---

chore(deps): update dependency @testing-library/react-hooks to v4
2 changes: 1 addition & 1 deletion packages/l10n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prop-types": "15.7.2"
},
"devDependencies": {
"@testing-library/react-hooks": "3.7.0",
"@testing-library/react-hooks": "4.0.0",
"@types/react": "16.14.2",
"chalk": "4.1.0",
"cldr": "5.8.0",
Expand Down
22 changes: 8 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7299,13 +7299,14 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/react-hooks@3.7.0":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz#6d75c5255ef49bce39b6465bf6b49e2dac84919e"
integrity sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g==
"@testing-library/react-hooks@4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-4.0.0.tgz#5bb4caa5814690cfc3e385ffaaf2ca4d54a8d08e"
integrity sha512-AWIR4M1Fz4dYzuKytkWtabcrwpevq7zj9dImuBOcmrpl3VkjOBDa7Q/62fwK/M30ae5XI25mDSpQ29vzC7A5Lw==
dependencies:
"@babel/runtime" "^7.12.5"
"@types/testing-library__react-hooks" "^3.4.0"
"@types/react" ">=16.9.0"
"@types/react-test-renderer" ">=16.9.0"

"@testing-library/[email protected]":
version "11.2.2"
Expand Down Expand Up @@ -7865,7 +7866,7 @@
"@types/react-dom" "*"
"@types/react-transition-group" "*"

"@types/react-test-renderer@*":
"@types/react-test-renderer@>=16.9.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-17.0.0.tgz#9be47b375eeb906fced37049e67284a438d56620"
integrity sha512-nvw+F81OmyzpyIE1S0xWpLonLUZCMewslPuA8BtjSKc5XEbn8zEQBXS7KuOLHTNnSOEM2Pum50gHOoZ62tqTRg==
Expand All @@ -7879,7 +7880,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected]", "@types/react@^16":
"@types/react@*", "@types/[email protected]", "@types/react@>=16.9.0", "@types/react@^16":
version "16.14.2"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
Expand Down Expand Up @@ -7974,13 +7975,6 @@
dependencies:
"@types/jest" "*"

"@types/testing-library__react-hooks@^3.4.0":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz#b8d7311c6c1f7db3103e94095fe901f8fef6e433"
integrity sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q==
dependencies:
"@types/react-test-renderer" "*"

"@types/tmp@^0.0.33":
version "0.0.33"
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d"
Expand Down

1 comment on commit d70e533

@vercel
Copy link

@vercel vercel bot commented on d70e533 Jan 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.