提交 9b704dfd authored 作者: 王鹏飞's avatar 王鹏飞

chore: bump deps

上级 9df1e377
......@@ -7,7 +7,14 @@
"$ref": true,
"$shallowRef": true,
"$toRef": true,
"Component": true,
"ComponentPublicInstance": true,
"ComputedRef": true,
"EffectScope": true,
"InjectionKey": true,
"PropType": true,
"Ref": true,
"VNode": true,
"asyncComputed": true,
"autoResetRef": true,
"computed": true,
......@@ -85,7 +92,6 @@
"refThrottled": true,
"refWithControl": true,
"resolveComponent": true,
"resolveDirective": true,
"resolveRef": true,
"resolveUnref": true,
"shallowReactive": true,
......@@ -115,6 +121,7 @@
"useArrayFilter": true,
"useArrayFind": true,
"useArrayFindIndex": true,
"useArrayFindLast": true,
"useArrayJoin": true,
"useArrayMap": true,
"useArrayReduce": true,
......
// Generated by 'unplugin-auto-import'
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-auto-import
export {}
declare global {
const $$: typeof import('vue/macros')['$$']
......@@ -86,7 +89,6 @@ declare global {
const refThrottled: typeof import('@vueuse/core')['refThrottled']
const refWithControl: typeof import('@vueuse/core')['refWithControl']
const resolveComponent: typeof import('vue')['resolveComponent']
const resolveDirective: typeof import('vue')['resolveDirective']
const resolveRef: typeof import('@vueuse/core')['resolveRef']
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
const shallowReactive: typeof import('vue')['shallowReactive']
......@@ -116,6 +118,7 @@ declare global {
const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
......@@ -293,3 +296,8 @@ declare global {
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
const whenever: typeof import('@vueuse/core')['whenever']
}
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
}
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -17,21 +17,21 @@
"@element-plus/icons-vue": "^2.0.10",
"@tinymce/tinymce-vue": "^5.0.0",
"@vant/area-data": "^1.4.0",
"@vueuse/core": "^9.12.0",
"@vueuse/head": "^1.0.24",
"@vueuse/math": "^9.12.0",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.0.26",
"@vueuse/math": "^9.13.0",
"ali-oss": "^6.17.1",
"axios": "^1.3.2",
"axios": "^1.3.3",
"blueimp-md5": "^2.19.0",
"countup.js": "^2.4.2",
"dayjs": "^1.11.7",
"element-plus": "^2.2.29",
"element-plus": "^2.2.32",
"file-saver": "^2.0.5",
"html2pdf.js": "^0.10.1",
"lodash-es": "^4.17.21",
"pinia": "^2.0.30",
"pinia": "^2.0.32",
"ua-parser-js": "^1.0.33",
"video.js": "^8.0.3",
"video.js": "^7.21.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0"
......@@ -49,13 +49,13 @@
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"chalk": "^5.2.0",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"sass": "^1.58.0",
"sass": "^1.58.3",
"typescript": "~4.9.5",
"unplugin-auto-import": "^0.13.0",
"vite": "^4.1.1",
"vite-plugin-checker": "^0.5.5",
"vue-tsc": "^1.0.24"
"unplugin-auto-import": "^0.14.4",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6",
"vue-tsc": "^1.1.7"
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论