Skip to content

Commit 4bb5cb0

Browse files
committed
Bump @testing-library/react to version 16.1.0
1 parent efda951 commit 4bb5cb0

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

examples/query/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@testing-library/dom": "^10.4.0",
17-
"@testing-library/react": "^16.0.1",
17+
"@testing-library/react": "^16.1.0",
1818
"@types/jest": "^26.0.23",
1919
"@types/react": "npm:types-react@rc",
2020
"@types/react-dom": "npm:types-react-dom@rc",

examples/query/react/kitchen-sink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@testing-library/dom": "^10.4.0",
1919
"@testing-library/jest-dom": "^5.11.5",
20-
"@testing-library/react": "^16.0.1",
20+
"@testing-library/react": "^16.1.0",
2121
"@types/jest": "^26.0.23",
2222
"@types/node": "^14.14.6",
2323
"@types/react": "npm:types-react@rc",

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@size-limit/file": "^11.0.1",
5858
"@size-limit/webpack": "^11.0.1",
5959
"@testing-library/dom": "^10.4.0",
60-
"@testing-library/react": "^16.0.1",
60+
"@testing-library/react": "^16.1.0",
6161
"@testing-library/user-event": "^14.5.2",
6262
"@types/babel__core": "^7.20.5",
6363
"@types/babel__helper-module-imports": "^7.18.3",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4822,7 +4822,7 @@ __metadata:
48224822
dependencies:
48234823
"@reduxjs/toolkit": "npm:^1.6.0-rc.1"
48244824
"@testing-library/dom": "npm:^10.4.0"
4825-
"@testing-library/react": "npm:^16.0.1"
4825+
"@testing-library/react": "npm:^16.1.0"
48264826
"@types/jest": "npm:^26.0.23"
48274827
"@types/react": "npm:types-react@rc"
48284828
"@types/react-dom": "npm:types-react-dom@rc"
@@ -4941,7 +4941,7 @@ __metadata:
49414941
"@reduxjs/toolkit": "npm:1.8.1"
49424942
"@testing-library/dom": "npm:^10.4.0"
49434943
"@testing-library/jest-dom": "npm:^5.11.5"
4944-
"@testing-library/react": "npm:^16.0.1"
4944+
"@testing-library/react": "npm:^16.1.0"
49454945
"@types/jest": "npm:^26.0.23"
49464946
"@types/node": "npm:^14.14.6"
49474947
"@types/react": "npm:types-react@rc"
@@ -7024,7 +7024,7 @@ __metadata:
70247024
"@size-limit/file": "npm:^11.0.1"
70257025
"@size-limit/webpack": "npm:^11.0.1"
70267026
"@testing-library/dom": "npm:^10.4.0"
7027-
"@testing-library/react": "npm:^16.0.1"
7027+
"@testing-library/react": "npm:^16.1.0"
70287028
"@testing-library/user-event": "npm:^14.5.2"
70297029
"@types/babel__core": "npm:^7.20.5"
70307030
"@types/babel__helper-module-imports": "npm:^7.18.3"
@@ -8092,23 +8092,23 @@ __metadata:
80928092
languageName: node
80938093
linkType: hard
80948094

8095-
"@testing-library/react@npm:^16.0.1":
8096-
version: 16.0.1
8097-
resolution: "@testing-library/react@npm:16.0.1"
8095+
"@testing-library/react@npm:^16.1.0":
8096+
version: 16.1.0
8097+
resolution: "@testing-library/react@npm:16.1.0"
80988098
dependencies:
80998099
"@babel/runtime": "npm:^7.12.5"
81008100
peerDependencies:
81018101
"@testing-library/dom": ^10.0.0
8102-
"@types/react": ^18.0.0
8103-
"@types/react-dom": ^18.0.0
8104-
react: ^18.0.0
8105-
react-dom: ^18.0.0
8102+
"@types/react": ^18.0.0 || ^19.0.0
8103+
"@types/react-dom": ^18.0.0 || ^19.0.0
8104+
react: ^18.0.0 || ^19.0.0
8105+
react-dom: ^18.0.0 || ^19.0.0
81068106
peerDependenciesMeta:
81078107
"@types/react":
81088108
optional: true
81098109
"@types/react-dom":
81108110
optional: true
8111-
checksum: 10/904b48881cf5bd208e25899e168f5c99c78ed6d77389544838d9d861a038d2c5c5385863ee9a367436770cbf7d21c5e05a991b9e24a33806e9ac985df2448185
8111+
checksum: 10/2a20e0dbfadbc93d45a84e82281ed47deed54a6a5fc1461a523172d7fbc0481e8502cf98a2080f38aba94290b3d745671a1c9e320e6f76ad6afcca67c580b963
81128112
languageName: node
81138113
linkType: hard
81148114

0 commit comments

Comments
 (0)