Skip to content

Commit

Permalink
chore: upgrade version to check effect
Browse files Browse the repository at this point in the history
  • Loading branch information
skie1997 committed Feb 13, 2025
1 parent 8781e6a commit 4d3e432
Show file tree
Hide file tree
Showing 9 changed files with 212 additions and 212 deletions.
338 changes: 169 additions & 169 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 @@ -18,10 +18,10 @@
"@visactor/vchart-extension": "workspace:1.13.4",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vgrammar": "0.15.5",
"@visactor/vutils": "~0.19.4",
"@visactor/vrender": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vgrammar": "0.15.6",
"@visactor/vtable": "1.12.0",
"@visactor/vtable-editors": "1.12.0",
"@visactor/vtable-gantt": "1.12.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.13.4",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vgrammar-core": "0.15.5",
"@visactor/vutils": "~0.19.4",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vgrammar-core": "0.15.6",
"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.13.4",
"@visactor/vutils": "~0.19.3",
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vgrammar-core": "0.15.5",
"@visactor/vutils": "~0.19.4",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vgrammar-core": "0.15.6",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser"
},
"dependencies": {
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vrender-components": "0.21.11",
"@visactor/vgrammar-core": "0.15.5",
"@visactor/vutils": "~0.19.3",
"@visactor/vdataset": "~0.19.3",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vrender-components": "0.21.15",
"@visactor/vgrammar-core": "0.15.6",
"@visactor/vutils": "~0.19.4",
"@visactor/vdataset": "~0.19.4",
"@visactor/vchart": "workspace:1.13.4"
},
"devDependencies": {
Expand Down
28 changes: 14 additions & 14 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,20 +118,20 @@
"cross-env": "^7.0.3"
},
"dependencies": {
"@visactor/vutils": "~0.19.3",
"@visactor/vdataset": "~0.19.3",
"@visactor/vscale": "~0.19.3",
"@visactor/vrender-core": "0.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vrender-components": "0.21.11",
"@visactor/vgrammar-core": "0.15.5",
"@visactor/vgrammar-projection": "0.15.5",
"@visactor/vgrammar-wordcloud": "0.15.5",
"@visactor/vgrammar-wordcloud-shape": "0.15.5",
"@visactor/vgrammar-hierarchy": "0.15.5",
"@visactor/vgrammar-sankey": "0.15.5",
"@visactor/vgrammar-venn": "0.15.5",
"@visactor/vgrammar-util": "0.15.5",
"@visactor/vutils": "~0.19.4",
"@visactor/vdataset": "~0.19.4",
"@visactor/vscale": "~0.19.4",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vrender-components": "0.21.15",
"@visactor/vgrammar-core": "0.15.6",
"@visactor/vgrammar-projection": "0.15.6",
"@visactor/vgrammar-wordcloud": "0.15.6",
"@visactor/vgrammar-wordcloud-shape": "0.15.6",
"@visactor/vgrammar-hierarchy": "0.15.6",
"@visactor/vgrammar-sankey": "0.15.6",
"@visactor/vgrammar-venn": "0.15.6",
"@visactor/vgrammar-util": "0.15.6",
"@visactor/vutils-extension": "workspace:1.13.4"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 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.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vrender-components": "0.21.11",
"@visactor/vutils": "~0.19.3"
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vrender-components": "0.21.15",
"@visactor/vutils": "~0.19.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand All @@ -42,4 +42,4 @@
"vite": "3.2.6",
"typescript": "4.9.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/vutils-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"dependencies": {
"@visactor/vutils": "~0.19.3",
"@visactor/vdataset": "~0.19.3"
"@visactor/vutils": "~0.19.4",
"@visactor/vdataset": "~0.19.4"
},
"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.21.11",
"@visactor/vrender-kits": "0.21.11",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vchart": "workspace:1.13.4",
"@visactor/vrender": "0.21.11",
"@visactor/vutils": "~0.19.3"
"@visactor/vrender": "0.21.15",
"@visactor/vutils": "~0.19.4"
}
}

0 comments on commit 4d3e432

Please sign in to comment.