Skip to content

Commit c0ad0ae

Browse files
chore(deps): update testing library
1 parent 11848ae commit c0ad0ae

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
"@babel/cli": "^7.20.7",
182182
"@babel/helper-plugin-utils": "^7.20.2",
183183
"@babel/register": "^7.18.9",
184-
"@testing-library/jest-dom": "^6.1.3",
185-
"@testing-library/react": "^14.0.0",
184+
"@testing-library/jest-dom": "^6.6.3",
185+
"@testing-library/react": "^14.3.1",
186186
"@types/babel-core": "^6.25.7",
187187
"@types/eslint": "^8.40.2",
188188
"@types/estree": "^1.0.1",

yarn.lock

+20-16
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@adobe/css-tools@^4.3.2":
11-
version "4.3.2"
12-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.2.tgz#a6abc715fb6884851fca9dad37fc34739a04fd11"
13-
integrity sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==
10+
"@adobe/css-tools@^4.4.0":
11+
version "4.4.1"
12+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.1.tgz#2447a230bfe072c1659e6815129c03cf170710e3"
13+
integrity sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==
1414

1515
"@algolia/[email protected]":
1616
version "4.18.0"
@@ -4371,18 +4371,17 @@
43714371
lz-string "^1.5.0"
43724372
pretty-format "^27.0.2"
43734373

4374-
"@testing-library/jest-dom@^6.1.3":
4375-
version "6.1.6"
4376-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.6.tgz#d9a3ce61cd74ea792622d3da78a830f6786e8d93"
4377-
integrity sha512-YwuiOdYEcxhfC2u5iNKlvg2Q5MgbutovP6drq7J1HrCbvR+G58BbtoCoq+L/kNlrNFsu2Kt3jaFAviLVxYHJZg==
4374+
"@testing-library/jest-dom@^6.6.3":
4375+
version "6.6.3"
4376+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
4377+
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
43784378
dependencies:
4379-
"@adobe/css-tools" "^4.3.2"
4380-
"@babel/runtime" "^7.9.2"
4379+
"@adobe/css-tools" "^4.4.0"
43814380
aria-query "^5.0.0"
43824381
chalk "^3.0.0"
43834382
css.escape "^1.5.1"
4384-
dom-accessibility-api "^0.5.6"
4385-
lodash "^4.17.15"
4383+
dom-accessibility-api "^0.6.3"
4384+
lodash "^4.17.21"
43864385
redent "^3.0.0"
43874386

43884387
"@testing-library/react@^11.2.7":
@@ -4393,10 +4392,10 @@
43934392
"@babel/runtime" "^7.12.5"
43944393
"@testing-library/dom" "^7.28.1"
43954394

4396-
"@testing-library/react@^14.0.0":
4397-
version "14.1.2"
4398-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.2.tgz#a2b9e9ee87721ec9ed2d7cfc51cc04e474537c32"
4399-
integrity sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==
4395+
"@testing-library/react@^14.3.1":
4396+
version "14.3.1"
4397+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.3.1.tgz#29513fc3770d6fb75245c4e1245c470e4ffdd830"
4398+
integrity sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==
44004399
dependencies:
44014400
"@babel/runtime" "^7.12.5"
44024401
"@testing-library/dom" "^9.0.0"
@@ -10016,6 +10015,11 @@ dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
1001610015
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#5a7429e6066eb3664d911e33fb0e45de8eb08453"
1001710016
integrity sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
1001810017

10018+
dom-accessibility-api@^0.6.3:
10019+
version "0.6.3"
10020+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8"
10021+
integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
10022+
1001910023
dom-converter@^0.2.0:
1002010024
version "0.2.0"
1002110025
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"

0 commit comments

Comments
 (0)