From 6add8bb344fb18a7dc25505968b0f952135a5af7 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 18 Jun 2025 10:14:17 -0400 Subject: [PATCH] upgrade lucide --- bun.lock | 6 +++--- package.json | 2 +- src/lib/components/BlogCard.svelte | 2 +- src/lib/components/Navbar.svelte | 2 +- src/lib/components/WIP.svelte | 2 +- src/routes/contact/+page.svelte | 2 +- src/routes/resume/+page.svelte | 2 +- static/background.jpg | Bin 0 -> 2522775 bytes static/me.jpg | Bin 0 -> 458692 bytes 9 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 static/background.jpg create mode 100644 static/me.jpg diff --git a/bun.lock b/bun.lock index bb631b6..6842f2d 100644 --- a/bun.lock +++ b/bun.lock @@ -5,9 +5,9 @@ "name": "benjaminpalko.github.io", "dependencies": { "@humanspeak/svelte-markdown": "^0.8.7", + "@lucide/svelte": "^0.516.0", "@strapi/client": "^1.4.0", "dayjs": "^1.11.13", - "lucide-svelte": "^0.503.0", "nodemailer": "^6.10.1", "pino": "^9.6.0", }, @@ -316,6 +316,8 @@ "@lezer/lr": ["@lezer/lr@1.4.2", "", { "dependencies": { "@lezer/common": "^1.0.0" } }, "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA=="], + "@lucide/svelte": ["@lucide/svelte@0.516.0", "", { "peerDependencies": { "svelte": "^5" } }, "sha512-Ovkg2IgUeF85guSbnG9iPwUMMRuz+rdh8HsnKbD1uEY2Wv3d9qf0ERKFrz0ePZqmPXOedCPcf2a/rvRsqkaZcw=="], + "@marijn/find-cluster-break": ["@marijn/find-cluster-break@1.0.2", "", {}, "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g=="], "@mux/mux-player": ["@mux/mux-player@3.1.0", "", { "dependencies": { "@mux/mux-video": "0.22.0", "@mux/playback-core": "0.27.0", "media-chrome": "~4.2.1", "player.style": "^0.0.8" } }, "sha512-vU7HjvM3KLDfMwMfjbotlhjQrakwm9A4zixxtzBdxwDMLKf0FUKiFOGyTGOdsIKNBRVlS5Ffz9ERU+3Hh+XcBQ=="], @@ -1782,8 +1784,6 @@ "lru-memoizer": ["lru-memoizer@2.3.0", "", { "dependencies": { "lodash.clonedeep": "^4.5.0", "lru-cache": "6.0.0" } }, "sha512-GXn7gyHAMhO13WSKrIiNfztwxodVsP8IoZ3XfrJV4yH2x0/OeTO/FIaAHTY5YekdGgW94njfuKmyyt1E0mR6Ug=="], - "lucide-svelte": ["lucide-svelte@0.503.0", "", { "peerDependencies": { "svelte": "^3 || ^4 || ^5.0.0-next.42" } }, "sha512-oT1idMbgJKCCLWI4U7bdUYUZqxS78fiTGJuKGZ5u0NJNyuiUErDu3G7sXkYpfDwwspeid7gZSjrlJbTINEfErw=="], - "lunr": ["lunr@2.3.9", "", {}, "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow=="], "luxon": ["luxon@3.6.1", "", {}, "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ=="], diff --git a/package.json b/package.json index bd5a676..76de058 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,9 @@ }, "dependencies": { "@humanspeak/svelte-markdown": "^0.8.7", + "@lucide/svelte": "^0.516.0", "@strapi/client": "^1.4.0", "dayjs": "^1.11.13", - "lucide-svelte": "^0.503.0", "nodemailer": "^6.10.1", "pino": "^9.6.0" } diff --git a/src/lib/components/BlogCard.svelte b/src/lib/components/BlogCard.svelte index c96905d..07493a9 100644 --- a/src/lib/components/BlogCard.svelte +++ b/src/lib/components/BlogCard.svelte @@ -1,6 +1,6 @@ diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index c6155dc..79ae3f8 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -8,7 +8,7 @@ Send, TriangleAlert, UserRound - } from 'lucide-svelte'; + } from '@lucide/svelte'; import type { PageProps } from './$types'; let { form }: PageProps = $props(); diff --git a/src/routes/resume/+page.svelte b/src/routes/resume/+page.svelte index ba59974..def4e44 100644 --- a/src/routes/resume/+page.svelte +++ b/src/routes/resume/+page.svelte @@ -1,7 +1,7 @@