Skip to content

Commit 65fa1d7

Browse files
committed
chore(dependencies): Update minor dependencies - "@formkit/drag-and-drop 0.4.0
1 parent 27e4038 commit 65fa1d7

File tree

4 files changed

+1615
-1614
lines changed

4 files changed

+1615
-1614
lines changed

dev/components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// @ts-nocheck
33
// Generated by unplugin-vue-components
44
// Read more: https://github.com/vuejs/core/pull/3399
5+
// biome-ignore lint: disable
56
export {}
67

78
/* prettier-ignore */

docs/.vitepress/theme/components/DisplayComponents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang='ts'>
2-
import { defineProps, ref } from 'vue'
2+
import { ref } from 'vue'
33
44
const props = defineProps({
55
full: {

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -88,62 +88,62 @@
8888
},
8989
"dependencies": {
9090
"@formkit/addons": "^1.6.9",
91-
"@formkit/drag-and-drop": "^0.3.3",
91+
"@formkit/drag-and-drop": "^0.4.0",
9292
"@formkit/i18n": "^1.6.9",
9393
"@formkit/inputs": "^1.6.9",
9494
"@formkit/vue": "^1.6.9",
95-
"@intlify/core": "^11.1.0",
95+
"@intlify/core": "^11.1.1",
9696
"primeicons": "^7.0.0",
9797
"primevue": "^4.2.5",
9898
"quill": "^2.0.3",
99-
"uuid": "^11.0.5",
100-
"vue-i18n": "^11.1.0"
99+
"uuid": "^11.1.0",
100+
"vue-i18n": "^11.1.1"
101101
},
102102
"devDependencies": {
103-
"@antfu/eslint-config": "^4.1.1",
103+
"@antfu/eslint-config": "^4.3.0",
104104
"@formkit/core": "^1.6.9",
105105
"@primevue/themes": "^4.2.5",
106-
"@types/node": "^22.13.1",
106+
"@types/node": "^22.13.5",
107107
"@types/uuid": "^10.0.0",
108-
"@unocss/preset-icons": "^65.4.3",
109-
"@unocss/preset-uno": "^65.4.3",
108+
"@unocss/preset-icons": "^66.0.0",
109+
"@unocss/preset-uno": "^66.0.0",
110110
"@vitejs/plugin-vue": "^5.2.1",
111-
"@vitest/coverage-v8": "^3.0.5",
112-
"@vitest/ui": "^3.0.5",
111+
"@vitest/coverage-v8": "^3.0.6",
112+
"@vitest/ui": "^3.0.6",
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": "^12.5.0",
119+
"@vueuse/core": "^12.7.0",
120120
"@vueuse/head": "^2.0.0",
121121
"changelogen": "^0.5.7",
122-
"chart.js": "^4.4.7",
122+
"chart.js": "^4.4.8",
123123
"consola": "^3.4.0",
124124
"cookie": "^1.0.2",
125-
"eslint": "^9.20.0",
126-
"happy-dom": "^17.0.0",
125+
"eslint": "^9.21.0",
126+
"happy-dom": "^17.1.3",
127127
"json-editor-vue": "^0.17.3",
128128
"mkdist": "^2.2.0",
129129
"quill": "^2.0.2",
130-
"sass": "^1.84.0",
130+
"sass": "^1.85.0",
131131
"tslib": "^2.8.1",
132132
"typescript": "^5.7.3",
133133
"unbuild": "^3.3.1",
134-
"unocss": "^65.4.3",
135-
"unplugin-auto-import": "^19.0.0",
136-
"unplugin-vue-components": "^28.0.0",
137-
"vite": "^6.1.0",
134+
"unocss": "^66.0.0",
135+
"unplugin-auto-import": "^19.1.0",
136+
"unplugin-vue-components": "^28.4.0",
137+
"vite": "^6.1.1",
138138
"vite-plugin-dts": "^4.5.0",
139139
"vite-plugin-eslint": "^1.8.1",
140-
"vite-plugin-pages": "^0.32.4",
141-
"vite-ssg": "^25.0.0",
140+
"vite-plugin-pages": "^0.32.5",
141+
"vite-ssg": "^25.2.0",
142142
"vitepress": "^1.6.3",
143-
"vitest": "^3.0.5",
143+
"vitest": "^3.0.6",
144144
"vue": "^3.5.13",
145145
"vue-demi": "^0.14.10",
146146
"vue-router": "^4.5.0",
147-
"vue-tsc": "^2.2.0"
147+
"vue-tsc": "^2.2.4"
148148
}
149149
}

0 commit comments

Comments
 (0)