From da0196136e38c0ffeb99066bf097afb6cd4ea493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:14:03 +0000 Subject: [PATCH] build(deps-dev): update docusaurus-plugin-typedoc requirement Updates the requirements on [docusaurus-plugin-typedoc](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc) to permit the latest version. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/docusaurus-plugin-typedoc/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/docusaurus-plugin-typedoc@1.0.1/packages/docusaurus-plugin-typedoc) --- updated-dependencies: - dependency-name: docusaurus-plugin-typedoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index f0493ef318..ee5598178e 100644 --- a/website/package.json +++ b/website/package.json @@ -35,7 +35,7 @@ "@docusaurus/tsconfig": "3.3.2", "@docusaurus/types": "3.3.2", "@types/jest": "^29.5.12", - "docusaurus-plugin-typedoc": "^1.0.0", + "docusaurus-plugin-typedoc": "^1.0.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",