From aa8848d3da53d61c67dbab8368978c3502678d67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:12:10 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to v1 --- dashboard/bun.lock | 4 ++-- dashboard/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/bun.lock b/dashboard/bun.lock index caf5faa..b0d3e0d 100644 --- a/dashboard/bun.lock +++ b/dashboard/bun.lock @@ -21,7 +21,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "graphql": "^16.13.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.0", "react": "^19.2.4", "react-day-picker": "^9.14.0", "react-dom": "^19.2.4", @@ -878,7 +878,7 @@ "lru-cache": ["lru-cache@5.1.1", "", { "dependencies": { "yallist": "^3.0.2" } }, "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w=="], - "lucide-react": ["lucide-react@0.577.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A=="], + "lucide-react": ["lucide-react@1.7.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-yI7BeItCLZJTXikmK4KNUGCKoGzSvbKlfCvw44bU4fXAL6v3gYS4uHD1jzsLkfwODYwI6Drw5Tu9Z5ulDe0TSg=="], "magic-string": ["magic-string@0.30.21", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ=="], diff --git a/dashboard/package.json b/dashboard/package.json index 29a5d23..fd1ef91 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -32,7 +32,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "graphql": "^16.13.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.0", "react": "^19.2.4", "react-day-picker": "^9.14.0", "react-dom": "^19.2.4",