Skip to content

Commit 832e8de

Browse files
authored
Merge pull request #30 from chinmina/deps/astro-6
build: upgrade to Astro 6
2 parents 9dc0584 + 7d3499f commit 832e8de

2 files changed

Lines changed: 334 additions & 349 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"fmt:check": "biome format"
1717
},
1818
"dependencies": {
19-
"@astrojs/check": "^0.9.6",
20-
"@astrojs/starlight": "^0.37.6",
21-
"astro": "^5.18.0",
22-
"astro-d2": "^0.9.0",
19+
"@astrojs/check": "^0.9.8",
20+
"@astrojs/starlight": "^0.38.2",
21+
"astro": "^6.0.8",
22+
"astro-d2": "^0.10.0",
2323
"sharp": "^0.34.5",
24-
"starlight-heading-badges": "^0.6.1",
24+
"starlight-heading-badges": "^0.7.0",
2525
"typescript": "^5.9.3"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)