Skip to content

Commit 54d196c

Browse files
committed
chore: update deps and fix ts error
1 parent 34defec commit 54d196c

File tree

3 files changed

+6307
-5247
lines changed

3 files changed

+6307
-5247
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,35 @@
2626
"vue-demi": "^0.13.11"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.23.2",
29+
"@babel/core": "^7.24.4",
3030
"@highlightjs/vue-plugin": "^2.1.0",
3131
"@rollup/plugin-node-resolve": "^15.2.3",
3232
"@rollup/plugin-replace": "^5.0.5",
3333
"@rollup/plugin-terser": "^0.4.4",
3434
"@typescript-eslint/eslint-plugin": "^4.33.0",
3535
"@typescript-eslint/parser": "^4.33.0",
36-
"@vercel/analytics": "^1.1.1",
36+
"@vercel/analytics": "^1.2.2",
3737
"@vue/cli-plugin-babel": "^5.0.8",
3838
"@vue/cli-plugin-eslint": "^5.0.8",
3939
"@vue/cli-plugin-typescript": "^5.0.8",
4040
"@vue/cli-service": "^5.0.8",
41-
"@vue/compiler-sfc": "^3.3.7",
41+
"@vue/compiler-sfc": "^3.4.23",
4242
"@vue/composition-api": "^1.7.2",
4343
"@vue/eslint-config-prettier": "^6.0.0",
4444
"@vue/eslint-config-typescript": "^10.0.0",
45-
"@vueuse/core": "^10.5.0",
45+
"@vueuse/core": "^10.9.0",
4646
"comment-mark": "^1.1.1",
47-
"core-js": "^3.33.2",
48-
"echarts": "^5.4.3",
47+
"core-js": "^3.37.0",
48+
"echarts": "^5.5.0",
4949
"echarts-gl": "^2.0.9",
5050
"echarts-liquidfill": "^3.1.0",
51-
"esbuild-wasm": "^0.19.2",
51+
"esbuild-wasm": "^0.19.12",
5252
"eslint": "^7.32.0",
5353
"eslint-plugin-prettier": "^3.4.1",
5454
"eslint-plugin-vue": "^8.7.1",
5555
"highlight.js": "^11.9.0",
5656
"pinia": "^2.1.7",
57-
"postcss": "^8.4.31",
57+
"postcss": "^8.4.38",
5858
"postcss-loader": "^5.3.0",
5959
"postcss-nested": "^5.0.6",
6060
"prettier": "^2.8.8",
@@ -67,9 +67,9 @@
6767
"rollup-plugin-ts": "^2.0.7",
6868
"tslib": "^2.6.2",
6969
"typescript": "4.6.4",
70-
"vue": "^3.3.7",
71-
"vue2": "npm:vue@^2.7.15",
72-
"webpack": "^5.89.0"
70+
"vue": "^3.4.23",
71+
"vue2": "npm:vue@^2.7.16",
72+
"webpack": "^5.91.0"
7373
},
7474
"peerDependencies": {
7575
"@vue/composition-api": "^1.0.5",

0 commit comments

Comments
 (0)