From 84cf317ecddea91601d688313fc945efa4b5d2b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:22:21 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to v1 --- bun.lock | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 76d64de..512453e 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "mikn-dev", @@ -22,7 +23,7 @@ "daisyui": "^5.0.0", "elysia": "^1.4.18", "gsap": "^3.13.0", - "lucide-react": "^0.556.0", + "lucide-react": "^1.0.0", "maath": "^0.10.8", "motion": "^12.23.12", "next": "^16.0.8", @@ -1155,7 +1156,7 @@ "lru-cache": ["lru-cache@5.1.1", "", { "dependencies": { "yallist": "^3.0.2" } }, "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w=="], - "lucide-react": ["lucide-react@0.556.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-iOb8dRk7kLaYBZhR2VlV1CeJGxChBgUthpSP8wom9jfj79qovgG6qcSdiy6vkoREKPnbUYzJsCn4o4PtG3Iy+A=="], + "lucide-react": ["lucide-react@1.7.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-yI7BeItCLZJTXikmK4KNUGCKoGzSvbKlfCvw44bU4fXAL6v3gYS4uHD1jzsLkfwODYwI6Drw5Tu9Z5ulDe0TSg=="], "maath": ["maath@0.10.8", "", { "peerDependencies": { "@types/three": ">=0.134.0", "three": ">=0.134.0" } }, "sha512-tRvbDF0Pgqz+9XUa4jjfgAQ8/aPKmQdWXilFu2tMy4GWj4NOsx99HlULO4IeREfbO3a0sA145DZYyvXPkybm0g=="], diff --git a/package.json b/package.json index 8387b95..3576514 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "daisyui": "^5.0.0", "elysia": "^1.4.18", "gsap": "^3.13.0", - "lucide-react": "^0.556.0", + "lucide-react": "^1.0.0", "maath": "^0.10.8", "motion": "^12.23.12", "next": "^16.0.8",