From dab6b1605f162aadbfe538e807dd576ff22bd6fb Mon Sep 17 00:00:00 2001 From: Elliot Date: Sat, 1 Aug 2026 13:19:56 -0500 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20lucide-react=201.21.0=20?= =?UTF-8?q?=E2=86=92=201.25.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Splits #303. Four minor versions (1.21 → 1.25) covering icon additions, attribute cleanups, and tree-shake improvements. Lucide is conservative about icon renames — verified that all 57 icons currently imported from lucide-react still resolve cleanly with tsc --noEmit (zero errors). No source changes required. Refs #303 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 135c243..bd97fe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tauri-apps/plugin-shell": "^2", "@tauri-apps/plugin-updater": "^2.10.1", "clsx": "^2.1.0", - "lucide-react": "^1.21.0", + "lucide-react": "^1.26.0", "monaco-editor": "^0.55.1", "react": "^19.2.7", "react-dom": "^19.2.7", @@ -4221,9 +4221,9 @@ } }, "node_modules/lucide-react": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.21.0.tgz", - "integrity": "sha512-reEZMXq8Qdd5jg5XYkQ5TR1fB/GiQ7ih4vcrthYDtgjSDwh0i6/YLiGjsWsIwgN49gpAnd4J2elSNzncMEEUUQ==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.26.0.tgz", + "integrity": "sha512-raglYVR2+VkMfJL158krjVmE+rV5ST2lzA/KQm1FRSjMHT4MnWaegHxoVEpmc2So3nOEhp9oGejJwAPX8MoAjg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 0faaa95..4efb340 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tauri-apps/plugin-shell": "^2", "@tauri-apps/plugin-updater": "^2.10.1", "clsx": "^2.1.0", - "lucide-react": "^1.21.0", + "lucide-react": "^1.26.0", "monaco-editor": "^0.55.1", "react": "^19.2.7", "react-dom": "^19.2.7",