From 2a9a5ddb64d6daaff8b8984190ee5921101867d5 Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Mon, 11 May 2026 21:46:10 +0200 Subject: [PATCH] Add react-colorful dep for InterfaceColorTabView MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit InterfaceColorTabView already imports react-colorful's HexColorPicker but the dep was never installed — tsgo flagged TS2307. Adding it via yarn (5.7.0, the current stable line). --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index a1929f8..50f831f 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "emoji-toolkit": "10.0.0", "framer-motion": "^12.38.0", "react": "^19.2.5", + "react-colorful": "^5.7.0", "react-dom": "^19.2.5", "react-error-boundary": "^6.1.1", "react-icons": "^5.6.0", diff --git a/yarn.lock b/yarn.lock index ef94f7e..cd86ce1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3322,6 +3322,11 @@ punycode@^2.1.0, punycode@^2.3.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== +react-colorful@^5.7.0: + version "5.7.0" + resolved "https://registry.yarnpkg.com/react-colorful/-/react-colorful-5.7.0.tgz#82c0f31311606161ed13423979067c865e4a7877" + integrity sha512-fuesYIemttah97XmsIHmz4OORDHiSFzyc9HMAIrCHJou2jaRQmL8cFJ76K4zQhhj8jzwOBlOi4BaGTjjOZCfTg== + react-dom@^19.2.5: version "19.2.5" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.5.tgz#b8768b10837d0b8e9ca5b9e2d58dff3d880ea25e"