From b2f47daafb165e69eb58fee8099256c0a90b9cc2 Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 1 May 2025 22:35:44 +0200 Subject: chore: updates to Starlight v0.34.2 and theme-nova v0.6.1 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. --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package.json') 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" } } -- cgit v1.2.3