Add react-colorful dep for InterfaceColorTabView

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).
This commit is contained in:
simoleo89
2026-05-11 21:46:10 +02:00
parent 019295226d
commit 2a9a5ddb64
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -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",