From 32bafbe895f2955f21be1c28d28f316986f0f145 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 24 Nov 2024 19:00:27 +0800 Subject: [PATCH] chore: move @ctrl/tinycolor out of dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e7f88bb..a25bcab3 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,6 @@ "@ant-design/fast-color": "^2.0.6", "@ant-design/icons": "^5.4.0", "@babel/runtime": "^7.25.6", - "@ctrl/tinycolor": "^4.1.0", "classnames": "^2.5.1", "rc-motion": "^2.9.2", "rc-util": "^5.43.0" @@ -101,6 +100,7 @@ "@biomejs/biome": "^1.9.0", "@codecov/webpack-plugin": "^1.4.0", "@codesandbox/sandpack-react": "^2.19.8", + "@ctrl/tinycolor": "^4.1.0", "@emotion/react": "^11.13.5", "@emotion/server": "^11.11.0", "@happy-dom/jest-environment": "^15.7.4",