chore: update deps

This commit is contained in:
Anthony Fu 2021-10-22 06:20:45 +08:00
parent 42af27b27b
commit 9c3ac1ed44
3 changed files with 659 additions and 815 deletions

View File

@ -9,44 +9,44 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^6.5.3",
"@vueuse/core": "^6.7.3",
"@vueuse/head": "^0.6.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-rc.11",
"pinia": "^2.0.0-rc.14",
"prism-theme-vars": "^0.2.2",
"vue": "^3.2.19",
"vue": "^3.2.20",
"vue-demi": "^0.11.4",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.11"
"vue-router": "^4.0.12"
},
"devDependencies": {
"@antfu/eslint-config": "^0.9.0",
"@iconify-json/carbon": "^1.0.4",
"@antfu/eslint-config": "^0.10.0",
"@iconify-json/carbon": "^1.0.7",
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.19",
"@vue/server-renderer": "^3.2.19",
"critters": "^0.0.10",
"@vue/compiler-sfc": "^3.2.20",
"@vue/server-renderer": "^3.2.20",
"critters": "^0.0.12",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"https-localhost": "^4.7.0",
"markdown-it-link-attributes": "^3.0.0",
"markdown-it-prism": "^2.2.1",
"pnpm": "^6.16.1",
"typescript": "^4.4.3",
"unplugin-auto-import": "^0.4.10",
"unplugin-icons": "^0.12.10",
"unplugin-vue-components": "^0.15.6",
"vite": "^2.6.3",
"vite-plugin-inspect": "^0.3.8",
"vite-plugin-md": "^0.11.1",
"pnpm": "^6.18.0",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.4.13",
"unplugin-icons": "^0.12.16",
"unplugin-vue-components": "^0.16.0",
"vite": "^2.6.10",
"vite-plugin-inspect": "^0.3.9",
"vite-plugin-md": "^0.11.2",
"vite-plugin-pages": "^0.18.1",
"vite-plugin-pwa": "^0.11.3",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-plugin-windicss": "^1.4.9",
"vite-ssg": "^0.15.4",
"vue-tsc": "^0.3.0"
"vite-plugin-windicss": "^1.4.12",
"vite-ssg": "^0.15.5",
"vue-tsc": "^0.28.7"
}
}

File diff suppressed because it is too large Load Diff

12
src/auto-imports.d.ts vendored
View File

@ -17,11 +17,15 @@ declare global {
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
const effectScope: typeof import('vue')['effectScope']
const EffectScope: typeof import('vue')['EffectScope']
const extendRef: typeof import('@vueuse/core')['extendRef']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const h: typeof import('vue')['h']
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
const inject: typeof import('vue')['inject']
const isDefined: typeof import('@vueuse/core')['isDefined']
const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef']
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
@ -38,6 +42,7 @@ declare global {
const onMounted: typeof import('vue')['onMounted']
const onRenderTracked: typeof import('vue')['onRenderTracked']
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
const onScopeDispose: typeof import('vue')['onScopeDispose']
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
const onUnmounted: typeof import('vue')['onUnmounted']
@ -50,6 +55,7 @@ declare global {
const reactivePick: typeof import('@vueuse/core')['reactivePick']
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const refDefault: typeof import('@vueuse/core')['refDefault']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
@ -70,10 +76,12 @@ declare global {
const until: typeof import('@vueuse/core')['until']
const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
const useAttrs: typeof import('vue')['useAttrs']
const useBattery: typeof import('@vueuse/core')['useBattery']
const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
const useClipboard: typeof import('@vueuse/core')['useClipboard']
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
const useCounter: typeof import('@vueuse/core')['useCounter']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVar: typeof import('@vueuse/core')['useCssVar']
@ -85,9 +93,11 @@ declare global {
const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
const useDraggable: typeof import('@vueuse/core')['useDraggable']
const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
const useElementHover: typeof import('@vueuse/core')['useElementHover']
const useElementSize: typeof import('@vueuse/core')['useElementSize']
const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
const useEventBus: typeof import('@vueuse/core')['useEventBus']
@ -134,7 +144,9 @@ declare global {
const useScroll: typeof import('@vueuse/core')['useScroll']
const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
const useShare: typeof import('@vueuse/core')['useShare']
const useSlots: typeof import('vue')['useSlots']
const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
const useStorage: typeof import('@vueuse/core')['useStorage']
const useSwipe: typeof import('@vueuse/core')['useSwipe']
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']