Files
cloudflare__vinext/tests/fixtures/cf-app-basic/package.json
James Anderson 0b6faab89d fix(cache): isolate draft route responses (#2591)
* fix(cache): isolate draft route handler responses

* fix(cache): enforce draft policy on route errors

* fix(cache): privatize draft mode transitions

* fix(cache): respect live draft transitions

* fix(cache): discard route cookies on failed handlers

* Reviewed PR #2591: solid fix, no blocks

Co-authored-by: james-elicx <james-elicx@users.noreply.github.com>

* test(cloudflare): use public CDN adapter export

* fix(ci): align Cloudflare fixture lock entry

---------

Co-authored-by: ask-bonk[bot] <ask-bonk[bot]@users.noreply.github.com>
Co-authored-by: james-elicx <james-elicx@users.noreply.github.com>
2026-07-15 14:06:00 +01:00

21 lines
496 B
JSON

{
"name": "vinext-cf-app-basic",
"private": true,
"type": "module",
"dependencies": {
"@cloudflare/vite-plugin": "catalog:",
"@vinext/cloudflare": "workspace:*",
"@vitejs/plugin-react": "catalog:",
"@vitejs/plugin-rsc": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"react-server-dom-webpack": "catalog:",
"vinext": "workspace:*",
"vite": "catalog:",
"wrangler": "catalog:"
},
"devDependencies": {
"vite-plus": "catalog:"
}
}