提交 4ffb1f99 authored 作者: 王鹏飞's avatar 王鹏飞

chore: bump deps

上级 6bb594aa
...@@ -288,6 +288,10 @@ ...@@ -288,6 +288,10 @@
"useParentElement": true, "useParentElement": true,
"usePerformanceObserver": true, "usePerformanceObserver": true,
"watchDeep": true, "watchDeep": true,
"watchImmediate": true "watchImmediate": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"WritableComputedRef": true
} }
} }
...@@ -291,5 +291,6 @@ declare global { ...@@ -291,5 +291,6 @@ declare global {
// for type re-export // for type re-export
declare global { declare global {
// @ts-ignore // @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
import('vue')
} }
差异被折叠。
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
"axios": "^1.5.0", "axios": "^1.5.0",
"blueimp-md5": "^2.19.0", "blueimp-md5": "^2.19.0",
"echarts": "^5.4.3", "echarts": "^5.4.3",
"echarts-wordcloud": "^2.1.0",
"element-plus": "^2.3.14", "element-plus": "^2.3.14",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"nanoid": "^4.0.2", "nanoid": "^4.0.2",
...@@ -35,7 +36,7 @@ ...@@ -35,7 +36,7 @@
"@rushstack/eslint-patch": "^1.2.0", "@rushstack/eslint-patch": "^1.2.0",
"@types/blueimp-md5": "^2.18.0", "@types/blueimp-md5": "^2.18.0",
"@types/node": "^20.3.1", "@types/node": "^20.3.1",
"@vitejs/plugin-vue": "^4.3.4", "@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^12.0.0", "@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.1.3", "@vue/tsconfig": "^0.1.3",
"ali-oss": "^6.18.1", "ali-oss": "^6.18.1",
...@@ -44,8 +45,8 @@ ...@@ -44,8 +45,8 @@
"eslint-plugin-vue": "^9.17.0", "eslint-plugin-vue": "^9.17.0",
"sass": "^1.67.0", "sass": "^1.67.0",
"typescript": "~4.9.5", "typescript": "~4.9.5",
"unplugin-auto-import": "^0.16.6", "unplugin-auto-import": "^0.16.7",
"vite": "^4.4.9", "vite": "^4.5.2",
"vue-tsc": "^1.8.11" "vue-tsc": "^1.8.11"
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论