Bump @testing-library/user-event from 12.6.2 to 13.0.7 in /ui

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.6.2 to 13.0.7.
- [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.6.2...v13.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-22 19:43:17 +00:00
committed by Deluan Quintão
parent 7e225c0f47
commit b4a2683e65
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2182,9 +2182,9 @@
} }
}, },
"@testing-library/user-event": { "@testing-library/user-event": {
"version": "12.8.3", "version": "13.0.7",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz", "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.7.tgz",
"integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==", "integrity": "sha512-EJBruqe7mV9OwPrZBx9HhFXt84KLinNNiGB0gqVp6+gPJ1ZP99Nq5FieChb/54fzmddGLkMp5ndbZBaEADdxrQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.12.5" "@babel/runtime": "^7.12.5"
+1 -1
View File
@@ -31,7 +31,7 @@
"@testing-library/jest-dom": "^5.11.9", "@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5", "@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.0", "@testing-library/react-hooks": "^5.1.0",
"@testing-library/user-event": "^12.8.3", "@testing-library/user-event": "^13.0.7",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2",
"prettier": "^2.2.1" "prettier": "^2.2.1"
}, },