mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:38:13 +00:00
chore(theme-editor): fix deps
This commit is contained in:
parent
25decf0aa9
commit
8051e2fc94
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user