Skip to content

Commit 45d1c41

Browse files
committed
chore: update deps
1 parent fd02c42 commit 45d1c41

File tree

3 files changed

+1002
-1251
lines changed

3 files changed

+1002
-1251
lines changed

docs/.vitepress/types/auto-imports.d.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// @ts-nocheck
44
// noinspection JSUnusedGlobalSymbols
55
// Generated by unplugin-auto-import
6+
// biome-ignore lint: disable
67
export {}
78
declare global {
89
const EffectScope: typeof import('vue')['EffectScope']
@@ -35,6 +36,7 @@ declare global {
3536
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
3637
const onUnmounted: typeof import('vue')['onUnmounted']
3738
const onUpdated: typeof import('vue')['onUpdated']
39+
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
3840
const provide: typeof import('vue')['provide']
3941
const reactive: typeof import('vue')['reactive']
4042
const readonly: typeof import('vue')['readonly']
@@ -52,7 +54,10 @@ declare global {
5254
const useAttrs: typeof import('vue')['useAttrs']
5355
const useCssModule: typeof import('vue')['useCssModule']
5456
const useCssVars: typeof import('vue')['useCssVars']
57+
const useId: typeof import('vue')['useId']
58+
const useModel: typeof import('vue')['useModel']
5559
const useSlots: typeof import('vue')['useSlots']
60+
const useTemplateRef: typeof import('vue')['useTemplateRef']
5661
const watch: typeof import('vue')['watch']
5762
const watchEffect: typeof import('vue')['watchEffect']
5863
const watchPostEffect: typeof import('vue')['watchPostEffect']
@@ -61,6 +66,6 @@ declare global {
6166
// for type re-export
6267
declare global {
6368
// @ts-ignore
64-
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
69+
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
6570
import('vue')
6671
}

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
"vite-plugin-vitepress-auto-sidebar": "^1.7.0"
1818
},
1919
"devDependencies": {
20-
"@antfu/eslint-config": "^3.0.0",
21-
"@iconify/json": "^2.2.242",
22-
"@shikijs/vitepress-twoslash": "^1.14.1",
23-
"eslint": "^9.9.1",
20+
"@antfu/eslint-config": "^3.7.3",
21+
"@iconify/json": "^2.2.254",
22+
"@shikijs/vitepress-twoslash": "^1.21.0",
23+
"eslint": "^9.11.1",
2424
"eslint-plugin-format": "^0.1.2",
25-
"lint-staged": "^15.2.9",
26-
"puppeteer": "^23.2.1",
27-
"sass": "^1.77.8",
25+
"lint-staged": "^15.2.10",
26+
"puppeteer": "^23.4.1",
27+
"sass": "^1.79.4",
2828
"simple-git-hooks": "^2.11.1",
29-
"unocss": "^0.62.3",
30-
"unplugin-auto-import": "^0.18.2",
31-
"unplugin-icons": "^0.19.2",
29+
"unocss": "^0.63.1",
30+
"unplugin-auto-import": "^0.18.3",
31+
"unplugin-icons": "^0.19.3",
3232
"unplugin-vue-components": "^0.27.4",
33-
"vite": "^5.4.2",
33+
"vite": "^5.4.8",
3434
"vitepress": "1.2.3",
35-
"vue": "^3.5.0-rc.1"
35+
"vue": "^3.5.10"
3636
},
3737
"simple-git-hooks": {},
3838
"lint-staged": {

0 commit comments

Comments
 (0)