File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/create-next-app/templates
test/e2e/next-test/first-time-setup-ts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ export const installTemplate = async ({
201
201
...packageJson . devDependencies ,
202
202
typescript : "^5" ,
203
203
"@types/node" : "^20" ,
204
- "@types/react" : "npm:types-react@beta " ,
205
- "@types/react-dom" : "npm:types-react-dom@beta " ,
204
+ "@types/react" : "^18 " ,
205
+ "@types/react-dom" : "^18 " ,
206
206
} ;
207
207
}
208
208
Original file line number Diff line number Diff line change 12
12
"react-dom" : " 19.0.0-beta-4508873393-20240430"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " npm:types-react@beta " ,
16
- "@types/react-dom" : " npm:types-react-dom@beta " ,
15
+ "@types/react" : " ^18 " ,
16
+ "@types/react-dom" : " ^18 " ,
17
17
"typescript" : " ^5"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments