From 13ee710c74b6a9c55f485a6b6f60034e5df2595f Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Wed, 12 Mar 2025 00:54:03 +0100 Subject: [PATCH] fix(8f11bdc): move docs theme to dev-deps --- pnpm-lock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a86ea1..a25fa38 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,9 +8,6 @@ importers: .: dependencies: - typedoc-github-theme: - specifier: ^0.2.1 - version: 0.2.1(typedoc@0.27.9(typescript@5.8.2)) zod: specifier: ^3.24.2 version: 3.24.2 @@ -45,6 +42,9 @@ importers: typedoc: specifier: ^0.27.9 version: 0.27.9(typescript@5.8.2) + typedoc-github-theme: + specifier: ^0.2.1 + version: 0.2.1(typedoc@0.27.9(typescript@5.8.2)) typedoc-plugin-coverage: specifier: ^3.4.1 version: 3.4.1(typedoc@0.27.9(typescript@5.8.2))