File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
dev-packages/e2e-tests/test-applications/nextjs-turbo Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
"test:dev" : " TEST_ENV=development playwright test" ,
10
10
"test:build" : " pnpm install && pnpm build" ,
11
11
"test:build-canary" : " pnpm install && pnpm add next@canary && pnpm add react@canary && pnpm add react-dom@canary && pnpm build" ,
12
- "test:build-latest" : " pnpm install && pnpm add next@latest && pnpm add react@rc && pnpm add react-dom@rc && pnpm build" ,
12
+ "test:build-latest" : " pnpm install && pnpm add next@latest && pnpm build" ,
13
13
"test:assert" : " pnpm test:prod && pnpm test:dev"
14
14
},
15
15
"dependencies" : {
16
16
"@sentry/nextjs" : " latest || *" ,
17
17
"@types/node" : " ^18.19.1" ,
18
- "@types/react" : " 18.0.26 " ,
19
- "@types/react-dom" : " 18.0.9 " ,
18
+ "@types/react" : " ^19 " ,
19
+ "@types/react-dom" : " ^19 " ,
20
20
"next" : " ^15.3.5" ,
21
- "react" : " rc " ,
22
- "react-dom" : " rc " ,
21
+ "react" : " ^19 " ,
22
+ "react-dom" : " ^19 " ,
23
23
"typescript" : " ~5.0.0"
24
24
},
25
25
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments