chore: update echarts deps

This commit is contained in:
Justineo
2024-06-27 19:37:06 +08:00
committed by GU Yiling
parent 3c7ff95331
commit 7e5c06225c
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
"@vueuse/core": "^10.9.0",
"comment-mark": "^1.1.1",
"core-js": "^3.37.0",
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"echarts-gl": "^2.0.9",
"echarts-liquidfill": "^3.1.0",
"esbuild-wasm": "^0.19.12",

View File

@ -10,9 +10,9 @@ function resolvePath(...parts) {
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
const DEP_VERSIONS = {
"vue@3": "3.4.23",
"vue@3": "3.4.30",
"vue@2": "2.7.16",
echarts: "5.4.3",
echarts: "5.5.1",
[name]: version
};