Skip to content

Commit

Permalink
feat: add image load task
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Jan 23, 2024
1 parent 3a719c3 commit 9321c19
Show file tree
Hide file tree
Showing 9 changed files with 283 additions and 97 deletions.
189 changes: 107 additions & 82 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@visactor/vtable": "workspace:*",
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable-export": "workspace:*",
"@visactor/vchart": "1.8.7",
"@visactor/vchart": "1.9.0-alpha.1",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@visactor/vchart": "1.8.7",
"@visactor/vchart": "1.9.0-alpha.1",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down Expand Up @@ -96,4 +96,4 @@
"axios": "^1.4.0",
"@types/react-is": "^17.0.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/vtable-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"exceljs": "4.4.0"
},
"devDependencies": {
"@visactor/vchart": "1.8.7",
"@visactor/vchart": "1.9.0-alpha.1",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down Expand Up @@ -85,4 +85,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
},
"dependencies": {
"@visactor/vtable-editors": "workspace:*",
"@visactor/vrender-core": "0.17.18-alpha.0",
"@visactor/vrender-kits": "0.17.18-alpha.0",
"@visactor/vrender-components": "0.17.18-alpha.0",
"@visactor/vrender-core": "0.17.18-alpha.1",
"@visactor/vrender-kits": "0.17.18-alpha.1",
"@visactor/vrender-components": "0.17.18-alpha.1",
"@visactor/vutils-extension": "~1.8.5",
"@visactor/vutils": "~0.17.1",
"@visactor/vscale": "~0.17.1",
Expand All @@ -61,7 +61,7 @@
},
"devDependencies": {
"luxon": "*",
"@visactor/vchart": "1.8.7",
"@visactor/vchart": "1.9.0-alpha.1",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down
Loading

0 comments on commit 9321c19

Please sign in to comment.