Update dependency @testing-library/react to v12.1.4 (https://github.com/woocommerce/woocommerce-blocks/pull/6056)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-16 02:35:25 +00:00 committed by GitHub
parent fad55e9295
commit 6421f80ed2
2 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@
"@storybook/client-api": "6.4.17",
"@storybook/react": "6.4.17",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/classnames": "2.3.0",
@ -9192,9 +9192,9 @@
}
},
"node_modules/@testing-library/react": {
"version": "12.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz",
"integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==",
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz",
"integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5",
@ -55086,9 +55086,9 @@
}
},
"@testing-library/react": {
"version": "12.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz",
"integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==",
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz",
"integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@ -99,7 +99,7 @@
"@storybook/client-api": "6.4.17",
"@storybook/react": "6.4.17",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/classnames": "2.3.0",