Skip to content

Commit 622bbc4

Browse files
committed
chore(dependencies): update dependencies and improve type imports
1 parent 14f21e4 commit 622bbc4

File tree

3 files changed

+1126
-1187
lines changed

3 files changed

+1126
-1187
lines changed

dev/auto-import.d.ts

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -6,72 +6,72 @@
66
// biome-ignore lint: disable
77
export {}
88
declare global {
9-
const EffectScope: typeof import('vue')['EffectScope']
10-
const computed: typeof import('vue')['computed']
11-
const createApp: typeof import('vue')['createApp']
12-
const customRef: typeof import('vue')['customRef']
13-
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
14-
const defineComponent: typeof import('vue')['defineComponent']
15-
const effectScope: typeof import('vue')['effectScope']
16-
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
17-
const getCurrentScope: typeof import('vue')['getCurrentScope']
18-
const getCurrentWatcher: typeof import('vue')['getCurrentWatcher']
19-
const h: typeof import('vue')['h']
20-
const inject: typeof import('vue')['inject']
21-
const isProxy: typeof import('vue')['isProxy']
22-
const isReactive: typeof import('vue')['isReactive']
23-
const isReadonly: typeof import('vue')['isReadonly']
24-
const isRef: typeof import('vue')['isRef']
25-
const isShallow: typeof import('vue')['isShallow']
26-
const markRaw: typeof import('vue')['markRaw']
27-
const nextTick: typeof import('vue')['nextTick']
28-
const onActivated: typeof import('vue')['onActivated']
29-
const onBeforeMount: typeof import('vue')['onBeforeMount']
30-
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
31-
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
32-
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
33-
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
34-
const onDeactivated: typeof import('vue')['onDeactivated']
35-
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
36-
const onMounted: typeof import('vue')['onMounted']
37-
const onRenderTracked: typeof import('vue')['onRenderTracked']
38-
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
39-
const onScopeDispose: typeof import('vue')['onScopeDispose']
40-
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
41-
const onUnmounted: typeof import('vue')['onUnmounted']
42-
const onUpdated: typeof import('vue')['onUpdated']
43-
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
44-
const provide: typeof import('vue')['provide']
45-
const reactive: typeof import('vue')['reactive']
46-
const readonly: typeof import('vue')['readonly']
47-
const ref: typeof import('vue')['ref']
48-
const resolveComponent: typeof import('vue')['resolveComponent']
49-
const shallowReactive: typeof import('vue')['shallowReactive']
50-
const shallowReadonly: typeof import('vue')['shallowReadonly']
51-
const shallowRef: typeof import('vue')['shallowRef']
52-
const toRaw: typeof import('vue')['toRaw']
53-
const toRef: typeof import('vue')['toRef']
54-
const toRefs: typeof import('vue')['toRefs']
55-
const toValue: typeof import('vue')['toValue']
56-
const triggerRef: typeof import('vue')['triggerRef']
57-
const unref: typeof import('vue')['unref']
58-
const useAttrs: typeof import('vue')['useAttrs']
59-
const useCssModule: typeof import('vue')['useCssModule']
60-
const useCssVars: typeof import('vue')['useCssVars']
61-
const useHead: typeof import('@vueuse/head')['useHead']
62-
const useI18n: typeof import('vue-i18n')['useI18n']
63-
const useId: typeof import('vue')['useId']
64-
const useLink: typeof import('vue-router')['useLink']
65-
const useModel: typeof import('vue')['useModel']
66-
const useRoute: typeof import('vue-router')['useRoute']
67-
const useRouter: typeof import('vue-router')['useRouter']
68-
const useSeoMeta: typeof import('@vueuse/head')['useSeoMeta']
69-
const useSlots: typeof import('vue')['useSlots']
70-
const useTemplateRef: typeof import('vue')['useTemplateRef']
71-
const watch: typeof import('vue')['watch']
72-
const watchEffect: typeof import('vue')['watchEffect']
73-
const watchPostEffect: typeof import('vue')['watchPostEffect']
74-
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
9+
const EffectScope: typeof import('vue').EffectScope
10+
const computed: typeof import('vue').computed
11+
const createApp: typeof import('vue').createApp
12+
const customRef: typeof import('vue').customRef
13+
const defineAsyncComponent: typeof import('vue').defineAsyncComponent
14+
const defineComponent: typeof import('vue').defineComponent
15+
const effectScope: typeof import('vue').effectScope
16+
const getCurrentInstance: typeof import('vue').getCurrentInstance
17+
const getCurrentScope: typeof import('vue').getCurrentScope
18+
const getCurrentWatcher: typeof import('vue').getCurrentWatcher
19+
const h: typeof import('vue').h
20+
const inject: typeof import('vue').inject
21+
const isProxy: typeof import('vue').isProxy
22+
const isReactive: typeof import('vue').isReactive
23+
const isReadonly: typeof import('vue').isReadonly
24+
const isRef: typeof import('vue').isRef
25+
const isShallow: typeof import('vue').isShallow
26+
const markRaw: typeof import('vue').markRaw
27+
const nextTick: typeof import('vue').nextTick
28+
const onActivated: typeof import('vue').onActivated
29+
const onBeforeMount: typeof import('vue').onBeforeMount
30+
const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
31+
const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
32+
const onBeforeUnmount: typeof import('vue').onBeforeUnmount
33+
const onBeforeUpdate: typeof import('vue').onBeforeUpdate
34+
const onDeactivated: typeof import('vue').onDeactivated
35+
const onErrorCaptured: typeof import('vue').onErrorCaptured
36+
const onMounted: typeof import('vue').onMounted
37+
const onRenderTracked: typeof import('vue').onRenderTracked
38+
const onRenderTriggered: typeof import('vue').onRenderTriggered
39+
const onScopeDispose: typeof import('vue').onScopeDispose
40+
const onServerPrefetch: typeof import('vue').onServerPrefetch
41+
const onUnmounted: typeof import('vue').onUnmounted
42+
const onUpdated: typeof import('vue').onUpdated
43+
const onWatcherCleanup: typeof import('vue').onWatcherCleanup
44+
const provide: typeof import('vue').provide
45+
const reactive: typeof import('vue').reactive
46+
const readonly: typeof import('vue').readonly
47+
const ref: typeof import('vue').ref
48+
const resolveComponent: typeof import('vue').resolveComponent
49+
const shallowReactive: typeof import('vue').shallowReactive
50+
const shallowReadonly: typeof import('vue').shallowReadonly
51+
const shallowRef: typeof import('vue').shallowRef
52+
const toRaw: typeof import('vue').toRaw
53+
const toRef: typeof import('vue').toRef
54+
const toRefs: typeof import('vue').toRefs
55+
const toValue: typeof import('vue').toValue
56+
const triggerRef: typeof import('vue').triggerRef
57+
const unref: typeof import('vue').unref
58+
const useAttrs: typeof import('vue').useAttrs
59+
const useCssModule: typeof import('vue').useCssModule
60+
const useCssVars: typeof import('vue').useCssVars
61+
const useHead: typeof import('@vueuse/head').useHead
62+
const useI18n: typeof import('vue-i18n').useI18n
63+
const useId: typeof import('vue').useId
64+
const useLink: typeof import('vue-router').useLink
65+
const useModel: typeof import('vue').useModel
66+
const useRoute: typeof import('vue-router').useRoute
67+
const useRouter: typeof import('vue-router').useRouter
68+
const useSeoMeta: typeof import('@vueuse/head').useSeoMeta
69+
const useSlots: typeof import('vue').useSlots
70+
const useTemplateRef: typeof import('vue').useTemplateRef
71+
const watch: typeof import('vue').watch
72+
const watchEffect: typeof import('vue').watchEffect
73+
const watchPostEffect: typeof import('vue').watchPostEffect
74+
const watchSyncEffect: typeof import('vue').watchSyncEffect
7575
}
7676
// for type re-export
7777
declare global {

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
},
8989
"dependencies": {
9090
"@formkit/addons": "^1.6.9",
91+
"@formkit/core": "^1.6.9",
9192
"@formkit/i18n": "^1.6.9",
9293
"@formkit/inputs": "^1.6.9",
9394
"@formkit/vue": "^1.6.9",
@@ -97,48 +98,48 @@
9798
"vue-i18n": "^11.1.12"
9899
},
99100
"devDependencies": {
100-
"@antfu/eslint-config": "^5.4.1",
101+
"@antfu/eslint-config": "^6.0.0",
101102
"@formkit/core": "^1.6.9",
102103
"@formkit/drag-and-drop": "^0.5.3",
103104
"@primeuix/themes": "^1.2.5",
104-
"@types/node": "^24.7.2",
105-
"@unocss/preset-icons": "66.5.3",
106-
"@unocss/preset-uno": "66.5.3",
105+
"@types/node": "^24.9.1",
106+
"@unocss/preset-icons": "66.5.4",
107+
"@unocss/preset-uno": "66.5.4",
107108
"@vitejs/plugin-vue": "^6.0.1",
108-
"@vitest/coverage-v8": "^3.2.4",
109-
"@vitest/ui": "^3.2.4",
109+
"@vitest/coverage-v8": "^4.0.3",
110+
"@vitest/ui": "^4.0.3",
110111
"@vue/compiler-sfc": "^3.5.22",
111112
"@vue/server-renderer": "^3.5.22",
112113
"@vue/test-utils": "^2.4.6",
113114
"@vue/tsconfig": "^0.8.1",
114-
"@vueuse/core": "^13.9.0",
115+
"@vueuse/core": "^14.0.0",
115116
"@vueuse/head": "^2.0.0",
116117
"changelogen": "^0.6.2",
117118
"chart.js": "^4.5.1",
118119
"consola": "^3.4.2",
119120
"cookie": "^1.0.2",
120-
"esbuild": "^0.25.10",
121-
"eslint": "^9.37.0",
122-
"happy-dom": "^20.0.0",
121+
"esbuild": "^0.25.11",
122+
"eslint": "^9.38.0",
123+
"happy-dom": "^20.0.8",
123124
"json-editor-vue": "^0.18.1",
124125
"mkdist": "^2.4.1",
125126
"sass": "^1.93.2",
126127
"tslib": "^2.8.1",
127128
"typescript": "^5.9.3",
128129
"unbuild": "^3.6.1",
129-
"unocss": "66.5.3",
130+
"unocss": "66.5.4",
130131
"unplugin-auto-import": "^20.2.0",
131-
"unplugin-vue-components": "^29.1.0",
132-
"vite": "^7.1.10",
132+
"unplugin-vue-components": "^30.0.0",
133+
"vite": "^7.1.12",
133134
"vite-plugin-dts": "^4.5.4",
134135
"vite-plugin-eslint": "^1.8.1",
135136
"vite-plugin-pages": "^0.33.1",
136-
"vite-ssg": "^28.2.1",
137+
"vite-ssg": "^28.2.2",
137138
"vitepress": "2.0.0-alpha.12",
138-
"vitest": "^3.2.4",
139+
"vitest": "^4.0.3",
139140
"vue": "^3.5.22",
140141
"vue-demi": "^0.14.10",
141-
"vue-router": "^4.6.0",
142+
"vue-router": "^4.6.3",
142143
"vue-tsc": "^3.1.1"
143144
}
144145
}

0 commit comments

Comments
 (0)