Bump docs dependencies

This commit is contained in:
Sascha Ißbrücker
2025-12-13 09:37:51 +01:00
parent e89fecbd10
commit bb7af56dc1
2 changed files with 1165 additions and 2558 deletions

3715
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,10 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/starlight": "^0.37.1",
"@astrojs/starlight": "^0.34.3", "astro": "^5.6.1",
"astro": "^5.14.4", "sharp": "^0.34.2"
"sharp": "^0.32.5",
"typescript": "^5.6.2"
} }
} }