Skip to content

Commit

Permalink
feat: upgrade vutils
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Jan 16, 2025
1 parent b8d8e25 commit 0a06e58
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 35 deletions.
55 changes: 30 additions & 25 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.19.3",
"@visactor/vutils": "0.19.4-alpha.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.19.3",
"@visactor/vutils": "0.19.4-alpha.0",
"@visactor/vgrammar": "~0.5.7",
"@visactor/vrender": "workspace:0.21.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 @@ -26,7 +26,7 @@
"dependencies": {
"@visactor/vrender": "workspace:0.21.7",
"@visactor/react-vrender": "workspace:0.21.7",
"@visactor/vutils": "~0.19.3",
"@visactor/vutils": "0.19.4-alpha.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.21.7",
"@visactor/vutils": "~0.19.3",
"@visactor/vutils": "0.19.4-alpha.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.19.3",
"@visactor/vscale": "~0.19.3",
"@visactor/vutils": "0.19.4-alpha.0",
"@visactor/vscale": "0.19.4-alpha.0",
"@visactor/vrender-core": "workspace:0.21.7",
"@visactor/vrender-kits": "workspace:0.21.7"
},
Expand All @@ -35,7 +35,7 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vscale": "~0.19.3",
"@visactor/vscale": "0.19.4-alpha.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.19.3"
"@visactor/vutils": "0.19.4-alpha.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.19.3",
"@visactor/vutils": "0.19.4-alpha.0",
"@visactor/vrender-core": "workspace:0.21.7",
"@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.19.3",
"@visactor/vutils": "0.19.4-alpha.0",
"canvas": "2.11.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down

0 comments on commit 0a06e58

Please sign in to comment.