diff --git a/desktop/package.json b/desktop/package.json index d7ebf7ed7..36bf94d25 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -53,7 +53,7 @@ "clsx": "^2.1.1", "emoji-mart": "^5.6.0", "jdenticon": "^3.3.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.0", "motion": "^12.38.0", "qrcode.react": "^4.2.0", "react": "^19.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dbbb6ab7c..d2156f655 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -121,8 +121,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 lucide-react: - specifier: ^0.577.0 - version: 0.577.0(react@19.2.6) + specifier: ^1.0.0 + version: 1.16.0(react@19.2.6) motion: specifier: ^12.38.0 version: 12.39.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) @@ -242,8 +242,8 @@ importers: specifier: ^1.37.6 version: 1.38.1(patch_hash=e9b414a60d4cf1d8aa18f7a779483984e821989967c235662566e94ef0238d3f) lucide-react: - specifier: ^0.577.0 - version: 0.577.0(react@19.2.6) + specifier: ^1.0.0 + version: 1.16.0(react@19.2.6) nostr-tools: specifier: ^2.23.3 version: 2.23.5(typescript@6.0.3) @@ -2164,8 +2164,8 @@ packages: lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} - lucide-react@0.577.0: - resolution: {integrity: sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==} + lucide-react@1.16.0: + resolution: {integrity: sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -4581,7 +4581,7 @@ snapshots: dependencies: yallist: 3.1.1 - lucide-react@0.577.0(react@19.2.6): + lucide-react@1.16.0(react@19.2.6): dependencies: react: 19.2.6 diff --git a/web/package.json b/web/package.json index 15be0e3f8..be63b3c03 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "isomorphic-git": "^1.37.6", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.0", "nostr-tools": "^2.23.3", "react": "^19.1.0", "react-dom": "^19.1.0",