diff options
| author | saturneric <[email protected]> | 2025-07-07 09:13:23 +0000 | 
|---|---|---|
| committer | saturneric <[email protected]> | 2025-07-07 09:13:23 +0000 | 
| commit | 23a1b94d01d1de8fad7b9906389fcc4d90ce0e85 (patch) | |
| tree | fef2700cd831104f3b567ac9e6ffdfd3df669cba | |
| parent | feat(config): add starlight-links-validator integration (diff) | |
| download | Manual-23a1b94d01d1de8fad7b9906389fcc4d90ce0e85.tar.gz Manual-23a1b94d01d1de8fad7b9906389fcc4d90ce0e85.zip | |
chore(deps): remove unused dependency `starlight-theme-black`
* Cleaned up `package.json` and `package-lock.json` by removing `starlight-theme-black` as it is no longer needed.
* This helps to reduce the overall package size and potential security vulnerabilities.
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 49 | ||||
| -rw-r--r-- | package.json | 1 | 
2 files changed, 0 insertions, 50 deletions
| diff --git a/package-lock.json b/package-lock.json index 9ff4636..047f4fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,6 @@          "astro": "^5.6.1",          "sharp": "^0.32.5",          "starlight-links-validator": "^0.17.0", -        "starlight-theme-black": "^0.6.0",          "starlight-theme-nova": "^0.6.1"        }      }, @@ -934,24 +933,6 @@        "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",        "license": "MIT"      }, -    "node_modules/@fontsource/geist-mono": { -      "version": "5.2.5", -      "resolved": "https://registry.npmjs.org/@fontsource/geist-mono/-/geist-mono-5.2.5.tgz", -      "integrity": "sha512-7/r9opukyQ3jkAqfhIRnhodWlAc8yVkHogDUAFqBeBSYNpvlpouLJysYO5cIpqyB/lHrazxChiC73Oj8K3+sZg==", -      "license": "OFL-1.1", -      "funding": { -        "url": "https://github.com/sponsors/ayuhito" -      } -    }, -    "node_modules/@fontsource/geist-sans": { -      "version": "5.2.5", -      "resolved": "https://registry.npmjs.org/@fontsource/geist-sans/-/geist-sans-5.2.5.tgz", -      "integrity": "sha512-anllOHyJbElRs9fV15TeDRqAeb1IKm4bSknPl6ZMoyPTx1BBy7logudcUwpNjmQLkzn4Q0JGQLRCUKJYoyST6A==", -      "license": "OFL-1.1", -      "funding": { -        "url": "https://github.com/sponsors/ayuhito" -      } -    },      "node_modules/@img/sharp-darwin-arm64": {        "version": "0.33.5",        "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz", @@ -4236,18 +4217,6 @@          "url": "https://github.com/sponsors/wooorm"        }      }, -    "node_modules/marked": { -      "version": "15.0.11", -      "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.11.tgz", -      "integrity": "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==", -      "license": "MIT", -      "bin": { -        "marked": "bin/marked.js" -      }, -      "engines": { -        "node": ">= 18" -      } -    },      "node_modules/mdast-util-definitions": {        "version": "6.0.0",        "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", @@ -6651,24 +6620,6 @@          "@astrojs/starlight": ">=0.32.0"        }      }, -    "node_modules/starlight-theme-black": { -      "version": "0.6.0", -      "resolved": "https://registry.npmjs.org/starlight-theme-black/-/starlight-theme-black-0.6.0.tgz", -      "integrity": "sha512-SoYAlyFEyRizcxQXd1ibfAGytmI5gVbSBReK25YFeASI51YwdB9bQtmp14/d70KgfD6kD7SRidhOrPBMD4S3AA==", -      "license": "MIT", -      "dependencies": { -        "@fontsource/geist-mono": "^5.1.0", -        "@fontsource/geist-sans": "^5.1.0", -        "@pagefind/default-ui": "^1.3.0", -        "marked": "^15.0.6" -      }, -      "funding": { -        "url": "https://github.com/sponsors/adrian-ub" -      }, -      "peerDependencies": { -        "@astrojs/starlight": ">=0.30.0" -      } -    },      "node_modules/starlight-theme-nova": {        "version": "0.6.1",        "resolved": "https://registry.npmjs.org/starlight-theme-nova/-/starlight-theme-nova-0.6.1.tgz", diff --git a/package.json b/package.json index 787ffe5..c2abbb2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@      "astro": "^5.6.1",      "sharp": "^0.32.5",      "starlight-links-validator": "^0.17.0", -    "starlight-theme-black": "^0.6.0",      "starlight-theme-nova": "^0.6.1"    }  } | 
