diff options
author | 2021-02-02 22:34:54 +0000 | |
---|---|---|
committer | 2021-02-02 22:34:54 +0000 | |
commit | 0052dc031a7791aec82baece1aa4d9f1c03e76fb (patch) | |
tree | 9fb9501ce5a809064088965c4a12c9e0cbb03ac2 | |
parent | Merge pull request #118 from python-discord/dependabot/npm_and_yarn/typescrip... (diff) |
Bump @testing-library/user-event from 12.6.2 to 12.6.3
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.6.2 to 12.6.3.
- [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...v12.6.3)
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index cd9299a..5d7b0c3 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@swc/jest": "0.1.2", "@testing-library/jest-dom": "5.11.9", "@testing-library/react": "11.2.5", - "@testing-library/user-event": "12.6.2", + "@testing-library/user-event": "12.6.3", "@types/jest": "26.0.20", "@typescript-eslint/eslint-plugin": "4.14.2", "@typescript-eslint/parser": "4.14.1", @@ -1925,10 +1925,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1" -"@testing-library/[email protected]": - version "12.6.2" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.6.2.tgz#accce6be0353be38e07bce55b31232d89ae10bc2" - integrity sha512-4OsiTSo2vbQm+eOnm1un8b9i2Re4mn+D7d7ET6HXtzYKY7vPe3O01iYKRmSW9vS5mNrQcCLwvRhVq1gWs5YGKA== +"@testing-library/[email protected]": + version "12.6.3" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.6.3.tgz#4a77c56a48823cf8adebd0f57670e4a89c24d058" + integrity sha512-PCmbUKofE4SXA7l8jphZAbvv5H3c4ix34xPZ/GNe99fASX//msJRgiMbHIBP+GwRfgVG9c7zmkODSPu2X2vNRw== dependencies: "@babel/runtime" "^7.12.5" |