From c2c95d50f727f5a58a360581fbe6f27cef673eb2 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 26 Nov 2025 14:40:25 +0100 Subject: [PATCH] chore: added Lucide icons package --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index c2e6248..3679042 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "axios": "^1.10.0", + "lucide-vue-next": "^0.555.0", "pinia": "^3.0.3", "sass": "^1.89.2", "vue": "^3.5.17", diff --git a/yarn.lock b/yarn.lock index d1ee75c..7c89596 100644 --- a/yarn.lock +++ b/yarn.lock @@ -850,6 +850,11 @@ is-what@^5.2.0: resolved "https://registry.yarnpkg.com/is-what/-/is-what-5.5.0.tgz#a3031815757cfe1f03fed990bf6355a2d3f628c4" integrity sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw== +lucide-vue-next@^0.555.0: + version "0.555.0" + resolved "https://registry.yarnpkg.com/lucide-vue-next/-/lucide-vue-next-0.555.0.tgz#0da713a3d1c74d8928b23c106f31bd972721028c" + integrity sha512-7hczPsiMD/y+VNLpal5Q5Wv09kQxlHS0l/cM1xagrd+MA3i5umMm+PUXqllvsbgwAl3PHv27fo59h4PN02GM5A== + magic-string@^0.30.21: version "0.30.21" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.21.tgz#56763ec09a0fa8091df27879fd94d19078c00d91"