From f23d431f9c2580324d5821da152a975d4aff91da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 16:37:12 -0500 Subject: [PATCH] build(deps-dev): bump docusaurus-plugin-typedoc from 1.0.0 to 1.0.1 (#2128) Bumps [docusaurus-plugin-typedoc](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc) from 1.0.0 to 1.0.1. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 53e4ced224..793a08a334 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -160,8 +160,8 @@ importers: specifier: ^29.5.12 version: 29.5.12 docusaurus-plugin-typedoc: - specifier: ^1.0.0 - version: 1.0.0(typedoc-plugin-markdown@4.0.1) + specifier: ^1.0.1 + version: 1.0.1(typedoc-plugin-markdown@4.0.1) identity-obj-proxy: specifier: ^3.0.0 version: 3.0.0 @@ -6200,8 +6200,8 @@ packages: dependencies: esutils: 2.0.3 - /docusaurus-plugin-typedoc@1.0.0(typedoc-plugin-markdown@4.0.1): - resolution: {integrity: sha512-yOFLBFoWPh/dd2Zt1fll9sU4QSQ0NoqZTmH9NyvfUvZZOccc/M81cWXmMkTpmoFwz9+zEUigQHGtcb72sWkpyA==} + /docusaurus-plugin-typedoc@1.0.1(typedoc-plugin-markdown@4.0.1): + resolution: {integrity: sha512-q3e/XHmnMNdP361/0SMBbCQyr7oUwbSs5QMhu1BkEUvM45oKG7i1qxcKKabOefFDVDW9cmbBISWxB8XZGJAVFg==} peerDependencies: typedoc-plugin-markdown: '>=4.0.0' dependencies: 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",