Skip to content

Commit

Permalink
fix: upgrade vrender to 0.19.14, vgrammar to 0.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Jun 26, 2024
1 parent fc2b9ac commit 8bf26c5
Show file tree
Hide file tree
Showing 9 changed files with 197 additions and 197 deletions.
316 changes: 158 additions & 158 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.18.9",
"@visactor/vrender": "0.19.11",
"@visactor/vrender-kits": "0.19.11",
"@visactor/vgrammar": "0.13.10",
"@visactor/vutils": "~0.18.10",
"@visactor/vrender": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vgrammar": "0.13.11",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vutils": "~0.18.9",
"@visactor/vrender-core": "0.19.11",
"@visactor/vrender-kits": "0.19.11",
"@visactor/vgrammar-core": "0.13.10",
"@visactor/vutils": "~0.18.10",
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vgrammar-core": "0.13.11",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vutils": "~0.18.9",
"@visactor/vrender-core": "0.19.11",
"@visactor/vrender-kits": "0.19.11",
"@visactor/vgrammar-core": "0.13.10",
"@visactor/vutils": "~0.18.10",
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vgrammar-core": "0.13.11",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vrender-core": "0.19.11",
"@visactor/vrender-kits": "0.19.11",
"@visactor/vutils": "~0.18.9"
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vutils": "~0.18.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
28 changes: 14 additions & 14 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@
"cross-env": "^7.0.3"
},
"dependencies": {
"@visactor/vutils": "~0.18.9",
"@visactor/vdataset": "~0.18.9",
"@visactor/vscale": "~0.18.9",
"@visactor/vrender-core": "0.19.11",
"@visactor/vrender-kits": "0.19.11",
"@visactor/vrender-components": "0.19.11",
"@visactor/vgrammar-core": "0.13.10",
"@visactor/vgrammar-projection": "0.13.10",
"@visactor/vgrammar-wordcloud": "0.13.10",
"@visactor/vgrammar-wordcloud-shape": "0.13.10",
"@visactor/vgrammar-hierarchy": "0.13.10",
"@visactor/vgrammar-sankey": "0.13.10",
"@visactor/vgrammar-venn": "0.13.10",
"@visactor/vgrammar-util": "0.13.10",
"@visactor/vutils": "~0.18.10",
"@visactor/vdataset": "~0.18.10",
"@visactor/vscale": "~0.18.10",
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vrender-components": "0.19.14",
"@visactor/vgrammar-core": "0.13.11",
"@visactor/vgrammar-projection": "0.13.11",
"@visactor/vgrammar-wordcloud": "0.13.11",
"@visactor/vgrammar-wordcloud-shape": "0.13.11",
"@visactor/vgrammar-hierarchy": "0.13.11",
"@visactor/vgrammar-sankey": "0.13.11",
"@visactor/vgrammar-venn": "0.13.11",
"@visactor/vgrammar-util": "0.13.11",
"@visactor/vutils-extension": "workspace:1.11.5"
},
"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,10 +21,10 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.0",
"@visactor/vrender-core": "0.19.11",
"@visactor/vrender-kits": "0.19.11",
"@visactor/vrender-components": "0.19.11",
"@visactor/vutils": "~0.18.9"
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vrender-components": "0.19.14",
"@visactor/vutils": "~0.18.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
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 @@ -22,8 +22,8 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"dependencies": {
"@visactor/vutils": "~0.18.9",
"@visactor/vdataset": "~0.18.9"
"@visactor/vutils": "~0.18.10",
"@visactor/vdataset": "~0.18.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
8 changes: 4 additions & 4 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.19.11",
"@visactor/vrender-kits": "0.19.11",
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vrender": "0.19.11",
"@visactor/vutils": "~0.18.9"
"@visactor/vrender": "0.19.14",
"@visactor/vutils": "~0.18.10"
}
}

0 comments on commit 8bf26c5

Please sign in to comment.