From 7092b7d79a8469526a668098f68c92b0c0c2f0fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:13:57 +0000 Subject: [PATCH] Build(deps): Bump lucide-react from 0.576.0 to 1.17.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.576.0 to 1.17.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.17.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.17.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 2d8890ac..8abf080c 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.17.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..6129bcb5 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.17.0" }, "devDependencies": { "@types/react": "^19.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 996da343..0135db60 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.17.0", "tailwind-merge": "^3.5.0" }, "devDependencies": {