diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index f6b9c00af..b189e57e3 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -18,7 +18,7 @@ "@fontsource-variable/space-grotesk": "^5.2.10", "@linear/sdk": "^84.0.0", "@lobehub/fluent-emoji": "^4.1.0", - "@lobehub/icons": "^5.2.0", + "@lobehub/icons": "^5.10.0", "@lobehub/icons-static-svg": "^1.84.0", "@lobehub/ui": "^5.6.3", "@modelcontextprotocol/sdk": "^1.29.0", @@ -303,9 +303,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -319,9 +316,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -335,9 +329,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -351,9 +342,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -2555,15 +2543,16 @@ } }, "node_modules/@lobehub/icons": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@lobehub/icons/-/icons-5.2.0.tgz", - "integrity": "sha512-dDp/5wQWuhfAItrrdXmIYPQMFFqlE+0tk3EplivEm3HDf33W4al+7Y815y/MPIACHhg9fNCu8+HKo0Sn9JVOaw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@lobehub/icons/-/icons-5.10.0.tgz", + "integrity": "sha512-CIpjkISCLRK7haDtSugGFd0o3odaJts8ewJOkUiEFtns3xvsqbl8i24eowBnjw+yMDQVQyNONlhqTD58YC6Ljg==", "license": "MIT", "workspaces": [ "packages/*" ], "dependencies": { "antd-style": "^4.1.0", + "es-toolkit": "^1.45.1", "lucide-react": "^0.469.0", "polished": "^4.3.1" }, diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 3186479fd..293c02885 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -63,7 +63,7 @@ "@fontsource-variable/space-grotesk": "^5.2.10", "@linear/sdk": "^84.0.0", "@lobehub/fluent-emoji": "^4.1.0", - "@lobehub/icons": "^5.2.0", + "@lobehub/icons": "^5.10.0", "@lobehub/icons-static-svg": "^1.84.0", "@lobehub/ui": "^5.6.3", "@modelcontextprotocol/sdk": "^1.29.0",