Skip to content

Commit 8ee0cdf

Browse files
authored
[test] Activity has types and supports react-server (vercel#78066)
1 parent 73e6565 commit 8ee0cdf

File tree

4 files changed

+74
-80
lines changed

4 files changed

+74
-80
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
"@types/jest": "29.5.5",
132132
"@types/node": "20.17.6",
133133
"@types/node-fetch": "2.6.1",
134-
"@types/react": "19.0.8",
135-
"@types/react-dom": "19.0.3",
134+
"@types/react": "19.1.1",
135+
"@types/react-dom": "19.1.2",
136136
"@types/relay-runtime": "14.1.13",
137137
"@types/string-hash": "1.1.1",
138138
"@types/trusted-types": "2.0.3",
@@ -287,8 +287,8 @@
287287
"@babel/parser": "7.22.5",
288288
"@babel/types": "7.22.5",
289289
"@babel/traverse": "7.22.5",
290-
"@types/react": "19.0.8",
291-
"@types/react-dom": "19.0.3",
290+
"@types/react": "^19.1.1",
291+
"@types/react-dom": "19.1.2",
292292
"jest-snapshot": "30.0.0-alpha.6",
293293
"react": "19.2.0-canary-1d6c8168-20250411",
294294
"react-dom": "19.2.0-canary-1d6c8168-20250411",

0 commit comments

Comments
 (0)