Skip to content

Commit

Permalink
chore: update vutils version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkxxkk2019 committed Nov 15, 2023
1 parent 57a4a28 commit 188103d
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 44 deletions.
68 changes: 34 additions & 34 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.16.8",
"@visactor/vutils": "~0.16.9",
"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.16.8",
"@visactor/vutils": "~0.16.9",
"@visactor/vgrammar": "~0.5.7",
"@visactor/vrender": "workspace:0.16.14",
"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.16.14",
"@visactor/react-vrender": "workspace:0.16.14",
"@visactor/vutils": "0.16.8",
"@visactor/vutils": "~0.16.9",
"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.16.14",
"@visactor/vutils": "0.16.8",
"@visactor/vutils": "~0.16.9",
"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 @@ -26,15 +26,15 @@
"dependencies": {
"@visactor/vrender-core": "workspace:0.16.14",
"@visactor/vrender-kits": "workspace:0.16.14",
"@visactor/vutils": "0.16.8",
"@visactor/vscale": "0.16.8"
"@visactor/vutils": "~0.16.9",
"@visactor/vscale": "~0.16.9"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vscale": "0.16.8",
"@visactor/vscale": "~0.16.9",
"@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 @@ -24,7 +24,7 @@
},
"dependencies": {
"color-convert": "2.0.1",
"@visactor/vutils": "0.16.8"
"@visactor/vutils": "~0.16.9"
},
"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.16.14",
"@visactor/vutils": "0.16.8",
"@visactor/vutils": "~0.16.9",
"@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 @@ -31,7 +31,7 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vutils": "0.16.8",
"@visactor/vutils": "~0.16.9",
"canvas": "2.11.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down

0 comments on commit 188103d

Please sign in to comment.