Skip to content

Commit

Permalink
fix: upgrade vutils to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Nov 20, 2024
1 parent 3d5bfa5 commit 0c47307
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 31 deletions.
42 changes: 21 additions & 21 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vrender-kits": "workspace:0.14.8",
"@visactor/vutils": "~0.18.17",
"@visactor/vutils": "~0.19.0",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"dat.gui": "^0.7.9",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vchart": "1.3.0",
"@visactor/vutils": "~0.18.18",
"@visactor/vutils": "~0.19.0",
"@visactor/vgrammar": "~0.5.7",
"@visactor/vrender": "workspace:0.20.15",
"markdown-it": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vrender-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@visactor/vrender": "workspace:0.20.15",
"@visactor/react-vrender": "workspace:0.20.15",
"@visactor/vutils": "~0.18.18",
"@visactor/vutils": "~0.19.0",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vrender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@visactor/vrender": "workspace:0.20.15",
"@visactor/vutils": "~0.18.18",
"@visactor/vutils": "~0.19.0",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/vrender-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build:spec-types": "rm -rf ./spec-types && tsc -p ./tsconfig.spec.json --declaration --emitDeclarationOnly --outDir ./spec-types"
},
"dependencies": {
"@visactor/vutils": "~0.18.18",
"@visactor/vscale": "~0.18.18",
"@visactor/vutils": "~0.19.0",
"@visactor/vscale": "~0.19.0",
"@visactor/vrender-core": "workspace:0.20.15",
"@visactor/vrender-kits": "workspace:0.20.15"
},
Expand All @@ -35,7 +35,7 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vscale": "~0.18.18",
"@visactor/vscale": "~0.19.0",
"@types/jest": "^26.0.0",
"jest": "^26.0.0",
"jest-electron": "^0.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/vrender-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"color-convert": "2.0.1",
"@visactor/vutils": "~0.18.18"
"@visactor/vutils": "~0.19.0"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vrender-kits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": ""
},
"dependencies": {
"@visactor/vutils": "~0.18.18",
"@visactor/vutils": "~0.19.0",
"@visactor/vrender-core": "workspace:0.20.15",
"@resvg/resvg-js": "2.4.1",
"roughjs": "4.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vrender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vutils": "~0.18.18",
"@visactor/vutils": "~0.19.0",
"canvas": "2.11.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down

0 comments on commit 0c47307

Please sign in to comment.