aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-04-04 11:56:44 +0300
committerGravatar GitHub <[email protected]>2021-04-04 11:56:44 +0300
commit4d1cb147593ea9bdef77ef839c8a1fd006102c2a (patch)
tree8a1cfbb65fa14c5fdcc7ce124ad3e1a58a2c131f
parentMerge pull request #207 from python-discord/dependabot/npm_and_yarn/jest-watc... (diff)
parentBump @testing-library/jest-dom from 5.11.9 to 5.11.10 (diff)
Merge pull request #208 from python-discord/dependabot/npm_and_yarn/testing-library/jest-dom-5.11.10
Bump @testing-library/jest-dom from 5.11.9 to 5.11.10
-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 9cfb668..e8fe508 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
},
"devDependencies": {
"@swc/jest": "0.1.2",
- "@testing-library/jest-dom": "5.11.9",
+ "@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "11.2.5",
"@testing-library/user-event": "12.8.3",
"@types/jest": "26.0.20",
diff --git a/yarn.lock b/yarn.lock
index e175525..b9bb962 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1902,10 +1902,10 @@
lz-string "^1.4.4"
pretty-format "^26.6.2"
-"@testing-library/[email protected]":
- version "5.11.9"
- resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz#e6b3cd687021f89f261bd53cbe367041fbd3e975"
- integrity sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ==
+"@testing-library/[email protected]":
+ version "5.11.10"
+ resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.10.tgz#1cd90715023e1627f5ed26ab3b38e6f22d77046c"
+ integrity sha512-FuKiq5xuk44Fqm0000Z9w0hjOdwZRNzgx7xGGxQYepWFZy+OYUMOT/wPI4nLYXCaVltNVpU1W/qmD88wLWDsqQ==
dependencies:
"@babel/runtime" "^7.9.2"
"@types/testing-library__jest-dom" "^5.9.1"