File tree 7 files changed +13
-12
lines changed
examples/reproduction-template
create-next-app/templates
e2e/next-test/first-time-setup-js
7 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"dependencies" : {
9
9
"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 "
12
12
},
13
13
"devDependencies" : {
14
14
"@types/node" : " 20.12.12" ,
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-dfd30974ab-20240613 " ,
188
+ "react-dom" : "19.0.0-rc-dfd30974ab-20240613 " ,
189
189
next : version ,
190
190
} ,
191
191
devDependencies : { } ,
Original file line number Diff line number Diff line change 106
106
"@opentelemetry/api" : " ^1.1.0" ,
107
107
"@playwright/test" : " ^1.41.2" ,
108
108
"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 " ,
111
111
"sass" : " ^1.3.0"
112
112
},
113
113
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -415,7 +415,8 @@ ${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 =
419
+ process . env . NEXT_TEST_REACT_VERSION || '19.0.0-rc-dfd30974ab-20240613'
419
420
const { installDir, pkgPaths, tmpRepoDir } = await createNextInstall ( {
420
421
parentSpan : mockTrace ( ) ,
421
422
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.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 "
9
9
},
10
10
"engines" : {
11
11
"node" : " >=18.18.0"
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-dfd30974ab-20240613 " ,
12
+ "react-dom" : " 19.0.0-rc-dfd30974ab-20240613 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ export class NextInstance {
163
163
)
164
164
165
165
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 '
167
167
const finalDependencies = {
168
168
react : reactVersion ,
169
169
'react-dom' : reactVersion ,
You can’t perform that action at this time.
0 commit comments