File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const config = {
2525 sidebarPath : require . resolve ( "./sidebars.js" ) ,
2626 editUrl :
2727 "https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/main/demo" ,
28- docLayoutComponent : "@theme/DocPage " ,
28+ docLayoutComponent : "@theme/DocRoot " ,
2929 docItemComponent : "@theme/ApiItem" , // Derived from docusaurus-theme-openapi
3030 } ,
3131 blog : false ,
Original file line number Diff line number Diff line change 2121 "re-gen" : " yarn clean-all && yarn gen-all"
2222 },
2323 "dependencies" : {
24- "@docusaurus/core" : " >=2 .0.1 <2.3.0 " ,
25- "@docusaurus/plugin-google-gtag" : " >=2 .0.1 <2.3.0 " ,
26- "@docusaurus/preset-classic" : " >=2 .0.1 <2.3.0 " ,
27- "@mdx-js/react" : " ^1.6.22 " ,
24+ "@docusaurus/core" : " ^3 .0.1" ,
25+ "@docusaurus/plugin-google-gtag" : " ^3 .0.1" ,
26+ "@docusaurus/preset-classic" : " ^3 .0.1" ,
27+ "@mdx-js/react" : " ^3.0.1 " ,
2828 "@mxenabled/docusaurus-plugin-openapi-docs" : " ^1.10.4" ,
2929 "@mxenabled/docusaurus-theme-openapi-docs" : " ^1.10.6" ,
3030 "clsx" : " ^1.1.1" ,
31- "prism-react-renderer" : " ^1.3.1 " ,
32- "react" : " ^17.0.2 " ,
33- "react-dom" : " ^17.0.2 "
31+ "prism-react-renderer" : " ^2.1.0 " ,
32+ "react" : " ^18.2.0 " ,
33+ "react-dom" : " ^18.2.0 "
3434 },
3535 "browserslist" : {
3636 "production" : [
You can’t perform that action at this time.
0 commit comments