File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/create-next-app/templates
test/e2e/next-test/first-time-setup-js Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ export const installTemplate = async ({
186
186
* Default dependencies.
187
187
*/
188
188
dependencies : {
189
- react : "^18 " ,
190
- "react-dom" : "^18 " ,
189
+ react : "19.0.0-beta-4508873393-20240430 " ,
190
+ "react-dom" : "19.0.0-beta-4508873393-20240430 " ,
191
191
next : version ,
192
192
} ,
193
193
devDependencies : { } ,
@@ -201,8 +201,8 @@ export const installTemplate = async ({
201
201
...packageJson . devDependencies ,
202
202
typescript : "^5" ,
203
203
"@types/node" : "^20" ,
204
- "@types/react" : "^18 " ,
205
- "@types/react-dom" : "^18 " ,
204
+ "@types/react" : "npm:types-react@beta " ,
205
+ "@types/react-dom" : "npm:types-react-dom@beta " ,
206
206
} ;
207
207
}
208
208
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"next" : " canary" ,
11
- "react" : " ^18 " ,
12
- "react-dom" : " ^18 "
11
+ "react" : " 19.0.0-beta-4508873393-20240430 " ,
12
+ "react-dom" : " 19.0.0-beta-4508873393-20240430 "
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments