diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/package.json b/package.json index cac708e..1036837 100644 --- a/package.json +++ b/package.json @@ -10,18 +10,20 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.1.0", - "@astrojs/rss": "4.0.5", - "@astrojs/vercel": "^7.3.5", - "@iconify-json/fa6-brands": "^1.1.18", - "@iconify-json/fa6-solid": "^1.1.20", - "@supabase/supabase-js": "^2.39.7", - "astro": "^4.4.14", + "@astrojs/preact": "3.5.0", + "@astrojs/rss": "4.0.7", + "@astrojs/svelte": "^5.6.0", + "@astrojs/vercel": "7.7.2", + "@iconify-json/fa6-brands": "^1.1.19", + "@iconify-json/fa6-solid": "^1.1.21", + "astro": "4.11.3", "astro-icon": "^1.1.0", - "dompurify": "^3.0.9", - "markdown-it": "^14.0.0", - "marked": "^12.0.1", - "preact": "^10.19.3", - "sanitize-html": "^2.12.1" + "dompurify": "^3.1.5", + "markdown-it": "^14.1.0", + "marked": "^13.0.0", + "preact": "^10.22.0", + "sanitize-html": "^2.13.0", + "svelte": "^4.2.18", + "typescript": "^5.4.5" } } |
