Skip to content

Commit

Permalink
Downgrading to Typedoc 0.25.13 until jiti-v2 is coming out to Docusaurus
Browse files Browse the repository at this point in the history
- See facebook/docusaurus#10716 for details.
  • Loading branch information
MaXFeeD committed Dec 3, 2024
1 parent f801d4d commit aa7eb1c
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 123 deletions.
201 changes: 81 additions & 120 deletions api/docusaurus-typedoc-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/docusaurus-typedoc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"@docusaurus/utils": "^3.6.3",
"@vscode/codicons": "^0.0.36",
"marked": "^9.1.6",
"marked-smartypants": "^1.1.9",
"typedoc": "^0.27.2"
"marked-smartypants": "^1.1.9"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.7.2"
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
}
}

0 comments on commit aa7eb1c

Please sign in to comment.