mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore(website): bump typedoc plugin (#6879)
* chore(website): bump typedoc plugin Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * fix: yarn lock Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --------- Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
parent
d95a0e588f
commit
913e923c97
2 changed files with 10 additions and 10 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"@mdx-js/react": "^3.0.1",
|
||||
"clsx": "^2.1.1",
|
||||
"docusaurus-plugin-goatcounter": "^3.0.0",
|
||||
"docusaurus-plugin-typedoc": "1.0.0-next.28",
|
||||
"docusaurus-plugin-typedoc": "1.0.0-next.30",
|
||||
"prism-react-renderer": "^2.3.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"postcss": "^8.4.38",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"typedoc": "^0.25.13",
|
||||
"typedoc-plugin-markdown": "4.0.0-next.55",
|
||||
"typedoc-plugin-markdown": "4.0.0-next.58",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"browserslist": {
|
||||
|
|
|
|||
16
yarn.lock
16
yarn.lock
|
|
@ -7412,10 +7412,10 @@ docusaurus-plugin-goatcounter@^3.0.0:
|
|||
resolved "https://registry.yarnpkg.com/docusaurus-plugin-goatcounter/-/docusaurus-plugin-goatcounter-3.0.0.tgz#da55f2fae91a70ccf0af09ee3f53d000c61a2642"
|
||||
integrity sha512-nlB8VOj+kzL9rAY0zICsktbaJoy2M8CBcRAOaltGAo5RrvDj7pMCgV067FiFF0dBrgn2k6+aC4/g/T50XvvJJw==
|
||||
|
||||
docusaurus-plugin-typedoc@1.0.0-next.28:
|
||||
version "1.0.0-next.28"
|
||||
resolved "https://registry.yarnpkg.com/docusaurus-plugin-typedoc/-/docusaurus-plugin-typedoc-1.0.0-next.28.tgz#8021ad98cf912cfb9aec6bdac17e25fd702f27a0"
|
||||
integrity sha512-deuTv+FFhx5xMB/BIM409vDx+15LQrsHHpx4xtkJiQFsbKd3xkOKMaULNGHob+kSBSZvAffrEc251xbMw3JzEQ==
|
||||
docusaurus-plugin-typedoc@1.0.0-next.30:
|
||||
version "1.0.0-next.30"
|
||||
resolved "https://registry.yarnpkg.com/docusaurus-plugin-typedoc/-/docusaurus-plugin-typedoc-1.0.0-next.30.tgz#c6e185dfa892bcb2553af4fb17b43d1986e82432"
|
||||
integrity sha512-p7u3ksPTXnfKlAPmUwjUswPYwL15YEDvvmMemp7RweGMhB+iUd+nVUrdEqk0N2Cf1ldfYhZVnfttjqhfpadEIg==
|
||||
|
||||
dom-accessibility-api@^0.5.9:
|
||||
version "0.5.16"
|
||||
|
|
@ -16055,10 +16055,10 @@ typedarray-to-buffer@^3.1.5:
|
|||
dependencies:
|
||||
is-typedarray "^1.0.0"
|
||||
|
||||
typedoc-plugin-markdown@4.0.0-next.55:
|
||||
version "4.0.0-next.55"
|
||||
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.55.tgz#624ea848b7b73b093fbb3905b28effb885805dea"
|
||||
integrity sha512-bwEEBkAP0kHnjE10QzPBXAri5yHYmgb+vZP+xn9GirBLCk3lt7SMUiUx0fj7lEtTmbgIH0rv20f3xP+JWxCPHg==
|
||||
typedoc-plugin-markdown@4.0.0-next.58:
|
||||
version "4.0.0-next.58"
|
||||
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.58.tgz#b26d4c3ec5e121530209963c71cdf1044014a2c6"
|
||||
integrity sha512-qIpinPrmz75gkKcveXNcCIxtKeNM+u/LGx+L9Cp2qOv0vCR3Vi5ONWVFq3P5XIAkoRFnLZXx6NaLcey+GuQuUA==
|
||||
|
||||
typedoc@^0.25.13:
|
||||
version "0.25.13"
|
||||
|
|
|
|||
Loading…
Reference in a new issue