chore(deps): update dependency @testing-library/react-hooks to v5.1.2

This commit is contained in:
Renovate Bot 2021-04-23 11:42:15 +00:00 committed by renovate[bot]
parent b3e648c432
commit a4c60e388c
2 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@
"@storybook/addon-options": "5.3.21",
"@storybook/react": "6.2.3",
"@testing-library/react": "11.2.6",
"@testing-library/react-hooks": "5.1.1",
"@testing-library/react-hooks": "5.1.2",
"@types/jest": "26.0.22",
"@types/react": "17.0.0",
"@typescript-eslint/eslint-plugin": "4.22.0",

View File

@ -3339,10 +3339,10 @@
lz-string "^1.4.4"
pretty-format "^26.6.2"
"@testing-library/react-hooks@5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.1.tgz#1fbaae8a4e8a4a7f97b176c23e1e890c41bbbfa5"
integrity sha512-52D2XnpelFDefnWpy/V6z2qGNj8JLIvW5DjYtelMvFXdEyWiykSaI7IXHwFy4ICoqXJDmmwHAiFRiFboub/U5g==
"@testing-library/react-hooks@5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.2.tgz#36e359d992bb652a9885c6fa9aa394639cbe8dd3"
integrity sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg==
dependencies:
"@babel/runtime" "^7.12.5"
"@types/react" ">=16.9.0"