aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 20:35:44 +0000
committersaturneric <[email protected]>2025-05-01 20:35:44 +0000
commitb2f47daafb165e69eb58fee8099256c0a90b9cc2 (patch)
tree03b26f72a3e00b216a7fb440623ecdf06e101c20 /package.json
parentfeat: attach deepwiki link (diff)
downloadManual-main.tar.gz
Manual-main.zip
chore: updates to Starlight v0.34.2 and theme-nova v0.6.1HEADmain
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.json6
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"
}
}