Update dependency @testing-library/react-hooks to v3.4.1 (https://github.com/woocommerce/woocommerce-admin/pull/4873)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a52610640f
commit
b8784a6331
|
@ -6836,13 +6836,13 @@
|
|||
}
|
||||
},
|
||||
"@testing-library/react-hooks": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.3.0.tgz",
|
||||
"integrity": "sha512-rE9geI1+HJ6jqXkzzJ6abREbeud6bLF8OmF+Vyc7gBoPwZAEVBYjbC1up5nNoVfYBhO5HUwdD4u9mTehAUeiyw==",
|
||||
"version": "3.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz",
|
||||
"integrity": "sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.5.4",
|
||||
"@types/testing-library__react-hooks": "^3.0.0"
|
||||
"@types/testing-library__react-hooks": "^3.3.0"
|
||||
}
|
||||
},
|
||||
"@testing-library/user-event": {
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
"@storybook/react": "5.3.18",
|
||||
"@testing-library/jest-dom": "5.11.1",
|
||||
"@testing-library/react": "10.4.7",
|
||||
"@testing-library/react-hooks": "3.3.0",
|
||||
"@testing-library/react-hooks": "3.4.1",
|
||||
"@testing-library/user-event": "10.4.1",
|
||||
"@woocommerce/components": "file:packages/components",
|
||||
"@woocommerce/csv-export": "file:packages/csv-export",
|
||||
|
|
Loading…
Reference in New Issue