File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
packages/create-docusaurus/templates/classic-typescript Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2727 "@docusaurus/module-type-aliases" : " 3.9.2" ,
2828 "@docusaurus/tsconfig" : " 3.9.2" ,
2929 "@docusaurus/types" : " 3.9.2" ,
30+ "@types/react" : " ^19.0.0" ,
3031 "typescript" : " ~5.6.2"
3132 },
3233 "browserslist" : {
Original file line number Diff line number Diff line change 1+ // This file is not used by "docusaurus start/build" commands.
2+ // It is here to improve your IDE experience (type-checking, autocompletion...),
3+ // and can also run the package.json "typecheck" script manually.
14{
2- // This file is not used in compilation. It is here just for a nice editor experience.
35 "extends" : " @docusaurus/tsconfig" ,
46 "compilerOptions" : {
5- "baseUrl" : " ."
7+ "baseUrl" : " ." ,
8+ "strict" : true
69 },
710 "exclude" : [" .docusaurus" , " build" ]
811}
Original file line number Diff line number Diff line change 46124612 dependencies:
46134613 "@types/react" "*"
46144614
4615- "@types/react@*", "@types/react@^19.2.10":
4615+ "@types/react@*", "@types/react@^19.0.0", "@types/react@^19. 2.10":
46164616 version "19.2.10"
46174617 resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.10.tgz#f3ea799e6b4cebad6dfd231c238fc9de7652e2d2"
46184618 integrity sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==
You can’t perform that action at this time.
0 commit comments