Skip to content

Commit b850812

Browse files
authored
Bump React types (#82541)
To enable `name` on `Activity`.
1 parent 65950f7 commit b850812

File tree

2 files changed

+81
-96
lines changed

2 files changed

+81
-96
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
"@types/jest": "29.5.5",
138138
"@types/node": "20.17.6",
139139
"@types/node-fetch": "2.6.1",
140-
"@types/react": "19.1.8",
141-
"@types/react-dom": "19.1.6",
140+
"@types/react": "19.1.10",
141+
"@types/react-dom": "19.1.7",
142142
"@types/relay-runtime": "14.1.13",
143143
"@types/string-hash": "1.1.1",
144144
"@types/trusted-types": "2.0.3",
@@ -293,8 +293,8 @@
293293
"@babel/parser": "7.27.0",
294294
"@babel/types": "7.27.0",
295295
"@babel/traverse": "7.27.0",
296-
"@types/react": "19.1.8",
297-
"@types/react-dom": "19.1.6",
296+
"@types/react": "19.1.10",
297+
"@types/react-dom": "19.1.7",
298298
"@types/retry": "0.12.0",
299299
"jest-snapshot": "30.0.0-alpha.6",
300300
"react": "19.2.0-canary-ac7820a9-20250811",

0 commit comments

Comments
 (0)