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:
parent
f99b95c2bf
commit
5d595de6f5
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue