mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-02 12:18:15 +08:00
chore(theme-editor): fix deps
This commit is contained in:
parent
e979194cf2
commit
25decf0aa9
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user