fix(deps): update dependency @testing-library/user-event to v12.2.2

This commit is contained in:
Renovate Bot 2020-11-15 02:14:03 +00:00 committed by Julian Tölle
parent c69ed0742e
commit 57258db330
2 changed files with 7 additions and 7 deletions

View file

@ -1978,17 +1978,17 @@
}
},
"@testing-library/user-event": {
"version": "12.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.3.tgz",
"integrity": "sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw==",
"version": "12.2.2",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz",
"integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==",
"requires": {
"@babel/runtime": "^7.10.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View file

@ -11,7 +11,7 @@
"@fullhuman/postcss-purgecss": "2.3.0",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "10.4.9",
"@testing-library/user-event": "12.1.3",
"@testing-library/user-event": "12.2.2",
"@types/jest": "26.0.13",
"@types/node": "12.12.55",
"@types/react": "16.9.49",