chore: upgrade to antd-5.18, formily 2.3.1 (#1172)

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1172
This commit is contained in:
sealday 2024-06-13 04:37:42 +08:00
parent 943db605c8
commit 19f285c16a
71 changed files with 3847 additions and 3305 deletions

View File

@ -57,8 +57,8 @@
"@tachybase/preset-mini": "workspace:*",
"@tachybase/preset-tachybase": "workspace:*",
"@tachybase/test": "workspace:*",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"auto-changelog": "^2.4.0",
"axios": "^1.6.8",
"commander": "^9.5.0",
@ -71,11 +71,11 @@
"prettier-plugin-sql": "^0.17.1",
"pretty-format": "^24.9.0",
"pretty-quick": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsx": "^4.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsx": "^4.15.2",
"typescript": "5.4.5",
"umi": "^4.1.10",
"umi": "^4.2.10",
"vitest": "^1.6.0"
},
"packageManager": "pnpm@8.15.5",
@ -92,16 +92,7 @@
"canvas"
],
"overrides": {
"@formily/core": "2.2.27",
"@formily/grid": "2.2.27",
"@formily/json-schema": "2.2.27",
"@formily/path": "2.2.27",
"@formily/react": "2.2.27",
"@formily/reactive": "2.2.27",
"@formily/reactive-react": "2.2.27",
"@formily/shared": "2.2.27",
"@formily/validator": "2.2.27",
"@types/node": "^20.12.2",
"@types/node": "20.14.2",
"dayjs": "1.11.10"
}
}

View File

@ -13,7 +13,7 @@
"minimatch": "^5.1.1"
},
"devDependencies": {
"@types/lodash": "4.17.0",
"@types/node": "^20.12.12"
"@types/lodash": "4.17.5",
"@types/node": "20.14.2"
}
}

View File

@ -34,7 +34,7 @@
"tsup": "7.2.0",
"typescript": "5.4.4",
"update-notifier": "3.0.0",
"vite": "^5.0.0",
"vite": "^5.2.13",
"vite-plugin-css-injected-by-js": "^3.2.1",
"vite-plugin-lib-inject-css": "1.2.0",
"yargs-parser": "13.1.2"

View File

@ -41,7 +41,7 @@
"semver": "^7.6.0",
"serve": "^13.0.2",
"tree-kill": "^1.2.2",
"tsx": "^4.7.2"
"tsx": "^4.15.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
@ -49,13 +49,13 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@tachybase/devtools": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/lodash": "^4.17.5",
"@types/node": "20.14.2",
"@types/semver": "^7.5.8",
"rimraf": "^5.0.5",
"rollup": "^4.14.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"vite": "^5.2.8"
"vite": "^5.2.13"
}
}

View File

