Skip to content

Commit

Permalink
fix: upgrade vrender to 0.20.7, vgrammar to 0.14.9, vutil to 0.18.17
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Sep 27, 2024
1 parent 10121e7 commit b061423
Show file tree
Hide file tree
Showing 9 changed files with 205 additions and 205 deletions.
316 changes: 158 additions & 158 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@visactor/vchart": "workspace:1.12.6",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.18.16",
"@visactor/vrender": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vgrammar": "0.14.7",
"@visactor/vutils": "~0.18.17",
"@visactor/vrender": "0.20.7",
"@visactor/vrender-kits": "0.20.7",
"@visactor/vgrammar": "0.14.9",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down Expand Up @@ -54,4 +54,4 @@
"react-device-detect": "^2.2.2",
"minimist": "1.2.8"
}
}
}
10 changes: 5 additions & 5 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.12.6",
"@visactor/vutils": "~0.18.16",
"@visactor/vrender-core": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vgrammar-core": "0.14.7",
"@visactor/vutils": "~0.18.17",
"@visactor/vrender-core": "0.20.7",
"@visactor/vrender-kits": "0.20.7",
"@visactor/vgrammar-core": "0.14.9",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -79,4 +79,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
10 changes: 5 additions & 5 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.12.6",
"@visactor/vutils": "~0.18.16",
"@visactor/vrender-core": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vgrammar-core": "0.14.7",
"@visactor/vutils": "~0.18.17",
"@visactor/vrender-core": "0.20.7",
"@visactor/vrender-kits": "0.20.7",
"@visactor/vgrammar-core": "0.14.9",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -83,4 +83,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
8 changes: 4 additions & 4 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@visactor/vchart": "^1.11.11"
},
"dependencies": {
"@visactor/vrender-core": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vutils": "~0.18.16"
"@visactor/vrender-core": "0.20.7",
"@visactor/vrender-kits": "0.20.7",
"@visactor/vutils": "~0.18.17"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down Expand Up @@ -57,4 +57,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
30 changes: 15 additions & 15 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,24 +118,24 @@
"cross-env": "^7.0.3"
},
"dependencies": {
"@visactor/vutils": "~0.18.16",
"@visactor/vdataset": "~0.18.16",
"@visactor/vscale": "~0.18.16",
"@visactor/vrender-core": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vrender-components": "0.20.5",
"@visactor/vgrammar-core": "0.14.7",
"@visactor/vgrammar-projection": "0.14.7",
"@visactor/vgrammar-wordcloud": "0.14.7",
"@visactor/vgrammar-wordcloud-shape": "0.14.7",
"@visactor/vgrammar-hierarchy": "0.14.7",
"@visactor/vgrammar-sankey": "0.14.7",
"@visactor/vgrammar-venn": "0.14.7",
"@visactor/vgrammar-util": "0.14.7",
"@visactor/vutils": "~0.18.17",
"@visactor/vdataset": "~0.18.17",
"@visactor/vscale": "~0.18.17",
"@visactor/vrender-core": "0.20.7",
"@visactor/vrender-kits": "0.20.7",
"@visactor/vrender-components": "0.20.7",
"@visactor/vgrammar-core": "0.14.9",
"@visactor/vgrammar-projection": "0.14.9",
"@visactor/vgrammar-wordcloud": "0.14.9",
"@visactor/vgrammar-wordcloud-shape": "0.14.9",
"@visactor/vgrammar-hierarchy": "0.14.9",
"@visactor/vgrammar-sankey": "0.14.9",
"@visactor/vgrammar-venn": "0.14.9",
"@visactor/vgrammar-util": "0.14.9",
"@visactor/vutils-extension": "workspace:1.12.6"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
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.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vrender-components": "0.20.5",
"@visactor/vutils": "~0.18.16"
"@visactor/vrender-core": "0.20.7",
"@visactor/vrender-kits": "0.20.7",
"@visactor/vrender-components": "0.20.7",
"@visactor/vutils": "~0.18.17"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand All @@ -42,4 +42,4 @@
"vite": "3.2.6",
"typescript": "4.9.5"
}
}
}
6 changes: 3 additions & 3 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.16",
"@visactor/vdataset": "~0.18.16"
"@visactor/vutils": "~0.18.17",
"@visactor/vdataset": "~0.18.17"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down Expand Up @@ -64,4 +64,4 @@
"url": "https://www.visactor.io/"
},
"license": "MIT"
}
}
10 changes: 5 additions & 5 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.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vrender-core": "0.20.7",
"@visactor/vrender-kits": "0.20.7",
"@visactor/vchart": "workspace:1.12.6",
"@visactor/vrender": "0.20.5",
"@visactor/vutils": "~0.18.16"
"@visactor/vrender": "0.20.7",
"@visactor/vutils": "~0.18.17"
}
}
}

0 comments on commit b061423

Please sign in to comment.