Skip to content

Commit d0add7f

Browse files
aryaemami59markerikson
authored andcommitted
Bump @testing-library/react to version 16.1.0
1 parent ae6200b commit d0add7f

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
@@ -82,7 +82,7 @@
8282
"@reduxjs/toolkit": "^2.2.5",
8383
"@testing-library/dom": "^10.4.0",
8484
"@testing-library/jest-dom": "^6.6.3",
85-
"@testing-library/react": "^16.0.0",
85+
"@testing-library/react": "^16.1.0",
8686
"@types/node": "^20.14.2",
8787
"@types/prop-types": "^15.7.12",
8888
"@types/react": "npm:types-react@rc",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,23 +2163,23 @@ __metadata:
21632163
languageName: node
21642164
linkType: hard
21652165

2166-
"@testing-library/react@npm:^16.0.0":
2167-
version: 16.0.1
2168-
resolution: "@testing-library/react@npm:16.0.1"
2166+
"@testing-library/react@npm:^16.1.0":
2167+
version: 16.1.0
2168+
resolution: "@testing-library/react@npm:16.1.0"
21692169
dependencies:
21702170
"@babel/runtime": "npm:^7.12.5"
21712171
peerDependencies:
21722172
"@testing-library/dom": ^10.0.0
2173-
"@types/react": ^18.0.0
2174-
"@types/react-dom": ^18.0.0
2175-
react: ^18.0.0
2176-
react-dom: ^18.0.0
2173+
"@types/react": ^18.0.0 || ^19.0.0
2174+
"@types/react-dom": ^18.0.0 || ^19.0.0
2175+
react: ^18.0.0 || ^19.0.0
2176+
react-dom: ^18.0.0 || ^19.0.0
21772177
peerDependenciesMeta:
21782178
"@types/react":
21792179
optional: true
21802180
"@types/react-dom":
21812181
optional: true
2182-
checksum: 10/904b48881cf5bd208e25899e168f5c99c78ed6d77389544838d9d861a038d2c5c5385863ee9a367436770cbf7d21c5e05a991b9e24a33806e9ac985df2448185
2182+
checksum: 10/2a20e0dbfadbc93d45a84e82281ed47deed54a6a5fc1461a523172d7fbc0481e8502cf98a2080f38aba94290b3d745671a1c9e320e6f76ad6afcca67c580b963
21832183
languageName: node
21842184
linkType: hard
21852185

@@ -6133,7 +6133,7 @@ __metadata:
61336133
"@reduxjs/toolkit": "npm:^2.2.5"
61346134
"@testing-library/dom": "npm:^10.4.0"
61356135
"@testing-library/jest-dom": "npm:^6.6.3"
6136-
"@testing-library/react": "npm:^16.0.0"
6136+
"@testing-library/react": "npm:^16.1.0"
61376137
"@types/node": "npm:^20.14.2"
61386138
"@types/prop-types": "npm:^15.7.12"
61396139
"@types/react": "npm:types-react@rc"

0 commit comments

Comments
 (0)