From 42bd296dc804974d86f10133d11a11110f1fbbf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:05:52 +0000 Subject: [PATCH] chore(deps-dev): bump vuepress-plugin-typedoc from 0.9.2 to 0.13.0 Bumps [vuepress-plugin-typedoc](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/vuepress-plugin-typedoc) from 0.9.2 to 0.13.0. - [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases) - [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/docusaurus-plugin-typedoc@0.13.0/packages/vuepress-plugin-typedoc) --- updated-dependencies: - dependency-name: vuepress-plugin-typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed1e54f4..c5645a85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "vuepress": "^1.8.2", "vuepress-plugin-flexsearch": "^0.3.0", "vuepress-plugin-redirect": "^1.2.5", - "vuepress-plugin-typedoc": "^0.10.3", + "vuepress-plugin-typedoc": "^0.13.0", "vuepress-theme-chartjs": "^0.2.0" }, "peerDependencies": { @@ -22877,13 +22877,15 @@ } }, "node_modules/vuepress-plugin-typedoc": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/vuepress-plugin-typedoc/-/vuepress-plugin-typedoc-0.10.3.tgz", - "integrity": "sha512-ll9sC/lX2iPji9DALT1V0uEgln7K/Za0hMzrAIkyGWD8VaCJ27pXx6db3G340Ni/Xv7qem9dgSqcHSYMYTZtEQ==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/vuepress-plugin-typedoc/-/vuepress-plugin-typedoc-0.13.0.tgz", + "integrity": "sha512-3JNuR912ktT0M6kA8hWST09TzrJOm9OaA8O4xxLf5wUojeOmhczDR7VgYMriFRbfTnbpoDAw2AeD9gtW59686A==", + "deprecated": "Please use typedoc-vitepress-theme as an alternative.", "dev": true, + "license": "MIT", "peerDependencies": { - "typedoc": ">=0.22.0", - "typedoc-plugin-markdown": ">=3.11.10" + "typedoc": ">=0.24.0", + "typedoc-plugin-markdown": ">=3.15.0" } }, "node_modules/vuepress-theme-chartjs": { diff --git a/package.json b/package.json index 16edac86..19dce7d6 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "vuepress": "^1.8.2", "vuepress-plugin-flexsearch": "^0.3.0", "vuepress-plugin-redirect": "^1.2.5", - "vuepress-plugin-typedoc": "^0.10.3", + "vuepress-plugin-typedoc": "^0.13.0", "vuepress-theme-chartjs": "^0.2.0" }, "peerDependencies": {