Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 39b62eb

Browse files
chore(deps): update dependency @testing-library/react to v16 (#558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea75dc2 commit 39b62eb

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@swc/register": "^0.1.10",
3535
"@testing-library/dom": "^10.2.0",
3636
"@testing-library/jest-dom": "^6.1.4",
37-
"@testing-library/react": "^14.0.0",
37+
"@testing-library/react": "^16.0.0",
3838
"@types/jest": "^29.5.7",
3939
"@types/lodash": "^4.14.195",
4040
"@types/node": "^20.8.7",

yarn.lock

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,22 +2154,6 @@ __metadata:
21542154
languageName: node
21552155
linkType: hard
21562156

2157-
"@testing-library/dom@npm:^9.0.0":
2158-
version: 9.0.0
2159-
resolution: "@testing-library/dom@npm:9.0.0"
2160-
dependencies:
2161-
"@babel/code-frame": "npm:^7.10.4"
2162-
"@babel/runtime": "npm:^7.12.5"
2163-
"@types/aria-query": "npm:^5.0.1"
2164-
aria-query: "npm:^5.0.0"
2165-
chalk: "npm:^4.1.0"
2166-
dom-accessibility-api: "npm:^0.5.9"
2167-
lz-string: "npm:^1.4.4"
2168-
pretty-format: "npm:^27.0.2"
2169-
checksum: 10c0/3dfb7997acf573af7b20be0e5acb594bd9371558242aa7c270ab48af9759a14227aea9663beae1b7e26493c695432ba4e6d63ed292a10fc7b2ce49c8ac7ba022
2170-
languageName: node
2171-
linkType: hard
2172-
21732157
"@testing-library/jest-dom@npm:^6.1.4":
21742158
version: 6.4.2
21752159
resolution: "@testing-library/jest-dom@npm:6.4.2"
@@ -2203,17 +2187,23 @@ __metadata:
22032187
languageName: node
22042188
linkType: hard
22052189

2206-
"@testing-library/react@npm:^14.0.0":
2207-
version: 14.2.2
2208-
resolution: "@testing-library/react@npm:14.2.2"
2190+
"@testing-library/react@npm:^16.0.0":
2191+
version: 16.0.0
2192+
resolution: "@testing-library/react@npm:16.0.0"
22092193
dependencies:
22102194
"@babel/runtime": "npm:^7.12.5"
2211-
"@testing-library/dom": "npm:^9.0.0"
2212-
"@types/react-dom": "npm:^18.0.0"
22132195
peerDependencies:
2196+
"@testing-library/dom": ^10.0.0
2197+
"@types/react": ^18.0.0
2198+
"@types/react-dom": ^18.0.0
22142199
react: ^18.0.0
22152200
react-dom: ^18.0.0
2216-
checksum: 10c0/ab36707f6701a4a56dd217e16e00d6326e0f760bb2e716245422c7500a0b94efcd351d0aa89c4fab2916e6ebc68c983cec6b3ae0804de813cafc913a612668f6
2201+
peerDependenciesMeta:
2202+
"@types/react":
2203+
optional: true
2204+
"@types/react-dom":
2205+
optional: true
2206+
checksum: 10c0/297f97bf4722dad05f11d9cafd47d387dbdb096fea4b79b876c7466460f0f2e345b55b81b3e37fc81ed8185c528cb53dd8455ca1b6b019b229edf6c796f11c9f
22172207
languageName: node
22182208
linkType: hard
22192209

@@ -2489,7 +2479,7 @@ __metadata:
24892479
languageName: node
24902480
linkType: hard
24912481

2492-
"@types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.2.14":
2482+
"@types/react-dom@npm:^18.2.14":
24932483
version: 18.2.14
24942484
resolution: "@types/react-dom@npm:18.2.14"
24952485
dependencies:
@@ -6055,7 +6045,7 @@ __metadata:
60556045
"@swc/register": "npm:^0.1.10"
60566046
"@testing-library/dom": "npm:^10.2.0"
60576047
"@testing-library/jest-dom": "npm:^6.1.4"
6058-
"@testing-library/react": "npm:^14.0.0"
6048+
"@testing-library/react": "npm:^16.0.0"
60596049
"@types/jest": "npm:^29.5.7"
60606050
"@types/lodash": "npm:^4.14.195"
60616051
"@types/node": "npm:^20.8.7"
@@ -7735,7 +7725,7 @@ __metadata:
77357725
languageName: node
77367726
linkType: hard
77377727

7738-
"lz-string@npm:^1.4.4, lz-string@npm:^1.5.0":
7728+
"lz-string@npm:^1.5.0":
77397729
version: 1.5.0
77407730
resolution: "lz-string@npm:1.5.0"
77417731
bin:

0 commit comments

Comments
 (0)