Skip to content

Commit 87f7ce5

Browse files
authored
chore: update website dependencies (#283)
## Summary - Bump `astro` from ^6.0.5 to ^6.1.7 - Bump `@astrojs/starlight` from ^0.38.1 to ^0.38.3 - Bump `starlight-links-validator` from ^0.20.1 to ^0.23.0 - Bump `typescript` from ~5.9.3 to ~6.0.2 - Add `pnpm-workspace.yaml` with override for `yaml` package security advisory (yaml@>=2.0.0 <2.8.3 → >=2.8.3)
1 parent f1bfdb2 commit 87f7ce5

File tree

3 files changed

+416
-242
lines changed

3 files changed

+416
-242
lines changed

website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"dependencies": {
2424
"@astrojs/check": "^0.9.8",
25-
"@astrojs/starlight": "^0.38.1",
25+
"@astrojs/starlight": "^0.38.3",
2626
"@catppuccin/starlight": "^2.0.1",
2727
"@fontsource/metropolis": "^5.2.5",
28-
"astro": "^6.0.5",
28+
"astro": "^6.1.7",
2929
"sharp": "^0.34.5",
30-
"starlight-links-validator": "^0.20.1",
30+
"starlight-links-validator": "^0.23.0",
3131
"starlight-llms-txt": "^0.8.0",
32-
"typescript": "~5.9.3"
32+
"typescript": "~6.0.2"
3333
},
3434
"devDependencies": {
3535
"@fec/remark-a11y-emoji": "^4.0.2",

0 commit comments

Comments
 (0)