diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-06-28 20:31:02 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-06-28 20:31:02 -0400 |
| commit | 64cd7fc83d43a0ad7db1b51214291736bd245b44 (patch) | |
| tree | da8f9e47d50583932e144fa6b21585d5dd70bd21 /package.json | |
| parent | 8edeebb44d9b3636268d95c30d462593d9a074d8 (diff) | |
| download | personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.tar.gz personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.tar.bz2 personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.zip | |
Guestbook overhaul; Comments; New post; Updated packages
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" } } |
