Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(typedoc): Update to v0.23.8 #54

Merged
merged 1 commit into from Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Expand Up @@ -51,7 +51,7 @@
"@docusaurus/utils": "2.0.0-beta.22",
"@vscode/codicons": "^0.0.31",
"marked": "^3.0.8",
"typedoc": "^0.23.7"
"typedoc": "^0.23.8"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.22",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -8496,7 +8496,7 @@ __metadata:
marked: ^3.0.8
react: ^17.0.2
react-dom: ^17.0.2
typedoc: ^0.23.7
typedoc: ^0.23.8
typescript: ^4.7.4
peerDependencies:
react: ">=16.0.0"
Expand Down Expand Up @@ -17998,9 +17998,9 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"typedoc@npm:^0.23.7":
version: 0.23.7
resolution: "typedoc@npm:0.23.7"
"typedoc@npm:^0.23.8":
version: 0.23.8
resolution: "typedoc@npm:0.23.8"
dependencies:
lunr: ^2.3.9
marked: ^4.0.16
Expand All @@ -18010,7 +18010,7 @@ resolve@^2.0.0-next.3:
typescript: 4.6.x || 4.7.x
bin:
typedoc: bin/typedoc
checksum: 70e4462602a989c51657111db8689947d7ac0e938b2edee1045b279808c56a6ffd2d42ed0f8080645e28bc8c84f82cb3faec54ea5cc5b5fd62d2fc4ea4548297
checksum: 99568e5df15781def0761d9876a86883bb58cb5318c258be965628626cc33737cd605640de2a9397f6722bccaed70aeb1e68c5f390b03ac7e8a17da9f091f906
languageName: node
linkType: hard

Expand Down