Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fxzer committed Sep 30, 2024
1 parent fd02c42 commit 45d1c41
Show file tree
Hide file tree
Showing 3 changed files with 1,002 additions and 1,251 deletions.
7 changes: 6 additions & 1 deletion docs/.vitepress/types/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
Expand Down Expand Up @@ -35,6 +36,7 @@ declare global {
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
Expand All @@ -52,7 +54,10 @@ declare global {
const useAttrs: typeof import('vue')['useAttrs']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useId: typeof import('vue')['useId']
const useModel: typeof import('vue')['useModel']
const useSlots: typeof import('vue')['useSlots']
const useTemplateRef: typeof import('vue')['useTemplateRef']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
Expand All @@ -61,6 +66,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"vite-plugin-vitepress-auto-sidebar": "^1.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@iconify/json": "^2.2.242",
"@shikijs/vitepress-twoslash": "^1.14.1",
"eslint": "^9.9.1",
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.254",
"@shikijs/vitepress-twoslash": "^1.21.0",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.9",
"puppeteer": "^23.2.1",
"sass": "^1.77.8",
"lint-staged": "^15.2.10",
"puppeteer": "^23.4.1",
"sass": "^1.79.4",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.62.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.2",
"unocss": "^0.63.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vite": "^5.4.8",
"vitepress": "1.2.3",
"vue": "^3.5.0-rc.1"
"vue": "^3.5.10"
},
"simple-git-hooks": {},
"lint-staged": {
Expand Down
Loading

0 comments on commit 45d1c41

Please sign in to comment.