Skip to content

Commit

Permalink
upgrade typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Apr 23, 2024
1 parent 0d020ef commit 93865b8
Show file tree
Hide file tree
Showing 7 changed files with 210 additions and 219 deletions.
156 changes: 69 additions & 87 deletions docs/package-lock.json

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

10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.0",
"@tsconfig/docusaurus": "1.0.7",
"docusaurus-plugin-typedoc": "0.19.2",
"typedoc": "0.24.6",
"typedoc-plugin-markdown": "3.15.2",
"typedoc-plugin-missing-exports": "2.0.0",
"typescript": "5.0.4"
"docusaurus-plugin-typedoc": "0.22.0",
"typedoc": "0.25.13",
"typedoc-plugin-markdown": "3.17.1",
"typedoc-plugin-missing-exports": "2.2.0",
"typescript": "5.4.5"
},
"browserslist": {
"production": [
Expand Down
3 changes: 2 additions & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"resolveJsonModule": true
"resolveJsonModule": true,
"module": "Node16"
}
}
Loading

0 comments on commit 93865b8

Please sign in to comment.