提交 61ffaebe authored 作者: 王鹏飞's avatar 王鹏飞

chore: bump deps

上级 f6e048c4
......@@ -287,6 +287,14 @@
"watchThrottled": true,
"watchTriggerable": true,
"watchWithFilter": true,
"whenever": true
"whenever": true,
"Component": true,
"ComponentPublicInstance": true,
"ComputedRef": true,
"InjectionKey": true,
"PropType": true,
"Ref": true,
"VNode": true,
"toValue": true
}
}
\ No newline at end of file
}
// Generated by 'unplugin-auto-import'
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const $$: typeof import('vue/macros')['$$']
const $: typeof import('vue/macros')['$']
const $$: typeof import('vue/macros')['$$']
const $computed: typeof import('vue/macros')['$computed']
const $customRef: typeof import('vue/macros')['$customRef']
const $ref: typeof import('vue/macros')['$ref']
......@@ -101,6 +105,7 @@ declare global {
const toReactive: typeof import('@vueuse/core')['toReactive']
const toRef: typeof import('vue')['toRef']
const toRefs: typeof import('vue')['toRefs']
const toValue: typeof import('vue')['toValue']
const triggerRef: typeof import('vue')['triggerRef']
const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
......@@ -290,3 +295,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.
......@@ -24,13 +24,13 @@
"querystring": "^0.2.1",
"swiper": "^8.4.4",
"vant": "^3.6.11",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.18.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"ali-oss": "^6.17.1",
......@@ -39,8 +39,8 @@
"eslint-plugin-vue": "^9.6.0",
"sass": "^1.55.0",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.11.4",
"vite": "^3.2.4",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.6",
"vue-tsc": "^1.0.9"
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论