mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(deps-dev): bump typedoc-plugin-markdown in the typedoc group
Bumps the typedoc group with 1 update: [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown). Updates `typedoc-plugin-markdown` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.11.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-version: 4.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typedoc ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e4f32e0b62
commit
89a2e32874
2 changed files with 12 additions and 12 deletions
|
|
@ -1124,7 +1124,7 @@ importers:
|
|||
version: 4.0.0
|
||||
docusaurus-plugin-typedoc:
|
||||
specifier: ^1.4.2
|
||||
version: 1.4.2(typedoc-plugin-markdown@4.10.0(typedoc@0.28.17(typescript@5.9.3)))
|
||||
version: 1.4.2(typedoc-plugin-markdown@4.11.0(typedoc@0.28.17(typescript@5.9.3)))
|
||||
hosted-git-info:
|
||||
specifier: ^9.0.2
|
||||
version: 9.0.2
|
||||
|
|
@ -1178,8 +1178,8 @@ importers:
|
|||
specifier: ^0.28.17
|
||||
version: 0.28.17(typescript@5.9.3)
|
||||
typedoc-plugin-markdown:
|
||||
specifier: ^4.10.0
|
||||
version: 4.10.0(typedoc@0.28.17(typescript@5.9.3))
|
||||
specifier: ^4.11.0
|
||||
version: 4.11.0(typedoc@0.28.17(typescript@5.9.3))
|
||||
typescript:
|
||||
specifier: ^5.9.3
|
||||
version: 5.9.3
|
||||
|
|
@ -11358,8 +11358,8 @@ packages:
|
|||
peerDependencies:
|
||||
typedoc-plugin-markdown: '>=4.8.0'
|
||||
|
||||
typedoc-plugin-markdown@4.10.0:
|
||||
resolution: {integrity: sha512-psrg8Rtnv4HPWCsoxId+MzEN8TVK5jeKCnTbnGAbTBqcDapR9hM41bJT/9eAyKn9C2MDG9Qjh3MkltAYuLDoXg==}
|
||||
typedoc-plugin-markdown@4.11.0:
|
||||
resolution: {integrity: sha512-2iunh2ALyfyh204OF7h2u0kuQ84xB3jFZtFyUr01nThJkLvR8oGGSSDlyt2gyO4kXhvUxDcVbO0y43+qX+wFbw==}
|
||||
engines: {node: '>= 18'}
|
||||
peerDependencies:
|
||||
typedoc: 0.28.x
|
||||
|
|
@ -18800,10 +18800,10 @@ snapshots:
|
|||
|
||||
docusaurus-plugin-goatcounter@4.0.0: {}
|
||||
|
||||
docusaurus-plugin-typedoc@1.4.2(typedoc-plugin-markdown@4.10.0(typedoc@0.28.17(typescript@5.9.3))):
|
||||
docusaurus-plugin-typedoc@1.4.2(typedoc-plugin-markdown@4.11.0(typedoc@0.28.17(typescript@5.9.3))):
|
||||
dependencies:
|
||||
typedoc-docusaurus-theme: 1.4.2(typedoc-plugin-markdown@4.10.0(typedoc@0.28.17(typescript@5.9.3)))
|
||||
typedoc-plugin-markdown: 4.10.0(typedoc@0.28.17(typescript@5.9.3))
|
||||
typedoc-docusaurus-theme: 1.4.2(typedoc-plugin-markdown@4.11.0(typedoc@0.28.17(typescript@5.9.3)))
|
||||
typedoc-plugin-markdown: 4.11.0(typedoc@0.28.17(typescript@5.9.3))
|
||||
|
||||
dom-accessibility-api@0.5.16: {}
|
||||
|
||||
|
|
@ -24810,11 +24810,11 @@ snapshots:
|
|||
dependencies:
|
||||
is-typedarray: 1.0.0
|
||||
|
||||
typedoc-docusaurus-theme@1.4.2(typedoc-plugin-markdown@4.10.0(typedoc@0.28.17(typescript@5.9.3))):
|
||||
typedoc-docusaurus-theme@1.4.2(typedoc-plugin-markdown@4.11.0(typedoc@0.28.17(typescript@5.9.3))):
|
||||
dependencies:
|
||||
typedoc-plugin-markdown: 4.10.0(typedoc@0.28.17(typescript@5.9.3))
|
||||
typedoc-plugin-markdown: 4.11.0(typedoc@0.28.17(typescript@5.9.3))
|
||||
|
||||
typedoc-plugin-markdown@4.10.0(typedoc@0.28.17(typescript@5.9.3)):
|
||||
typedoc-plugin-markdown@4.11.0(typedoc@0.28.17(typescript@5.9.3)):
|
||||
dependencies:
|
||||
typedoc: 0.28.17(typescript@5.9.3)
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
"postcss": "^8.5.8",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"typedoc": "^0.28.17",
|
||||
"typedoc-plugin-markdown": "^4.10.0",
|
||||
"typedoc-plugin-markdown": "^4.11.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.1.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue