fix: pin compatible astro/starlight versions

This commit is contained in:
lotherk
2026-03-27 02:44:00 +00:00
parent 7cc81434a9
commit 8c5c104986

View File

@@ -9,8 +9,8 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "0.34.2", "@astrojs/starlight": "0.29.0",
"astro": "5.6.1", "astro": "5.0.0",
"sharp": "0.33.5" "sharp": "0.33.5"
} }
} }