@ -8,7 +8,7 @@
"dependencies": {
"@ahooksjs/use-url-state": "3.5.1",
"@ant-design/cssinjs": "^1.11.1",
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-layout": "^7.16.11",
"@antv/g2plot": "^2.4.18",
"@ctrl/tinycolor": "^3.6.0",
@ -24,7 +24,7 @@
"@tachybase/sdk": "workspace:*",
"@tachybase/utils": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"antd-style": "3.4.5",
"axios": "^1.6.2",
"classnames": "^2.3.1",
@ -64,7 +64,7 @@
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.5",
"@types/markdown-it": "12.2.3",
"@types/markdown-it-highlightjs": "3.3.1",
"@types/react-big-calendar": "^1.6.4",

View File

@ -95,6 +95,7 @@ const useStyles = createStyles(({ css, token }) => {
line-height: 32px;
`,
right: css`
display: inline-flex;
position: relative;
flex-shrink: 0;
height: 100%;

View File

@ -6,20 +6,20 @@
"types": "lib/index.d.ts",
"dependencies": {
"@ant-design/cssinjs": "^1.20.0",
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formily/core": "2.2.27",
"@formily/grid": "2.2.27",
"@formily/json-schema": "2.2.27",
"@formily/path": "2.2.27",
"@formily/react": "2.2.27",
"@formily/reactive": "2.2.27",
"@formily/reactive-react": "2.2.27",
"@formily/shared": "2.2.27",
"@formily/validator": "2.2.27",
"antd": "^5.16.1",
"@formily/core": "2.3.1",
"@formily/grid": "2.3.1",
"@formily/json-schema": "2.3.1",
"@formily/path": "2.3.1",
"@formily/react": "2.3.1",
"@formily/reactive": "2.3.1",
"@formily/reactive-react": "2.3.1",
"@formily/shared": "2.3.1",
"@formily/validator": "2.3.1",
"antd": "^5.18.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"react-sticky-box": "^1.0.2"

View File

@ -10,10 +10,10 @@
"@tachybase/test": "workspace:*",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.4",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/lodash": "^4.17.5",
"@types/node": "20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"concurrently": "^7.0.0",
@ -32,16 +32,16 @@
"prettier-plugin-sql": "^0.17.0",
"pretty-format": "^24.0.0",
"pretty-quick": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^3.0.0",
"serve": "^13.0.2",
"ts-loader": "^7.0.4",
"ts-node": "9.1.1",
"ts-node-dev": "1.1.8",
"tsconfig-paths": "^3.12.0",
"tsx": "^4.7.2",
"tsx": "^4.15.2",
"typescript": "5.4.4",
"umi": "^4.1.8"
"umi": "^4.2.10"
}
}

View File

@ -12,6 +12,6 @@
"mathjs": "^10.6.0"
},
"devDependencies": {
"@types/node": "^20.12.12"
"@types/node": "20.14.2"
}
}

View File

@ -15,6 +15,6 @@
"qs": "^6.9.4"
},
"devDependencies": {
"@types/node": "^20.12.12"
"@types/node": "20.14.2"
}
}

View File

@ -5,14 +5,14 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@formily/core": "2.2.27",
"@formily/grid": "2.2.27",
"@formily/json-schema": "2.2.27",
"@formily/path": "2.2.27",
"@formily/react": "2.2.27",
"@formily/reactive": "2.2.27",
"@formily/reactive-react": "2.2.27",
"@formily/shared": "2.2.27",
"@formily/validator": "2.2.27"
"@formily/core": "2.3.1",
"@formily/grid": "2.3.1",
"@formily/json-schema": "2.3.1",
"@formily/path": "2.3.1",
"@formily/react": "2.3.1",
"@formily/reactive": "2.3.1",
"@formily/reactive-react": "2.3.1",
"@formily/shared": "2.3.1",
"@formily/validator": "2.3.1"
}
}

View File

@ -46,7 +46,7 @@
"multer": "^1.4.2",
"nanoid": "3.3.4",
"qs": "^6.12.1",
"react": "^18.2.0",
"react": "^18.3.1",
"semver": "^7.3.7",
"serve-handler": "^6.1.5",
"winston": "^3.8.2",
@ -57,7 +57,7 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa__cors": "^5.0.0",
"@types/lodash": "4.17.0",
"@types/lodash": "4.17.5",
"@types/qs": "^6.9.14",
"@types/semver": "^7.3.9",
"@types/serve-handler": "^6.1.1",

View File

@ -41,7 +41,7 @@
"types": "./lib/index.d.ts",
"dependencies": {
"@faker-js/faker": "8.1.0",
"@formily/shared": "2.2.27",
"@formily/shared": "2.3.1",
"@playwright/test": "^1.42.1",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
@ -65,7 +65,7 @@
"qs": "^6.11.2",
"sqlite3": "^5.0.8",
"supertest": "^6.1.6",
"vite": "^5.0.0",
"vite": "^5.2.13",
"vitest": "^1.4.0",
"ws": "^8.13.0"
}

View File

