File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -415,8 +415,7 @@ ${ENDGROUP}`)
415
415
// a starter Next.js install to re-use to speed up tests
416
416
// to avoid having to run yarn each time
417
417
console . log ( `${ GROUP } Creating Next.js install for isolated tests` )
418
- const reactVersion =
419
- process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc-dfd30974ab-20240613'
418
+ const reactVersion = process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc.0'
420
419
const { installDir, pkgPaths, tmpRepoDir } = await createNextInstall ( {
421
420
parentSpan : mockTrace ( ) ,
422
421
dependencies : {
Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"dependencies" : {
6
6
"next" : " latest" ,
7
- "react" : " 19.0.0-rc-dfd30974ab-20240613 " ,
8
- "react-dom" : " 19.0.0-rc-dfd30974ab-20240613 "
7
+ "react" : " 19.0.0-rc.0 " ,
8
+ "react-dom" : " 19.0.0-rc.0 "
9
9
},
10
10
"engines" : {
11
11
"node" : " >=18.18.0"
You can’t perform that action at this time.
0 commit comments