Bump @testing-library/user-event from 10.4.1 to 11.2.0 in /ui

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.4.1 to 11.2.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/v10.4.1...v11.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-05 17:38:11 +00:00 committed by Deluan Quintão
parent 12d5d9573e
commit 5e2d463129
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@ -2045,9 +2045,9 @@
}
},
"@testing-library/user-event": {
"version": "10.4.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.4.1.tgz",
"integrity": "sha512-3sdJAfjT0i4aNvo0Gqod5MvZXutMXarVsLtb+r1t65AaRJY7BgMIzWgOtfM5dxRvZsc7IdXnCt9+gcWhiXk1xg==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-11.2.0.tgz",
"integrity": "sha512-kFaPsjQRte/t6rIYJPRyuzg8nraE1JVnjQOtEjSIfxU5dIc+lSH9sJmCTUNF87IpLHlYzHlWL70EjuhIwGbXjg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2"

View File

@ -22,7 +22,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.0",
"@testing-library/user-event": "^10.4.1",
"@testing-library/user-event": "^11.2.0",
"prettier": "^2.0.5"
},
"scripts": {