Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zamhown committed Mar 26, 2024
1 parent cd91d6f commit 47519e0
Show file tree
Hide file tree
Showing 9 changed files with 207 additions and 779 deletions.
28 changes: 14 additions & 14 deletions common/config/rush/pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions packages/vchart-arco-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"peerDependencies": {
"@visactor/vchart": "~1.10.2-alpha.3"
"@visactor/vchart": "~1.10.2"
},
"dependencies": {
"@visactor/vchart-theme-utils": "workspace:1.9.4"
Expand Down Expand Up @@ -77,8 +77,8 @@
"react-router-dom": "^5.2.0",
"react-device-detect": "^2.2.2",
"redux": "^4.1.2",
"@visactor/vchart": "~1.10.2-alpha.3",
"@visactor/react-vchart": "~1.10.2-alpha.3",
"@visactor/vchart": "~1.10.2",
"@visactor/react-vchart": "~1.10.2",
"@arco-design/webpack-plugin": "^1.6.0",
"@arco-plugins/vite-plugin-svgr": "^0.7.2",
"@svgr/webpack": "^5.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vchart-semi-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"peerDependencies": {
"@visactor/vchart": "~1.10.2-alpha.3"
"@visactor/vchart": "~1.10.2"
},
"dependencies": {
"@visactor/vchart-theme-utils": "workspace:1.9.4"
Expand Down Expand Up @@ -63,8 +63,8 @@
"vite": "^4.5.0",
"vite-plugin-svgr": "^4.1.0",
"@babel/runtime": "latest",
"@visactor/vchart": "~1.10.2-alpha.3",
"@visactor/react-vchart": "~1.10.2-alpha.3",
"@visactor/vchart": "~1.10.2",
"@visactor/react-vchart": "~1.10.2",
"@douyinfe/semi-ui": "^2.51.3",
"@douyinfe/semi-icons": "latest",
"@douyinfe/semi-icons-lab": "latest"
Expand Down
6 changes: 3 additions & 3 deletions packages/vchart-theme-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"peerDependencies": {
"@visactor/vchart": "~1.10.2-alpha.3"
"@visactor/vchart": "~1.10.2"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand All @@ -36,8 +36,8 @@
"ts-jest": "~29.1.0",
"@types/jest": "~29.5.0",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vchart": "~1.10.2-alpha.3",
"@visactor/vchart-types": "~1.10.2-alpha.3",
"@visactor/vchart": "~1.10.2",
"@visactor/vchart-types": "~1.10.2",
"eslint": "~8.18.0",
"vite": "^4.5.0",
"typescript": "4.9.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/vchart-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"peerDependencies": {
"@visactor/vchart": "~1.10.2-alpha.3"
"@visactor/vchart": "~1.10.2"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand All @@ -38,8 +38,8 @@
"ts-jest": "~29.1.0",
"@types/jest": "~29.5.0",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vchart": "~1.10.2-alpha.3",
"@visactor/vchart-types": "~1.10.2-alpha.3",
"@visactor/vchart": "~1.10.2",
"@visactor/vchart-types": "~1.10.2",
"eslint": "~8.18.0",
"vite": "^4.5.0",
"typescript": "4.9.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/vchart-tt-platform-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"peerDependencies": {
"@visactor/vchart": "~1.10.2-alpha.3"
"@visactor/vchart": "~1.10.2"
},
"dependencies": {
"@visactor/vchart-semi-theme": "workspace:1.9.4",
Expand Down Expand Up @@ -65,8 +65,8 @@
"vite-plugin-svgr": "^4.1.0",
"node-sass": "^9.0.0",
"@babel/runtime": "latest",
"@visactor/vchart": "~1.10.2-alpha.3",
"@visactor/react-vchart": "~1.10.2-alpha.3",
"@visactor/vchart": "~1.10.2",
"@visactor/react-vchart": "~1.10.2",
"@douyinfe/semi-ui": "^2.51.3",
"@douyinfe/semi-icons": "latest",
"@douyinfe/semi-icons-lab": "latest",
Expand Down
Loading

0 comments on commit 47519e0

Please sign in to comment.