chore: upgrade @testing-library/user-event

This commit is contained in:
Deluan 2020-03-02 12:04:58 -05:00
parent 81831da67a
commit cf7d877714
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@ -1971,9 +1971,9 @@
}
},
"@testing-library/user-event": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-8.1.3.tgz",
"integrity": "sha512-l8IX2Zs6cLZgwJNmBJaJT2yvstwiNi8kKyO+USrZWJV6DSyUlrWfgWSSic8YLiOHLWUNRLJBOPN43nxTKHXKfg=="
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.0.0.tgz",
"integrity": "sha512-ygQ1SaX3AzWDGPer5e2LF7FvWwLPG+XYViHvpW4ObseOkqmJI2ruawp9iLmEwxQW88jNCCExvonh0jBAwwiYZw=="
},
"@types/babel__core": {
"version": "7.1.6",

View File

@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.1",
"@testing-library/user-event": "^8.1.3",
"@testing-library/user-event": "^10.0.0",
"deepmerge": "^4.2.2",
"jwt-decode": "^2.2.0",
"md5-hex": "^3.0.1",