|
16 | 16 | "test:build": "pnpm install && pnpm build", |
17 | 17 | "test:build-webpack": "pnpm install && pnpm build-webpack", |
18 | 18 | "test:build-canary": "pnpm install && pnpm add next@canary && pnpm build", |
| 19 | + "test:build-latest": "pnpm install && pnpm add next@latest && pnpm build", |
| 20 | + "test:build-latest-webpack": "pnpm install && pnpm add next@latest && pnpm build-webpack", |
19 | 21 | "test:build-canary-webpack": "pnpm install && pnpm add next@canary && pnpm build-webpack", |
20 | 22 | "test:assert": "pnpm test:prod && pnpm test:dev", |
21 | 23 | "test:assert-webpack": "pnpm test:prod && pnpm test:dev-webpack" |
|
25 | 27 | "@sentry/core": "latest || *", |
26 | 28 | "ai": "^3.0.0", |
27 | 29 | "import-in-the-middle": "^1", |
28 | | - "next": "16.0.0-beta.0", |
| 30 | + "next": "16.0.0", |
29 | 31 | "react": "19.1.0", |
30 | 32 | "react-dom": "19.1.0", |
31 | 33 | "require-in-the-middle": "^7", |
|
50 | 52 | "build-command": "pnpm test:build-webpack", |
51 | 53 | "label": "nextjs-16 (webpack)", |
52 | 54 | "assert-command": "pnpm test:assert-webpack" |
| 55 | + }, |
| 56 | + { |
| 57 | + "build-command": "pnpm test:build-latest-webpack", |
| 58 | + "label": "nextjs-16 (latest, webpack)", |
| 59 | + "assert-command": "pnpm test:assert-webpack" |
| 60 | + }, |
| 61 | + { |
| 62 | + "build-command": "pnpm test:build-latest", |
| 63 | + "label": "nextjs-16 (latest, turbopack)" |
53 | 64 | } |
54 | 65 | ], |
55 | 66 | "optionalVariants": [ |
|
0 commit comments