File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
create-next-app/templates Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ export const installTemplate = async ({
184
184
* Default dependencies.
185
185
*/
186
186
dependencies : {
187
- react : "19.0.0-rc.0 " ,
188
- "react-dom" : "19.0.0-rc.0 " ,
187
+ react : "19.0.0-rc-a26e3f403e-20240611 " ,
188
+ "react-dom" : "19.0.0-rc-a26e3f403e-20240611 " ,
189
189
next : version ,
190
190
} ,
191
191
devDependencies : { } ,
Original file line number Diff line number Diff line change 105
105
"@opentelemetry/api" : " ^1.1.0" ,
106
106
"@playwright/test" : " ^1.41.2" ,
107
107
"babel-plugin-react-compiler" : " *" ,
108
- "react" : " 19.0.0-rc.0 " ,
109
- "react-dom" : " 19.0.0-rc.0 " ,
108
+ "react" : " 19.0.0-rc-a26e3f403e-20240611 " ,
109
+ "react-dom" : " 19.0.0-rc-a26e3f403e-20240611 " ,
110
110
"sass" : " ^1.3.0"
111
111
},
112
112
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -415,7 +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 = process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc.0 '
418
+ const reactVersion = process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc-a26e3f403e-20240611 '
419
419
const { installDir, pkgPaths, tmpRepoDir } = await createNextInstall ( {
420
420
parentSpan : mockTrace ( ) ,
421
421
dependencies : {
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"next" : " canary" ,
11
- "react" : " 19.0.0-rc.0 " ,
12
- "react-dom" : " 19.0.0-rc.0 "
11
+ "react" : " 19.0.0-rc-a26e3f403e-20240611 " ,
12
+ "react-dom" : " 19.0.0-rc-a26e3f403e-20240611 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"next" : " canary" ,
11
- "react" : " 19.0.0-rc.0 " ,
12
- "react-dom" : " 19.0.0-rc.0 "
11
+ "react" : " 19.0.0-rc-a26e3f403e-20240611 " ,
12
+ "react-dom" : " 19.0.0-rc-a26e3f403e-20240611 "
13
13
},
14
14
"devDependencies" : {
15
15
"@types/react" : " ^18" ,
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ export class NextInstance {
161
161
)
162
162
163
163
const reactVersion =
164
- process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc.0 '
164
+ process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc-a26e3f403e-20240611 '
165
165
const finalDependencies = {
166
166
react : reactVersion ,
167
167
'react-dom' : reactVersion ,
You can’t perform that action at this time.
0 commit comments