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

This commit is contained in:
Renovate Bot 2020-08-24 19:12:59 +00:00
parent 6f8601f483
commit 8196db1280
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 7 additions and 7 deletions

View file

@ -1909,17 +1909,17 @@
} }
}, },
"@testing-library/user-event": { "@testing-library/user-event": {
"version": "10.4.1", "version": "12.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.4.1.tgz", "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.3.tgz",
"integrity": "sha512-3sdJAfjT0i4aNvo0Gqod5MvZXutMXarVsLtb+r1t65AaRJY7BgMIzWgOtfM5dxRvZsc7IdXnCt9+gcWhiXk1xg==", "integrity": "sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw==",
"requires": { "requires": {
"@babel/runtime": "^7.10.2" "@babel/runtime": "^7.10.2"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
"version": "7.10.4", "version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==", "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }

View file

@ -11,7 +11,7 @@
"@fullhuman/postcss-purgecss": "2.3.0", "@fullhuman/postcss-purgecss": "2.3.0",
"@testing-library/jest-dom": "5.11.0", "@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.3", "@testing-library/react": "10.4.3",
"@testing-library/user-event": "10.4.1", "@testing-library/user-event": "12.1.3",
"@types/jest": "25.2.3", "@types/jest": "25.2.3",
"@types/node": "12.12.47", "@types/node": "12.12.47",
"@types/react": "16.9.41", "@types/react": "16.9.41",