mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-29 18:58:26 +08:00
chore: upgrade @formily/antd-v5 (#2920)
This commit is contained in:
parent
c926b6aef2
commit
24c10a6f00
@ -50,7 +50,8 @@
|
||||
"react-router": "^6.11.2",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"antd": "5.8.6"
|
||||
"antd": "5.8.6",
|
||||
"@formily/antd-v5": "1.1.7"
|
||||
},
|
||||
"config": {
|
||||
"ghooks": {
|
||||
|
@ -15,7 +15,7 @@
|
||||
"@dnd-kit/modifiers": "^6.0.0",
|
||||
"@dnd-kit/sortable": "^6.0.0",
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@formily/antd-v5": "1.1.1",
|
||||
"@formily/antd-v5": "^1.1.7",
|
||||
"@formily/core": "^2.2.27",
|
||||
"@formily/grid": "^2.2.27",
|
||||
"@formily/json-schema": "^2.2.27",
|
||||
@ -30,7 +30,7 @@
|
||||
"@nocobase/utils": "0.14.0-alpha.7",
|
||||
"@types/requirejs": "^2.1.34",
|
||||
"ahooks": "^3.7.2",
|
||||
"antd": "5.8.6",
|
||||
"antd": "^5.8.6",
|
||||
"antd-style": "3.4.5",
|
||||
"axios": "^0.26.1",
|
||||
"classnames": "^2.3.1",
|
||||
|
27
yarn.lock
27
yarn.lock
@ -2993,27 +2993,10 @@
|
||||
intl-messageformat "10.5.0"
|
||||
tslib "^2.4.0"
|
||||
|
||||
"@formily/antd-v5@1.1.1":
|
||||
version "1.1.1"
|
||||
resolved "https://registry.npmmirror.com/@formily/antd-v5/-/antd-v5-1.1.1.tgz#b1f103cbb99b88d14ebf66a362e6fd2177046478"
|
||||
dependencies:
|
||||
"@ant-design/cssinjs" "^1.3.1"
|
||||
"@ant-design/icons" "^5.0.0"
|
||||
"@dnd-kit/core" "^6.0.0"
|
||||
"@dnd-kit/sortable" "^7.0.0"
|
||||
"@formily/core" "^2.2.0"
|
||||
"@formily/grid" "^2.2.0"
|
||||
"@formily/json-schema" "^2.2.0"
|
||||
"@formily/react" "^2.2.0"
|
||||
"@formily/reactive" "^2.2.0"
|
||||
"@formily/reactive-react" "^2.2.0"
|
||||
"@formily/shared" "^2.2.0"
|
||||
classnames "^2.2.6"
|
||||
react-sticky-box "^1.0.2"
|
||||
|
||||
"@formily/antd-v5@1.x":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.npmmirror.com/@formily/antd-v5/-/antd-v5-1.1.0.tgz#e2f20df64c62df348a78b4c44aa17c23a24887d1"
|
||||
"@formily/antd-v5@1.1.7", "@formily/antd-v5@1.x", "@formily/antd-v5@^1.1.7":
|
||||
version "1.1.7"
|
||||
resolved "https://registry.npmmirror.com/@formily/antd-v5/-/antd-v5-1.1.7.tgz#5dc0d395510bcaf3ecd13bef24bed5a238d08a1b"
|
||||
integrity sha512-AWKtn4w3+sSasWyypmuYjXW5RMxp3Lc9UKjAUUtyhjD928SvFlF7kJI0IhMODQDuZLR5tbRtFic/sYopJK3v7w==
|
||||
dependencies:
|
||||
"@ant-design/cssinjs" "^1.3.1"
|
||||
"@ant-design/icons" "^5.0.0"
|
||||
@ -7284,7 +7267,7 @@ antd-token-previewer@2.0.0-alpha.8, antd-token-previewer@^2.0.0-alpha.6:
|
||||
use-debouncy "^4.3.0"
|
||||
vanilla-jsoneditor "^0.16.1"
|
||||
|
||||
antd@5.8.6, antd@5.x, antd@^5.4.2, antd@^5.5.1:
|
||||
antd@5.8.6, antd@5.x, antd@^5.4.2, antd@^5.5.1, antd@^5.8.6:
|
||||
version "5.8.6"
|
||||
resolved "https://registry.npmmirror.com/antd/-/antd-5.8.6.tgz#48af8d4221098dbd1faa5e56f0a1344741e2a3dc"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user