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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-04-28 04:07:10 +00:00 committed by GitHub
parent b95e2ecf10
commit d51c50b98e
2 changed files with 4 additions and 4 deletions

View File

@ -3752,9 +3752,9 @@
}
},
"@testing-library/react-hooks": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.1.0.tgz",
"integrity": "sha512-ChRyyA14e0CeVkWGp24v8q/IiWUqH+B8daRx4lGZme4dsudmMNWz+Qo2Q2NzbD2O5rAVXh2hSbS/KTKeqHYhkw==",
"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==",
"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.6",
"@testing-library/react-hooks": "5.1.0",
"@testing-library/react-hooks": "5.1.2",
"@testing-library/user-event": "12.8.3",
"@types/classnames": "2.2.11",
"@types/dinero.js": "1.6.5",