Skip to content

Commit

Permalink
chore: update to typedoc 0.23.28 (#300)
Browse files Browse the repository at this point in the history
Related to #294
  • Loading branch information
GerkinDev committed Apr 5, 2023
1 parent e405dc5 commit 36f63ea
Show file tree
Hide file tree
Showing 32 changed files with 383 additions and 550 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yaml
Expand Up @@ -23,7 +23,7 @@ body:
id: typedoc-version
attributes:
label: Typedoc version
placeholder: "Example: 0.23.10" # !FORMAT placeholder: "Example: ${typedocVersion}"
placeholder: "Example: 0.23.28" # !FORMAT placeholder: "Example: ${typedocVersion}"
validations:
required: true
- type: textarea
Expand Down
148 changes: 94 additions & 54 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -125,7 +125,7 @@
"tmp": "^0.2.1",
"ts-jest": "^28.0.5",
"type-fest": "^2.16.0",
"typedoc": "^0.23.10",
"typedoc": "^0.23.28",
"typescript": "^4.7.4",
"unionfs": "^4.4.0",
"yaml": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-code-blocks/README.md
Expand Up @@ -71,5 +71,5 @@ npm install --save-dev @knodes/typedoc-plugin-code-blocks typedoc@^0.23.0

This plugin version should match TypeDoc `^0.23.0` for compatibility.

> **Note**: this plugin version was released by testing against `^0.23.10`.
> **Note**: this plugin version was released by testing against `^0.23.28`.
<!-- INSTALL end -->

0 comments on commit 36f63ea

Please sign in to comment.