diff options
author | saturneric <[email protected]> | 2025-05-01 20:35:44 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-05-01 20:35:44 +0000 |
commit | b2f47daafb165e69eb58fee8099256c0a90b9cc2 (patch) | |
tree | 03b26f72a3e00b216a7fb440623ecdf06e101c20 /package.json | |
parent | feat: attach deepwiki link (diff) | |
download | Manual-main.tar.gz Manual-main.zip |
Updates the Starlight dependency to version v0.34.2 and theme-nova to v0.6.1.
Applies the starlight-theme-nova plugin for enhanced theming capabilities.
Refactors the main page description and links to improve clarity and provide relevant information.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 20affa5..279bd54 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,10 @@ }, "dependencies": { "@astrojs/netlify": "^6.2.5", - "@astrojs/starlight": "^0.33.0", + "@astrojs/starlight": "^0.34.2", "astro": "^5.6.1", - "sharp": "^0.32.5" + "sharp": "^0.32.5", + "starlight-theme-black": "^0.6.0", + "starlight-theme-nova": "^0.6.1" } } |