diff options
| author | 2021-03-06 15:50:54 +0000 | |
|---|---|---|
| committer | 2021-03-06 15:50:54 +0000 | |
| commit | c01afa5c1c72e4a360b02fb2f334942fb43e3773 (patch) | |
| tree | 14e7059bca7cc08a59f135f3cf1df4bb4ccc1a69 | |
| parent | Merge pull request #165 from python-discord/dependabot/npm_and_yarn/typescrip... (diff) | |
Bump @testing-library/user-event from 12.7.2 to 12.8.1
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.7.2 to 12.8.1.
- [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.7.2...v12.8.1)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | yarn.lock | 16 | 
2 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json index e64809c..de10b7d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@      "react-app-polyfill": "2.0.0",      "react-dom": "17.0.1",      "react-router-dom": "5.2.0", -    "react-spinners": "0.10.4", +    "react-spinners": "0.10.6",      "react-transition-group": "4.4.1",      "smoothscroll-polyfill": "0.4.4",      "swc-loader": "0.1.12", @@ -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.1", @@ -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" @@ -7332,10 +7332,10 @@ [email protected]:      tiny-invariant "^1.0.2"      tiny-warning "^1.0.0" -  version "0.10.4" -  resolved "https://registry.yarnpkg.com/react-spinners/-/react-spinners-0.10.4.tgz#3789086f3c1289d904163517dfa240e13ffd460c" -  integrity sha512-WRzHTHjx1nvMzsyTXg1J8VVDYadGGeas6pzzxGk0T+dVSZpMIN9NrKV/h76SybdsU8cUp55+u9L1V1C9/oafhw== +  version "0.10.6" +  resolved "https://registry.yarnpkg.com/react-spinners/-/react-spinners-0.10.6.tgz#7e780144aaf54372231f6168ca075b4cd70e48ef" +  integrity sha512-UPLcaMFhFnLWtS1zVDDT14ssW08gnZ44cjPN6GL27dEGboiCvRSthOilZXRDWESp449GB2iI6gjEbxzaMtA+dg==    dependencies:      "@emotion/core" "^10.0.35"  |