From 6f3785a896bcee1b47795b13ce18b4448210c7c4 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 25 Jun 2022 00:36:14 +0800 Subject: [PATCH] chore: update deps --- auto-imports.d.ts | 497 +++++++++++++++++----------------- components.d.ts | 2 +- package.json | 28 +- pnpm-lock.yaml | 673 +++++++++++++++++++++++----------------------- 4 files changed, 600 insertions(+), 600 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 9f7807a..feec7f6 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -111,6 +111,7 @@ declare global { const useAttrs: typeof import('vue')['useAttrs'] const useBase64: typeof import('@vueuse/core')['useBase64'] const useBattery: typeof import('@vueuse/core')['useBattery'] + const useBluetooth: typeof import('@vueuse/core')['useBluetooth'] const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints'] const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel'] const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation'] @@ -157,6 +158,7 @@ declare global { const useGamepad: typeof import('@vueuse/core')['useGamepad'] const useGeolocation: typeof import('@vueuse/core')['useGeolocation'] const useIdle: typeof import('@vueuse/core')['useIdle'] + const useImage: typeof import('@vueuse/core')['useImage'] const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll'] const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver'] const useInterval: typeof import('@vueuse/core')['useInterval'] @@ -248,252 +250,255 @@ declare global { const whenever: typeof import('@vueuse/core')['whenever'] } // for vue template auto import -declare module 'vue' { +import { UnwrapRef } from 'vue' +declare module '@vue/runtime-core' { interface ComponentCustomProperties { - $$: typeof import('vue/macros')['$$'] - $: typeof import('vue/macros')['$'] - $computed: typeof import('vue/macros')['$computed'] - $customRef: typeof import('vue/macros')['$customRef'] - $ref: typeof import('vue/macros')['$ref'] - $shallowRef: typeof import('vue/macros')['$shallowRef'] - $toRef: typeof import('vue/macros')['$toRef'] - EffectScope: typeof import('vue')['EffectScope'] - asyncComputed: typeof import('@vueuse/core')['asyncComputed'] - autoResetRef: typeof import('@vueuse/core')['autoResetRef'] - computed: typeof import('vue')['computed'] - computedAsync: typeof import('@vueuse/core')['computedAsync'] - computedEager: typeof import('@vueuse/core')['computedEager'] - computedInject: typeof import('@vueuse/core')['computedInject'] - computedWithControl: typeof import('@vueuse/core')['computedWithControl'] - controlledComputed: typeof import('@vueuse/core')['controlledComputed'] - controlledRef: typeof import('@vueuse/core')['controlledRef'] - createApp: typeof import('vue')['createApp'] - createEventHook: typeof import('@vueuse/core')['createEventHook'] - createGlobalState: typeof import('@vueuse/core')['createGlobalState'] - createInjectionState: typeof import('@vueuse/core')['createInjectionState'] - createReactiveFn: typeof import('@vueuse/core')['createReactiveFn'] - createSharedComposable: typeof import('@vueuse/core')['createSharedComposable'] - createUnrefFn: typeof import('@vueuse/core')['createUnrefFn'] - customRef: typeof import('vue')['customRef'] - debouncedRef: typeof import('@vueuse/core')['debouncedRef'] - debouncedWatch: typeof import('@vueuse/core')['debouncedWatch'] - defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] - defineComponent: typeof import('vue')['defineComponent'] - eagerComputed: typeof import('@vueuse/core')['eagerComputed'] - effectScope: typeof import('vue')['effectScope'] - extendRef: typeof import('@vueuse/core')['extendRef'] - getCurrentInstance: typeof import('vue')['getCurrentInstance'] - getCurrentScope: typeof import('vue')['getCurrentScope'] - h: typeof import('vue')['h'] - ignorableWatch: typeof import('@vueuse/core')['ignorableWatch'] - inject: typeof import('vue')['inject'] - isDark: typeof import('./src/composables/dark')['isDark'] - isDefined: typeof import('@vueuse/core')['isDefined'] - isProxy: typeof import('vue')['isProxy'] - isReactive: typeof import('vue')['isReactive'] - isReadonly: typeof import('vue')['isReadonly'] - isRef: typeof import('vue')['isRef'] - logicAnd: typeof import('@vueuse/core')['logicAnd'] - logicNot: typeof import('@vueuse/core')['logicNot'] - logicOr: typeof import('@vueuse/core')['logicOr'] - makeDestructurable: typeof import('@vueuse/core')['makeDestructurable'] - markRaw: typeof import('vue')['markRaw'] - nextTick: typeof import('vue')['nextTick'] - onActivated: typeof import('vue')['onActivated'] - onBeforeMount: typeof import('vue')['onBeforeMount'] - onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] - onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] - onClickOutside: typeof import('@vueuse/core')['onClickOutside'] - onDeactivated: typeof import('vue')['onDeactivated'] - onErrorCaptured: typeof import('vue')['onErrorCaptured'] - onKeyStroke: typeof import('@vueuse/core')['onKeyStroke'] - onLongPress: typeof import('@vueuse/core')['onLongPress'] - onMounted: typeof import('vue')['onMounted'] - onRenderTracked: typeof import('vue')['onRenderTracked'] - onRenderTriggered: typeof import('vue')['onRenderTriggered'] - onScopeDispose: typeof import('vue')['onScopeDispose'] - onServerPrefetch: typeof import('vue')['onServerPrefetch'] - onStartTyping: typeof import('@vueuse/core')['onStartTyping'] - onUnmounted: typeof import('vue')['onUnmounted'] - onUpdated: typeof import('vue')['onUpdated'] - pausableWatch: typeof import('@vueuse/core')['pausableWatch'] - provide: typeof import('vue')['provide'] - reactify: typeof import('@vueuse/core')['reactify'] - reactifyObject: typeof import('@vueuse/core')['reactifyObject'] - reactive: typeof import('vue')['reactive'] - reactiveComputed: typeof import('@vueuse/core')['reactiveComputed'] - reactiveOmit: typeof import('@vueuse/core')['reactiveOmit'] - reactivePick: typeof import('@vueuse/core')['reactivePick'] - readonly: typeof import('vue')['readonly'] - ref: typeof import('vue')['ref'] - refAutoReset: typeof import('@vueuse/core')['refAutoReset'] - refDebounced: typeof import('@vueuse/core')['refDebounced'] - refDefault: typeof import('@vueuse/core')['refDefault'] - refThrottled: typeof import('@vueuse/core')['refThrottled'] - refWithControl: typeof import('@vueuse/core')['refWithControl'] - resolveComponent: typeof import('vue')['resolveComponent'] - shallowReactive: typeof import('vue')['shallowReactive'] - shallowReadonly: typeof import('vue')['shallowReadonly'] - shallowRef: typeof import('vue')['shallowRef'] - syncRef: typeof import('@vueuse/core')['syncRef'] - syncRefs: typeof import('@vueuse/core')['syncRefs'] - templateRef: typeof import('@vueuse/core')['templateRef'] - throttledRef: typeof import('@vueuse/core')['throttledRef'] - throttledWatch: typeof import('@vueuse/core')['throttledWatch'] - toRaw: typeof import('vue')['toRaw'] - toReactive: typeof import('@vueuse/core')['toReactive'] - toRef: typeof import('vue')['toRef'] - toRefs: typeof import('vue')['toRefs'] - toggleDark: typeof import('./src/composables/dark')['toggleDark'] - triggerRef: typeof import('vue')['triggerRef'] - tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount'] - tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount'] - tryOnMounted: typeof import('@vueuse/core')['tryOnMounted'] - tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose'] - tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted'] - unref: typeof import('vue')['unref'] - unrefElement: typeof import('@vueuse/core')['unrefElement'] - until: typeof import('@vueuse/core')['until'] - useActiveElement: typeof import('@vueuse/core')['useActiveElement'] - useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue'] - useAsyncState: typeof import('@vueuse/core')['useAsyncState'] - useAttrs: typeof import('vue')['useAttrs'] - useBase64: typeof import('@vueuse/core')['useBase64'] - useBattery: typeof import('@vueuse/core')['useBattery'] - useBreakpoints: typeof import('@vueuse/core')['useBreakpoints'] - useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel'] - useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation'] - useCached: typeof import('@vueuse/core')['useCached'] - useClamp: typeof import('@vueuse/core')['useClamp'] - useClipboard: typeof import('@vueuse/core')['useClipboard'] - useColorMode: typeof import('@vueuse/core')['useColorMode'] - useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog'] - useCounter: typeof import('@vueuse/core')['useCounter'] - useCssModule: typeof import('vue')['useCssModule'] - useCssVar: typeof import('@vueuse/core')['useCssVar'] - useCssVars: typeof import('vue')['useCssVars'] - useCurrentElement: typeof import('@vueuse/core')['useCurrentElement'] - useCycleList: typeof import('@vueuse/core')['useCycleList'] - useDark: typeof import('@vueuse/core')['useDark'] - useDateFormat: typeof import('@vueuse/core')['useDateFormat'] - useDebounce: typeof import('@vueuse/core')['useDebounce'] - useDebounceFn: typeof import('@vueuse/core')['useDebounceFn'] - useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory'] - useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion'] - useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation'] - useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio'] - useDevicesList: typeof import('@vueuse/core')['useDevicesList'] - useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia'] - useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility'] - useDraggable: typeof import('@vueuse/core')['useDraggable'] - useDropZone: typeof import('@vueuse/core')['useDropZone'] - useElementBounding: typeof import('@vueuse/core')['useElementBounding'] - useElementByPoint: typeof import('@vueuse/core')['useElementByPoint'] - useElementHover: typeof import('@vueuse/core')['useElementHover'] - useElementSize: typeof import('@vueuse/core')['useElementSize'] - useElementVisibility: typeof import('@vueuse/core')['useElementVisibility'] - useEventBus: typeof import('@vueuse/core')['useEventBus'] - useEventListener: typeof import('@vueuse/core')['useEventListener'] - useEventSource: typeof import('@vueuse/core')['useEventSource'] - useEyeDropper: typeof import('@vueuse/core')['useEyeDropper'] - useFavicon: typeof import('@vueuse/core')['useFavicon'] - useFetch: typeof import('@vueuse/core')['useFetch'] - useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess'] - useFocus: typeof import('@vueuse/core')['useFocus'] - useFocusWithin: typeof import('@vueuse/core')['useFocusWithin'] - useFps: typeof import('@vueuse/core')['useFps'] - useFullscreen: typeof import('@vueuse/core')['useFullscreen'] - useGamepad: typeof import('@vueuse/core')['useGamepad'] - useGeolocation: typeof import('@vueuse/core')['useGeolocation'] - useIdle: typeof import('@vueuse/core')['useIdle'] - useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll'] - useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver'] - useInterval: typeof import('@vueuse/core')['useInterval'] - useIntervalFn: typeof import('@vueuse/core')['useIntervalFn'] - useKeyModifier: typeof import('@vueuse/core')['useKeyModifier'] - useLastChanged: typeof import('@vueuse/core')['useLastChanged'] - useLocalStorage: typeof import('@vueuse/core')['useLocalStorage'] - useMagicKeys: typeof import('@vueuse/core')['useMagicKeys'] - useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory'] - useMediaControls: typeof import('@vueuse/core')['useMediaControls'] - useMediaQuery: typeof import('@vueuse/core')['useMediaQuery'] - useMemoize: typeof import('@vueuse/core')['useMemoize'] - useMemory: typeof import('@vueuse/core')['useMemory'] - useMounted: typeof import('@vueuse/core')['useMounted'] - useMouse: typeof import('@vueuse/core')['useMouse'] - useMouseInElement: typeof import('@vueuse/core')['useMouseInElement'] - useMousePressed: typeof import('@vueuse/core')['useMousePressed'] - useMutationObserver: typeof import('@vueuse/core')['useMutationObserver'] - useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage'] - useNetwork: typeof import('@vueuse/core')['useNetwork'] - useNow: typeof import('@vueuse/core')['useNow'] - useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination'] - useOnline: typeof import('@vueuse/core')['useOnline'] - usePageLeave: typeof import('@vueuse/core')['usePageLeave'] - useParallax: typeof import('@vueuse/core')['useParallax'] - usePermission: typeof import('@vueuse/core')['usePermission'] - usePointer: typeof import('@vueuse/core')['usePointer'] - usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe'] - usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme'] - usePreferredDark: typeof import('@vueuse/core')['usePreferredDark'] - usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages'] - useRafFn: typeof import('@vueuse/core')['useRafFn'] - useRefHistory: typeof import('@vueuse/core')['useRefHistory'] - useResizeObserver: typeof import('@vueuse/core')['useResizeObserver'] - useRoute: typeof import('vue-router')['useRoute'] - useRouter: typeof import('vue-router')['useRouter'] - useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation'] - useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea'] - useScriptTag: typeof import('@vueuse/core')['useScriptTag'] - useScroll: typeof import('@vueuse/core')['useScroll'] - useScrollLock: typeof import('@vueuse/core')['useScrollLock'] - useSessionStorage: typeof import('@vueuse/core')['useSessionStorage'] - useShare: typeof import('@vueuse/core')['useShare'] - useSlots: typeof import('vue')['useSlots'] - useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition'] - useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis'] - useStorage: typeof import('@vueuse/core')['useStorage'] - useStorageAsync: typeof import('@vueuse/core')['useStorageAsync'] - useStyleTag: typeof import('@vueuse/core')['useStyleTag'] - useSwipe: typeof import('@vueuse/core')['useSwipe'] - useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList'] - useTextSelection: typeof import('@vueuse/core')['useTextSelection'] - useThrottle: typeof import('@vueuse/core')['useThrottle'] - useThrottleFn: typeof import('@vueuse/core')['useThrottleFn'] - useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory'] - useTimeAgo: typeof import('@vueuse/core')['useTimeAgo'] - useTimeout: typeof import('@vueuse/core')['useTimeout'] - useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn'] - useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll'] - useTimestamp: typeof import('@vueuse/core')['useTimestamp'] - useTitle: typeof import('@vueuse/core')['useTitle'] - useToggle: typeof import('@vueuse/core')['useToggle'] - useTransition: typeof import('@vueuse/core')['useTransition'] - useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams'] - useUserMedia: typeof import('@vueuse/core')['useUserMedia'] - useVModel: typeof import('@vueuse/core')['useVModel'] - useVModels: typeof import('@vueuse/core')['useVModels'] - useVibrate: typeof import('@vueuse/core')['useVibrate'] - useVirtualList: typeof import('@vueuse/core')['useVirtualList'] - useWakeLock: typeof import('@vueuse/core')['useWakeLock'] - useWebNotification: typeof import('@vueuse/core')['useWebNotification'] - useWebSocket: typeof import('@vueuse/core')['useWebSocket'] - useWebWorker: typeof import('@vueuse/core')['useWebWorker'] - useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn'] - useWindowFocus: typeof import('@vueuse/core')['useWindowFocus'] - useWindowScroll: typeof import('@vueuse/core')['useWindowScroll'] - useWindowSize: typeof import('@vueuse/core')['useWindowSize'] - watch: typeof import('vue')['watch'] - watchAtMost: typeof import('@vueuse/core')['watchAtMost'] - watchDebounced: typeof import('@vueuse/core')['watchDebounced'] - watchEffect: typeof import('vue')['watchEffect'] - watchIgnorable: typeof import('@vueuse/core')['watchIgnorable'] - watchOnce: typeof import('@vueuse/core')['watchOnce'] - watchPausable: typeof import('@vueuse/core')['watchPausable'] - watchPostEffect: typeof import('vue')['watchPostEffect'] - watchSyncEffect: typeof import('vue')['watchSyncEffect'] - watchThrottled: typeof import('@vueuse/core')['watchThrottled'] - watchWithFilter: typeof import('@vueuse/core')['watchWithFilter'] - whenever: typeof import('@vueuse/core')['whenever'] + readonly $$: UnwrapRef + readonly $: UnwrapRef + readonly $computed: UnwrapRef + readonly $customRef: UnwrapRef + readonly $ref: UnwrapRef + readonly $shallowRef: UnwrapRef + readonly $toRef: UnwrapRef + readonly EffectScope: UnwrapRef + readonly asyncComputed: UnwrapRef + readonly autoResetRef: UnwrapRef + readonly computed: UnwrapRef + readonly computedAsync: UnwrapRef + readonly computedEager: UnwrapRef + readonly computedInject: UnwrapRef + readonly computedWithControl: UnwrapRef + readonly controlledComputed: UnwrapRef + readonly controlledRef: UnwrapRef + readonly createApp: UnwrapRef + readonly createEventHook: UnwrapRef + readonly createGlobalState: UnwrapRef + readonly createInjectionState: UnwrapRef + readonly createReactiveFn: UnwrapRef + readonly createSharedComposable: UnwrapRef + readonly createUnrefFn: UnwrapRef + readonly customRef: UnwrapRef + readonly debouncedRef: UnwrapRef + readonly debouncedWatch: UnwrapRef + readonly defineAsyncComponent: UnwrapRef + readonly defineComponent: UnwrapRef + readonly eagerComputed: UnwrapRef + readonly effectScope: UnwrapRef + readonly extendRef: UnwrapRef + readonly getCurrentInstance: UnwrapRef + readonly getCurrentScope: UnwrapRef + readonly h: UnwrapRef + readonly ignorableWatch: UnwrapRef + readonly inject: UnwrapRef + readonly isDark: UnwrapRef + readonly isDefined: UnwrapRef + readonly isProxy: UnwrapRef + readonly isReactive: UnwrapRef + readonly isReadonly: UnwrapRef + readonly isRef: UnwrapRef + readonly logicAnd: UnwrapRef + readonly logicNot: UnwrapRef + readonly logicOr: UnwrapRef + readonly makeDestructurable: UnwrapRef + readonly markRaw: UnwrapRef + readonly nextTick: UnwrapRef + readonly onActivated: UnwrapRef + readonly onBeforeMount: UnwrapRef + readonly onBeforeUnmount: UnwrapRef + readonly onBeforeUpdate: UnwrapRef + readonly onClickOutside: UnwrapRef + readonly onDeactivated: UnwrapRef + readonly onErrorCaptured: UnwrapRef + readonly onKeyStroke: UnwrapRef + readonly onLongPress: UnwrapRef + readonly onMounted: UnwrapRef + readonly onRenderTracked: UnwrapRef + readonly onRenderTriggered: UnwrapRef + readonly onScopeDispose: UnwrapRef + readonly onServerPrefetch: UnwrapRef + readonly onStartTyping: UnwrapRef + readonly onUnmounted: UnwrapRef + readonly onUpdated: UnwrapRef + readonly pausableWatch: UnwrapRef + readonly provide: UnwrapRef + readonly reactify: UnwrapRef + readonly reactifyObject: UnwrapRef + readonly reactive: UnwrapRef + readonly reactiveComputed: UnwrapRef + readonly reactiveOmit: UnwrapRef + readonly reactivePick: UnwrapRef + readonly readonly: UnwrapRef + readonly ref: UnwrapRef + readonly refAutoReset: UnwrapRef + readonly refDebounced: UnwrapRef + readonly refDefault: UnwrapRef + readonly refThrottled: UnwrapRef + readonly refWithControl: UnwrapRef + readonly resolveComponent: UnwrapRef + readonly shallowReactive: UnwrapRef + readonly shallowReadonly: UnwrapRef + readonly shallowRef: UnwrapRef + readonly syncRef: UnwrapRef + readonly syncRefs: UnwrapRef + readonly templateRef: UnwrapRef + readonly throttledRef: UnwrapRef + readonly throttledWatch: UnwrapRef + readonly toRaw: UnwrapRef + readonly toReactive: UnwrapRef + readonly toRef: UnwrapRef + readonly toRefs: UnwrapRef + readonly toggleDark: UnwrapRef + readonly triggerRef: UnwrapRef + readonly tryOnBeforeMount: UnwrapRef + readonly tryOnBeforeUnmount: UnwrapRef + readonly tryOnMounted: UnwrapRef + readonly tryOnScopeDispose: UnwrapRef + readonly tryOnUnmounted: UnwrapRef + readonly unref: UnwrapRef + readonly unrefElement: UnwrapRef + readonly until: UnwrapRef + readonly useActiveElement: UnwrapRef + readonly useAsyncQueue: UnwrapRef + readonly useAsyncState: UnwrapRef + readonly useAttrs: UnwrapRef + readonly useBase64: UnwrapRef + readonly useBattery: UnwrapRef + readonly useBluetooth: UnwrapRef + readonly useBreakpoints: UnwrapRef + readonly useBroadcastChannel: UnwrapRef + readonly useBrowserLocation: UnwrapRef + readonly useCached: UnwrapRef + readonly useClamp: UnwrapRef + readonly useClipboard: UnwrapRef + readonly useColorMode: UnwrapRef + readonly useConfirmDialog: UnwrapRef + readonly useCounter: UnwrapRef + readonly useCssModule: UnwrapRef + readonly useCssVar: UnwrapRef + readonly useCssVars: UnwrapRef + readonly useCurrentElement: UnwrapRef + readonly useCycleList: UnwrapRef + readonly useDark: UnwrapRef + readonly useDateFormat: UnwrapRef + readonly useDebounce: UnwrapRef + readonly useDebounceFn: UnwrapRef + readonly useDebouncedRefHistory: UnwrapRef + readonly useDeviceMotion: UnwrapRef + readonly useDeviceOrientation: UnwrapRef + readonly useDevicePixelRatio: UnwrapRef + readonly useDevicesList: UnwrapRef + readonly useDisplayMedia: UnwrapRef + readonly useDocumentVisibility: UnwrapRef + readonly useDraggable: UnwrapRef + readonly useDropZone: UnwrapRef + readonly useElementBounding: UnwrapRef + readonly useElementByPoint: UnwrapRef + readonly useElementHover: UnwrapRef + readonly useElementSize: UnwrapRef + readonly useElementVisibility: UnwrapRef + readonly useEventBus: UnwrapRef + readonly useEventListener: UnwrapRef + readonly useEventSource: UnwrapRef + readonly useEyeDropper: UnwrapRef + readonly useFavicon: UnwrapRef + readonly useFetch: UnwrapRef + readonly useFileSystemAccess: UnwrapRef + readonly useFocus: UnwrapRef + readonly useFocusWithin: UnwrapRef + readonly useFps: UnwrapRef + readonly useFullscreen: UnwrapRef + readonly useGamepad: UnwrapRef + readonly useGeolocation: UnwrapRef + readonly useIdle: UnwrapRef + readonly useImage: UnwrapRef + readonly useInfiniteScroll: UnwrapRef + readonly useIntersectionObserver: UnwrapRef + readonly useInterval: UnwrapRef + readonly useIntervalFn: UnwrapRef + readonly useKeyModifier: UnwrapRef + readonly useLastChanged: UnwrapRef + readonly useLocalStorage: UnwrapRef + readonly useMagicKeys: UnwrapRef + readonly useManualRefHistory: UnwrapRef + readonly useMediaControls: UnwrapRef + readonly useMediaQuery: UnwrapRef + readonly useMemoize: UnwrapRef + readonly useMemory: UnwrapRef + readonly useMounted: UnwrapRef + readonly useMouse: UnwrapRef + readonly useMouseInElement: UnwrapRef + readonly useMousePressed: UnwrapRef + readonly useMutationObserver: UnwrapRef + readonly useNavigatorLanguage: UnwrapRef + readonly useNetwork: UnwrapRef + readonly useNow: UnwrapRef + readonly useOffsetPagination: UnwrapRef + readonly useOnline: UnwrapRef + readonly usePageLeave: UnwrapRef + readonly useParallax: UnwrapRef + readonly usePermission: UnwrapRef + readonly usePointer: UnwrapRef + readonly usePointerSwipe: UnwrapRef + readonly usePreferredColorScheme: UnwrapRef + readonly usePreferredDark: UnwrapRef + readonly usePreferredLanguages: UnwrapRef + readonly useRafFn: UnwrapRef + readonly useRefHistory: UnwrapRef + readonly useResizeObserver: UnwrapRef + readonly useRoute: UnwrapRef + readonly useRouter: UnwrapRef + readonly useScreenOrientation: UnwrapRef + readonly useScreenSafeArea: UnwrapRef + readonly useScriptTag: UnwrapRef + readonly useScroll: UnwrapRef + readonly useScrollLock: UnwrapRef + readonly useSessionStorage: UnwrapRef + readonly useShare: UnwrapRef + readonly useSlots: UnwrapRef + readonly useSpeechRecognition: UnwrapRef + readonly useSpeechSynthesis: UnwrapRef + readonly useStorage: UnwrapRef + readonly useStorageAsync: UnwrapRef + readonly useStyleTag: UnwrapRef + readonly useSwipe: UnwrapRef + readonly useTemplateRefsList: UnwrapRef + readonly useTextSelection: UnwrapRef + readonly useThrottle: UnwrapRef + readonly useThrottleFn: UnwrapRef + readonly useThrottledRefHistory: UnwrapRef + readonly useTimeAgo: UnwrapRef + readonly useTimeout: UnwrapRef + readonly useTimeoutFn: UnwrapRef + readonly useTimeoutPoll: UnwrapRef + readonly useTimestamp: UnwrapRef + readonly useTitle: UnwrapRef + readonly useToggle: UnwrapRef + readonly useTransition: UnwrapRef + readonly useUrlSearchParams: UnwrapRef + readonly useUserMedia: UnwrapRef + readonly useVModel: UnwrapRef + readonly useVModels: UnwrapRef + readonly useVibrate: UnwrapRef + readonly useVirtualList: UnwrapRef + readonly useWakeLock: UnwrapRef + readonly useWebNotification: UnwrapRef + readonly useWebSocket: UnwrapRef + readonly useWebWorker: UnwrapRef + readonly useWebWorkerFn: UnwrapRef + readonly useWindowFocus: UnwrapRef + readonly useWindowScroll: UnwrapRef + readonly useWindowSize: UnwrapRef + readonly watch: UnwrapRef + readonly watchAtMost: UnwrapRef + readonly watchDebounced: UnwrapRef + readonly watchEffect: UnwrapRef + readonly watchIgnorable: UnwrapRef + readonly watchOnce: UnwrapRef + readonly watchPausable: UnwrapRef + readonly watchPostEffect: UnwrapRef + readonly watchSyncEffect: UnwrapRef + readonly watchThrottled: UnwrapRef + readonly watchWithFilter: UnwrapRef + readonly whenever: UnwrapRef } } diff --git a/components.d.ts b/components.d.ts index 1f2f74d..a9521f3 100644 --- a/components.d.ts +++ b/components.d.ts @@ -1,6 +1,6 @@ // generated by unplugin-vue-components // We suggest you to commit this file into source control -// Read more: https://github.com/vuejs/vue-next/pull/3399 +// Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' declare module '@vue/runtime-core' { diff --git a/package.json b/package.json index 70e61ad..926fda4 100644 --- a/package.json +++ b/package.json @@ -10,28 +10,28 @@ "test": "vitest" }, "dependencies": { - "@vueuse/core": "^8.6.0", + "@vueuse/core": "^8.7.5", "vue": "^3.2.37", "vue-router": "^4.0.16" }, "devDependencies": { "@antfu/eslint-config": "^0.25.1", "@iconify-json/carbon": "^1.1.5", - "@types/node": "^17.0.42", - "@unocss/reset": "^0.39.0", + "@types/node": "^18.0.0", + "@unocss/reset": "^0.39.3", "@vitejs/plugin-vue": "^2.3.3", - "@vue/test-utils": "^2.0.0", - "eslint": "^8.17.0", - "jsdom": "^19.0.0", - "pnpm": "^7.2.1", - "typescript": "^4.7.3", - "unocss": "^0.39.0", - "unplugin-auto-import": "^0.8.8", - "unplugin-vue-components": "^0.19.6", + "@vue/test-utils": "^2.0.1", + "eslint": "^8.18.0", + "jsdom": "^20.0.0", + "pnpm": "^7.3.0", + "typescript": "^4.7.4", + "unocss": "^0.39.3", + "unplugin-auto-import": "^0.9.1", + "unplugin-vue-components": "^0.20.0", "vite": "^2.9.12", - "vite-plugin-pages": "^0.24.0", - "vitest": "^0.14.2", - "vue-tsc": "^0.37.7" + "vite-plugin-pages": "^0.24.2", + "vitest": "^0.16.0", + "vue-tsc": "^0.38.1" }, "eslintConfig": { "extends": "@antfu" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 990d18c..831cae6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,67 +3,67 @@ lockfileVersion: 5.4 specifiers: '@antfu/eslint-config': ^0.25.1 '@iconify-json/carbon': ^1.1.5 - '@types/node': ^17.0.42 - '@unocss/reset': ^0.39.0 + '@types/node': ^18.0.0 + '@unocss/reset': ^0.39.3 '@vitejs/plugin-vue': ^2.3.3 - '@vue/test-utils': ^2.0.0 - '@vueuse/core': ^8.6.0 - eslint: ^8.17.0 - jsdom: ^19.0.0 - pnpm: ^7.2.1 - typescript: ^4.7.3 - unocss: ^0.39.0 - unplugin-auto-import: ^0.8.8 - unplugin-vue-components: ^0.19.6 + '@vue/test-utils': ^2.0.1 + '@vueuse/core': ^8.7.5 + eslint: ^8.18.0 + jsdom: ^20.0.0 + pnpm: ^7.3.0 + typescript: ^4.7.4 + unocss: ^0.39.3 + unplugin-auto-import: ^0.9.1 + unplugin-vue-components: ^0.20.0 vite: ^2.9.12 - vite-plugin-pages: ^0.24.0 - vitest: ^0.14.2 + vite-plugin-pages: ^0.24.2 + vitest: ^0.16.0 vue: ^3.2.37 vue-router: ^4.0.16 - vue-tsc: ^0.37.7 + vue-tsc: ^0.38.1 dependencies: - '@vueuse/core': 8.6.0_vue@3.2.37 + '@vueuse/core': 8.7.5_vue@3.2.37 vue: 3.2.37 vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@antfu/eslint-config': 0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4 + '@antfu/eslint-config': 0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e '@iconify-json/carbon': 1.1.5 - '@types/node': 17.0.42 - '@unocss/reset': 0.39.0 + '@types/node': 18.0.0 + '@unocss/reset': 0.39.3 '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 - '@vue/test-utils': 2.0.0_vue@3.2.37 - eslint: 8.17.0 - jsdom: 19.0.0 - pnpm: 7.2.1 - typescript: 4.7.3 - unocss: 0.39.0_vite@2.9.12 - unplugin-auto-import: 0.8.8_xnp3iobkgue47hz2kuxdzi7u6a - unplugin-vue-components: 0.19.6_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.1_vue@3.2.37 + eslint: 8.18.0 + jsdom: 20.0.0 + pnpm: 7.3.0 + typescript: 4.7.4 + unocss: 0.39.3_vite@2.9.12 + unplugin-auto-import: 0.9.1_4jnm4urp6nwbe5o76bpn6kimyu + unplugin-vue-components: 0.20.0_vite@2.9.12+vue@3.2.37 vite: 2.9.12 - vite-plugin-pages: 0.24.0_vite@2.9.12 - vitest: 0.14.2_jsdom@19.0.0 - vue-tsc: 0.37.7_typescript@4.7.3 + vite-plugin-pages: 0.24.2_vite@2.9.12 + vitest: 0.16.0_jsdom@20.0.0 + vue-tsc: 0.38.1_typescript@4.7.4 packages: - /@antfu/eslint-config-basic/0.25.1_c75vrstjak6ulzoy6wy5a4ug4i: + /@antfu/eslint-config-basic/0.25.1_t5sxc3bagki3l2mk6notn5hgtm: resolution: {integrity: sha512-FiOC33yoqHJCElFjSPJ9rHIjGSvJSqbYE58PgRXtJE9E4MM00vwzbA9iKILLnj27o3r3V+1sngHWlIeGaQu/iA==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.17.0 - eslint-plugin-antfu: 0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.17.0 + eslint: 8.18.0 + eslint-plugin-antfu: 0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e + eslint-plugin-eslint-comments: 3.2.0_eslint@8.18.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_n4dyx7lg25q5n6bft3gdtbivxa - eslint-plugin-jsonc: 2.2.1_eslint@8.17.0 - eslint-plugin-markdown: 2.2.1_eslint@8.17.0 - eslint-plugin-n: 15.2.0_eslint@8.17.0 - eslint-plugin-promise: 6.0.0_eslint@8.17.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.17.0 - eslint-plugin-yml: 1.0.0_eslint@8.17.0 + eslint-plugin-import: 2.26.0_upy6spliocstaxrp2iqt466vqq + eslint-plugin-jsonc: 2.2.1_eslint@8.18.0 + eslint-plugin-markdown: 2.2.1_eslint@8.18.0 + eslint-plugin-n: 15.2.0_eslint@8.18.0 + eslint-plugin-promise: 6.0.0_eslint@8.18.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.18.0 + eslint-plugin-yml: 1.0.0_eslint@8.18.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.0.1 transitivePeerDependencies: @@ -74,14 +74,14 @@ packages: - typescript dev: true - /@antfu/eslint-config-react/0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4: + /@antfu/eslint-config-react/0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e: resolution: {integrity: sha512-gLdRj4nmOk4W9ORzvkwf8kklCkSxY7ox7BKE97HYcGtaq5oAQjibYC+WPkLklj2+BQuOXcZdGbqJgx/+qHfRrw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4 - eslint: 8.17.0 - eslint-plugin-react: 7.30.0_eslint@8.17.0 + '@antfu/eslint-config-ts': 0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e + eslint: 8.18.0 + eslint-plugin-react: 7.30.0_eslint@8.18.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -89,31 +89,31 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4: + /@antfu/eslint-config-ts/0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e: resolution: {integrity: sha512-bKaSOah8Qb5ND0i14x3kcpfMA5euxy/9VYVwZQ2XJgY6hkjEY1wTyC0Jw6JQvTYglEycEc2SDrtEZ0+0SKA/jg==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.25.1_c75vrstjak6ulzoy6wy5a4ug4i - '@typescript-eslint/eslint-plugin': 5.26.0_c75vrstjak6ulzoy6wy5a4ug4i - '@typescript-eslint/parser': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 - eslint: 8.17.0 - typescript: 4.7.3 + '@antfu/eslint-config-basic': 0.25.1_t5sxc3bagki3l2mk6notn5hgtm + '@typescript-eslint/eslint-plugin': 5.26.0_t5sxc3bagki3l2mk6notn5hgtm + '@typescript-eslint/parser': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e + eslint: 8.18.0 + typescript: 4.7.4 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - /@antfu/eslint-config-vue/0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4: + /@antfu/eslint-config-vue/0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e: resolution: {integrity: sha512-Z9MCGYKZO50eU8YwgqBYWx+GVSOfDHxbIf6+BLxpDmrVGUuJQMqT5CIcihSRkQMeH/drQwPmQKbSSmVdjOLHrg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4 - eslint: 8.17.0 - eslint-plugin-vue: 9.0.1_eslint@8.17.0 + '@antfu/eslint-config-ts': 0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e + eslint: 8.18.0 + eslint-plugin-vue: 9.0.1_eslint@8.18.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -121,25 +121,25 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4: + /@antfu/eslint-config/0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e: resolution: {integrity: sha512-CRg2LL6bh+lWWfG5TDJh3TUQTh+immu6IWkiVaJJn4jVD7jFQSewvIQUoPo7/YEPFpL2TTCCUjmT2YpmSbnedg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4 - '@antfu/eslint-config-vue': 0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4 - '@typescript-eslint/eslint-plugin': 5.26.0_c75vrstjak6ulzoy6wy5a4ug4i - '@typescript-eslint/parser': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 - eslint: 8.17.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.17.0 + '@antfu/eslint-config-react': 0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e + '@antfu/eslint-config-vue': 0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/eslint-plugin': 5.26.0_t5sxc3bagki3l2mk6notn5hgtm + '@typescript-eslint/parser': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e + eslint: 8.18.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.18.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_n4dyx7lg25q5n6bft3gdtbivxa - eslint-plugin-jsonc: 2.2.1_eslint@8.17.0 - eslint-plugin-n: 15.2.0_eslint@8.17.0 - eslint-plugin-promise: 6.0.0_eslint@8.17.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.17.0 - eslint-plugin-vue: 9.0.1_eslint@8.17.0 - eslint-plugin-yml: 1.0.0_eslint@8.17.0 + eslint-plugin-import: 2.26.0_upy6spliocstaxrp2iqt466vqq + eslint-plugin-jsonc: 2.2.1_eslint@8.18.0 + eslint-plugin-n: 15.2.0_eslint@8.18.0 + eslint-plugin-promise: 6.0.0_eslint@8.18.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.18.0 + eslint-plugin-vue: 9.0.1_eslint@8.18.0 + eslint-plugin-yml: 1.0.0_eslint@8.18.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.0.1 transitivePeerDependencies: @@ -236,8 +236,8 @@ packages: resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==} dev: true - /@iconify/utils/1.0.32: - resolution: {integrity: sha512-m+rnw7qKHq/XF7DAi4BcFoEAcXBfqqMgQJh8brGEHeqE/RUvgDMjmxsHgWnVpFsG+VmjGyAiI7nwXdliCwEU0Q==} + /@iconify/utils/1.0.33: + resolution: {integrity: sha512-vGeAqo7aGPxOQmGdVoXFUOuyN+0V7Lcrx2EvaiRjxUD1x6Om0Tvq2bdm7E24l2Pz++4S0mWMCVFXe/17EtKImQ==} dependencies: '@antfu/install-pkg': 0.1.0 '@antfu/utils': 0.5.2 @@ -321,8 +321,8 @@ packages: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node/17.0.42: - resolution: {integrity: sha512-Q5BPGyGKcvQgAMbsr7qEGN/kIPN6zZecYYABeTDBizOsau+2NMdSVTar9UQw21A2+JyA2KRNDYaYrPB0Rpk2oQ==} + /@types/node/18.0.0: + resolution: {integrity: sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==} dev: true /@types/normalize-package-data/2.4.1: @@ -333,7 +333,10 @@ packages: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: true - /@typescript-eslint/eslint-plugin/5.26.0_c75vrstjak6ulzoy6wy5a4ug4i: + /@types/web-bluetooth/0.0.14: + resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==} + + /@typescript-eslint/eslint-plugin/5.26.0_t5sxc3bagki3l2mk6notn5hgtm: resolution: {integrity: sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -344,23 +347,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/parser': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e '@typescript-eslint/scope-manager': 5.26.0 - '@typescript-eslint/type-utils': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 - '@typescript-eslint/utils': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/type-utils': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/utils': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e debug: 4.3.4 - eslint: 8.17.0 + eslint: 8.18.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.3 - typescript: 4.7.3 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4: + /@typescript-eslint/parser/5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e: resolution: {integrity: sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -372,10 +375,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.26.0 '@typescript-eslint/types': 5.26.0 - '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.3 + '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.4 debug: 4.3.4 - eslint: 8.17.0 - typescript: 4.7.3 + eslint: 8.18.0 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true @@ -388,7 +391,7 @@ packages: '@typescript-eslint/visitor-keys': 5.26.0 dev: true - /@typescript-eslint/type-utils/5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4: + /@typescript-eslint/type-utils/5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e: resolution: {integrity: sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -398,11 +401,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/utils': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e debug: 4.3.4 - eslint: 8.17.0 - tsutils: 3.21.0_typescript@4.7.3 - typescript: 4.7.3 + eslint: 8.18.0 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true @@ -412,7 +415,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.26.0_typescript@4.7.3: + /@typescript-eslint/typescript-estree/5.26.0_typescript@4.7.4: resolution: {integrity: sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -427,13 +430,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.3 - typescript: 4.7.3 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4: + /@typescript-eslint/utils/5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e: resolution: {integrity: sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -442,10 +445,10 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 5.26.0 '@typescript-eslint/types': 5.26.0 - '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.3 - eslint: 8.17.0 + '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.4 + eslint: 8.18.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.17.0 + eslint-utils: 3.0.0_eslint@8.18.0 transitivePeerDependencies: - supports-color - typescript @@ -459,14 +462,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@unocss/cli/0.39.0: - resolution: {integrity: sha512-gMk6M3iLEHzoP7EEiHsR/O7I82VMpsaZlJxeUAp3owaz8znBUJyies441FIp2ahbn043ptMyOVzhI76MX/bSFA==} + /@unocss/cli/0.39.3: + resolution: {integrity: sha512-h+qq76CJTkV7GYBSQ3vSJCn/jewFzBVh8owMYH3B1ROe5D1mCev2INYvHlsQsVVoyxnccBeuZ6st6OK56VyDjA==} engines: {node: '>=14'} hasBin: true dependencies: - '@unocss/config': 0.39.0 - '@unocss/core': 0.39.0 - '@unocss/preset-uno': 0.39.0 + '@unocss/config': 0.39.3 + '@unocss/core': 0.39.3 + '@unocss/preset-uno': 0.39.3 cac: 6.7.12 chokidar: 3.5.3 colorette: 2.0.16 @@ -476,119 +479,119 @@ packages: perfect-debounce: 0.1.3 dev: true - /@unocss/config/0.39.0: - resolution: {integrity: sha512-anRVtucLuCXLqjHw/vpe1GN2y2ncFC7Ll+GeLeqM/RY63B8g1WuAI/x76D6m9VFbDMUZGaR54MVnzE4BOzOx/Q==} + /@unocss/config/0.39.3: + resolution: {integrity: sha512-qyxjUUdi+D/vS4Snhoj0uW8ErKlfZCKdjJ+ntwnJK3c8dxAp/IuicE+6ukcLfHxT0kAw1xaRlNwamtL3MgcX/A==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 unconfig: 0.3.4 dev: true - /@unocss/core/0.39.0: - resolution: {integrity: sha512-S6ujOluyh/VTIMYTlD2cyfiIlZ9cd/idvBXEky+7nFYHsiQHA0WCTOvCECuLt5Rv8V+njVRF3XLBSStZ+6M+pQ==} + /@unocss/core/0.39.3: + resolution: {integrity: sha512-8MnXKHNtp6xgsFIaFtWctnbsT60c8JSlxXA7XbGxEztOmSEhpZmLeLGe5AgmEGPH6MssqJtI0DCeTbzbbtOjfw==} dev: true - /@unocss/inspector/0.39.0: - resolution: {integrity: sha512-vjysyEbP7+Xg7ABJPkSEbkiiPbXBuWCk0hj7U6Oosf/m/c5ExgPeyjQlyvIwSluTtmPIdp5/shlSD94dSm+1Tg==} + /@unocss/inspector/0.39.3: + resolution: {integrity: sha512-j7U04I07sqK63+3cA7oju/hoGOkdN+/hAwGYkCgWGNj+HwxiU7TTEVg0qZ1FAUU/GyyI9G/c4RIpwei9dLVz9w==} dependencies: gzip-size: 6.0.0 sirv: 2.0.2 dev: true - /@unocss/preset-attributify/0.39.0: - resolution: {integrity: sha512-Iw9wxN6KEC9UySXh3aRsKAi8df4bz+Owv6r9AdAvimr9JaLZQRl6JUIWhVAMIRfdn/aKztdu8B6gmg7pNZsGFA==} + /@unocss/preset-attributify/0.39.3: + resolution: {integrity: sha512-SZWWUfTTKyHHqlF9x6aZ+BFMIiwOsUTP4NXS3/rIroqzfvVDZtGS6/a7RVBl+M74wjqSWB/DDeS9kQiH2L/CIg==} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 dev: true - /@unocss/preset-icons/0.39.0: - resolution: {integrity: sha512-00hJSHpA56pWjm1VMDqEGAbBeXMHDygynkAN/XbRPZuSyfuXzjMWJzNf/OTrj+hd+CDqQM20ntJuQyNDV0Rguw==} + /@unocss/preset-icons/0.39.3: + resolution: {integrity: sha512-zMTfP3pVaN2WREWY36adsY62gEm51R0CZd7v0gHOlltEG6kT1UCeyIQwOtn48wHRCesy92f70R6RIR3rwSVaCQ==} dependencies: - '@iconify/utils': 1.0.32 - '@unocss/core': 0.39.0 + '@iconify/utils': 1.0.33 + '@unocss/core': 0.39.3 ohmyfetch: 0.4.18 transitivePeerDependencies: - supports-color dev: true - /@unocss/preset-mini/0.39.0: - resolution: {integrity: sha512-EPZ/YP3l605BU0DP4/NRHD+VMjuHvVPjVovgq9TNSIo6Y1s/qDfCHkxfuAIzCuqDneEx3QxR9RpmevD1Jm+plQ==} + /@unocss/preset-mini/0.39.3: + resolution: {integrity: sha512-XCxp3mwWsEpCo0cIJA3tLrWqdAL09gP3wv9iGh4H9o0fIPlYXjVTC1WtUHkv3C09LdZ+MH/9Ja/KqnVf3bNROA==} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 dev: true - /@unocss/preset-tagify/0.39.0: - resolution: {integrity: sha512-n0O5zKdEGqEq8Q2gejAc1bjyRm/bpOocdWmB9R+rUlG2pmY4/0M1rEv1niKgTd8TVWz1rGxo/WbF3acyKmsXTw==} + /@unocss/preset-tagify/0.39.3: + resolution: {integrity: sha512-OXE47cS/tiL92ZThgLOpbSFy7MPZ4upE4ZX1m9pnCaWzX7LBzp8Gw0DM+dF3IYdIfJpmU4R6b53ME8SchofuHA==} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 dev: true - /@unocss/preset-typography/0.39.0: - resolution: {integrity: sha512-k6JewRxE0taRDebQWSg0fSLvpexmpqbXYM2DBaJYtLomktQdz64+eMVmP46dD4HRaflsM4ovmtOEl3PlGKaXrQ==} + /@unocss/preset-typography/0.39.3: + resolution: {integrity: sha512-jTJOA87bEkU0RGMPSFZK3Zobr2fgkqKCYDczTjPbCiZ8UzlMJnWrpsNTN9f4UI0b6Ck8sXtMtW8sRrJsEll9jg==} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 dev: true - /@unocss/preset-uno/0.39.0: - resolution: {integrity: sha512-2Qzb1R6DIT1izO0AKxIdLskgpv/XeLQWLkHLb8OKR8cD9ZgWInnWM5Z82vrnKtBXLcaV3POyu6Kx/wR3oquyew==} + /@unocss/preset-uno/0.39.3: + resolution: {integrity: sha512-EADVFqx5x4te/teqwjHb025FIy/T0QXafcVDRwUijS6OOqm5rZ7fXd/hu41XYYn3B802r/g4bDC2wO+7foNVwA==} dependencies: - '@unocss/core': 0.39.0 - '@unocss/preset-mini': 0.39.0 - '@unocss/preset-wind': 0.39.0 + '@unocss/core': 0.39.3 + '@unocss/preset-mini': 0.39.3 + '@unocss/preset-wind': 0.39.3 dev: true - /@unocss/preset-web-fonts/0.39.0: - resolution: {integrity: sha512-7wB02rj4QNywqwI064BhVMfQxfU0Y5UWnUQQA5SIxWU6lA7waAdqnVzaJHw1jwdsbgBbn0l0bGIWhDwfJscfIg==} + /@unocss/preset-web-fonts/0.39.3: + resolution: {integrity: sha512-b23nmEGHbfvC/PCv0m0BGqFt2zX8J9ekwjfmEL1Bk1C0KL2voYGSdbSm0I8iO6sKb1CLy6qy71N/CuGtIE3FJA==} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 ohmyfetch: 0.4.18 dev: true - /@unocss/preset-wind/0.39.0: - resolution: {integrity: sha512-DXykxha0yHw/DXR8at4Q/FhkqaydR6Q+2yiS1DtSOfc6DBUFWjK0wQDH3CsapYury94qhfixTjUlfGDtpzn9CQ==} + /@unocss/preset-wind/0.39.3: + resolution: {integrity: sha512-kjMgPxt4xfmiliodKTbotJDSAqAOCy25f1jdIj9CjjFjwYsUAuiYi8UgPsEi550Bj5BlBEHFn/RhcMGvinzY8A==} dependencies: - '@unocss/core': 0.39.0 - '@unocss/preset-mini': 0.39.0 + '@unocss/core': 0.39.3 + '@unocss/preset-mini': 0.39.3 dev: true - /@unocss/reset/0.39.0: - resolution: {integrity: sha512-LSIG3MrhKWE4bWtlZSIFkxEbHf/pX6+kKmKC0t+K31qktnXNa0fCEqF9ETABboDUmt2n8QI2RVZoGm+nCmLP1A==} + /@unocss/reset/0.39.3: + resolution: {integrity: sha512-hW3gZ3lsu6N58XEG7m1dprt15fN0xkYjAo7vSp8eT3/p7h5HE7wNgU2v9ttGBC3B2z4AWHGdspfmaH3sR8lCJw==} dev: true - /@unocss/scope/0.39.0: - resolution: {integrity: sha512-07f9DM45LeKyNFxyOplkYDy6cxfUvdTcdRkMxPCuWR9VFVvXX0V7Ea6LylLyZdefNYPfjpuBhk+nvWoxA2Fyiw==} + /@unocss/scope/0.39.3: + resolution: {integrity: sha512-ex2QDRgBQ5mTwBcXtCWdTDPl6/HrBv0asDWVXXv7ezjxcByJjMrHj64gMvUbAcGAoX2ic7hIEUT3Ju5i6knKFw==} dev: true - /@unocss/transformer-compile-class/0.39.0: - resolution: {integrity: sha512-e8C8NUn0u7inVYEyu3gORzPL5cDZZk5/cmLP0wu35smtAv5JFUYGXEWwr3+e+GGvf88vuRYYLn2VyQXVzY2Ltg==} + /@unocss/transformer-compile-class/0.39.3: + resolution: {integrity: sha512-OmYP0uk+DGR5kc2T+teL6CLNj/sRxbY3SmlPx2kDbsRLc5gFccQryjj4bBk6QNOKxP5OGJpAqcw1y1JctvRgog==} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 dev: true - /@unocss/transformer-directives/0.39.0: - resolution: {integrity: sha512-m206WURKdyTslaiPGfFET51Yd5ZQdKi5sEYPn1zDrQmYac89HtJsj/cWc8beoSphi3+qdfWWXPqSHG9QZ3ibng==} + /@unocss/transformer-directives/0.39.3: + resolution: {integrity: sha512-E1wzZaR6rIBQNemgDi9LoljtkYcOSiKGMUTz6kRGoxVBzaYE6Ji/YKbb22lKd6vLOFnRyCxzPHdzY9qvvl5D6w==} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 css-tree: 2.1.0 dev: true - /@unocss/transformer-variant-group/0.39.0: - resolution: {integrity: sha512-5uj3eBZ+L+xoZ4fJG0KZXkpcM9jL7D+QmgA8FwNtCPOsiDXA4Jf/j9ySyyIeQefrzAf7nJwNXO7ReHIk1s/1Xw==} + /@unocss/transformer-variant-group/0.39.3: + resolution: {integrity: sha512-YoYz87qSSEvXXUkgHbO2kz/M03dbZuedjDvvWXsBAvj20MQFpkZpbNHYf2DJ+EkO/WXd+KEF2HBwlgoANcZlaw==} dependencies: - '@unocss/core': 0.39.0 + '@unocss/core': 0.39.3 dev: true - /@unocss/vite/0.39.0_vite@2.9.12: - resolution: {integrity: sha512-/LZnIblQ3PMVhhJUzyqpVFpybCWv3dtMOaQngvZLbkd7NjV20iuX2kpHKFIvq+tWa+Xs32N9HQvkniv19LKdIg==} + /@unocss/vite/0.39.3_vite@2.9.12: + resolution: {integrity: sha512-JT21v6ZwLCHPGVfjoWsOdSkMhFNiW2robhQke33WLlRGyT5U4K1SWLxNk+XPDbFdP+WZdcVJi5W5yG8Mm27WBw==} peerDependencies: vite: ^2.9.0 dependencies: '@rollup/pluginutils': 4.2.1 - '@unocss/config': 0.39.0 - '@unocss/core': 0.39.0 - '@unocss/inspector': 0.39.0 - '@unocss/scope': 0.39.0 - '@unocss/transformer-directives': 0.39.0 + '@unocss/config': 0.39.3 + '@unocss/core': 0.39.3 + '@unocss/inspector': 0.39.3 + '@unocss/scope': 0.39.3 + '@unocss/transformer-directives': 0.39.3 magic-string: 0.26.2 vite: 2.9.12 dev: true @@ -604,32 +607,32 @@ packages: vue: 3.2.37 dev: true - /@volar/code-gen/0.37.7: - resolution: {integrity: sha512-mFUUNgvqK7PdUpMj7euLluX2/5kkY45fL0tERm5XdikB0/bp9GuNG/RUGl0GxB1ocdIsUKw3oprOmJGTL/trYg==} + /@volar/code-gen/0.38.1: + resolution: {integrity: sha512-QnEJfCPhPqzhQY/iN7euGoUWphyv4TmN1xK/HEpnXwgqgvIyLk/Ih3rvAFqlP6I5fTaCu6TGf9kZmjw9AlEeMA==} dependencies: - '@volar/source-map': 0.37.7 + '@volar/source-map': 0.38.1 dev: true - /@volar/source-map/0.37.7: - resolution: {integrity: sha512-am/EroeyiQWRisyEMWmbKYUCffiL6Fxxe+U2sxEat9PGZw767rEGJ7EKj5m1iNMpinGYsYTV7ymTihn/X1OoDg==} + /@volar/source-map/0.38.1: + resolution: {integrity: sha512-1DoB8BYTle81DdLChnurYteN208qvsfz4IgwjH6T2YcnBtUvtscxMOwg0bfQJskfoLrJ5gESBvEpU8tWsEVyrQ==} dev: true - /@volar/vue-code-gen/0.37.7: - resolution: {integrity: sha512-VM5UE1WUR05sEheVQoG/Yeryg9u8jmteOLeNWAlRrZHgqU1t97NOFBxo2Ul9hgeBBW80E2JE02+cZ/srqYDbgQ==} + /@volar/vue-code-gen/0.38.1: + resolution: {integrity: sha512-tgJ2uySZKZqiq6HFKmjeVmUhJttd2LMhqtlqSukdqGx2Xw/OWnL0Di7+q6AScC6tu9/Bw570HKMHbhhLIrQm2Q==} dependencies: - '@volar/code-gen': 0.37.7 - '@volar/source-map': 0.37.7 + '@volar/code-gen': 0.38.1 + '@volar/source-map': 0.38.1 '@vue/compiler-core': 3.2.37 '@vue/compiler-dom': 3.2.37 '@vue/shared': 3.2.37 dev: true - /@volar/vue-typescript/0.37.7: - resolution: {integrity: sha512-V2mdX9GiFK7xxEaiIkJCzrrdfZkF8ptIw3L/LDqOUtUATEB9Da7zJHPugLMa3+wTL8JzFonRRXs02VNfP6SJIg==} + /@volar/vue-typescript/0.38.1: + resolution: {integrity: sha512-D4bTuiJ2WiRppJuZ34r3pstFLTwpweke3haszJwp0ioUI9BqKgh02TFqM+qhPezH6fF0NrWCxXMMQVxZL6d7gA==} dependencies: - '@volar/code-gen': 0.37.7 - '@volar/source-map': 0.37.7 - '@volar/vue-code-gen': 0.37.7 + '@volar/code-gen': 0.38.1 + '@volar/source-map': 0.38.1 + '@volar/vue-code-gen': 0.38.1 '@vue/compiler-sfc': 3.2.37 '@vue/reactivity': 3.2.37 dev: true @@ -711,16 +714,16 @@ packages: /@vue/shared/3.2.37: resolution: {integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==} - /@vue/test-utils/2.0.0_vue@3.2.37: - resolution: {integrity: sha512-zL5kygNq7hONrO1CzaUGprEAklAX+pH8J1MPMCU3Rd2xtSYkZ+PmKU3oEDRg8VAGdL5lNJHzDgrud5amFPtirw==} + /@vue/test-utils/2.0.1_vue@3.2.37: + resolution: {integrity: sha512-4kt7Sw1gzXeQOsMqrwrQbmEiG8El4MP8P4hfxkmfXdUHf7yHa3xC5CQc0x2YyuhT41w2d4K4O0ZdRvZhGdZlow==} peerDependencies: vue: ^3.0.1 dependencies: vue: 3.2.37 dev: true - /@vueuse/core/8.6.0_vue@3.2.37: - resolution: {integrity: sha512-VirzExCm/N+QdrEWT7J4uSrvJ5hquKIAU9alQ37kUvIJk9XxCLxmfRnmekYc1kz2+6BnoyuKYXVmrMV351CB4w==} + /@vueuse/core/8.7.5_vue@3.2.37: + resolution: {integrity: sha512-tqgzeZGoZcXzoit4kOGLWJibDMLp0vdm6ZO41SSUQhkhtrPhAg6dbIEPiahhUu6sZAmSYvVrZgEr5aKD51nrLA==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -730,16 +733,17 @@ packages: vue: optional: true dependencies: - '@vueuse/metadata': 8.6.0 - '@vueuse/shared': 8.6.0_vue@3.2.37 + '@types/web-bluetooth': 0.0.14 + '@vueuse/metadata': 8.7.5 + '@vueuse/shared': 8.7.5_vue@3.2.37 vue: 3.2.37 vue-demi: 0.12.1_vue@3.2.37 - /@vueuse/metadata/8.6.0: - resolution: {integrity: sha512-F+CKPvaExsm7QgRr8y+ZNJFwXasn89rs5wth/HeX9lJ1q8XEt+HJ16Q5Sxh4rfG5YSKXrStveVge8TKvPjMjFA==} + /@vueuse/metadata/8.7.5: + resolution: {integrity: sha512-emJZKRQSaEnVqmlu39NpNp8iaW+bPC2kWykWoWOZMSlO/0QVEmO/rt8A5VhOEJTKLX3vwTevqbiRy9WJRwVOQg==} - /@vueuse/shared/8.6.0_vue@3.2.37: - resolution: {integrity: sha512-Y/IVywZo7IfEoSSEtCYpkVEmPV7pU35mEIxV7PbD/D3ly18B3mEsBaPbtDkNM/QP3zAZ5mn4nEkOfddX4uwuIA==} + /@vueuse/shared/8.7.5_vue@3.2.37: + resolution: {integrity: sha512-THXPvMBFmg6Gf6AwRn/EdTh2mhqwjGsB2Yfp374LNQSQVKRHtnJ0I42bsZTn7nuEliBxqUrGQm/lN6qUHmhJLw==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -752,8 +756,8 @@ packages: vue: 3.2.37 vue-demi: 0.12.1_vue@3.2.37 - /abab/2.0.5: - resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} + /abab/2.0.6: + resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} dev: true /acorn-globals/6.0.0: @@ -782,12 +786,6 @@ packages: hasBin: true dev: true - /acorn/8.6.0: - resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - /acorn/8.7.1: resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==} engines: {node: '>=0.4.0'} @@ -883,7 +881,7 @@ packages: dev: true /asynckit/0.4.0: - resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: true /available-typed-arrays/1.0.4: @@ -1109,13 +1107,13 @@ packages: /csstype/2.6.17: resolution: {integrity: sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A==} - /data-urls/3.0.1: - resolution: {integrity: sha512-Ds554NeT5Gennfoo9KN50Vh6tpgtvYEwraYjejXnyTpu1C7oXKxdFk75REooENHE8ndTVOJuv+BEs4/J/xcozw==} + /data-urls/3.0.2: + resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==} engines: {node: '>=12'} dependencies: - abab: 2.0.5 + abab: 2.0.6 whatwg-mimetype: 3.0.0 - whatwg-url: 10.0.0 + whatwg-url: 11.0.0 dev: true /debug/2.6.9: @@ -1200,7 +1198,7 @@ packages: dev: true /delayed-stream/1.0.0: - resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} dev: true @@ -1276,6 +1274,11 @@ packages: engines: {node: '>=0.12'} dev: true + /entities/4.3.0: + resolution: {integrity: sha512-/iP1rZrSEJ0DTlPiX+jbzlA3eVkY/e8L8SozroF395fIqE3TYF/Nz7YOMAawta+vLmyJ/hkGNNPcSbMADCCXbg==} + engines: {node: '>=0.12'} + dev: true + /error-ex/1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: @@ -1602,7 +1605,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/parser': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -1610,35 +1613,35 @@ packages: - supports-color dev: true - /eslint-plugin-antfu/0.25.1_ud6rd4xtew5bv4yhvkvu24pzm4: + /eslint-plugin-antfu/0.25.1_b5e7v2qnwxfo6hmiq56u52mz3e: resolution: {integrity: sha512-xZrk0BIHZFfrUkr2Ff1uZdnzTmCM6ZQccOxpn7/IKfUENe16sSMuZ8YHKaVrUSAMIPoUOFKG2Qpu2UxwIRTd9w==} dependencies: - '@typescript-eslint/utils': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/utils': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /eslint-plugin-es/4.1.0_eslint@8.17.0: + /eslint-plugin-es/4.1.0_eslint@8.18.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.17.0 + eslint: 8.18.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.17.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.18.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.17.0 + eslint: 8.18.0 ignore: 5.2.0 dev: true @@ -1648,7 +1651,7 @@ packages: htmlparser2: 7.2.0 dev: true - /eslint-plugin-import/2.26.0_n4dyx7lg25q5n6bft3gdtbivxa: + /eslint-plugin-import/2.26.0_upy6spliocstaxrp2iqt466vqq: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -1658,12 +1661,12 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.26.0_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/parser': 5.26.0_b5e7v2qnwxfo6hmiq56u52mz3e array-includes: 3.1.5 array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.17.0 + eslint: 8.18.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3_zhgf6mw2wzy6dnrak3ta47vb3m has: 1.0.3 @@ -1679,40 +1682,40 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc/2.2.1_eslint@8.17.0: + /eslint-plugin-jsonc/2.2.1_eslint@8.18.0: resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.17.0 - eslint-utils: 3.0.0_eslint@8.17.0 + eslint: 8.18.0 + eslint-utils: 3.0.0_eslint@8.18.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-markdown/2.2.1_eslint@8.17.0: + /eslint-plugin-markdown/2.2.1_eslint@8.18.0: resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==} engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.17.0 + eslint: 8.18.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n/15.2.0_eslint@8.17.0: + /eslint-plugin-n/15.2.0_eslint@8.18.0: resolution: {integrity: sha512-lWLg++jGwC88GDGGBX3CMkk0GIWq0y41aH51lavWApOKcMQcYoL3Ayd0lEdtD3SnQtR+3qBvWQS3qGbR2BxRWg==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 4.0.0 - eslint: 8.17.0 - eslint-plugin-es: 4.1.0_eslint@8.17.0 - eslint-utils: 3.0.0_eslint@8.17.0 + eslint: 8.18.0 + eslint-plugin-es: 4.1.0_eslint@8.18.0 + eslint-utils: 3.0.0_eslint@8.18.0 ignore: 5.2.0 is-core-module: 2.8.1 minimatch: 3.1.2 @@ -1720,16 +1723,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/6.0.0_eslint@8.17.0: + /eslint-plugin-promise/6.0.0_eslint@8.18.0: resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.17.0 + eslint: 8.18.0 dev: true - /eslint-plugin-react/7.30.0_eslint@8.17.0: + /eslint-plugin-react/7.30.0_eslint@8.18.0: resolution: {integrity: sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==} engines: {node: '>=4'} peerDependencies: @@ -1738,7 +1741,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.17.0 + eslint: 8.18.0 estraverse: 5.3.0 jsx-ast-utils: 3.2.0 minimatch: 3.1.2 @@ -1752,7 +1755,7 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /eslint-plugin-unicorn/42.0.0_eslint@8.17.0: + /eslint-plugin-unicorn/42.0.0_eslint@8.18.0: resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==} engines: {node: '>=12'} peerDependencies: @@ -1761,8 +1764,8 @@ packages: '@babel/helper-validator-identifier': 7.16.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.17.0 - eslint-utils: 3.0.0_eslint@8.17.0 + eslint: 8.18.0 + eslint-utils: 3.0.0_eslint@8.18.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -1775,32 +1778,32 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/9.0.1_eslint@8.17.0: + /eslint-plugin-vue/9.0.1_eslint@8.18.0: resolution: {integrity: sha512-/w/9/vzz+4bSYtp5UqXgJ0CfycXTMtpp6lkz7/fMp0CcJxPWyRP6Pr88ihhrsNEcVt2ZweMupWRNYa+5Md41LQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.17.0 - eslint-utils: 3.0.0_eslint@8.17.0 + eslint: 8.18.0 + eslint-utils: 3.0.0_eslint@8.18.0 natural-compare: 1.4.0 nth-check: 2.0.1 postcss-selector-parser: 6.0.10 semver: 7.3.7 - vue-eslint-parser: 9.0.2_eslint@8.17.0 + vue-eslint-parser: 9.0.2_eslint@8.18.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/1.0.0_eslint@8.17.0: + /eslint-plugin-yml/1.0.0_eslint@8.18.0: resolution: {integrity: sha512-0RVoUFh5vpznE2DIP5agSpWO/nU8GgAWwoTAHWopU2X+1SCB5ykHU6DwS0GrZ5Hvejtk6CcADQllpQQJB4C5QA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.17.0 + eslint: 8.18.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.0.1 @@ -1831,13 +1834,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.17.0: + /eslint-utils/3.0.0_eslint@8.18.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.17.0 + eslint: 8.18.0 eslint-visitor-keys: 2.1.0 dev: true @@ -1856,8 +1859,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.17.0: - resolution: {integrity: sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==} + /eslint/8.18.0: + resolution: {integrity: sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -1870,7 +1873,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.17.0 + eslint-utils: 3.0.0_eslint@8.18.0 eslint-visitor-keys: 3.3.0 espree: 9.3.2 esquery: 1.4.0 @@ -2248,8 +2251,8 @@ packages: - supports-color dev: true - /https-proxy-agent/5.0.0: - resolution: {integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==} + /https-proxy-agent/5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 @@ -2375,6 +2378,12 @@ packages: has: 1.0.3 dev: true + /is-core-module/2.9.0: + resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} + dependencies: + has: 1.0.3 + dev: true + /is-date-object/1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} @@ -2513,32 +2522,32 @@ packages: argparse: 2.0.1 dev: true - /jsdom/19.0.0: - resolution: {integrity: sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==} - engines: {node: '>=12'} + /jsdom/20.0.0: + resolution: {integrity: sha512-x4a6CKCgx00uCmP+QakBDFXwjAJ69IkkIWHmtmjd3wvXPcdOS44hfX2vqkOQrVrq8l9DhNNADZRXaCEWvgXtVA==} + engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: canvas: optional: true dependencies: - abab: 2.0.5 - acorn: 8.6.0 + abab: 2.0.6 + acorn: 8.7.1 acorn-globals: 6.0.0 cssom: 0.5.0 cssstyle: 2.3.0 - data-urls: 3.0.1 + data-urls: 3.0.2 decimal.js: 10.3.1 domexception: 4.0.0 escodegen: 2.0.0 form-data: 4.0.0 html-encoding-sniffer: 3.0.0 http-proxy-agent: 5.0.0 - https-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 nwsapi: 2.2.0 - parse5: 6.0.1 - saxes: 5.0.1 + parse5: 7.0.0 + saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.0.0 w3c-hr-time: 1.0.2 @@ -2546,8 +2555,8 @@ packages: webidl-conversions: 7.0.0 whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 - whatwg-url: 10.0.0 - ws: 8.3.0 + whatwg-url: 11.0.0 + ws: 8.8.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -2767,8 +2776,8 @@ packages: brace-expansion: 1.1.11 dev: true - /minimatch/5.0.1: - resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==} + /minimatch/5.1.0: + resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 @@ -2782,8 +2791,8 @@ packages: resolution: {integrity: sha512-zMq5n3cOf4fOzA4WoeulxagbAgMChdev3MgP6K51k7M0u2whTXxupfIY4VVzws4vxkiWhwH1rVQcsw7zDGfRhA==} dev: true - /mlly/0.5.2: - resolution: {integrity: sha512-4GTELSSErv6ZZJYU98fZNuIBJcXSz+ktHdRrCYEqU1m6ZlebOCG0jwZ+IEd9vOrbpYsVBBMC5OTrEyLnKRcauQ==} + /mlly/0.5.3: + resolution: {integrity: sha512-im69tuLD9EJh9fc9TZRpJEFvsBcGMez7glUCWDcHWWCKzhvPmNvyaYjp/+h0qJJN/Xovrs//GzGjOOKmFw4Gog==} dependencies: pathe: 0.2.0 pkg-types: 0.3.2 @@ -3047,8 +3056,10 @@ packages: lines-and-columns: 1.1.6 dev: true - /parse5/6.0.1: - resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} + /parse5/7.0.0: + resolution: {integrity: sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g==} + dependencies: + entities: 4.3.0 dev: true /path-exists/3.0.0: @@ -3117,8 +3128,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/7.2.1: - resolution: {integrity: sha512-Z2Wg7YHxeit2U+0aSj+doBPF9+ER0e3VLOGuJOQbk8rzIxK6zMtrQ0ICieCUGPWRM0Vbwj8yIcTKzO22Yhs/Cg==} + /pnpm/7.3.0: + resolution: {integrity: sha512-HOXT6V+AznAyjL2Ay3TuuJQucsEguUiKjqyQq4WPPwOpaaILhkKvu8Nn1/OQWGi9V6T7OciyrctAKeYyCha6Ow==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -3233,6 +3244,15 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true + /resolve/1.22.1: + resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} + hasBin: true + dependencies: + is-core-module: 2.9.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: true + /resolve/2.0.0-next.3: resolution: {integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==} dependencies: @@ -3276,9 +3296,9 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /saxes/5.0.1: - resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} - engines: {node: '>=10'} + /saxes/6.0.0: + resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} + engines: {node: '>=v12.22.7'} dependencies: xmlchars: 2.2.0 dev: true @@ -3434,8 +3454,8 @@ packages: engines: {node: '>=8'} dev: true - /strip-literal/0.3.0: - resolution: {integrity: sha512-J+lfm3Pw5nzURj2B8acyvUSBqs3JbjM8WAfrmeH3qcn32+ew6kFwbZFV9+X8k9UOIAkQw9WPSzFZy3083c7l5Q==} + /strip-literal/0.4.0: + resolution: {integrity: sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==} dependencies: acorn: 8.7.1 dev: true @@ -3467,13 +3487,13 @@ packages: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true - /tinypool/0.1.3: - resolution: {integrity: sha512-2IfcQh7CP46XGWGGbdyO4pjcKqsmVqFAPcXfPxcPXmOWt9cYkTP9HcDmGgsfijYoAEc4z9qcpM/BaBz46Y9/CQ==} + /tinypool/0.2.1: + resolution: {integrity: sha512-HFU5ZYVq3wBfhSaf8qdqGsneaqXm0FgJQpoUlJbVdHpRLzm77IneKAD3RjzJWZvIv0YpPB9S7LUW53f6BE6ZSg==} engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.3.2: - resolution: {integrity: sha512-2+40EP4D3sFYy42UkgkFFB+kiX2Tg3URG/lVvAZFfLxgGpnWl5qQJuBw1gaLttq8UOS+2p3C0WrhJnQigLTT2Q==} + /tinyspy/0.3.3: + resolution: {integrity: sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==} engines: {node: '>=14.0.0'} dev: true @@ -3522,14 +3542,14 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true - /tsutils/3.21.0_typescript@4.7.3: + /tsutils/3.21.0_typescript@4.7.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.7.3 + typescript: 4.7.4 dev: true /type-check/0.3.2: @@ -3566,8 +3586,8 @@ packages: engines: {node: '>=8'} dev: true - /typescript/4.7.3: - resolution: {integrity: sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==} + /typescript/4.7.4: + resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -3598,18 +3618,18 @@ packages: engines: {node: '>=12.18'} dev: true - /unimport/0.2.7_vite@2.9.12: - resolution: {integrity: sha512-lnClmDG8f4ZfLrAXSbHoHXdmYPREW+W0Z99+E/aomHNbvwSBsQVTH6dSChHAdyjp3LNicj/jQgq5DQN8Ho8huA==} + /unimport/0.4.0_vite@2.9.12: + resolution: {integrity: sha512-k2KgvR/rvpmOln5vJtgbikfnntV3nG2F4mRrAI+16cA0KgANaPqHwVrdJijWbW4ZLDmSt0xzCfy4MJt8bMel0w==} dependencies: '@rollup/pluginutils': 4.2.1 escape-string-regexp: 5.0.0 fast-glob: 3.2.11 local-pkg: 0.4.1 magic-string: 0.26.2 - mlly: 0.5.2 + mlly: 0.5.3 pathe: 0.3.0 scule: 0.2.1 - strip-literal: 0.3.0 + strip-literal: 0.4.0 unplugin: 0.7.0_vite@2.9.12 transitivePeerDependencies: - esbuild @@ -3629,37 +3649,37 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /unocss/0.39.0_vite@2.9.12: - resolution: {integrity: sha512-MdFYHqw8+AepiyMQUtD3uUVlHjEdT5jU5/qMx+S1PVOr/lug67g8V8xj9N0HaAU1h3jvLz+U5ACQhsx7F7oRLA==} + /unocss/0.39.3_vite@2.9.12: + resolution: {integrity: sha512-+BZazovI1A+jlW0+GuSSABHQjBLpu2sQkLXriBTdZiPYZAqJJdiWHuQ6VPzF4Al5WM4VPpOgX5mUYWusJ813qw==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.39.0 + '@unocss/webpack': 0.39.3 peerDependenciesMeta: '@unocss/webpack': optional: true dependencies: - '@unocss/cli': 0.39.0 - '@unocss/core': 0.39.0 - '@unocss/preset-attributify': 0.39.0 - '@unocss/preset-icons': 0.39.0 - '@unocss/preset-mini': 0.39.0 - '@unocss/preset-tagify': 0.39.0 - '@unocss/preset-typography': 0.39.0 - '@unocss/preset-uno': 0.39.0 - '@unocss/preset-web-fonts': 0.39.0 - '@unocss/preset-wind': 0.39.0 - '@unocss/reset': 0.39.0 - '@unocss/transformer-compile-class': 0.39.0 - '@unocss/transformer-directives': 0.39.0 - '@unocss/transformer-variant-group': 0.39.0 - '@unocss/vite': 0.39.0_vite@2.9.12 + '@unocss/cli': 0.39.3 + '@unocss/core': 0.39.3 + '@unocss/preset-attributify': 0.39.3 + '@unocss/preset-icons': 0.39.3 + '@unocss/preset-mini': 0.39.3 + '@unocss/preset-tagify': 0.39.3 + '@unocss/preset-typography': 0.39.3 + '@unocss/preset-uno': 0.39.3 + '@unocss/preset-web-fonts': 0.39.3 + '@unocss/preset-wind': 0.39.3 + '@unocss/reset': 0.39.3 + '@unocss/transformer-compile-class': 0.39.3 + '@unocss/transformer-directives': 0.39.3 + '@unocss/transformer-variant-group': 0.39.3 + '@unocss/vite': 0.39.3_vite@2.9.12 transitivePeerDependencies: - supports-color - vite dev: true - /unplugin-auto-import/0.8.8_xnp3iobkgue47hz2kuxdzi7u6a: - resolution: {integrity: sha512-cVZ79zMR1v4VCZ9emFTUnltmazCc2B4hObyVrxJdlgJ2sK8qub6JfjFt38rCF6MVEddkHiWCU6wZR1qbdqe+ig==} + /unplugin-auto-import/0.9.1_4jnm4urp6nwbe5o76bpn6kimyu: + resolution: {integrity: sha512-U2LGVl7nlVIGGV86Gr4x9JS5R2Vag43CGDiOebcCqQ1FPV/r8pdQ9yIZVbBj/v6xk3px/vE1zePC9z/WZgKmXg==} engines: {node: '>=14'} peerDependencies: '@vueuse/core': '*' @@ -3669,10 +3689,10 @@ packages: dependencies: '@antfu/utils': 0.5.2 '@rollup/pluginutils': 4.2.1 - '@vueuse/core': 8.6.0_vue@3.2.37 + '@vueuse/core': 8.7.5_vue@3.2.37 local-pkg: 0.4.1 magic-string: 0.26.2 - unimport: 0.2.7_vite@2.9.12 + unimport: 0.4.0_vite@2.9.12 unplugin: 0.7.0_vite@2.9.12 transitivePeerDependencies: - esbuild @@ -3681,18 +3701,15 @@ packages: - webpack dev: true - /unplugin-vue-components/0.19.6_vite@2.9.12+vue@3.2.37: - resolution: {integrity: sha512-APvrJ9Hpid1MLT0G4PWerMJgARhNw6dzz0pcCwCxaO2DR7VyvDacMqjOQNC6ukq7FSw3wzD8VH+9i3EFXwkGmw==} + /unplugin-vue-components/0.20.0_vite@2.9.12+vue@3.2.37: + resolution: {integrity: sha512-8k6x3Wl5paNwhva3YsUHACwtiCrU7V6EVPM0AHuxa/i7xVKg0WUWsSjbIrbQxlJjt3JFsYOtd6i2cZ2zQNoOOA==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 - '@babel/traverse': ^7.15.4 vue: 2 || 3 peerDependenciesMeta: '@babel/parser': optional: true - '@babel/traverse': - optional: true dependencies: '@antfu/utils': 0.5.2 '@rollup/pluginutils': 4.2.1 @@ -3701,9 +3718,9 @@ packages: fast-glob: 3.2.11 local-pkg: 0.4.1 magic-string: 0.26.2 - minimatch: 5.0.1 - resolve: 1.22.0 - unplugin: 0.6.3_vite@2.9.12 + minimatch: 5.1.0 + resolve: 1.22.1 + unplugin: 0.7.0_vite@2.9.12 vue: 3.2.37 transitivePeerDependencies: - esbuild @@ -3713,29 +3730,6 @@ packages: - webpack dev: true - /unplugin/0.6.3_vite@2.9.12: - resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} - peerDependencies: - esbuild: '>=0.13' - rollup: ^2.50.0 - vite: ^2.3.0 - webpack: 4 || 5 - peerDependenciesMeta: - esbuild: - optional: true - rollup: - optional: true - vite: - optional: true - webpack: - optional: true - dependencies: - chokidar: 3.5.3 - vite: 2.9.12 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.3 - dev: true - /unplugin/0.7.0_vite@2.9.12: resolution: {integrity: sha512-OsiFrgybmqm5bGuaodvbLYhqUrvGuRHRMZDhddKEXTDbuQ1x+hR7M1WpQguXj03whVYjEYChhFo738cZH5RNig==} peerDependencies: @@ -3781,10 +3775,10 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-plugin-pages/0.24.0_vite@2.9.12: - resolution: {integrity: sha512-qGl3R1NA7x9To5yDexkAZwt29tHgGaoylPJpe/kzHHNRXmGQdSxLgwuY56Uc1ISAb9eeVVjnPXVZ7Q44sEho1A==} + /vite-plugin-pages/0.24.2_vite@2.9.12: + resolution: {integrity: sha512-AmrHa6gi6n0mZReKzQTQ1uuf17fd1ziRDjNvSh0NTWNnDgA2si+hC8p63s3KyEmJS5lOE/rEeO4NBaRkY3sY3g==} peerDependencies: - '@vue/compiler-sfc': ^3.0.0 + '@vue/compiler-sfc': ^2.0.0 || ^3.0.0 vite: ^2.0.0 peerDependenciesMeta: '@vue/compiler-sfc': @@ -3828,8 +3822,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.14.2_jsdom@19.0.0: - resolution: {integrity: sha512-vXQUl8OUCqHmxKWscMGL+6Xl1pBJmYHZ8N85iNpLGrirAC2vhspu7b73ShRcLonmZT44BYZW+LBAVvn0L4jyVA==} + /vitest/0.16.0_jsdom@20.0.0: + resolution: {integrity: sha512-Ntp6jrM8wf2NMtamMBLkRBBdeqHkgAH/WMh5Xryts1j2ft2D8QZQbiSVFkSl4WmEQzcPP0YM069g/Ga1vtnEtg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -3849,12 +3843,13 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 + '@types/node': 18.0.0 chai: 4.3.6 debug: 4.3.4 - jsdom: 19.0.0 + jsdom: 20.0.0 local-pkg: 0.4.1 - tinypool: 0.1.3 - tinyspy: 0.3.2 + tinypool: 0.2.1 + tinyspy: 0.3.3 vite: 2.9.12 transitivePeerDependencies: - less @@ -3877,14 +3872,14 @@ packages: dependencies: vue: 3.2.37 - /vue-eslint-parser/9.0.2_eslint@8.17.0: + /vue-eslint-parser/9.0.2_eslint@8.18.0: resolution: {integrity: sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.17.0 + eslint: 8.18.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.2 @@ -3904,14 +3899,14 @@ packages: vue: 3.2.37 dev: false - /vue-tsc/0.37.7_typescript@4.7.3: - resolution: {integrity: sha512-OZtcPh/me10Oc0fBckl8eq0i64X0JnHgSPtcOTMMsA84Imt7q6f4M/4RNtvD1C+X2q8g0MGNyzqPVm5c/Uw8ww==} + /vue-tsc/0.38.1_typescript@4.7.4: + resolution: {integrity: sha512-jwR4uwTkjsYhAW8o/BvnkeZsariNoi2Y53XSqWIbjtj7X9Laob+qwC2iVuQyRymYdqbbiqqX+CxfPWtwLACXfg==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-typescript': 0.37.7 - typescript: 4.7.3 + '@volar/vue-typescript': 0.38.1 + typescript: 4.7.4 dev: true /vue/3.2.37: @@ -3962,8 +3957,8 @@ packages: engines: {node: '>=12'} dev: true - /whatwg-url/10.0.0: - resolution: {integrity: sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==} + /whatwg-url/11.0.0: + resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==} engines: {node: '>=12'} dependencies: tr46: 3.0.0 @@ -4018,8 +4013,8 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true - /ws/8.3.0: - resolution: {integrity: sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==} + /ws/8.8.0: + resolution: {integrity: sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1