Skip to content

Commit

Permalink
feat: update vrender to 0.21.2-vstory.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Dec 9, 2024
1 parent e5d8652 commit 449cb30
Show file tree
Hide file tree
Showing 9 changed files with 154 additions and 149 deletions.
239 changes: 122 additions & 117 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 @@ -19,9 +19,9 @@
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.19.2",
"@visactor/vrender": "0.21.1",
"@visactor/vrender-kits": "0.21.1",
"@visactor/vgrammar": "0.15.0",
"@visactor/vrender": "0.21.2-vstory.1",
"@visactor/vrender-kits": "0.21.2-vstory.1",
"@visactor/vgrammar": "0.15.1-vstory.1",
"@visactor/vtable": "1.12.0",
"@visactor/vtable-editors": "1.12.0",
"@visactor/vtable-gantt": "1.12.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@visactor/vchart": "workspace:1.13.0",
"@visactor/vutils": "~0.19.2",
"@visactor/vrender-core": "0.21.1",
"@visactor/vrender-kits": "0.21.1",
"@visactor/vgrammar-core": "0.15.0",
"@visactor/vrender-core": "0.21.2-vstory.1",
"@visactor/vrender-kits": "0.21.2-vstory.1",
"@visactor/vgrammar-core": "0.15.1-vstory.1",
"react-is": "^18.2.0"
},
"devDependencies": {
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 @@ -30,9 +30,9 @@
"dependencies": {
"@visactor/vchart": "workspace:1.13.0",
"@visactor/vutils": "~0.19.2",
"@visactor/vrender-core": "0.21.1",
"@visactor/vrender-kits": "0.21.1",
"@visactor/vgrammar-core": "0.15.0",
"@visactor/vrender-core": "0.21.2-vstory.1",
"@visactor/vrender-kits": "0.21.2-vstory.1",
"@visactor/vgrammar-core": "0.15.1-vstory.1",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser"
},
"dependencies": {
"@visactor/vrender-core": "0.21.1",
"@visactor/vrender-kits": "0.21.1",
"@visactor/vrender-components": "0.21.1",
"@visactor/vgrammar-core": "0.15.0",
"@visactor/vrender-core": "0.21.2-vstory.1",
"@visactor/vrender-kits": "0.21.2-vstory.1",
"@visactor/vrender-components": "0.21.2-vstory.1",
"@visactor/vgrammar-core": "0.15.1-vstory.1",
"@visactor/vutils": "~0.19.2",
"@visactor/vdataset": "~0.19.2",
"@visactor/vchart": "workspace:1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"comment": "feat: support max height of tooltip, by percent value , close #2675\n\n"
},
{
"comment": "fix: upgrade vrender to 0.21.1, vgrammar to 0.15.0\n\n"
"comment": "fix: upgrade vrender to 0.21.2-vstory.1, vgrammar to 0.15.1-vstory.1\n\n"
}
]
}
Expand Down
22 changes: 11 additions & 11 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,17 @@
"@visactor/vutils": "~0.19.2",
"@visactor/vdataset": "~0.19.2",
"@visactor/vscale": "~0.19.2",
"@visactor/vrender-core": "0.21.1",
"@visactor/vrender-kits": "0.21.1",
"@visactor/vrender-components": "0.21.1",
"@visactor/vgrammar-core": "0.15.0",
"@visactor/vgrammar-projection": "0.15.0",
"@visactor/vgrammar-wordcloud": "0.15.0",
"@visactor/vgrammar-wordcloud-shape": "0.15.0",
"@visactor/vgrammar-hierarchy": "0.15.0",
"@visactor/vgrammar-sankey": "0.15.0",
"@visactor/vgrammar-venn": "0.15.0",
"@visactor/vgrammar-util": "0.15.0",
"@visactor/vrender-core": "0.21.2-vstory.1",
"@visactor/vrender-kits": "0.21.2-vstory.1",
"@visactor/vrender-components": "0.21.2-vstory.1",
"@visactor/vgrammar-core": "0.15.1-vstory.1",
"@visactor/vgrammar-projection": "0.15.1-vstory.1",
"@visactor/vgrammar-wordcloud": "0.15.1-vstory.1",
"@visactor/vgrammar-wordcloud-shape": "0.15.1-vstory.1",
"@visactor/vgrammar-hierarchy": "0.15.1-vstory.1",
"@visactor/vgrammar-sankey": "0.15.1-vstory.1",
"@visactor/vgrammar-venn": "0.15.1-vstory.1",
"@visactor/vgrammar-util": "0.15.1-vstory.1",
"@visactor/vutils-extension": "workspace:1.13.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vstory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.0",
"@visactor/vrender-core": "0.21.1",
"@visactor/vrender-kits": "0.21.1",
"@visactor/vrender-components": "0.21.1",
"@visactor/vrender-core": "0.21.2-vstory.1",
"@visactor/vrender-kits": "0.21.2-vstory.1",
"@visactor/vrender-components": "0.21.2-vstory.1",
"@visactor/vutils": "~0.19.2"
},
"devDependencies": {
Expand All @@ -42,4 +42,4 @@
"vite": "3.2.6",
"typescript": "4.9.5"
}
}
}
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.21.1",
"@visactor/vrender-kits": "0.21.1",
"@visactor/vrender-core": "0.21.2-vstory.1",
"@visactor/vrender-kits": "0.21.2-vstory.1",
"@visactor/vchart": "workspace:1.13.0",
"@visactor/vrender": "0.21.1",
"@visactor/vrender": "0.21.2-vstory.1",
"@visactor/vutils": "~0.19.2"
}
}

0 comments on commit 449cb30

Please sign in to comment.