Skip to content

Commit 90f46a6

Browse files
committed
Docs: bump astro to latest version 6.3.1
1 parent 7b4c476 commit 90f46a6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default defineConfig({
7474
{
7575
label: 'Changelog',
7676
collapsed: true,
77-
autogenerate: { directory: 'changelog' }
77+
items: [{autogenerate: { directory: 'changelog' } }],
7878
}
7979
],
8080
social: [

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.36.2",
15-
"astro": "^5.15.3",
16-
"starlight-auto-sidebar": "^0.1.3"
14+
"@astrojs/starlight": "^0.39.1",
15+
"astro": "^6.3.1",
16+
"starlight-auto-sidebar": "^0.4.0"
1717
}
1818
}

0 commit comments

Comments
 (0)