Skip to content

Commit 7bd4969

Browse files
committed
chore: upgrade vrender & vchart
1 parent 20cf72a commit 7bd4969

10 files changed

Lines changed: 96 additions & 96 deletions

File tree

common/config/rush/pnpm-config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
8484
*/
8585
"globalOverrides": {
86-
"@visactor/vchart": "2.1.0-alpha.2",
87-
"@visactor/vrender": "1.1.0-alpha.18",
88-
"@visactor/vrender-core": "1.1.0-alpha.18",
89-
"@visactor/vrender-kits": "1.1.0-alpha.18",
90-
"@visactor/vrender-components": "1.1.0-alpha.18",
91-
"@visactor/vrender-animate": "1.1.0-alpha.18"
86+
"@visactor/vchart": "2.1.0-alpha.6",
87+
"@visactor/vrender": "1.1.0-alpha.20",
88+
"@visactor/vrender-core": "1.1.0-alpha.20",
89+
"@visactor/vrender-kits": "1.1.0-alpha.20",
90+
"@visactor/vrender-components": "1.1.0-alpha.20",
91+
"@visactor/vrender-animate": "1.1.0-alpha.20"
9292
},
9393
/**
9494
* The `globalPeerDependencyRules` setting provides various settings for suppressing validation errors
@@ -193,4 +193,4 @@
193193
// },
194194
// "pnpm": { "futurePnpmFeature": true }
195195
}
196-
}
196+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@visactor/vtable-search": "workspace:*",
2323
"@visactor/vtable-sheet": "workspace:*",
2424
"buble": "^0.20.0",
25-
"@visactor/vchart": "2.1.0-alpha.2",
25+
"@visactor/vchart": "2.1.0-alpha.6",
2626
"markdown-it": "^13.0.0",
2727
"highlight.js": "^11.8.0",
2828
"axios": "^1.4.0",
@@ -54,4 +54,4 @@
5454
"globby": "11.1.0",
5555
"chokidar": "^3.5.0"
5656
}
57-
}
57+
}

packages/openinula-vtable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"cross-env": "^7.0.3",
5252
"increase-memory-limit": "^1.0.7",
53-
"@visactor/vchart": "2.1.0-alpha.2",
53+
"@visactor/vchart": "2.1.0-alpha.6",
5454
"@internal/bundler": "workspace:*",
5555
"@internal/eslint-config": "workspace:*",
5656
"@internal/ts-config": "workspace:*",
@@ -97,4 +97,4 @@
9797
"url": "https://github.com/VisActor/VTable.git",
9898
"directory": "packages/openinula-vtable"
9999
}
100-
}
100+
}

packages/react-vtable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"cross-env": "^7.0.3",
6767
"increase-memory-limit": "^1.0.7",
68-
"@visactor/vchart": "2.1.0-alpha.2",
68+
"@visactor/vchart": "2.1.0-alpha.6",
6969
"@internal/bundler": "workspace:*",
7070
"@internal/eslint-config": "workspace:*",
7171
"@internal/ts-config": "workspace:*",
@@ -116,4 +116,4 @@
116116
"url": "https://github.com/VisActor/VTable.git",
117117
"directory": "packages/react-vtable"
118118
}
119-
}
119+
}

packages/vtable-export/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"cross-env": "^7.0.3",
4848
"increase-memory-limit": "^1.0.7",
49-
"@visactor/vchart": "2.1.0-alpha.2",
49+
"@visactor/vchart": "2.1.0-alpha.6",
5050
"@internal/bundler": "workspace:*",
5151
"@internal/eslint-config": "workspace:*",
5252
"@internal/ts-config": "workspace:*",
@@ -96,4 +96,4 @@
9696
"url": "https://github.com/VisActor/VTable.git",
9797
"directory": "packages/vtable-export"
9898
}
99-
}
99+
}

packages/vtable-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@visactor/vtable": "workspace:*",
6565
"@visactor/vtable-editors": "workspace:*",
6666
"@visactor/vtable-gantt": "workspace:*",
67-
"@visactor/vchart": "2.1.0-alpha.2",
67+
"@visactor/vchart": "2.1.0-alpha.6",
6868
"@internal/bundler": "workspace:*",
6969
"@internal/eslint-config": "workspace:*",
7070
"@internal/ts-config": "workspace:*",
@@ -116,4 +116,4 @@
116116
"url": "https://github.com/VisActor/VTable.git",
117117
"directory": "packages/vtable-plugins"
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)