Skip to content

Commit

Permalink
fix: update version of vscale to ~0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Feb 21, 2024
1 parent 68382f6 commit 0aac08c
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 57 deletions.
86 changes: 43 additions & 43 deletions common/config/rush/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@visactor/vchart": "workspace:1.9.2",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "workspace:1.2.1",
"@visactor/vutils": "~0.17.4",
"@visactor/vutils": "~0.17.5",
"@visactor/vrender": "0.17.24",
"@visactor/vrender-kits": "0.17.24",
"@visactor/vgrammar": "0.11.12",
Expand Down Expand Up @@ -49,4 +49,4 @@
"react-device-detect": "^2.2.2",
"minimist": "1.2.8"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.9.2",
"@visactor/vutils": "~0.17.4",
"@visactor/vutils": "~0.17.5",
"@visactor/vrender-core": "0.17.24",
"@visactor/vrender-kits": "0.17.24",
"@visactor/vgrammar-core": "0.11.12",
Expand Down Expand Up @@ -84,4 +84,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
8 changes: 4 additions & 4 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
"@size-limit/file": "9.0.0"
},
"dependencies": {
"@visactor/vutils": "~0.17.4",
"@visactor/vdataset": "~0.17.4",
"@visactor/vscale": "~0.17.4",
"@visactor/vutils": "~0.17.5",
"@visactor/vdataset": "~0.17.5",
"@visactor/vscale": "~0.17.5",
"@visactor/vrender-core": "0.17.24",
"@visactor/vrender-kits": "0.17.24",
"@visactor/vrender-components": "0.17.24",
Expand All @@ -137,4 +137,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
6 changes: 3 additions & 3 deletions packages/vmind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"dependencies": {
"@visactor/chart-advisor": "0.1.10",
"@visactor/vrender-core": "0.17.24",
"@visactor/vdataset": "~0.17.4",
"@visactor/vutils": "~0.17.4",
"@visactor/vdataset": "~0.17.5",
"@visactor/vutils": "~0.17.5",
"axios": "^1.4.0",
"exceljs": "^4.3.0",
"lodash": "4.17.21",
Expand All @@ -80,4 +80,4 @@
"ts-pattern": "~5.0.6",
"node-sql-parser": "~4.17.0"
}
}
}
4 changes: 2 additions & 2 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.17.4",
"@visactor/vscale": "~0.17.4",
"@visactor/vutils": "~0.17.5",
"@visactor/vscale": "~0.17.5",
"@visactor/vrender-core": "0.17.24",
"@visactor/vrender-kits": "0.17.24"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/story-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"@visactor/vrender-kits": "0.17.24",
"@visactor/vchart": "workspace:1.9.2",
"@visactor/vrender": "0.17.24",
"@visactor/vutils": "~0.17.4"
"@visactor/vutils": "~0.17.5"
}
}

0 comments on commit 0aac08c

Please sign in to comment.