Skip to content

Commit 4595f49

Browse files
Bump @testing-library/react from 14.2.2 to 15.0.5
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.2.2 to 15.0.5. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v14.2.2...v15.0.5) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 15.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b78f098 commit 4595f49

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"@babel/register": "^7.28.3",
261261
"@emotion/core": "^11.0.0",
262262
"@testing-library/jest-dom": "^6.8.0",
263-
"@testing-library/react": "^14.2.2",
263+
"@testing-library/react": "^15.0.5",
264264
"@testing-library/user-event": "^14.6.1",
265265
"autoprefixer": "^10.4.21",
266266
"babel-gettext-extractor": "https://github.com/willdurand/babel-gettext-extractor#5.1.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,18 +1727,18 @@
17271727
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918"
17281728
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
17291729

1730-
"@testing-library/dom@^9.0.0":
1731-
version "9.2.0"
1732-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.2.0.tgz#0e1f45e956f2a16f471559c06edd8827c4832f04"
1733-
integrity sha512-xTEnpUKiV/bMyEsE5bT4oYA0x0Z/colMtxzUY8bKyPXBNLn/e0V4ZjBZkEhms0xE4pv9QsPfSRu9AWS4y5wGvA==
1730+
"@testing-library/dom@^10.0.0":
1731+
version "10.4.1"
1732+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.1.tgz#d444f8a889e9a46e9a3b4f3b88e0fcb3efb6cf95"
1733+
integrity sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==
17341734
dependencies:
17351735
"@babel/code-frame" "^7.10.4"
17361736
"@babel/runtime" "^7.12.5"
17371737
"@types/aria-query" "^5.0.1"
1738-
aria-query "^5.0.0"
1739-
chalk "^4.1.0"
1738+
aria-query "5.3.0"
17401739
dom-accessibility-api "^0.5.9"
17411740
lz-string "^1.5.0"
1741+
picocolors "1.1.1"
17421742
pretty-format "^27.0.2"
17431743

17441744
"@testing-library/jest-dom@^6.8.0":
@@ -1753,13 +1753,13 @@
17531753
picocolors "^1.1.1"
17541754
redent "^3.0.0"
17551755

1756-
"@testing-library/react@^14.2.2":
1757-
version "14.2.2"
1758-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.2.tgz#74f855215c57d423282486a395a4348a837d3c5a"
1759-
integrity sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==
1756+
"@testing-library/react@^15.0.5":
1757+
version "15.0.5"
1758+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.5.tgz#71bcc875e1142c3924cac7bdd7dc9a6db0bb1d42"
1759+
integrity sha512-ttodVWYA2i2w4hRa6krKrmS1vKxAEkwDz34y+CwbcrbZUxFzUYN3a5xZyFKo+K6LBseCRCUkwcjATpaNn/UsIA==
17601760
dependencies:
17611761
"@babel/runtime" "^7.12.5"
1762-
"@testing-library/dom" "^9.0.0"
1762+
"@testing-library/dom" "^10.0.0"
17631763
"@types/react-dom" "^18.0.0"
17641764

17651765
"@testing-library/user-event@^14.6.1":
@@ -2398,7 +2398,7 @@ argparse@^2.0.1:
23982398
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
23992399
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
24002400

2401-
aria-query@^5.0.0, aria-query@^5.3.0:
2401+
aria-query@5.3.0, aria-query@^5.0.0, aria-query@^5.3.0:
24022402
version "5.3.0"
24032403
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
24042404
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
@@ -3025,7 +3025,7 @@ center-align@^0.1.1:
30253025
align-text "^0.1.3"
30263026
lazy-cache "^1.0.3"
30273027

3028-
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
3028+
[email protected], chalk@^4.0.0, chalk@^4.1.2:
30293029
version "4.1.2"
30303030
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
30313031
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -8128,7 +8128,7 @@ [email protected]:
81288128
resolved "https://registry.yarnpkg.com/photoswipe/-/photoswipe-4.1.3.tgz#59f49494eeb9ddab5888d03392926a19bc197550"
81298129
integrity sha512-89Z43IRUyw7ycTolo+AaiDn3W1EEIfox54hERmm9bI12IB9cvRfHSHez3XhAyU8XW2EAFrC+2sKMhh7SJwn0bA==
81308130

8131-
picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1:
8131+
picocolors@1.1.1, picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1:
81328132
version "1.1.1"
81338133
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
81348134
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

0 commit comments

Comments
 (0)