diff --git a/packages/plugins/theme-editor/package.json b/packages/plugins/theme-editor/package.json index 04d2e2825..bcade2f41 100644 --- a/packages/plugins/theme-editor/package.json +++ b/packages/plugins/theme-editor/package.json @@ -8,14 +8,15 @@ "description.zh-CN": "允许你自定义 UI 的颜色、尺寸等。", "dependencies": { "@nocobase/client": "0.11.1-alpha.1", + "@nocobase/server": "0.11.1-alpha.1", "tinycolor2": "^1.6.0", "vanilla-jsoneditor": "^0.17.8", - "react-colorful": "^5.6.1" + "react-colorful": "^5.6.1", + "@arvinxu/layout-kit": "^1.4.0", + "use-debouncy": "^4.4.0" }, "devDependencies": { "@ctrl/tinycolor": "^3.6.0", - "@nocobase/server": "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 26c08a989..f190754fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,7 +447,7 @@ mousetrap "^1.6.5" utility-types "^3.10.0" -"@arvinxu/layout-kit@^1": +"@arvinxu/layout-kit@^1", "@arvinxu/layout-kit@^1.4.0": version "1.4.0" resolved "https://registry.npmmirror.com/@arvinxu/layout-kit/-/layout-kit-1.4.0.tgz#8bcb4328a19b76a1aed2614730c330616b6ca29f" dependencies: @@ -24667,7 +24667,7 @@ urllib@^2.33.1: statuses "^1.3.1" utility "^1.16.1" -use-debouncy@^4.3.0: +use-debouncy@^4.3.0, use-debouncy@^4.4.0: version "4.4.0" resolved "https://registry.npmmirror.com/use-debouncy/-/use-debouncy-4.4.0.tgz#b04907e74f3e681beb74cd49784f93376a6511f2"