Skip to content

Commit 3191d3a

Browse files
committed
Bump @testing-library/react to version 16.1.0
1 parent 7446736 commit 3191d3a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@reduxjs/toolkit": "^2.2.5",
8282
"@testing-library/dom": "^10.4.0",
8383
"@testing-library/jest-dom": "^6.6.3",
84-
"@testing-library/react": "^16.0.0",
84+
"@testing-library/react": "^16.1.0",
8585
"@types/node": "^20.14.2",
8686
"@types/prop-types": "^15.7.12",
8787
"@types/react": "npm:types-react@rc",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,23 +2149,23 @@ __metadata:
21492149
languageName: node
21502150
linkType: hard
21512151

2152-
"@testing-library/react@npm:^16.0.0":
2153-
version: 16.0.1
2154-
resolution: "@testing-library/react@npm:16.0.1"
2152+
"@testing-library/react@npm:^16.1.0":
2153+
version: 16.1.0
2154+
resolution: "@testing-library/react@npm:16.1.0"
21552155
dependencies:
21562156
"@babel/runtime": "npm:^7.12.5"
21572157
peerDependencies:
21582158
"@testing-library/dom": ^10.0.0
2159-
"@types/react": ^18.0.0
2160-
"@types/react-dom": ^18.0.0
2161-
react: ^18.0.0
2162-
react-dom: ^18.0.0
2159+
"@types/react": ^18.0.0 || ^19.0.0
2160+
"@types/react-dom": ^18.0.0 || ^19.0.0
2161+
react: ^18.0.0 || ^19.0.0
2162+
react-dom: ^18.0.0 || ^19.0.0
21632163
peerDependenciesMeta:
21642164
"@types/react":
21652165
optional: true
21662166
"@types/react-dom":
21672167
optional: true
2168-
checksum: 10/904b48881cf5bd208e25899e168f5c99c78ed6d77389544838d9d861a038d2c5c5385863ee9a367436770cbf7d21c5e05a991b9e24a33806e9ac985df2448185
2168+
checksum: 10/2a20e0dbfadbc93d45a84e82281ed47deed54a6a5fc1461a523172d7fbc0481e8502cf98a2080f38aba94290b3d745671a1c9e320e6f76ad6afcca67c580b963
21692169
languageName: node
21702170
linkType: hard
21712171

@@ -6136,7 +6136,7 @@ __metadata:
61366136
"@reduxjs/toolkit": "npm:^2.2.5"
61376137
"@testing-library/dom": "npm:^10.4.0"
61386138
"@testing-library/jest-dom": "npm:^6.6.3"
6139-
"@testing-library/react": "npm:^16.0.0"
6139+
"@testing-library/react": "npm:^16.1.0"
61406140
"@types/node": "npm:^20.14.2"
61416141
"@types/prop-types": "npm:^15.7.12"
61426142
"@types/react": "npm:types-react@rc"

0 commit comments

Comments
 (0)