Skip to content

Commit db5c9b6

Browse files
styfleeps1lon
andauthored
[test] Activity has types and supports react-server (#78196)
Backport of #78066 to 15.3.x --------- Co-authored-by: Sebastian "Sebbie" Silbermann <sebastian.silbermann@vercel.com>
1 parent b2ff049 commit db5c9b6

File tree

4 files changed

+74
-78
lines changed

4 files changed

+74
-78
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",
@@ -288,8 +288,8 @@
288288
"@babel/parser": "7.22.5",
289289
"@babel/types": "7.22.5",
290290
"@babel/traverse": "7.22.5",
291-
"@types/react": "19.0.8",
292-
"@types/react-dom": "19.0.3",
291+
"@types/react": "^19.1.1",
292+
"@types/react-dom": "19.1.2",
293293
"jest-snapshot": "30.0.0-alpha.6",
294294
"react": "19.2.0-canary-3fbfb9ba-20250409",
295295
"react-dom": "19.2.0-canary-3fbfb9ba-20250409",

0 commit comments

Comments
 (0)