From cef17fc31c784b1dbcb9689a25dbfbd4703db72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:13:08 +0000 Subject: [PATCH] Build(deps): Bump lucide-react from 0.576.0 to 1.8.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.576.0 to 1.8.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.8.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/local-dashboard/package.json | 2 +- packages/dashboard-core/package.json | 2 +- packages/ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/local-dashboard/package.json b/apps/local-dashboard/package.json index 261b9b06..2575fb5a 100644 --- a/apps/local-dashboard/package.json +++ b/apps/local-dashboard/package.json @@ -25,7 +25,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.8.0", "next-themes": "^0.4.6", "react": "^19.1.0", "react-dom": "^19.1.0", diff --git a/packages/dashboard-core/package.json b/packages/dashboard-core/package.json index 5f566828..a65ae8ad 100644 --- a/packages/dashboard-core/package.json +++ b/packages/dashboard-core/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@selftune/ui": "workspace:*", - "lucide-react": "^0.576.0" + "lucide-react": "^1.8.0" }, "devDependencies": { "@types/react": "^19.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 996da343..a120934b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -22,7 +22,7 @@ "@base-ui/react": "^1.3.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.8.0", "tailwind-merge": "^3.5.0" }, "devDependencies": {