Merge pull request #825 from hodgef/dependabot/npm_and_yarn/testing-library/user-event-12.3.0

This commit is contained in:
dependabot-preview[bot] 2020-12-01 10:27:41 +00:00 committed by GitHub
commit c67c03fedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3732,9 +3732,9 @@
} }
}, },
"@testing-library/user-event": { "@testing-library/user-event": {
"version": "12.2.2", "version": "12.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz", "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.3.0.tgz",
"integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==", "integrity": "sha512-A4TZofjkOH42ydTtHZcGNhwYjonkVIGBi4pmNweUgjDEGmWHuZf4k7hLd6QTL+rkSOgrd3TOCFDNyK9KO0reeA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.10.2" "@babel/runtime": "^7.10.2"

View File

@ -47,7 +47,7 @@
"@svgr/webpack": "5.5.0", "@svgr/webpack": "5.5.0",
"@testing-library/jest-dom": "^5.11.6", "@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2", "@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.2.2", "@testing-library/user-event": "^12.3.0",
"@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0", "@typescript-eslint/parser": "^2.10.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",