Skip to content

Commit c6142ef

Browse files
authored
fix(cloudflare): update stabilized future flags for v7.10.0 (#180)
* fix(cloudflare): update stabilized future flags for v7.10.0 * fix: align react-router dependency version to ^7.10.0
1 parent 6f64445 commit c6142ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"isbot": "^5.1.31",
1515
"react": "^19.1.1",
1616
"react-dom": "^19.1.1",
17-
"react-router": "^7.9.2"
17+
"react-router": "^7.10.0"
1818
},
1919
"devDependencies": {
2020
"@cloudflare/vite-plugin": "^1.13.7",
21-
"@react-router/dev": "^7.9.2",
21+
"@react-router/dev": "^7.10.0",
2222
"@tailwindcss/vite": "^4.1.13",
2323
"@types/node": "^22",
2424
"@types/react": "^19.1.15",

cloudflare/react-router.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import type { Config } from "@react-router/dev/config";
33
export default {
44
ssr: true,
55
future: {
6-
unstable_viteEnvironmentApi: true,
6+
v8_viteEnvironmentApi: true,
77
},
88
} satisfies Config;

0 commit comments

Comments
 (0)