Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Dec 2, 2024
1 parent d8abaac commit e66eed0
Show file tree
Hide file tree
Showing 5 changed files with 17,654 additions and 13,529 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ node_modules
/npm-debug.log*
/yarn-error.log
/yarn.lock
/pnpm-lock.yaml
/package-lock.json
pnpm-lock.yaml
package-lock.json
/pnpm-debug.log
/**/pnpm-debug.log
# production
Expand Down
5 changes: 5 additions & 0 deletions packages/graphs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# @ant-design/graphs

A React graph library based on [G6](https://g6.antv.antgroup.com/).

![graphs](https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*GbZWQ4yaJZgAAAAAAAAAAAAADmJ7AQ/original)

6 changes: 3 additions & 3 deletions packages/graphs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@ant-design/charts-util": "workspace:*",
"@antv/g6": "^5.0.30",
"@antv/g6": "^5.0.32",
"@antv/g6-extension-react": "^0.1.7",
"@antv/graphin": "^3.0.4",
"lodash": "^4.17.21",
Expand All @@ -61,9 +61,9 @@
"@antv/algorithm": "^0.1.26",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.17.13",
"antd": "^5.22.0",
"antd": "^5.22.1",
"react-router-dom": "^6.28.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"vite": "^5.4.11"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@ant-design/charts-util": "workspace:*",
"@antv/event-emitter": "^0.1.3",
"@antv/g": "^6.1.7",
"@antv/g": "^6.1.9",
"@antv/g2": "^5.2.7",
"@antv/g2-extension-plot": "^0.2.1",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit e66eed0

Please sign in to comment.