@ -7,7 +7,7 @@
"dependencies": {
"@hapi/topo": "^6.0.0",
"@rc-component/mini-decimal": "^1.1.0",
"antd": "5.16.1",
"antd": "5.18.0",
"dayjs": "^1.11.9",
"dedupe": "^3.0.2",
"deepmerge": "^4.2.2",
@ -18,7 +18,7 @@
"object-path": "^0.11.8"
},
"devDependencies": {
"@types/lodash": "4.17.0",
"@types/node": "^20.12.2"
"@types/lodash": "4.17.5",
"@types/node": "20.14.2"
}
}

View File

@ -3,12 +3,12 @@
"version": "0.0.37",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.5",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd-mobile": "^5.35.0",
"antd": "5.18.0",
"antd-mobile": "^5.36.1",
"antd-mobile-icons": "^0.3.0",
"lodash": "4.17.21",
"react-i18next": "^11.15.1",

View File

@ -8,7 +8,7 @@
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@ant-design/icons": "~5.3.7",
"@tachybase/actions": "workspace:*",
"@tachybase/components": "workspace:*",
"@tachybase/data-source-manager": "workspace:*",
@ -16,10 +16,10 @@
"@tachybase/plugin-ui-schema-storage": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/utils": "workspace:*",
"@types/lodash": "4.17.0",
"antd": "5.16.1",
"@types/lodash": "4.17.5",
"antd": "5.18.0",
"lodash": "^4.17.21",
"react": "18.x",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"sequelize": "^6.26.0"
},

View File

@ -8,13 +8,13 @@
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@react-pdf/renderer": "^3.3.2",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/lodash": "~4.17.0",
"@types/lodash": "~4.17.5",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.8",
@ -27,7 +27,7 @@
"path-to-regexp": "^6.1.0",
"qrcode": "^1.5.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-error-boundary": "^4.0.10",
"react-i18next": "^11.15.1",
"react-pdf": "^7.5.1",

View File

