diff --git a/packages/plugins/theme-editor/package.json b/packages/plugins/theme-editor/package.json index 1f2ac45c6..04d2e2825 100644 --- a/packages/plugins/theme-editor/package.json +++ b/packages/plugins/theme-editor/package.json @@ -7,16 +7,17 @@ "description": "Allows you to customize UI colors, sizes, etc.", "description.zh-CN": "允许你自定义 UI 的颜色、尺寸等。", "dependencies": { - "@emotion/css": "^11.11.2", "@nocobase/client": "0.11.1-alpha.1", - "antd": "^5.6.4", - "react": "^18.2.0", "tinycolor2": "^1.6.0", - "vanilla-jsoneditor": "^0.17.8" + "vanilla-jsoneditor": "^0.17.8", + "react-colorful": "^5.6.1" }, "devDependencies": { "@ctrl/tinycolor": "^3.6.0", "@nocobase/server": "0.11.1-alpha.1", - "@nocobase/test": "0.11.1-alpha.1" + "@nocobase/test": "0.11.1-alpha.1", + "@emotion/css": "^11.11.2", + "antd": "^5.6.4", + "react": "^18.0.0" } } diff --git a/yarn.lock b/yarn.lock index fc475d107..26c08a989 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21107,7 +21107,7 @@ react-big-calendar@^1.8.1: react-overlays "^5.2.1" uncontrollable "^7.2.1" -react-colorful@^5.5.1: +react-colorful@^5.5.1, react-colorful@^5.6.1: version "5.6.1" resolved "https://registry.npmmirror.com/react-colorful/-/react-colorful-5.6.1.tgz#7dc2aed2d7c72fac89694e834d179e32f3da563b"