Update dependency @testing-library/react-hooks to v5.1.3 (https://github.com/woocommerce/woocommerce-blocks/pull/4233)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-19 07:36:46 +00:00 committed by GitHub
parent f99b95c2bf
commit 5d595de6f5
2 changed files with 4 additions and 4 deletions

View File

@ -3656,9 +3656,9 @@
}
},
"@testing-library/react-hooks": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.1.2.tgz",
"integrity": "sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.1.3.tgz",
"integrity": "sha512-UdEUtlQapQ579NEcXDAUE275u+KUsPtxW7NmFrNt0bE6lW8lqNCyxDK0RSuECmNZ/S0/fgP00W9RWRhVKO/hRg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@ -86,7 +86,7 @@
"@storybook/react": "6.1.18",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "5.1.2",
"@testing-library/react-hooks": "5.1.3",
"@testing-library/user-event": "12.8.3",
"@types/classnames": "2.2.11",
"@types/dinero.js": "1.6.5",