From 5e3f2362932fb4e630290bc659c5b1ab18977588 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:45:30 +0000 Subject: [PATCH] chore(deps): update dependency typedoc-github-theme to v0.2.0 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35bd194..cd95a55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "tshy": "3.0.2", "tsx": "4.19.2", "typedoc": "0.27.1", - "typedoc-github-theme": "0.1.2", + "typedoc-github-theme": "0.2.0", "typedoc-plugin-mdn-links": "4.0.2", "typescript": "5.7.2", "typescript-eslint": "8.16.0", @@ -8265,16 +8265,16 @@ } }, "node_modules/typedoc-github-theme": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/typedoc-github-theme/-/typedoc-github-theme-0.1.2.tgz", - "integrity": "sha512-GFwQeq+z4FMtA9u2+wBx/UvzaX6t3xueigv6Jrt1G8JQLLyYuFfWwE3ESuKzpLfDu1+29GK4n70GbIqFRG+gaw==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/typedoc-github-theme/-/typedoc-github-theme-0.2.0.tgz", + "integrity": "sha512-ycTjNm7PZharoYg67oAFDC4JUvIqvFCLp4AiCKQBhlCsbiWiMYGEAPnuoRmV6+/CQsmH2l3dfOUiwM11ZtSGqA==", "dev": true, "license": "MIT", "engines": { "node": ">=18.0.0" }, "peerDependencies": { - "typedoc": "^0.26.0" + "typedoc": "^0.27.1" } }, "node_modules/typedoc-plugin-mdn-links": { diff --git a/package.json b/package.json index 788613c..9e47685 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "tshy": "3.0.2", "tsx": "4.19.2", "typedoc": "0.27.1", - "typedoc-github-theme": "0.1.2", + "typedoc-github-theme": "0.2.0", "typedoc-plugin-mdn-links": "4.0.2", "typescript": "5.7.2", "typescript-eslint": "8.16.0",