@ -294,6 +294,7 @@ export const InternalAdminLayout = () => {
</div>
<div
className={css`
display: inline-flex;
position: relative;
flex-shrink: 0;
height: 100%;

View File

@ -2,9 +2,8 @@
"name": "@hera/plugin-homepage",
"version": "0.0.25",
"main": "dist/server/index.js",
"dependencies": {},
"devDependencies": {
"antd": "^5.16.1"
"antd": "^5.18.0"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",

View File

@ -8,11 +8,11 @@
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@tachybase/schema": "workspace:*",
"@types/lodash": "4.17.4",
"@types/lodash": "4.17.5",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"dayjs": "^1.11.8",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
@ -21,7 +21,7 @@
"lodash": "4.17.21",
"qrcode": "^1.5.1",
"qrcode.react": "^3.1.0",
"react": "~18.2.0",
"react": "~18.3.1",
"react-router-dom": "^6.11.2",
"sequelize": "^6.26.0"
},

View File

@ -5,8 +5,8 @@
"description": "Provide mobile client customization for the sancongtou project.",
"main": "dist/server/index.js",
"dependencies": {
"@ant-design/icons": "^5.3.6",
"antd-mobile": "^5.35.0",
"@ant-design/icons": "^5.3.7",
"antd-mobile": "^5.36.1",
"react-router-dom": "^6.23.1"
},
"peerDependencies": {

View File

@ -9,17 +9,17 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/jsonwebtoken": "^8.5.8",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"async-mutex": "^0.3.2",
"jsonwebtoken": "^8.5.1",
"lodash": "4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {

View File

@ -9,10 +9,10 @@
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "4.17.21",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"

View File

@ -10,7 +10,7 @@
"main": "dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},

View File

@ -10,7 +10,7 @@
"main": "dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "4.17.21",
"react-i18next": "^11.15.1"
},

View File

@ -7,8 +7,8 @@
"main": "./dist/server/index.js",
"types": "./dist/server/index.d.ts",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"antd": "5.16.1",
"@ant-design/icons": "~5.3.7",
"antd": "5.18.0",
"react-i18next": "^11.15.1",
"swagger-ui-dist": "^5.3.1"
},

View File

@ -11,11 +11,11 @@
"devDependencies": {
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"dayjs": "^1.11.8",
"i18next": "^22.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {

View File

@ -8,10 +8,10 @@
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"antd": "5.16.1",
"react": "^18.2.0",
"antd": "5.18.0",
"react": "^18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {

View File

@ -8,12 +8,12 @@
],
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*",
"@types/cron": "^2.0.1",
"antd": "5.16.1",
"antd": "5.18.0",
"cron": "^2.3.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},

View File

@ -9,14 +9,14 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@hapi/topo": "^6.0.0",
"@koa/multer": "^3.0.2",
"@tachybase/components": "workspace:*",
"@types/archiver": "^5.3.1",
"@types/file-saver": "^2.0.7",
"@types/lodash": "4.17.0",
"antd": "5.16.1",
"@types/lodash": "4.17.5",
"antd": "5.18.0",
"archiver": "^5.3.1",
"content-disposition": "^0.5.4",
"dayjs": "^1.11.8",
@ -27,7 +27,7 @@
"lodash": "4.17.21",
"mkdirp": "^1.0.4",
"object-path": "^0.11.8",
"react": "^18.2.0",
"react": "^18.3.1",
"react-i18next": "^11.15.1",
"semver": "^7.5.4",
"tar": "^6.1.13"

View File

@ -11,14 +11,14 @@
"main": "./dist/server/index.js",
"types": "./dist/server/index.d.ts",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"cron-parser": "4.4.0",
"dayjs": "^1.11.8",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.1",
"react-big-calendar": "^1.8.1",
"react-i18next": "^11.15.1",
"react-js-cron": "^3.1.0",

View File

@ -9,8 +9,8 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"antd": "5.16.1",
"@ant-design/icons": "~5.3.7",
"antd": "5.18.0",
"react-i18next": "^11.15.1",
"react-router-dom": "6.x"
},

View File

@ -6,7 +6,7 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"antd": "5.16.1",
"antd": "5.18.0",
"cronstrue": "^2.11.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0"

View File

@ -10,7 +10,7 @@
"main": "./dist/server/index.js",
"devDependencies": {
"@hapi/topo": "^6.0.0",
"@types/lodash": "4.17.0",
"@types/lodash": "4.17.5",
"async-mutex": "^0.3.2",
"lodash": "4.17.21",
"sequelize": "^6.26.0",

View File

@ -2,12 +2,11 @@
"name": "@tachybase/plugin-comments",
"version": "0.21.52",
"main": "dist/server/index.js",
"dependencies": {},
"devDependencies": {
"@ant-design/icons": "5.x",
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.x",
"antd": "~5.18.0",
"dayjs": "^1.11.8",
"lodash": "^4.17.21",
"react-i18next": "^11.15.1"

View File

@ -11,7 +11,7 @@
"devDependencies": {
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "~4.17.21",
"react-i18next": "^11.15.1",
"react-router-dom": "6.x"

View File

@ -8,12 +8,12 @@
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@dnd-kit/core": "^6.1.0",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "4.17.21",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2",

View File

@ -9,17 +9,17 @@
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@ant-design/plots": "^2.1.4",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"dayjs": "^1.11.8",
"deepmerge": "^4.2.2",
"koa-compose": "^4.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.1",
"react-error-boundary": "^4.0.10",
"react-i18next": "^11.15.1",
"sequelize": "^6.26.0"

View File

@ -6,7 +6,7 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/json-schema": "2.2.27",
"@formily/json-schema": "2.3.1",
"lodash": "4.17.21",
"supertest": "^6.1.6"
},

View File

@ -15,7 +15,7 @@
"file-saver": "^2.0.5",
"lodash": "4.17.21",
"node-xlsx": "^0.16.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {

View File

@ -3,14 +3,14 @@
"version": "0.21.52",
"main": "dist/server/index.js",
"dependencies": {
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "^4.17.21",
"mysql2": "^3.9.1",
"pg": "^8.11.3",
"react-i18next": "^11.15.1"
},
"devDependencies": {
"@types/lodash": "^4.17.0"
"@types/lodash": "^4.17.5"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",

View File

@ -9,9 +9,9 @@
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@tachybase/schema": "workspace:*",
"antd": "^5.16.1",
"antd": "^5.18.0",
"koa-send": "^5.0.1",
"vditor": "^3.10.3"
},

View File

@ -10,14 +10,14 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@aws-sdk/client-s3": "^3.245.0",
"@koa/multer": "^3.0.0",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/koa-multer": "^1.0.1",
"@types/multer": "^1.4.5",
"antd": "5.16.1",
"antd": "5.18.0",
"cos-nodejs-sdk-v5": "^2.11.14",
"koa-static": "^5.0.0",
"lodash": "4.17.21",
@ -27,7 +27,7 @@
"multer-aliyun-oss": "2.1.1",
"multer-cos": "^1.0.3",
"multer-s3": "^3.0.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-i18next": "^11.15.1",
"supertest": "^6.1.6"
},

View File

@ -11,7 +11,7 @@
"devDependencies": {
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"react": "^18.2.0",
"react": "^18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {

View File

@ -9,11 +9,11 @@
"license": "Apache-2.0",
"main": "dist/server/index.js",
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@ctrl/tinycolor": "^3.6.0",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "4.17.21",
"react-i18next": "^11.15.1"
},

View File

@ -9,7 +9,7 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@antv/x6": "^2.0.0",
"@antv/x6-plugin-dnd": "^2.0.0",
"@antv/x6-plugin-export": "^2.0.0",
@ -20,10 +20,10 @@
"@antv/x6-react-shape": "^2.0.0",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"dagre": "^0.8.5",
"lodash": "4.17.21",
"react": "^18.2.0",
"react": "^18.3.1",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},

View File

@ -9,10 +9,10 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"react": "^18.2.0",
"antd": "5.18.0",
"react": "^18.3.1",
"react-i18next": "^11.15.1",
"react-iframe": "~1.8.5"
},

View File

@ -9,18 +9,18 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@koa/multer": "^3.0.2",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/node-xlsx": "^0.15.1",
"antd": "5.16.1",
"antd": "5.18.0",
"file-saver": "^2.0.5",
"lodash": "4.17.21",
"mathjs": "^10.6.0",
"node-xlsx": "^0.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^11.15.1",
"xlsx": "^0.17.0"
},

View File

@ -9,10 +9,10 @@
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "4.17.21",
"react-beautiful-dnd": "^13.1.0",
"react-i18next": "^11.15.1"

View File

@ -9,10 +9,10 @@
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"deepmerge": "^4.3.1",
"react-i18next": "^11.15.1"
},

View File

@ -9,10 +9,10 @@
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@types/tar-fs": "^2.0.2",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"react-i18next": "^11.15.1",
"tar-fs": "^3.0.4"
},

View File

@ -11,18 +11,18 @@
"devDependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@amap/amap-jsapi-types": "^0.0.10",
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@googlemaps/js-api-loader": "^1.16.1",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/google.maps": "^3.53.4",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "4.17.21",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},

View File

@ -6,18 +6,18 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/react": "~18.2.73",
"@types/react-dom": "~18.2.23",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"ahooks": "3.x",
"antd": "5.16.1",
"antd-mobile": "^5.35.0",
"antd": "5.18.0",
"antd-mobile": "^5.36.1",
"antd-mobile-icons": "^0.3.0",
"lodash": "4.17.21",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-i18next": "11.x",
"react-router-dom": "6.x"
},

View File

@ -10,12 +10,12 @@
"main": "./dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"async-mutex": "^0.3.2",
"lodash": "4.17.21",
"mysql2": "^2.3.3",
"pg": "^8.7.3",
"react": "~18.2.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},

View File

@ -9,9 +9,9 @@
"main": "./dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "4.17.21",
"react": "~18.2.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {

View File

@ -9,14 +9,14 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"antd": "5.18.0",
"nanoid": "3.3.4",
"openid-client": "^5.4.2",
"react": "~18.2.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},

View File

@ -9,11 +9,11 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@node-saml/node-saml": "^4.0.2",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"react": "~18.2.0",
"antd": "5.18.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"react-router-dom": "^6.11.2"
},

View File

@ -11,11 +11,11 @@
"devDependencies": {
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"cron-parser": "4.4.0",
"dayjs": "^1.11.8",
"lodash": "4.17.21",
"react": "~18.2.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"react-js-cron": "^3.1.0"
},

View File

@ -10,8 +10,8 @@
"main": "./dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"react": "~18.2.0",
"antd": "5.18.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {

View File

@ -9,12 +9,12 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "4.17.21",
"rc-tree-select": "5.5.5",
"react": "~18.2.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1"
},
"peerDependencies": {

View File

@ -9,14 +9,14 @@
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/cssinjs": "^1.11.1",
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@arvinxu/layout-kit": "^1",
"@ctrl/tinycolor": "^3.6.0",
"@types/lodash": "4.17.0",
"antd": "5.16.1",
"@types/lodash": "4.17.5",
"antd": "5.18.0",
"lodash": "4.17.21",
"rc-util": "^5.32.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-colorful": "^5.5.1",
"react-i18next": "^11.15.1",
"tinycolor2": "^1.6.0",

View File

@ -9,7 +9,7 @@
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/json-schema": "2.2.27",
"@formily/json-schema": "2.3.1",
"lodash": "4.17.21"
},
"peerDependencies": {

View File

@ -11,7 +11,7 @@
"devDependencies": {
"@tachybase/schema": "workspace:*",
"@types/jsonwebtoken": "^8.5.8",
"antd": "5.16.1",
"antd": "5.18.0",
"jsonwebtoken": "^8.5.1",
"react-i18next": "^11.15.1"
},

View File

@ -14,9 +14,9 @@
"@alicloud/tea-util": "1.4.4",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"dayjs": "^1.11.8",
"react": "~18.2.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"tencentcloud-sdk-nodejs": "^4.0.525"
},

View File

@ -9,7 +9,7 @@
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",
"@ant-design/icons": "~5.3.7",
"@tachybase/actions": "workspace:*",
"@tachybase/components": "workspace:*",
"@tachybase/data-source-manager": "workspace:*",
@ -17,9 +17,9 @@
"@tachybase/plugin-ui-schema-storage": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/utils": "workspace:*",
"antd": "5.16.1",
"antd": "5.18.0",
"lodash": "^4.17.21",
"react": "18.x",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"sequelize": "^6.26.0"
},

View File

@ -16,17 +16,17 @@
"jsonata": "^2.0.5"
},
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/plugin-workflow-test": "workspace:*",
"@types/ejs": "^3.1.1",
"@types/lodash": "^4.17.0",
"antd": "5.16.1",
"@types/lodash": "^4.17.5",
"antd": "5.18.0",
"axios": "^1.6.2",
"cron-parser": "4.4.0",
"lodash": "4.17.21",
"lru-cache": "8.0.5",
"react": "~18.2.0",
"react": "~18.3.1",
"react-i18next": "^11.15.1",
"react-js-cron": "^3.1.0",
"react-router-dom": "^6.11.2",

View File

@ -57,6 +57,6 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.0"
"@types/lodash": "^4.17.5"
}
}

View File

@ -62,6 +62,6 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.0"
"@types/lodash": "^4.17.5"
}
}

View File

@ -62,6 +62,6 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.0"
"@types/lodash": "^4.17.5"
}
}

View File

@ -62,6 +62,6 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.0"
"@types/lodash": "^4.17.5"
}
}

File diff suppressed because it is too large Load Diff