Skip to content

Commit 596fb40

Browse files
committed
chore(dependencies): update dependencies
1 parent f7cfd01 commit 596fb40

File tree

3 files changed

+1188
-1240
lines changed

3 files changed

+1188
-1240
lines changed

dev/auto-import.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ declare global {
7474
// for type re-export
7575
declare global {
7676
// @ts-ignore
77-
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
77+
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
7878
import('vue')
7979
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"dependencies": {
9090
"@formkit/addons": "^1.6.9",
91-
"@formkit/drag-and-drop": "^0.4.2",
91+
"@formkit/drag-and-drop": "^0.5.3",
9292
"@formkit/i18n": "^1.6.9",
9393
"@formkit/inputs": "^1.6.9",
9494
"@formkit/vue": "^1.6.9",
@@ -100,50 +100,50 @@
100100
"vue-i18n": "^11.1.3"
101101
},
102102
"devDependencies": {
103-
"@antfu/eslint-config": "^4.11.0",
103+
"@antfu/eslint-config": "^4.12.0",
104104
"@formkit/core": "^1.6.9",
105-
"@primeuix/themes": "^1.0.1",
106-
"@types/node": "^22.14.0",
105+
"@primeuix/themes": "^1.0.3",
106+
"@types/node": "^22.15.2",
107107
"@types/uuid": "^10.0.0",
108-
"@unocss/preset-icons": "^66.0.0",
109-
"@unocss/preset-uno": "^66.0.0",
108+
"@unocss/preset-icons": "66.1.0-beta.12",
109+
"@unocss/preset-uno": "66.1.0-beta.12",
110110
"@vitejs/plugin-vue": "^5.2.3",
111-
"@vitest/coverage-v8": "^3.1.1",
112-
"@vitest/ui": "^3.1.1",
111+
"@vitest/coverage-v8": "^3.1.2",
112+
"@vitest/ui": "^3.1.2",
113113
"@vue/compiler-sfc": "^3.5.13",
114114
"@vue/server-renderer": "^3.5.13",
115115
"@vue/test-utils": "^2.4.6",
116116
"@vue/tsconfig": "^0.7.0",
117117
"@vuedx/typecheck": "~0.7.6",
118118
"@vuedx/typescript-plugin-vue": "~0.7.6",
119-
"@vueuse/core": "^13.0.0",
119+
"@vueuse/core": "^13.1.0",
120120
"@vueuse/head": "^2.0.0",
121121
"changelogen": "^0.6.1",
122-
"chart.js": "^4.4.8",
122+
"chart.js": "^4.4.9",
123123
"consola": "^3.4.2",
124124
"cookie": "^1.0.2",
125-
"eslint": "^9.24.0",
125+
"eslint": "^9.25.1",
126126
"happy-dom": "^17.4.4",
127127
"json-editor-vue": "^0.18.1",
128128
"mkdist": "^2.3.0",
129129
"quill": "^2.0.2",
130-
"sass": "^1.86.3",
130+
"sass": "^1.87.0",
131131
"tslib": "^2.8.1",
132132
"typescript": "^5.8.3",
133133
"unbuild": "^3.5.0",
134-
"unocss": "^66.0.0",
134+
"unocss": "66.0.0",
135135
"unplugin-auto-import": "^19.1.2",
136-
"unplugin-vue-components": "^28.4.1",
137-
"vite": "^6.2.5",
136+
"unplugin-vue-components": "^28.5.0",
137+
"vite": "^6.3.3",
138138
"vite-plugin-dts": "^4.5.3",
139139
"vite-plugin-eslint": "^1.8.1",
140140
"vite-plugin-pages": "^0.33.0",
141141
"vite-ssg": "^26.1.1",
142142
"vitepress": "^1.6.3",
143-
"vitest": "^3.1.1",
143+
"vitest": "^3.1.2",
144144
"vue": "^3.5.13",
145145
"vue-demi": "^0.14.10",
146-
"vue-router": "^4.5.0",
147-
"vue-tsc": "^2.2.8"
146+
"vue-router": "^4.5.1",
147+
"vue-tsc": "^2.2.10"
148148
}
149149
}

0 commit comments

Comments
 (0)