Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 1db9b11

Browse files
feat: update deps
1 parent b99ccaa commit 1db9b11

3 files changed

Lines changed: 641 additions & 620 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ export default defineConfig({
4444
url: "https://github.com/VisualEhrmanntraut",
4545
},
4646
},
47+
metrics: {
48+
readingTime: true,
49+
words: "total",
50+
},
4751
}),
4852
starlightLinksValidator({
4953
errorOnFallbackPages: false,

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"@astrojs/starlight": "^0.34.3",
1616
"@astrojs/starlight-tailwind": "^4.0.1",
1717
"@iconify-json/ph": "^1.2.2",
18-
"@tailwindcss/vite": "^4.1.7",
19-
"astro": "^5.7.13",
18+
"@tailwindcss/vite": "^4.1.10",
19+
"astro": "^5.9.2",
2020
"astro-embed": "^0.9.0",
2121
"astro-icon": "^1.1.5",
2222
"astro-og-canvas": "^0.7.0",
23-
"astro-vtbot": "^2.1.3",
23+
"astro-vtbot": "^2.1.5",
2424
"canvaskit-wasm": "^0.40.0",
25-
"sharp": "^0.34.1",
26-
"starlight-blog": "^0.23.2",
25+
"sharp": "^0.34.2",
26+
"starlight-blog": "^0.24.0",
2727
"starlight-image-zoom": "^0.12.0",
2828
"starlight-links-validator": "^0.16.0",
29-
"tailwindcss": "^4.1.7",
29+
"tailwindcss": "^4.1.10",
3030
"typescript": "^5.8.3"
3131
},
3232
"pnpm": {

0 commit comments

Comments
 (0)