build(deps-dev): bump @testing-library/user-event from 12.2.2 to 13.3.0

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.2.2 to 13.3.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/v12.2.2...v13.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-12 16:32:11 +00:00 committed by Sanne Raymaekers
parent 76a9914a10
commit 9456f0f44f
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -38,7 +38,7 @@
"@redhat-cloud-services/frontend-components-config": "4.3.9",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.0.4",
"@testing-library/user-event": "12.2.2",
"@testing-library/user-event": "13.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "26.1.0",
@ -3233,12 +3233,12 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "12.2.2",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz",
"integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==",
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.3.0.tgz",
"integrity": "sha512-f8AJ8ybUna88Lmx3l5fuPMhzyyrcopQk/vgVDHVKOnOf2kkjfVSb0Px77iduHmh6uFUcXsD/z6qp4G13rObVrw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.10.2"
"@babel/runtime": "^7.12.5"
},
"engines": {
"node": ">=10",
@ -21639,12 +21639,12 @@
}
},
"@testing-library/user-event": {
"version": "12.2.2",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz",
"integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==",
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.3.0.tgz",
"integrity": "sha512-f8AJ8ybUna88Lmx3l5fuPMhzyyrcopQk/vgVDHVKOnOf2kkjfVSb0Px77iduHmh6uFUcXsD/z6qp4G13rObVrw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2"
"@babel/runtime": "^7.12.5"
}
},
"@tootallnate/once": {

View file

@ -55,7 +55,7 @@
"@redhat-cloud-services/frontend-components-config": "4.3.9",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.0.4",
"@testing-library/user-event": "12.2.2",
"@testing-library/user-event": "13.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "26.1.0",