aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Renovate Bot <[email protected]>2021-01-07 18:10:09 +0000
committerGravatar Renovate Bot <[email protected]>2021-01-07 18:10:09 +0000
commite18e05a0142065fed6f39248abbe44399d7f6855 (patch)
tree9b256a1a3f44c824613147a8a278dc8fd3804b58
parentMerge pull request #76 from python-discord/renovate/node-14.x (diff)
Update dependency @testing-library/react to v11.2.3
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index a6b5ba8..ad03f91 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"devDependencies": {
"@swc/jest": "0.1.2",
"@testing-library/jest-dom": "5.11.8",
- "@testing-library/react": "11.2.2",
+ "@testing-library/react": "11.2.3",
"@testing-library/user-event": "12.6.0",
"@types/jest": "26.0.19",
"@typescript-eslint/eslint-plugin": "4.12.0",
diff --git a/yarn.lock b/yarn.lock
index 946bb51..8902436 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1958,10 +1958,10 @@
lodash "^4.17.15"
redent "^3.0.0"
-"@testing-library/[email protected]":
- version "11.2.2"
- resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.2.tgz#099c6c195140ff069211143cb31c0f8337bdb7b7"
- integrity sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==
+"@testing-library/[email protected]":
+ version "11.2.3"
+ resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.3.tgz#9971ede1c8465a231d7982eeca3c39fc362d5443"
+ integrity sha512-BirBUGPkTW28ULuCwIbYo0y2+0aavHczBT6N9r3LrsswEW3pg25l1wgoE7I8QBIy1upXWkwKpYdWY7NYYP0Bxw==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^7.28.1"