Skip to content

Commit

Permalink
Merge pull request #839 from VisActor/feat/upgrade-vutils
Browse files Browse the repository at this point in the history
chore: upgrade vutils
  • Loading branch information
neuqzxy authored Dec 28, 2023
2 parents 99e00eb + 4c42214 commit d01acd9
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.17.0",
"@visactor/vutils": "~0.17.3",
"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 @@ -12,7 +12,7 @@
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vchart": "1.3.0",
"@visactor/vutils": "~0.17.0",
"@visactor/vutils": "~0.17.3",
"@visactor/vgrammar": "~0.5.7",
"@visactor/vrender": "workspace:0.17.7",
"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 @@ -27,7 +27,7 @@
"dependencies": {
"@visactor/vrender": "workspace:0.17.7",
"@visactor/react-vrender": "workspace:0.17.7",
"@visactor/vutils": "~0.17.0",
"@visactor/vutils": "~0.17.3",
"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 @@ -25,7 +25,7 @@
},
"dependencies": {
"@visactor/vrender": "workspace:0.17.7",
"@visactor/vutils": "~0.17.0",
"@visactor/vutils": "~0.17.3",
"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 @@ -27,15 +27,15 @@
"dependencies": {
"@visactor/vrender-core": "workspace:0.17.7",
"@visactor/vrender-kits": "workspace:0.17.7",
"@visactor/vutils": "~0.17.0",
"@visactor/vscale": "~0.17.0"
"@visactor/vutils": "~0.17.3",
"@visactor/vscale": "~0.17.3"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vscale": "~0.17.0",
"@visactor/vscale": "~0.17.3",
"@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 @@ -28,7 +28,7 @@
},
"dependencies": {
"color-convert": "2.0.1",
"@visactor/vutils": "~0.17.0"
"@visactor/vutils": "~0.17.3"
},
"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 @@ -22,7 +22,7 @@
},
"dependencies": {
"@visactor/vrender-core": "workspace:0.17.7",
"@visactor/vutils": "~0.17.0",
"@visactor/vutils": "~0.17.3",
"@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 @@ -33,7 +33,7 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vutils": "~0.17.0",
"@visactor/vutils": "~0.17.3",
"canvas": "2.11.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down

0 comments on commit d01acd9

Please sign in to comment.