This commit is contained in:
2026-06-28 19:09:30 +02:00
parent 8b43e14dc7
commit 4817ccff2a
11 changed files with 1715 additions and 1098 deletions
+12 -12
View File
@@ -9,26 +9,26 @@
"start": "astro dev"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/markdown-remark": "^6.3.11",
"@astrojs/mdx": "^4.3.14",
"@astrojs/check": "^0.9.9",
"@astrojs/markdown-remark": "^7.2.0",
"@astrojs/mdx": "^7.0.0",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "^7.2.5",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/svelte": "^9.0.0",
"@fontsource-variable/jost": "^5.2.8",
"@fontsource-variable/playfair-display": "^5.2.8",
"@iconify-json/ion": "^1.2.7",
"astro": "^5.18.1",
"fuse.js": "^7.3.0",
"astro": "^7.0.3",
"fuse.js": "^7.4.2",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"remark-toc": "^9.0.0",
"sass": "^1.99.0",
"sharp": "^0.34.5",
"svelte": "^5.55.1",
"typescript": "^6.0.2",
"sass": "^1.101.0",
"sharp": "^0.35.2",
"svelte": "^5.56.4",
"typescript": "^6.0.3",
"unplugin-icons": "^23.0.1"
},
"packageManager": "pnpm@10.15.0"
"packageManager": "pnpm@11.9.0"
}