Bump @testing-library/user-event from 12.4.0 to 12.5.0

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.4.0 to 12.5.0.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.4.0...v12.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-04 09:15:48 +00:00 committed by GitHub
parent 8c4c497287
commit 18a5a5d59e
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

@ -3763,9 +3763,9 @@
}
},
"@testing-library/user-event": {
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.4.0.tgz",
"integrity": "sha512-qYXcZ1uQVd6JT6TLdB1hS8WxMYVpLTkJaTZdrjI5If0J3Piv07MVlpXKgrKEubuGmlTHTK7zQ+NuSPe0g4q3ww==",
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.5.0.tgz",
"integrity": "sha512-9uXr4+OwjHVUxzdfYZ2yCnF3xlEzr8cZOdqjGnqD8Qb1NoCJrm7UXxG3RUpL2QqcqZ1eqVuxkFJTCky5Yit+XQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2"

View File

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