diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 70d35fb7bb0..c1d2290e4cb 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -55,7 +55,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@hermes/shared": "file:../shared", - "@icons-pack/react-simple-icons": "^13.13.0", + "@icons-pack/react-simple-icons": "=13.11.1", "@nanostores/react": "^1.1.0", "@nous-research/ui": "^0.13.0", "@radix-ui/react-slot": "^1.2.4", diff --git a/package-lock.json b/package-lock.json index 8f95ffeee80..77eafcbaaa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@hermes/shared": "file:../shared", - "@icons-pack/react-simple-icons": "^13.13.0", + "@icons-pack/react-simple-icons": "=13.11.1", "@nanostores/react": "^1.1.0", "@nous-research/ui": "^0.13.0", "@radix-ui/react-slot": "^1.2.4", @@ -173,6 +173,15 @@ "global-agent": "^3.0.0" } }, + "apps/desktop/node_modules/@icons-pack/react-simple-icons": { + "version": "13.11.1", + "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-13.11.1.tgz", + "integrity": "sha512-WbwN/o7dUHEjDCJh2p3RvDZ4kZ8nhfUSkUSm0bWuPTXIsoKgDJpwD5UkMCG22R/5kZH6lHAZXwuHWsKNtX7fYA==", + "license": "MIT", + "peerDependencies": { + "react": "^16.13 || ^17 || ^18 || ^19" + } + }, "apps/desktop/node_modules/@nous-research/ui": { "version": "0.13.2", "resolved": "https://registry.npmjs.org/@nous-research/ui/-/ui-0.13.2.tgz", @@ -2285,19 +2294,6 @@ "import-meta-resolve": "^4.2.0" } }, - "node_modules/@icons-pack/react-simple-icons": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-13.13.0.tgz", - "integrity": "sha512-B5HhQMIpcSH4z8IZ8HFhD59CboHceKYMpPC9kAwGyKntvPdyJJv26DLu4Z1wAjcCLyrJhf11tMhiQGom9Rxb9g==", - "license": "MIT", - "engines": { - "node": ">=24", - "pnpm": ">=10" - }, - "peerDependencies": { - "react": "^16.13 || ^17 || ^18 || ^19" - } - }, "node_modules/@isaacs/fs-minipass": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",