Skip to content

Commit 3a82598

Browse files
chore(deps): update dependency @testing-library/jest-dom to v6.2.0
1 parent 185805f commit 3a82598

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@babel/preset-env": "7.23.7",
5555
"@babel/preset-react": "7.23.3",
5656
"@testing-library/dom": "9.3.3",
57-
"@testing-library/jest-dom": "6.1.6",
57+
"@testing-library/jest-dom": "6.2.0",
5858
"@testing-library/react": "14.1.2",
5959
"@testing-library/user-event": "14.5.2",
6060
"babel-jest": "29.7.0",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,17 +1446,17 @@
14461446
lz-string "^1.5.0"
14471447
pretty-format "^27.0.2"
14481448

1449-
"@testing-library/jest-dom@6.1.6":
1450-
version "6.1.6"
1451-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.6.tgz#d9a3ce61cd74ea792622d3da78a830f6786e8d93"
1452-
integrity sha512-YwuiOdYEcxhfC2u5iNKlvg2Q5MgbutovP6drq7J1HrCbvR+G58BbtoCoq+L/kNlrNFsu2Kt3jaFAviLVxYHJZg==
1449+
"@testing-library/jest-dom@6.2.0":
1450+
version "6.2.0"
1451+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz#b572bd5cd6b29314487bac7ba393188e4987b4f7"
1452+
integrity sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==
14531453
dependencies:
14541454
"@adobe/css-tools" "^4.3.2"
14551455
"@babel/runtime" "^7.9.2"
14561456
aria-query "^5.0.0"
14571457
chalk "^3.0.0"
14581458
css.escape "^1.5.1"
1459-
dom-accessibility-api "^0.5.6"
1459+
dom-accessibility-api "^0.6.3"
14601460
lodash "^4.17.15"
14611461
redent "^3.0.0"
14621462

@@ -3095,11 +3095,16 @@ doctrine@^3.0.0:
30953095
dependencies:
30963096
esutils "^2.0.2"
30973097

3098-
dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
3098+
dom-accessibility-api@^0.5.9:
30993099
version "0.5.16"
31003100
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#5a7429e6066eb3664d911e33fb0e45de8eb08453"
31013101
integrity sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
31023102

3103+
dom-accessibility-api@^0.6.3:
3104+
version "0.6.3"
3105+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8"
3106+
integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
3107+
31033108
dom-converter@^0.2.0:
31043109
version "0.2.0"
31053110
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"

0 commit comments

Comments
 (0)