Skip to content

Commit

Permalink
feat: upgrade vgrammar & vrender version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Feb 6, 2024
1 parent 561e6f9 commit 24ea86e
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 149 deletions.
227 changes: 101 additions & 126 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "workspace:1.2.1",
"@visactor/vutils": "~0.17.4",
"@visactor/vrender": "0.17.20-alpha.6",
"@visactor/vrender-kits": "0.17.20-alpha.6",
"@visactor/vgrammar": "0.11.12-alpha.0",
"@visactor/vrender": "0.18.0-alpha.1",
"@visactor/vrender-kits": "0.18.0-alpha.1",
"@visactor/vgrammar": "0.11.12-alpha.1",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@visactor/vchart": "workspace:1.9.2",
"@visactor/vutils": "~0.17.4",
"@visactor/vrender-core": "0.17.20-alpha.6",
"@visactor/vrender-kits": "0.17.20-alpha.6",
"@visactor/vgrammar-core": "0.11.12-alpha.0",
"@visactor/vrender-core": "0.18.0-alpha.1",
"@visactor/vrender-kits": "0.18.0-alpha.1",
"@visactor/vgrammar-core": "0.11.12-alpha.1",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,16 @@
"@visactor/vutils": "~0.17.4",
"@visactor/vdataset": "~0.17.4",
"@visactor/vscale": "~0.17.4",
"@visactor/vrender-core": "0.17.20-alpha.6",
"@visactor/vrender-kits": "0.17.20-alpha.6",
"@visactor/vrender-components": "0.17.20-alpha.6",
"@visactor/vgrammar-core": "0.11.12-alpha.0",
"@visactor/vgrammar-projection": "0.11.12-alpha.0",
"@visactor/vgrammar-wordcloud": "0.11.12-alpha.0",
"@visactor/vgrammar-wordcloud-shape": "0.11.12-alpha.0",
"@visactor/vgrammar-hierarchy": "0.11.12-alpha.0",
"@visactor/vgrammar-sankey": "0.11.12-alpha.0",
"@visactor/vgrammar-util": "0.11.12-alpha.0",
"@visactor/vrender-core": "0.18.0-alpha.1",
"@visactor/vrender-kits": "0.18.0-alpha.1",
"@visactor/vrender-components": "0.18.0-alpha.1",
"@visactor/vgrammar-core": "0.11.12-alpha.1",
"@visactor/vgrammar-projection": "0.11.12-alpha.1",
"@visactor/vgrammar-wordcloud": "0.11.12-alpha.1",
"@visactor/vgrammar-wordcloud-shape": "0.11.12-alpha.1",
"@visactor/vgrammar-hierarchy": "0.11.12-alpha.1",
"@visactor/vgrammar-sankey": "0.11.12-alpha.1",
"@visactor/vgrammar-util": "0.11.12-alpha.1",
"@visactor/vutils-extension": "workspace:1.9.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vmind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "6.9.0",
"@visactor/vchart": "workspace:1.9.2",
"@visactor/vrender-core": "0.17.20-alpha.6",
"@visactor/vrender-core": "0.18.0-alpha.1",
"@visactor/vutils-extension": "workspace:1.9.2",
"@rollup/plugin-dynamic-import-vars": "~2.1.0",
"@ffmpeg/core": "^0.11.0",
Expand All @@ -68,7 +68,7 @@
},
"dependencies": {
"@visactor/chart-advisor": "0.1.10",
"@visactor/vrender-core": "0.17.20-alpha.6",
"@visactor/vrender-core": "0.18.0-alpha.1",
"@visactor/vdataset": "~0.17.4",
"@visactor/vutils": "~0.17.4",
"axios": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vutils-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dependencies": {
"@visactor/vutils": "~0.17.4",
"@visactor/vscale": "~0.17.4",
"@visactor/vrender-core": "0.17.20-alpha.6",
"@visactor/vrender-kits": "0.17.20-alpha.6"
"@visactor/vrender-core": "0.18.0-alpha.1",
"@visactor/vrender-kits": "0.18.0-alpha.1"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions tools/story-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"vite": "3.2.6"
},
"dependencies": {
"@visactor/vrender-core": "0.17.20-alpha.6",
"@visactor/vrender-kits": "0.17.20-alpha.6",
"@visactor/vrender-core": "0.18.0-alpha.1",
"@visactor/vrender-kits": "0.18.0-alpha.1",
"@visactor/vchart": "workspace:1.9.2",
"@visactor/vrender": "0.17.20-alpha.6",
"@visactor/vrender": "0.18.0-alpha.1",
"@visactor/vutils": "~0.17.4"
}
}

0 comments on commit 24ea86e

Please sign in to comment.