File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
create-next-app/templates Expand file tree Collapse file tree 5 files changed +9
-9
lines changed 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 105105 "@opentelemetry/api" : " ^1.1.0" ,
106106 "@playwright/test" : " ^1.41.2" ,
107107 "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-dfd30974ab-20240613 " ,
109+ "react-dom" : " 19.0.0-rc-dfd30974ab-20240613 " ,
110110 "sass" : " ^1.3.0"
111111 },
112112 "peerDependenciesMeta" : {
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 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 "devDependencies" : {
1515 "@types/react" : " ^18" ,
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ export class NextInstance {
161161 )
162162
163163 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-dfd30974ab-20240613 '
165165 const finalDependencies = {
166166 react : reactVersion ,
167167 'react-dom' : reactVersion ,
You can’t perform that action at this time.
0 commit comments