Skip to content

Commit e654405

Browse files
authored
feat: add support for Astro v7 (#92)
This change adds support for Astro v7, and updates the dev dependencies accordingly. Recommend waiting on merging this until withastro/starlight#3991 is resolved, as the `stagger` option on CardGrid's is currently broken. Otherwise, this appears to work great, with no additional changes.
1 parent 8d346fe commit e654405

3 files changed

Lines changed: 1054 additions & 479 deletions

File tree

packages/catppuccin-starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"peerDependencies": {
5252
"@astrojs/starlight": ">=0.38",
53-
"astro": "^6.0.0"
53+
"astro": "^6.0.0 || ^7.0.0"
5454
},
5555
"dependencies": {
5656
"@astrojs/starlight": "catalog:"

0 commit comments

Comments
 (0)