Skip to content

Commit

Permalink
chore: always symlink local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pddpd authored and neoddish committed May 7, 2022
1 parent ad54e98 commit 0bf15b9
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion demo/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export default defineConfig({
{ path: '/', component: '@/pages/index' },
],
fastRefresh: {},
mfsu: {}
webpack5: {},
});
14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"dependencies": {
"@ant-design/icons": "^4.6.3",
"@antv/antv-spec": "^0.1.0-alpha.18",
"@antv/auto-chart": "^2.0.2",
"@antv/chart-advisor": "^2.0.0",
"@antv/ckb": "^2.0.0",
"@antv/data-wizard": "^2.0.0",
"@antv/auto-chart": "^2.0.3",
"@antv/chart-advisor": "^2.0.3",
"@antv/ckb": "^2.0.3",
"@antv/data-wizard": "^2.0.3",
"@antv/g2": "^4.0.15",
"@antv/g2plot": "^2.0.9",
"@antv/g6": "^4.3.11",
"@antv/lite-insight": "^2.0.0",
"@antv/lite-insight": "^2.0.3",
"@antv/narrative-text-vis": "^0.1.6-alpha.5",
"@antv/s2": "^1.0.0-beta.9",
"@antv/smart-board": "^2.0.0",
"@antv/smart-board": "^2.0.3",
"@antv/smart-color": "^0.2.1",
"@antv/thumbnails": "^1.3.0",
"@antv/thumbnails": "^2.0.0",
"antd": "^4.8.0",
"antv-site-demo-rc": "^0.1.0-alpha.17",
"csstype": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"demo"
],
"scripts": {
"boot": "lerna bootstrap",
"boot": "lerna bootstrap --force-local",
"lint": "eslint --ext .js,.jsx,.ts,.tsx \"./\"",
"lint-fix": "npm run lint -- --fix",
"lint-staged": "lint-staged",
Expand Down
6 changes: 3 additions & 3 deletions packages/auto-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
],
"dependencies": {
"@antv/antv-spec": "^0.1.0-alpha.18",
"@antv/chart-advisor": "^2.0.0",
"@antv/ckb": "^2.0.0",
"@antv/data-wizard": "^2.0.0",
"@antv/chart-advisor": "^2.0.3",
"@antv/ckb": "^2.0.3",
"@antv/data-wizard": "^2.0.3",
"@antv/thumbnails": "^2.0.0",
"@antv/thumbnails-component": "^2.0.0",
"@antv/util": "^2.0.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/chart-advisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@antv/antv-spec": "^0.1.0-alpha.18",
"@antv/ckb": "^2.0.0",
"@antv/ckb": "^2.0.3",
"@antv/color-schema": "^0.2.3",
"@antv/data-wizard": "^2.0.0",
"@antv/data-wizard": "^2.0.3",
"@antv/smart-color": "^0.2.1",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/data-wizard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
],
"dependencies": {
"@antv/algorithm": "^0.1.12",
"@antv/ckb": "^2.0.0",
"@antv/ckb": "^2.0.3",
"date-fns": "^2.23.0",
"mersenne-twister": "^1.1.0",
"randexp": "^0.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/lite-insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.3",
"@antv/ckb": "^2.0.0",
"@antv/data-wizard": "^2.0.0",
"@antv/ckb": "^2.0.3",
"@antv/data-wizard": "^2.0.3",
"@antv/text-schema": "^0.1.5-alpha.5",
"@stdlib/stats": "^0.0.12",
"@stdlib/stats-lowess": "^0.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/smart-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@antv/antv-spec": "^0.1.0-alpha.18",
"@antv/data-wizard": "^2.0.0",
"@antv/data-wizard": "^2.0.3",
"@antv/g2plot": "^2.3.40",
"@antv/g6": "^4.5.1",
"@antv/lite-insight": "^2.0.0",
"@antv/lite-insight": "^2.0.3",
"antd": "^4.16.13",
"louvain-algorithm": "^1.0.4",
"tslib": "^2.2.0",
Expand Down

0 comments on commit 0bf15b9

Please sign in to comment.