chore: update deps

This commit is contained in:
Justineo
2022-05-11 01:18:28 +08:00
parent 259665c4c0
commit b05f072eb1
5 changed files with 3977 additions and 2994 deletions

View File

@ -9,10 +9,10 @@ const { readFile, writeFile } = fs.promises;
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
const DEP_VERSIONS = {
"vue@3": "3.2.26",
"vue@3": "3.2.33",
"vue@2": "2.6.14",
"@vue/composition-api": "1.4.3",
echarts: "5.2.2",
"@vue/composition-api": "1.6.1",
echarts: "5.3.2",
[name]: version
};