File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
"test:prod" : " TEST_ENV=prod playwright test" ,
9
9
"test:dev" : " TEST_ENV=dev playwright test" ,
10
10
"test:build" : " pnpm install && pnpm build" ,
11
- "test:build-13" : " pnpm install && pnpm add next@13.5.9 && pnpm build" ,
11
+ "test:build-13" : " pnpm install && pnpm add next@13.5.11 && pnpm build" ,
12
12
"test:assert" : " pnpm test:prod && pnpm test:dev"
13
13
},
14
14
"dependencies" : {
Original file line number Diff line number Diff line change 11
11
"test:test-build" : " pnpm ts-node --script-mode assert-build.ts" ,
12
12
"test:build-canary" : " pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build" ,
13
13
"test:build-latest" : " pnpm install && pnpm add next@latest && pnpm build" ,
14
- "test:build-13" : " pnpm install && pnpm add next@13.5.9 && pnpm build" ,
14
+ "test:build-13" : " pnpm install && pnpm add next@13.5.11 && pnpm build" ,
15
15
"test:assert" : " pnpm test:test-build && pnpm test:prod && pnpm test:dev"
16
16
},
17
17
"dependencies" : {
20
20
"@types/node" : " ^18.19.1" ,
21
21
"@types/react" : " 18.0.26" ,
22
22
"@types/react-dom" : " 18.0.9" ,
23
- "next" : " ^13.5.9 " ,
23
+ "next" : " 14.2.25 " ,
24
24
"react" : " 18.2.0" ,
25
25
"react-dom" : " 18.2.0" ,
26
26
"typescript" : " ~5.0.0"
You can’t perform that action at this time.
0 commit comments