mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:36:44 +00:00
chore(theme-editor): fix deps
This commit is contained in:
parent
8051e2fc94
commit
d0528cf1f2
@ -7,18 +7,27 @@
|
|||||||
"description": "Allows you to customize UI colors, sizes, etc.",
|
"description": "Allows you to customize UI colors, sizes, etc.",
|
||||||
"description.zh-CN": "允许你自定义 UI 的颜色、尺寸等。",
|
"description.zh-CN": "允许你自定义 UI 的颜色、尺寸等。",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nocobase/client": "0.11.1-alpha.1",
|
"rc-util": "^5.32.0",
|
||||||
"@nocobase/server": "0.11.1-alpha.1",
|
"react-colorful": "^5.5.1",
|
||||||
"tinycolor2": "^1.6.0",
|
"classnames": "^2.3.1",
|
||||||
|
"use-debouncy": "^4.3.0",
|
||||||
|
"antd-token-previewer": "2.0.0-alpha.8",
|
||||||
"vanilla-jsoneditor": "^0.17.8",
|
"vanilla-jsoneditor": "^0.17.8",
|
||||||
"react-colorful": "^5.6.1",
|
"tinycolor2": "^1.6.0",
|
||||||
"@arvinxu/layout-kit": "^1.4.0",
|
"@ctrl/tinycolor": "^3.6.0",
|
||||||
"use-debouncy": "^4.4.0"
|
"@arvinxu/layout-kit": "^1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ctrl/tinycolor": "^3.6.0",
|
|
||||||
"@emotion/css": "^11.11.2",
|
|
||||||
"antd": "^5.6.4",
|
"antd": "^5.6.4",
|
||||||
"react": "^18.0.0"
|
"lodash": "4.17.21",
|
||||||
|
"@emotion/css": "^11.11.2",
|
||||||
|
"@ant-design/icons": "^5.1.4",
|
||||||
|
"@ant-design/cssinjs": "^1.11.1",
|
||||||
|
"react": "^18.2.0",
|
||||||
|
"@nocobase/client": "0.11.1-alpha.1",
|
||||||
|
"@nocobase/utils": "0.11.1-alpha.1",
|
||||||
|
"@nocobase/database": "0.11.1-alpha.1",
|
||||||
|
"@nocobase/server": "0.11.1-alpha.1",
|
||||||
|
"@nocobase/test": "0.11.1-alpha.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
23
yarn.lock
23
yarn.lock
@ -150,6 +150,19 @@
|
|||||||
rc-util "^5.27.0"
|
rc-util "^5.27.0"
|
||||||
stylis "^4.0.13"
|
stylis "^4.0.13"
|
||||||
|
|
||||||
|
"@ant-design/cssinjs@^1.11.1":
|
||||||
|
version "1.13.2"
|
||||||
|
resolved "https://registry.npmmirror.com/@ant-design/cssinjs/-/cssinjs-1.13.2.tgz#833098a6866a9f754e31562b0d5dc8b1133648d9"
|
||||||
|
integrity sha512-II3QJx6V6boYkAIUiEd1/hquSeX1r67sUOtsvco35fTmV46JvkJz946/6K+ikiuODBSE1kLf7fJ5gHetQyUyww==
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.11.1"
|
||||||
|
"@emotion/hash" "^0.8.0"
|
||||||
|
"@emotion/unitless" "^0.7.5"
|
||||||
|
classnames "^2.3.1"
|
||||||
|
csstype "^3.0.10"
|
||||||
|
rc-util "^5.34.1"
|
||||||
|
stylis "^4.0.13"
|
||||||
|
|
||||||
"@ant-design/icons-svg@^4.2.1":
|
"@ant-design/icons-svg@^4.2.1":
|
||||||
version "4.2.1"
|
version "4.2.1"
|
||||||
resolved "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.2.1.tgz#8630da8eb4471a4aabdaed7d1ff6a97dcb2cf05a"
|
resolved "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.2.1.tgz#8630da8eb4471a4aabdaed7d1ff6a97dcb2cf05a"
|
||||||
@ -447,7 +460,7 @@
|
|||||||
mousetrap "^1.6.5"
|
mousetrap "^1.6.5"
|
||||||
utility-types "^3.10.0"
|
utility-types "^3.10.0"
|
||||||
|
|
||||||
"@arvinxu/layout-kit@^1", "@arvinxu/layout-kit@^1.4.0":
|
"@arvinxu/layout-kit@^1":
|
||||||
version "1.4.0"
|
version "1.4.0"
|
||||||
resolved "https://registry.npmmirror.com/@arvinxu/layout-kit/-/layout-kit-1.4.0.tgz#8bcb4328a19b76a1aed2614730c330616b6ca29f"
|
resolved "https://registry.npmmirror.com/@arvinxu/layout-kit/-/layout-kit-1.4.0.tgz#8bcb4328a19b76a1aed2614730c330616b6ca29f"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -7365,7 +7378,7 @@ antd-style@^3.3.0:
|
|||||||
"@emotion/utils" "^1"
|
"@emotion/utils" "^1"
|
||||||
use-merge-value "^1"
|
use-merge-value "^1"
|
||||||
|
|
||||||
antd-token-previewer@^2.0.0-alpha.6:
|
antd-token-previewer@2.0.0-alpha.8, antd-token-previewer@^2.0.0-alpha.6:
|
||||||
version "2.0.0-alpha.8"
|
version "2.0.0-alpha.8"
|
||||||
resolved "https://registry.npmmirror.com/antd-token-previewer/-/antd-token-previewer-2.0.0-alpha.8.tgz#9f47bc531d8bf6907f0e7e5cfbacf50d15619d86"
|
resolved "https://registry.npmmirror.com/antd-token-previewer/-/antd-token-previewer-2.0.0-alpha.8.tgz#9f47bc531d8bf6907f0e7e5cfbacf50d15619d86"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -21049,7 +21062,7 @@ rc-upload@~4.3.0:
|
|||||||
classnames "^2.2.5"
|
classnames "^2.2.5"
|
||||||
rc-util "^5.2.0"
|
rc-util "^5.2.0"
|
||||||
|
|
||||||
rc-util@^5.0.1, rc-util@^5.0.6, rc-util@^5.15.0, rc-util@^5.16.0, rc-util@^5.16.1, rc-util@^5.17.0, rc-util@^5.18.1, rc-util@^5.19.2, rc-util@^5.2.0, rc-util@^5.20.1, rc-util@^5.21.0, rc-util@^5.21.2, rc-util@^5.21.5, rc-util@^5.22.5, rc-util@^5.24.4, rc-util@^5.25.2, rc-util@^5.26.0, rc-util@^5.27.0, rc-util@^5.27.1, rc-util@^5.28.0, rc-util@^5.30.0, rc-util@^5.31.1, rc-util@^5.32.0, rc-util@^5.32.2, rc-util@^5.33.0, rc-util@^5.6.1, rc-util@^5.8.0, rc-util@^5.9.4:
|
rc-util@^5.0.1, rc-util@^5.0.6, rc-util@^5.15.0, rc-util@^5.16.0, rc-util@^5.16.1, rc-util@^5.17.0, rc-util@^5.18.1, rc-util@^5.19.2, rc-util@^5.2.0, rc-util@^5.20.1, rc-util@^5.21.0, rc-util@^5.21.2, rc-util@^5.21.5, rc-util@^5.22.5, rc-util@^5.24.4, rc-util@^5.25.2, rc-util@^5.26.0, rc-util@^5.27.0, rc-util@^5.27.1, rc-util@^5.28.0, rc-util@^5.30.0, rc-util@^5.31.1, rc-util@^5.32.0, rc-util@^5.32.2, rc-util@^5.33.0, rc-util@^5.34.1, rc-util@^5.6.1, rc-util@^5.8.0, rc-util@^5.9.4:
|
||||||
version "5.34.1"
|
version "5.34.1"
|
||||||
resolved "https://registry.npmmirror.com/rc-util/-/rc-util-5.34.1.tgz#0becf411d8f09bdb0f1b61322964f27efeeba642"
|
resolved "https://registry.npmmirror.com/rc-util/-/rc-util-5.34.1.tgz#0becf411d8f09bdb0f1b61322964f27efeeba642"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -21107,7 +21120,7 @@ react-big-calendar@^1.8.1:
|
|||||||
react-overlays "^5.2.1"
|
react-overlays "^5.2.1"
|
||||||
uncontrollable "^7.2.1"
|
uncontrollable "^7.2.1"
|
||||||
|
|
||||||
react-colorful@^5.5.1, react-colorful@^5.6.1:
|
react-colorful@^5.5.1:
|
||||||
version "5.6.1"
|
version "5.6.1"
|
||||||
resolved "https://registry.npmmirror.com/react-colorful/-/react-colorful-5.6.1.tgz#7dc2aed2d7c72fac89694e834d179e32f3da563b"
|
resolved "https://registry.npmmirror.com/react-colorful/-/react-colorful-5.6.1.tgz#7dc2aed2d7c72fac89694e834d179e32f3da563b"
|
||||||
|
|
||||||
@ -24667,7 +24680,7 @@ urllib@^2.33.1:
|
|||||||
statuses "^1.3.1"
|
statuses "^1.3.1"
|
||||||
utility "^1.16.1"
|
utility "^1.16.1"
|
||||||
|
|
||||||
use-debouncy@^4.3.0, use-debouncy@^4.4.0:
|
use-debouncy@^4.3.0:
|
||||||
version "4.4.0"
|
version "4.4.0"
|
||||||
resolved "https://registry.npmmirror.com/use-debouncy/-/use-debouncy-4.4.0.tgz#b04907e74f3e681beb74cd49784f93376a6511f2"
|
resolved "https://registry.npmmirror.com/use-debouncy/-/use-debouncy-4.4.0.tgz#b04907e74f3e681beb74cd49784f93376a6511f2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user