Skip to content

Commit 91bcc08

Browse files
authored
chore(rsc): update compatibility_date for WeakRef (#912)
1 parent 7a59d5f commit 91bcc08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/plugin-rsc/examples/basic/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"directory": "dist/client",
77
},
88
"workers_dev": true,
9-
"compatibility_date": "2025-04-01",
9+
"compatibility_date": "2025-10-01",
1010
"compatibility_flags": ["nodejs_als"],
1111
}

packages/plugin-rsc/examples/react-router/cf/wrangler.rsc.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "vite-rsc-react-router-rsc",
44
"main": "./entry.rsc.tsx",
55
"workers_dev": true,
6-
"compatibility_date": "2025-04-01",
6+
"compatibility_date": "2025-10-01",
77
"compatibility_flags": ["nodejs_als"],
88
}

packages/plugin-rsc/examples/react-router/cf/wrangler.ssr.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"main": "./entry.ssr.tsx",
55
"workers_dev": true,
66
"services": [{ "binding": "RSC", "service": "vite-rsc-react-router-rsc" }],
7-
"compatibility_date": "2025-04-01",
7+
"compatibility_date": "2025-10-01",
88
"compatibility_flags": ["nodejs_als"],
99
}

packages/plugin-rsc/examples/starter-cf-single/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "vite-rsc-starter",
44
"main": "./src/framework/entry.rsc.tsx",
55
"workers_dev": true,
6-
"compatibility_date": "2025-04-01",
6+
"compatibility_date": "2025-10-01",
77
"compatibility_flags": ["nodejs_als"],
88
}

0 commit comments

Comments
 (0)