This repository was archived by the owner on Feb 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
brick/__brick__/{{project_name.snakeCase()}} Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 18
18
"lint" : " eslint --cache --cache-location ./node_modules/.cache/eslint ."
19
19
},
20
20
"dependencies" : {
21
- "@docusaurus/core" : " 2.4.3 " ,
22
- "@docusaurus/preset-classic" : " 2.4.3 " ,
23
- "@mdx-js/react" : " ^1.6.22 " ,
21
+ "@docusaurus/core" : " 3.0.0 " ,
22
+ "@docusaurus/preset-classic" : " 3.0.0 " ,
23
+ "@mdx-js/react" : " ^3.0.0 " ,
24
24
"clsx" : " ^2.0.0" ,
25
25
"prism-react-renderer" : " ^1.3.5" ,
26
- "react" : " ^17.0.2 " ,
27
- "react-dom" : " ^17.0.2 "
26
+ "react" : " ^18.2.0 " ,
27
+ "react-dom" : " ^18.2.0 "
28
28
},
29
29
"devDependencies" : {
30
- "@babel/eslint-parser" : " ^7.22.15 " ,
31
- "@docusaurus/eslint-plugin" : " ^2.4.3 " ,
32
- "@docusaurus/module-type-aliases" : " 2.4.3 " ,
33
- "@tsconfig/ docusaurus" : " ^2 .0.2 " ,
34
- "eslint" : " ^8.49 .0" ,
30
+ "@babel/eslint-parser" : " ^7.23.3 " ,
31
+ "@docusaurus/eslint-plugin" : " ^3.0.0 " ,
32
+ "@docusaurus/module-type-aliases" : " 3.0.0 " ,
33
+ "@docusaurus/tsconfig " : " ^3 .0.0 " ,
34
+ "eslint" : " ^8.53 .0" ,
35
35
"prettier" : " ^3.0.3" ,
36
36
"typescript" : " ^5.2.2"
37
37
},
48
48
]
49
49
},
50
50
"engines" : {
51
- "node" : " >=16.14 "
51
+ "node" : " >=18.0.0 "
52
52
}
53
53
}
Original file line number Diff line number Diff line change 1
1
{
2
2
// This file is not used in compilation. It is here just for a nice editor experience.
3
- "extends" : " @tsconfig/ docusaurus/tsconfig.json " ,
3
+ "extends" : " @docusaurus/tsconfig" ,
4
4
"compilerOptions" : {
5
5
"baseUrl" : " ."
6
6
}
You can’t perform that action at this time.
0 commit comments