We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7ff95 commit 7e5c062Copy full SHA for 7e5c062
package.json
@@ -44,7 +44,7 @@
44
"@vueuse/core": "^10.9.0",
45
"comment-mark": "^1.1.1",
46
"core-js": "^3.37.0",
47
- "echarts": "^5.5.0",
+ "echarts": "^5.5.1",
48
"echarts-gl": "^2.0.9",
49
"echarts-liquidfill": "^3.1.0",
50
"esbuild-wasm": "^0.19.12",
scripts/docs.js
@@ -10,9 +10,9 @@ function resolvePath(...parts) {
10
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
11
12
const DEP_VERSIONS = {
13
- "vue@3": "3.4.23",
+ "vue@3": "3.4.30",
14
"vue@2": "2.7.16",
15
- echarts: "5.4.3",
+ echarts: "5.5.1",
16
[name]: version
17
};
18
0 commit comments