Skip to content

Commit 48d7065

Browse files
chore(deps): update dependency @testing-library/jest-dom to v5.16.1 (#840)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0696de4 commit 48d7065

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@rollup/plugin-node-resolve": "11.0.0",
4646
"@rollup/plugin-replace": "2.3.4",
4747
"@testing-library/dom": "7.28.1",
48-
"@testing-library/jest-dom": "5.15.1",
48+
"@testing-library/jest-dom": "5.16.1",
4949
"@testing-library/preact": "2.0.1",
5050
"@testing-library/user-event": "12.5.0",
5151
"@types/jest": "^26.0.16",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4629,14 +4629,14 @@
46294629
lz-string "^1.4.4"
46304630
pretty-format "^26.6.2"
46314631

4632-
"@testing-library/jest-dom@5.15.1":
4633-
version "5.15.1"
4634-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.15.1.tgz#4c49ba4d244f235aec53f0a83498daeb4ee06c33"
4635-
integrity sha512-kmj8opVDRE1E4GXyLlESsQthCXK7An28dFWxhiMwD7ZUI7ZxA6sjdJRxLerD9Jd8cHX4BDc1jzXaaZKqzlUkvg==
4632+
"@testing-library/jest-dom@5.16.1":
4633+
version "5.16.1"
4634+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz#3db7df5ae97596264a7da9696fe14695ba02e51f"
4635+
integrity sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==
46364636
dependencies:
46374637
"@babel/runtime" "^7.9.2"
46384638
"@types/testing-library__jest-dom" "^5.9.1"
4639-
aria-query "^4.2.2"
4639+
aria-query "^5.0.0"
46404640
chalk "^3.0.0"
46414641
css "^3.0.0"
46424642
css.escape "^1.5.1"
@@ -5826,6 +5826,11 @@ aria-query@^4.2.2:
58265826
"@babel/runtime" "^7.10.2"
58275827
"@babel/runtime-corejs3" "^7.10.2"
58285828

5829+
aria-query@^5.0.0:
5830+
version "5.0.0"
5831+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.0.0.tgz#210c21aaf469613ee8c9a62c7f86525e058db52c"
5832+
integrity sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==
5833+
58295834
arity-n@^1.0.4:
58305835
version "1.0.4"
58315836
resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745"

0 commit comments

Comments
 (0)