From 9894dba8e7eb9becde0ff9ae5fe8708c161873de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:25:42 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.0.0-next.60 to 4.0.0 (#7106) chore(deps-dev): bump typedoc-plugin-markdown Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.0-next.60 to 4.0.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.0.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 394afe49067..2a2ca190879 100644 --- a/website/package.json +++ b/website/package.json @@ -49,7 +49,7 @@ "postcss": "^8.4.38", "tailwindcss": "^3.4.3", "typedoc": "^0.25.13", - "typedoc-plugin-markdown": "4.0.0-next.60", + "typedoc-plugin-markdown": "4.0.0", "typescript": "^5.4.5" }, "browserslist": { diff --git a/yarn.lock b/yarn.lock index 681dde28cfb..c8a8392eb53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16456,10 +16456,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typedoc-plugin-markdown@4.0.0-next.60: - version "4.0.0-next.60" - resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.60.tgz#2ce86ab79d628391468a43d2be8483de4a6ea0ba" - integrity sha512-aXuPXg3qyTYmpLGGRrpkZMIzQEE9YW5l7WwSVVInM0mj8M025k8oIefep5kYm+30e7fUFLkrftuvkP8X3Xn7ug== +typedoc-plugin-markdown@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0.tgz#3e6dcfd5fab0f7634c26a71bfbd2cb4fac0b6d18" + integrity sha512-7cNKIGxGq1w9IvwWbm6jAASUCvlJeaANJXCOH+Fcvz2JrNIIMVbRu4j2Nq2zpDDaBHsrUmKVaz+F5vroMU8u4A== typedoc@^0.25.13: version "0.25.13"