Skip to content

Commit a84aae3

Browse files
committed
revert
1 parent 74c5fcc commit a84aae3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev-packages/e2e-tests/test-applications/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test:prod": "TEST_ENV=prod playwright test",
99
"test:dev": "TEST_ENV=dev playwright test",
1010
"test:build": "pnpm install && pnpm build",
11-
"test:build-13": "pnpm install && pnpm add [email protected].9 && pnpm build",
11+
"test:build-13": "pnpm install && pnpm add [email protected].11 && pnpm build",
1212
"test:assert": "pnpm test:prod && pnpm test:dev"
1313
},
1414
"dependencies": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:test-build": "pnpm ts-node --script-mode assert-build.ts",
1212
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
1313
"test:build-latest": "pnpm install && pnpm add next@latest && pnpm build",
14-
"test:build-13": "pnpm install && pnpm add [email protected].9 && pnpm build",
14+
"test:build-13": "pnpm install && pnpm add [email protected].11 && pnpm build",
1515
"test:assert": "pnpm test:test-build && pnpm test:prod && pnpm test:dev"
1616
},
1717
"dependencies": {
@@ -20,7 +20,7 @@
2020
"@types/node": "^18.19.1",
2121
"@types/react": "18.0.26",
2222
"@types/react-dom": "18.0.9",
23-
"next": "^13.5.9",
23+
"next": "14.2.25",
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0",
2626
"typescript": "~5.0.0"

0 commit comments

Comments
 (0)