Update dependency @testing-library/user-event to v12.0.17

This commit is contained in:
Renovate Bot
2020-08-03 22:19:19 +00:00
committed by renovate[bot]
parent a60480ec52
commit 6233f16812
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2838,9 +2838,9 @@
}
},
"@testing-library/user-event": {
"version": "12.0.11",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.0.11.tgz",
"integrity": "sha512-r7QNfktLE2n8IODEl32orup/HNOMueJpoXRDeTMlvWR4nZIHJwx59+8SkLf6nqV4Ot5Xo6qNeaWrvC1KO4eOng==",
"version": "12.0.17",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.0.17.tgz",
"integrity": "sha512-Et22bfgnLdowY0VSP8MQuCP9wdrqWMrm9OCXSi3q3rx7ctSvEsC/jYNbgK/MJdDSpVhNVnB+fqm1VhVlDDRN6A==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2"

View File

@@ -64,7 +64,7 @@
"@testing-library/dom": "7.16.3",
"@testing-library/jest-dom": "5.10.1",
"@testing-library/react": "10.3.0",
"@testing-library/user-event": "12.0.11",
"@testing-library/user-event": "12.0.17",
"axios-mock-adapter": "1.18.2",
"codecov": "3.7.1",
"es-check": "5.1.0",