From 55d36099add506e25a8d13a5fe713697d72f36f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:01:01 +0000 Subject: [PATCH] chore(deps): update dependency typedoc-plugin-markdown to v4.0.0-next.44 --- config/typedoc-config/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/typedoc-config/package.json b/config/typedoc-config/package.json index c54968b82..880e53088 100644 --- a/config/typedoc-config/package.json +++ b/config/typedoc-config/package.json @@ -6,7 +6,7 @@ "main": "typedoc-config.js", "devDependencies": { "typedoc": "0.25.2", - "typedoc-plugin-markdown": "4.0.0-next.25", + "typedoc-plugin-markdown": "4.0.0-next.44", "typescript": "5.2.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f11a2175f..4655fc66e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,8 +131,8 @@ importers: specifier: 0.25.2 version: 0.25.2(typescript@5.2.2) typedoc-plugin-markdown: - specifier: 4.0.0-next.25 - version: 4.0.0-next.25(typedoc@0.25.2) + specifier: 4.0.0-next.44 + version: 4.0.0-next.44(typedoc@0.25.2) typescript: specifier: 5.2.2 version: 5.2.2 @@ -7298,10 +7298,10 @@ packages: is-typed-array: 1.1.10 dev: true - /typedoc-plugin-markdown@4.0.0-next.25(typedoc@0.25.2): - resolution: {integrity: sha512-OAucyztjyTcJhpyH8lK3r6W/9lGYxRnEphmphAi8CLL4pBqzA9A00OaOWt4ybkcFBnB8zNIZ4SGCz1sk9NBA3g==} + /typedoc-plugin-markdown@4.0.0-next.44(typedoc@0.25.2): + resolution: {integrity: sha512-Y7/daS6OhKfD51o1usQehgmiiPm5I7XPBFLmTB9je/XiIPOsPhcQd25h0rsEWxHr3xWe+TxivSIqGdBAwdPBhQ==} peerDependencies: - typedoc: '>=0.25.0' + typedoc: 0.25.x dependencies: typedoc: 0.25.2(typescript@5.2.2) dev: true