build(deps): bump @testing-library/user-event in /app/vmui/packages/vmui (#2442)

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.0.4 to 14.1.0.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.0.4...v14.1)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-12 13:19:53 +03:00 committed by GitHub
parent 37e74b76e9
commit 40b2cb469b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
"@mui/styles": "^5.5.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.0.4",
"@testing-library/user-event": "^14.1.0",
"@types/jest": "^27.4.1",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.get": "^4.4.6",
@ -4300,9 +4300,9 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz",
"integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==",
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.1.0.tgz",
"integrity": "sha512-+CGfMXlVM+OwREHDEsfTGsXIMI+rjr3a7YBUSutq7soELht+8kQrM5k46xa/WLfHdtX/wqsDIleL6bi4i+xz0w==",
"engines": {
"node": ">=12",
"npm": ">=6"
@ -22604,9 +22604,9 @@
}
},
"@testing-library/user-event": {
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz",
"integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==",
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.1.0.tgz",
"integrity": "sha512-+CGfMXlVM+OwREHDEsfTGsXIMI+rjr3a7YBUSutq7soELht+8kQrM5k46xa/WLfHdtX/wqsDIleL6bi4i+xz0w==",
"requires": {}
},
"@tootallnate/once": {

View File

@ -12,7 +12,7 @@
"@mui/styles": "^5.5.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.0.4",
"@testing-library/user-event": "^14.1.0",
"@types/jest": "^27.4.1",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.get": "^4.4.6",