update depends

This commit is contained in:
2024-09-14 13:55:27 +02:00
parent 6af4194b72
commit 3aa88f68f3
2 changed files with 409 additions and 287 deletions
+405 -284
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -9,17 +9,18 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^3.1.3", "@astrojs/mdx": "^3.1.6",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
"@astrojs/svelte": "^5.7.0", "@astrojs/svelte": "^5.7.0",
"astro": "^4.13.1", "astro": "^4.15.6",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"marked": "^13.0.2", "marked": "^14.1.2",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
"remark-smartypants": "^2.1.0", "remark-smartypants": "^2.1.0",
"sanitize-html": "^2.13.0", "sanitize-html": "^2.13.0",
"sass": "^1.78.0",
"zod": "^3.23.8" "zod": "^3.23.8"
} }
} }