From 90f46a65f58cccebf71a70f13c45796787815be0 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Wed, 6 May 2026 20:47:05 +0200 Subject: [PATCH] Docs: bump astro to latest version 6.3.1 --- docs/astro.config.mjs | 2 +- docs/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 2209c3381..f4085b0dd 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -74,7 +74,7 @@ export default defineConfig({ { label: 'Changelog', collapsed: true, - autogenerate: { directory: 'changelog' } + items: [{autogenerate: { directory: 'changelog' } }], } ], social: [ diff --git a/docs/package.json b/docs/package.json index 7eaa41943..94aaa6343 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.36.2", - "astro": "^5.15.3", - "starlight-auto-sidebar": "^0.1.3" + "@astrojs/starlight": "^0.39.1", + "astro": "^6.3.1", + "starlight-auto-sidebar": "^0.4.0" } }