diff options
author | 2021-03-06 18:55:41 +0300 | |
---|---|---|
committer | 2021-03-06 18:55:41 +0300 | |
commit | ca5ab6d7d896e224f7ce230d9b9ef7fa72fcf265 (patch) | |
tree | 6d780273330482fb799d9e7a95317533709862ef | |
parent | Merge pull request #154 from python-discord/dependabot/npm_and_yarn/types/rea... (diff) | |
parent | Bump @testing-library/user-event from 12.7.2 to 12.8.1 (diff) |
Merge pull request #168 from python-discord/dependabot/npm_and_yarn/testing-library/user-event-12.8.1
Bump @testing-library/user-event from 12.7.2 to 12.8.1
-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 206fb69..9553276 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@swc/jest": "0.1.2", "@testing-library/jest-dom": "5.11.9", "@testing-library/react": "11.2.5", - "@testing-library/user-event": "12.7.2", + "@testing-library/user-event": "12.8.1", "@types/jest": "26.0.20", "@types/node": "14.14.31", "@types/react": "17.0.2", @@ -1925,10 +1925,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1" -"@testing-library/[email protected]": - version "12.7.2" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.7.2.tgz#78749eadc8324009b428bdb8d7edc64b63c3e86c" - integrity sha512-6uUYor7b0+JAcanK0rmCEZGo6t0n2F4WUKXL9toQg495a9YE2MHlJ8GWzfCgsUPyVHw8SNaMN8UrZoHABf+oOg== +"@testing-library/[email protected]": + version "12.8.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.1.tgz#aa897d6e7f0cf2208385abc2da2ac3f5844bbd00" + integrity sha512-u521YhkCKip0DQNDpfj9V97PU7UlCTkW5jURUD4JipuVe/xDJ32dJSIHlT2pqAs/I91OFB8p6LtqaLZpOu8BWQ== dependencies: "@babel/runtime" "^7.12.5" |