Deps for docs

This commit is contained in:
2025-11-19 15:04:47 -07:00
parent 93fb7a41fb
commit a99196b9ca
2 changed files with 521 additions and 505 deletions

View File

@@ -25,13 +25,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.0",
"@astrojs/starlight": "^0.36.1",
"astro": "^5.14.6",
"@astrojs/node": "^9.5.1",
"@astrojs/starlight": "^0.36.2",
"astro": "^5.15.9",
"qrcode": "^1.5.4",
"sharp": "^0.34.4"
"sharp": "^0.34.5"
},
"devDependencies": {
"@types/qrcode": "^1.5.5"
"@types/qrcode": "^1.5.6"
}
}