From ad43fed8a92b05668a5cd6772916009093fd7d12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:51:51 +0000 Subject: [PATCH] Update dependency typedoc-plugin-markdown to v4 --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8af595d6..0e9828fa 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rimraf": "^5.0.5", "turbo": "^1.12.4", "typedoc": "^0.25.9", - "typedoc-plugin-markdown": "^3.17.1", + "typedoc-plugin-markdown": "^4.0.0", "typedoc-plugin-mdn-links": "^3.1.17", "typedoc-plugin-missing-exports": "^2.2.0", "zod": "3.22.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bfe1dbf2..771598d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: ^0.25.9 version: 0.25.9(typescript@5.3.3) typedoc-plugin-markdown: - specifier: ^3.17.1 - version: 3.17.1(typedoc@0.25.9) + specifier: ^4.0.0 + version: 4.1.1(typedoc@0.25.9) typedoc-plugin-mdn-links: specifier: ^3.1.17 version: 3.1.17(typedoc@0.25.9) @@ -8404,12 +8404,12 @@ packages: is-typed-array: 1.1.13 dev: true - /typedoc-plugin-markdown@3.17.1(typedoc@0.25.9): - resolution: {integrity: sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==} + /typedoc-plugin-markdown@4.1.1(typedoc@0.25.9): + resolution: {integrity: sha512-ZQv8FXn1TBZAvhWMgOL8hE472rwv1dzSr/KIIUGPmdNXybeS6jmK7d1OwKhorLuGbPDQGl6U97BwfkFTcydAkw==} + engines: {node: '>= 18'} peerDependencies: - typedoc: '>=0.24.0' + typedoc: 0.26.x dependencies: - handlebars: 4.7.8 typedoc: 0.25.9(typescript@5.3.3) dev: true