fix: use npm in Dockerfile.docs for better resolution

This commit is contained in:
lotherk
2026-03-27 02:46:56 +00:00
parent a67f2f1b34
commit afacab4e36
7 changed files with 7361 additions and 35 deletions

View File

@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/starlight": "0.29.0",
"astro": "5.0.0",
"sharp": "0.33.5"
"@astrojs/starlight": "^0.34.2",
"astro": "^5.6.1",
"sharp": "^0.33.5"
}
}