From eb740f8c85bd1e1662b5c919eb34320f7992f873 Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Thu, 16 Nov 2023 16:38:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=84=E7=90=86=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 +++++------- packages/gi-assets-advance/package.json | 3 +++ packages/gi-assets-tugraph-analytics/package.json | 1 + packages/gi-common-components/package.json | 3 ++- packages/gi-site/package.json | 4 ++++ 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6b3d2c749..0c43308ed 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "build:all:umd": "turbo run build:umd --no-cache", "start": "cd packages/gi-site && npm run start", "clean": "pnpm run -r clean", + "docs": "NODE_OPTIONS=--max_old_space_size=4098 && dumi dev", "publish": "pnpm publish -r --registry=https://registry.npmjs.org", "cdn": "node ./scripts/publish_yuyan.mjs", "tar:gi-httpservice": "node scripts/tar_httpservice.mjs && cd packages/gi-httpservice-xxx && npm install && npm run build:docker && npm run tar && cd ../../ && node scripts/rm_httpservice.mjs", @@ -38,14 +39,9 @@ }, "dependencies": { "@ant-design/icons": "^4.7.0", - "@antv/algorithm": "^0.1.26-beta.0", - "@antv/g6": "5.0.0-beta.5", - "@antv/graphin": "workspace:*", - "@antv/layout": "^0.3.22", - "@antv/s2": "^1.48.0", - "@antv/s2-react": "^1.41.0", - "@antv/util": "^3.2.5", + "@antv/g6": "5.0.0-beta.27", "antd": "4.x", + "babel-plugin-import": "^1.13.8", "buffer": "^6.0.3", "buffer-browserify": "^0.2.5", "node-fetch": "^3.3.0", @@ -55,12 +51,14 @@ "umi": "3.x" }, "devDependencies": { + "@antv/dumi-theme-antv": "0.2.0", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@changesets/cli": "^2.26.1", "@types/react": "17.x", "@types/react-dom": "17.x", "babel-loader": "^8.2.5", "css-loader": "^6.8.1", + "dumi": "^1.1.35", "father": "^2.30.23", "fs-extra": "^10.1.0", "husky": "^8.0.3", diff --git a/packages/gi-assets-advance/package.json b/packages/gi-assets-advance/package.json index 67a5443dc..73d4783b3 100644 --- a/packages/gi-assets-advance/package.json +++ b/packages/gi-assets-advance/package.json @@ -35,6 +35,9 @@ "@antv/gi-common-components": "workspace:*", "@antv/gi-sdk": "workspace:*", "@antv/graphin-icons": "^1.0.0", + "@antv/layout": "^0.3.24", + "@antv/s2": "^1.52.0", + "@antv/s2-react": "^1.44.2", "@antv/util": "^3.2.5", "@uiw/react-markdown-preview": "^4.1.13", "ace-gremlin-editor": "^0.0.14", diff --git a/packages/gi-assets-tugraph-analytics/package.json b/packages/gi-assets-tugraph-analytics/package.json index 6a47a606b..57d5bebb7 100644 --- a/packages/gi-assets-tugraph-analytics/package.json +++ b/packages/gi-assets-tugraph-analytics/package.json @@ -31,6 +31,7 @@ "@aligov/global-string-format": "^1.0.7", "@antv/gi-common-components": "workspace:*", "@antv/gi-sdk": "workspace:*", + "@antv/util": "^3.3.5", "ahooks": "^3.7.7" }, "peerDependencies": { diff --git a/packages/gi-common-components/package.json b/packages/gi-common-components/package.json index a10112b0b..1992a6853 100644 --- a/packages/gi-common-components/package.json +++ b/packages/gi-common-components/package.json @@ -29,10 +29,11 @@ "postpublish": "tnpm sync @antv/gi-common-components" }, "dependencies": { - "@antv/graphin": "workspace:*", "@aligov/global-locale": "^1.0.5", "@aligov/global-string-format": "^1.0.7", "@antv/g2plot": "^2.4.31", + "@antv/graphin": "workspace:*", + "@antv/util": "^3.3.5", "@formily/antd": "^2.1.0", "@formily/core": "^2.1.0", "@formily/json-schema": "^2.2.2", diff --git a/packages/gi-site/package.json b/packages/gi-site/package.json index 9b01a55cc..66b71b887 100644 --- a/packages/gi-site/package.json +++ b/packages/gi-site/package.json @@ -43,6 +43,10 @@ "@antv/gi-common-components": "workspace:*", "@antv/gi-sdk": "workspace:*", "@antv/gi-theme-antd": "workspace:*", + "@antv/graphin": "workspace:*", + "@antv/s2": "^1.52.0", + "@antv/s2-react": "^1.44.2", + "@antv/util": "^3.3.5", "@faker-js/faker": "latest", "@fast-csv/format": "latest", "@types/classnames": "^2.2.9",