Skip to content

Commit

Permalink
docs: 增加文档和示例
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Nov 30, 2023
1 parent 23d15ff commit 987ff9d
Show file tree
Hide file tree
Showing 23 changed files with 449 additions and 255 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,8 @@
"repository": {
"type": "git",
"url": "https://github.com/antvis/S2.git"
},
"tnpm": {
"mode": "pnpm"
}
}
3 changes: 3 additions & 0 deletions packages/s2-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@
],
"publishConfig": {
"access": "public"
},
"tnpm": {
"mode": "pnpm"
}
}
9 changes: 6 additions & 3 deletions packages/s2-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@antv/event-emitter": "^0.1.3",
"@antv/g": "^5.15.2",
"@antv/g": "^5.18.21",
"@antv/g-plugin-a11y": "^0.6.19",
"@antv/g-plugin-rough-canvas-renderer": "^1.9.24",
"@antv/g2": "^5.1.9",
"@antv/g2": "^5.1.10",
"@antv/s2": "workspace:*",
"@antv/s2-shared": "workspace:*",
"@testing-library/react": "^14.0.0",
Expand All @@ -85,7 +85,7 @@
"@types/react-beautiful-dnd": "^13.1.5",
"@types/react-color": "^3.0.7",
"@types/react-dom": "18.2.13",
"antd": "^5.11.1",
"antd": "^5.11.5",
"d3-dsv": "^1.1.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
Expand All @@ -104,5 +104,8 @@
],
"publishConfig": {
"access": "public"
},
"tnpm": {
"mode": "pnpm"
}
}
3 changes: 3 additions & 0 deletions packages/s2-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"devDependencies": {
"@antv/s2": "workspace:*",
"lodash": "^4.17.21"
},
"tnpm": {
"mode": "pnpm"
}
}
3 changes: 3 additions & 0 deletions packages/s2-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@
],
"publishConfig": {
"access": "public"
},
"tnpm": {
"mode": "pnpm"
}
}
Loading

0 comments on commit 987ff9d

Please sign in to comment.