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

@ -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
};