Bump @testing-library/user-event from 7.2.1 to 8.0.3 in /ui

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 8.0.3.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Commits](https://github.com/testing-library/user-event/compare/v7.2.1...v8.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-20 15:28:38 +00:00 committed by Deluan Quintão
parent e717d99780
commit 50c7d3800a
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated

@ -2458,9 +2458,9 @@
}
},
"@testing-library/user-event": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz",
"integrity": "sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA=="
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-8.0.3.tgz",
"integrity": "sha512-ALoIj6GzxN0UzFiudSwENy2yTD1xHDW+KtuOch5xuqRgQr0AxGB8z+EQBxT6zlWgAoLGN8hmYxTTGRoQSOZtlg=="
},
"@types/babel__core": {
"version": "7.1.3",

@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@testing-library/user-event": "^8.0.3",
"jwt-decode": "^2.2.0",
"prop-types": "^15.7.2",
"ra-data-json-server": "^3.1.2",