Skip to content

Commit df14940

Browse files
nicohrubecclaude
andcommitted
test(react-router): Pin react-router latest canary to v7
react-router 8 requires React 19; the SDK does not support v8 yet. Pin the latest-version E2E canary to the newest v7 release until v8 is supported. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dd83611 commit df14940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/react-router-7-framework

dev-packages/e2e-tests/test-applications/react-router-7-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"scripts": {
2727
"build": "react-router build",
28-
"test:build-latest": "pnpm install && pnpm add react-router@latest && pnpm add @react-router/node@latest && pnpm add @react-router/serve@latest && pnpm build",
28+
"test:build-latest": "pnpm install && pnpm add react-router@7 && pnpm add @react-router/node@7 && pnpm add @react-router/serve@7 && pnpm build",
2929
"dev": "NODE_OPTIONS='--import ./instrument.mjs' react-router dev",
3030
"start": "NODE_OPTIONS='--import ./instrument.mjs' react-router-serve ./build/server/index.js",
3131
"proxy": "node start-event-proxy.mjs",

0 commit comments

Comments
 (0)