diff options
author | 2021-05-08 23:59:39 +0000 | |
---|---|---|
committer | 2021-05-08 23:59:39 +0000 | |
commit | 3143857cc34735d965356c00d23c28e191acbab2 (patch) | |
tree | b222ca8065a84102144fb592613064d17d233d30 | |
parent | Merge pull request #244 from python-discord/dependabot/npm_and_yarn/emotion/r... (diff) |
Bump @testing-library/user-event from 12.8.3 to 13.1.8
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.3 to 13.1.8.
- [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.8.3...v13.1.8)
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 167a790..816734c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@swc/jest": "0.1.2", "@testing-library/jest-dom": "5.11.10", "@testing-library/react": "11.2.6", - "@testing-library/user-event": "12.8.3", + "@testing-library/user-event": "13.1.8", "@types/jest": "26.0.23", "@types/node": "15.0.2", "@types/react": "17.0.3", @@ -1924,10 +1924,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1" -"@testing-library/[email protected]": - version "12.8.3" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.3.tgz#1aa3ed4b9f79340a1e1836bc7f57c501e838704a" - integrity sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ== +"@testing-library/[email protected]": + version "13.1.8" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.1.8.tgz#9cbf342b88d837ee188f9f9f4df6d1beaaf179c2" + integrity sha512-M04HgOlJvxILf5xyrkJaEQfFOtcvhy3usLldQIEg9zgFIYQofSmFGVfFlS7BWowqlBGLrItwGMlPXCoBgoHSiw== dependencies: "@babel/runtime" "^7.12.5" |