From 870a737339fea36347b84c0708aa22d3dec529da Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Thu, 30 Jul 2026 09:30:57 +0000 Subject: [PATCH] chore(docs.dig.net): drop unused @docusaurus/plugin-client-redirects dep (#268) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The plugin was never wired into a plugins: array in docusaurus.config.ts, so it was inert since the first commit. Removing it (+ its transitives from the lockfile) is dependency hygiene — smaller tree, fewer transitive deps to audit. No code references it; tsc clean. v0.7.3 -> 0.7.4. Co-Authored-By: Claude --- package-lock.json | 28 ++-------------------------- package.json | 3 +-- 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a32227..75841a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,14 @@ { "name": "docs-dig-net", - "version": "0.7.3", + "version": "0.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "docs-dig-net", - "version": "0.7.3", + "version": "0.7.4", "dependencies": { "@docusaurus/core": "3.5.2", - "@docusaurus/plugin-client-redirects": "^3.5.2", "@docusaurus/preset-classic": "3.5.2", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", @@ -2678,29 +2677,6 @@ "react-dom": "*" } }, - "node_modules/@docusaurus/plugin-client-redirects": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.5.2.tgz", - "integrity": "sha512-GMU0ZNoVG1DEsZlBbwLPdh0iwibrVZiRfmdppvX17SnByCVP74mb/Nne7Ss7ALgxQLtM4IHbXi8ij90VVjAJ+Q==", - "dependencies": { - "@docusaurus/core": "3.5.2", - "@docusaurus/logger": "3.5.2", - "@docusaurus/utils": "3.5.2", - "@docusaurus/utils-common": "3.5.2", - "@docusaurus/utils-validation": "3.5.2", - "eta": "^2.2.0", - "fs-extra": "^11.1.1", - "lodash": "^4.17.21", - "tslib": "^2.6.0" - }, - "engines": { - "node": ">=18.0" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, "node_modules/@docusaurus/plugin-content-blog": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.5.2.tgz", diff --git a/package.json b/package.json index 3f99308..5fe4ea4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs-dig-net", - "version": "0.7.3", + "version": "0.7.4", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -29,7 +29,6 @@ }, "dependencies": { "@docusaurus/core": "3.5.2", - "@docusaurus/plugin-client-redirects": "^3.5.2", "@docusaurus/preset-classic": "3.5.2", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0",