Skip to content

Commit 7e5c062

Browse files
committed
chore: update echarts deps
1 parent 3c7ff95 commit 7e5c062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@vueuse/core": "^10.9.0",
4545
"comment-mark": "^1.1.1",
4646
"core-js": "^3.37.0",
47-
"echarts": "^5.5.0",
47+
"echarts": "^5.5.1",
4848
"echarts-gl": "^2.0.9",
4949
"echarts-liquidfill": "^3.1.0",
5050
"esbuild-wasm": "^0.19.12",

scripts/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ function resolvePath(...parts) {
1010
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
1111

1212
const DEP_VERSIONS = {
13-
"vue@3": "3.4.23",
13+
"vue@3": "3.4.30",
1414
"vue@2": "2.7.16",
15-
echarts: "5.4.3",
15+
echarts: "5.5.1",
1616
[name]: version
1717
};
1818

0 commit comments

Comments
 (0)