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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-23 07:28:36 +00:00 committed by Deluan Quintão
parent 4bb4526c5f
commit 821404d59c
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@ -2455,9 +2455,9 @@
}
},
"@testing-library/user-event": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-8.0.3.tgz",
"integrity": "sha512-ALoIj6GzxN0UzFiudSwENy2yTD1xHDW+KtuOch5xuqRgQr0AxGB8z+EQBxT6zlWgAoLGN8hmYxTTGRoQSOZtlg=="
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-8.0.4.tgz",
"integrity": "sha512-rt20mSEdnBQZgRAomkVfuFe5CxT2+ofDIUjia+e3+aqC/tkLEoKx47C/gnFRTtn10LwtLzNEsXJtacGK29hGmg=="
},
"@types/babel__core": {
"version": "7.1.3",

View File

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