Skip to content

Commit

Permalink
Rollback typedoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbm committed Jun 12, 2024
1 parent 8bd19e8 commit a209ed8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"diffEditor.ignoreTrimWhitespace": true,
"files.autoSave": "off",
"files.autoSave": "afterDelay",
"editor.minimap.maxColumn": 170,
"editor.wordWrapColumn": 170,
"editor.formatOnSave": true,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-order": "^6.0.4",
"typedoc": "^0.25.13",
"typedoc-plugin-merge-modules": "^5.1.0",
"typedoc-umlclass": "^0.9.0",
"typedoc": "^0.23.9",
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-umlclass": "^0.7.0",
"typescript": "^5.4.5",
"virtual-select-plugin": "^1.0.44"
}
Expand Down
3 changes: 0 additions & 3 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"sort": [
"source-order"
],
"plugin": [
"typedoc-umlclass"
],
"umlClassDiagram": {
"type": "detailed",
"location": "local",
Expand Down

0 comments on commit a209ed8

Please sign in to comment.