Skip to content

Commit

Permalink
feat: 处理依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Nov 16, 2023
1 parent 66be154 commit eb740f8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions packages/gi-assets-advance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/gi-assets-tugraph-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion packages/gi-common-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gi-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eb740f8

Please sign in to comment.