Skip to content

Commit 7cacd97

Browse files
committed
rm ppr
1 parent 7fc2858 commit 7cacd97

File tree

4 files changed

+6
-54
lines changed

4 files changed

+6
-54
lines changed

dev-packages/e2e-tests/test-applications/nextjs-15/app/ppr-error/[param]/page.tsx

Lines changed: 0 additions & 17 deletions
This file was deleted.

dev-packages/e2e-tests/test-applications/nextjs-15/next.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
const { withSentryConfig } = require('@sentry/nextjs');
22

33
/** @type {import('next').NextConfig} */
4-
const nextConfig = {
5-
experimental: {
6-
ppr: true,
7-
},
8-
};
4+
const nextConfig = {};
95

106
module.exports = withSentryConfig(nextConfig, {
117
silent: true,

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
"test:dev-turbo": "TEST_ENV=dev-turbopack playwright test",
1212
"test:build": "pnpm install && pnpm build",
1313
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
14-
"//": "15.0.0-canary.194 is the canary release attached to Next.js RC 1. We need to use the canary version instead of the RC because PPR will not work without. The specific react version is also attached to RC 1.",
15-
"test:build-latest": "pnpm install && pnpm add [email protected] && pnpm add [email protected] && pnpm add [email protected] && pnpm build",
16-
"test:build-turbo": "pnpm install && pnpm add [email protected] && next build --turbopack",
14+
"test:build-latest": "pnpm install && pnpm add next@next-15 && pnpm build",
15+
"test:build-turbo": "pnpm install && next build --turbopack",
1716
"test:assert": "pnpm test:prod && pnpm test:dev"
1817
},
1918
"dependencies": {
@@ -22,9 +21,9 @@
2221
"@types/react": "18.0.26",
2322
"@types/react-dom": "18.0.9",
2423
"ai": "^3.0.0",
25-
"next": "15.4.2-canary.1",
26-
"react": "beta",
27-
"react-dom": "beta",
24+
"next": "15.5.4",
25+
"react": "latest",
26+
"react-dom": "latest",
2827
"typescript": "~5.0.0",
2928
"zod": "^3.22.4"
3029
},
@@ -37,10 +36,6 @@
3736
},
3837
"sentryTest": {
3938
"optionalVariants": [
40-
{
41-
"build-command": "pnpm test:build-canary",
42-
"label": "nextjs-15 (canary)"
43-
},
4439
{
4540
"build-command": "pnpm test:build-latest",
4641
"label": "nextjs-15 (latest)"

dev-packages/e2e-tests/test-applications/nextjs-15/tests/ppr-error.test.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)