Update dependency @testing-library/user-event to v12.8.3 (https://github.com/woocommerce/woocommerce-blocks/pull/4016)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-31 11:12:56 +02:00 committed by GitHub
parent a0512be2bd
commit 3373219b2a
2 changed files with 4 additions and 4 deletions

View File

@ -3610,9 +3610,9 @@
}
},
"@testing-library/user-event": {
"version": "12.6.3",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.6.3.tgz",
"integrity": "sha512-PCmbUKofE4SXA7l8jphZAbvv5H3c4ix34xPZ/GNe99fASX//msJRgiMbHIBP+GwRfgVG9c7zmkODSPu2X2vNRw==",
"version": "12.8.3",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz",
"integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5"

View File

@ -87,7 +87,7 @@
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/react-hooks": "5.1.0",
"@testing-library/user-event": "12.6.3",
"@testing-library/user-event": "12.8.3",
"@types/classnames": "2.2.11",
"@types/gtag.js": "0.0.4",
"@types/jest": "26.0.20",