Skip to content

Commit 93b4deb

Browse files
committed
test nextjs 16
1 parent 063ad99 commit 93b4deb

File tree

1 file changed

+12
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-16

1 file changed

+12
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-16/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"test:build": "pnpm install && pnpm build",
1717
"test:build-webpack": "pnpm install && pnpm build-webpack",
1818
"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",
1921
"test:build-canary-webpack": "pnpm install && pnpm add next@canary && pnpm build-webpack",
2022
"test:assert": "pnpm test:prod && pnpm test:dev",
2123
"test:assert-webpack": "pnpm test:prod && pnpm test:dev-webpack"
@@ -25,7 +27,7 @@
2527
"@sentry/core": "latest || *",
2628
"ai": "^3.0.0",
2729
"import-in-the-middle": "^1",
28-
"next": "16.0.0-beta.0",
30+
"next": "16.0.0",
2931
"react": "19.1.0",
3032
"react-dom": "19.1.0",
3133
"require-in-the-middle": "^7",
@@ -50,6 +52,15 @@
5052
"build-command": "pnpm test:build-webpack",
5153
"label": "nextjs-16 (webpack)",
5254
"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)"
5364
}
5465
],
5566
"optionalVariants": [

0 commit comments

Comments
 (0)