aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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"
}
}