diff --git a/package.json b/package.json index 63c3eee..aeb6925 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/docs.js b/scripts/docs.js index 886fbf7..51b0e27 100644 --- a/scripts/docs.js +++ b/scripts/docs.js @@ -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 };