Skip to content

Commit 064f4cf

Browse files
Bump @testing-library/jest-dom from 6.6.3 to 6.8.0 (#13749)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e22f5d commit 064f4cf

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"@babel/preset-react": "^7.26.3",
260260
"@babel/register": "^7.28.3",
261261
"@emotion/core": "^11.0.0",
262-
"@testing-library/jest-dom": "^6.6.3",
262+
"@testing-library/jest-dom": "^6.8.0",
263263
"@testing-library/react": "^14.2.2",
264264
"@testing-library/user-event": "^14.6.1",
265265
"autoprefixer": "^10.4.21",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,17 +1659,16 @@
16591659
lz-string "^1.5.0"
16601660
pretty-format "^27.0.2"
16611661

1662-
"@testing-library/jest-dom@^6.6.3":
1663-
version "6.6.3"
1664-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
1665-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
1662+
"@testing-library/jest-dom@^6.8.0":
1663+
version "6.8.0"
1664+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz#697db9424f0d21d8216f1958fa0b1b69b5f43923"
1665+
integrity sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ==
16661666
dependencies:
16671667
"@adobe/css-tools" "^4.4.0"
16681668
aria-query "^5.0.0"
1669-
chalk "^3.0.0"
16701669
css.escape "^1.5.1"
16711670
dom-accessibility-api "^0.6.3"
1672-
lodash "^4.17.21"
1671+
picocolors "^1.1.1"
16731672
redent "^3.0.0"
16741673

16751674
"@testing-library/react@^14.2.2":
@@ -2994,14 +2993,6 @@ center-align@^0.1.1:
29942993
align-text "^0.1.3"
29952994
lazy-cache "^1.0.3"
29962995

2997-
chalk@^3.0.0:
2998-
version "3.0.0"
2999-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3000-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3001-
dependencies:
3002-
ansi-styles "^4.1.0"
3003-
supports-color "^7.1.0"
3004-
30052996
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
30062997
version "4.1.2"
30072998
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"

0 commit comments

Comments
 (0)