File tree Expand file tree Collapse file tree 7 files changed +13
-12
lines changed
examples/reproduction-template
create-next-app/templates
e2e/next-test/first-time-setup-js Expand file tree Collapse file tree 7 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 77 },
88 "dependencies" : {
99 "next" : " canary" ,
10- "react" : " 19.0.0-rc.0 " ,
11- "react-dom" : " 19.0.0-rc.0 "
10+ "react" : " 19.0.0-rc-dfd30974ab-20240613 " ,
11+ "react-dom" : " 19.0.0-rc-dfd30974ab-20240613 "
1212 },
1313 "devDependencies" : {
1414 "@types/node" : " 20.12.12" ,
Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ export const installTemplate = async ({
184184 * Default dependencies.
185185 */
186186 dependencies : {
187- react : "19.0.0-rc.0 " ,
188- "react-dom" : "19.0.0-rc.0 " ,
187+ react : "19.0.0-rc-dfd30974ab-20240613 " ,
188+ "react-dom" : "19.0.0-rc-dfd30974ab-20240613 " ,
189189 next : version ,
190190 } ,
191191 devDependencies : { } ,
Original file line number Diff line number Diff line change 106106 "@opentelemetry/api" : " ^1.1.0" ,
107107 "@playwright/test" : " ^1.41.2" ,
108108 "babel-plugin-react-compiler" : " *" ,
109- "react" : " 19.0.0-rc.0 " ,
110- "react-dom" : " 19.0.0-rc.0 " ,
109+ "react" : " 19.0.0-rc-dfd30974ab-20240613 " ,
110+ "react-dom" : " 19.0.0-rc-dfd30974ab-20240613 " ,
111111 "sass" : " ^1.3.0"
112112 },
113113 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -415,7 +415,8 @@ ${ENDGROUP}`)
415415 // a starter Next.js install to re-use to speed up tests
416416 // to avoid having to run yarn each time
417417 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 =
419+ process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc-dfd30974ab-20240613'
419420 const { installDir, pkgPaths, tmpRepoDir } = await createNextInstall ( {
420421 parentSpan : mockTrace ( ) ,
421422 dependencies : {
Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "dependencies" : {
66 "next" : " latest" ,
7- "react" : " 19.0.0-rc.0 " ,
8- "react-dom" : " 19.0.0-rc.0 "
7+ "react" : " 19.0.0-rc-dfd30974ab-20240613 " ,
8+ "react-dom" : " 19.0.0-rc-dfd30974ab-20240613 "
99 },
1010 "engines" : {
1111 "node" : " >=18.18.0"
Original file line number Diff line number Diff line change 88 },
99 "dependencies" : {
1010 "next" : " canary" ,
11- "react" : " 19.0.0-rc.0 " ,
12- "react-dom" : " 19.0.0-rc.0 "
11+ "react" : " 19.0.0-rc-dfd30974ab-20240613 " ,
12+ "react-dom" : " 19.0.0-rc-dfd30974ab-20240613 "
1313 }
1414}
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ export class NextInstance {
163163 )
164164
165165 const reactVersion =
166- process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc.0 '
166+ process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc-dfd30974ab-20240613 '
167167 const finalDependencies = {
168168 react : reactVersion ,
169169 'react-dom' : reactVersion ,
You can’t perform that action at this time.
0 commit comments