Skip to content

Commit f59dcf6

Browse files
committed
chore: update dependencies Vue 3.5, FormKit 1.6.6, PrimeVue 4.0.7
1 parent 6938d53 commit f59dcf6

File tree

4 files changed

+1601
-1136
lines changed

4 files changed

+1601
-1136
lines changed

dev/auto-import.d.ts

Lines changed: 5 additions & 0 deletions
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']
@@ -37,6 +38,7 @@ declare global {
3738
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
3839
const onUnmounted: typeof import('vue')['onUnmounted']
3940
const onUpdated: typeof import('vue')['onUpdated']
41+
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
4042
const provide: typeof import('vue')['provide']
4143
const reactive: typeof import('vue')['reactive']
4244
const readonly: typeof import('vue')['readonly']
@@ -56,11 +58,14 @@ declare global {
5658
const useCssVars: typeof import('vue')['useCssVars']
5759
const useHead: typeof import('@vueuse/head')['useHead']
5860
const useI18n: typeof import('vue-i18n')['useI18n']
61+
const useId: typeof import('vue')['useId']
5962
const useLink: typeof import('vue-router')['useLink']
63+
const useModel: typeof import('vue')['useModel']
6064
const useRoute: typeof import('vue-router')['useRoute']
6165
const useRouter: typeof import('vue-router')['useRouter']
6266
const useSeoMeta: typeof import('@vueuse/head')['useSeoMeta']
6367
const useSlots: typeof import('vue')['useSlots']
68+
const useTemplateRef: typeof import('vue')['useTemplateRef']
6469
const watch: typeof import('vue')['watch']
6570
const watchEffect: typeof import('vue')['watchEffect']
6671
const watchPostEffect: typeof import('vue')['watchPostEffect']

dev/components.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ declare module 'vue' {
99
export interface GlobalComponents {
1010
AppFooter: typeof import('./components/app/AppFooter.vue')['default']
1111
AppTopbar: typeof import('./components/app/AppTopbar.vue')['default']
12-
PrimeEditor: typeof import('./components/demo/PrimeEditor.vue')['default']
13-
PrimeEditorInput: typeof import('./components/demo/PrimeEditorInput.vue')['default']
1412
PrimeInput: typeof import('./components/demo/PrimeInput.vue')['default']
1513
PrimeOutput: typeof import('./components/demo/PrimeOutput.vue')['default']
1614
PrimeSchemaEditor: typeof import('./components/demo/PrimeSchemaEditor.vue')['default']

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -87,27 +87,27 @@
8787
"vue": "^3.4.0"
8888
},
8989
"dependencies": {
90-
"@formkit/addons": "^1.6.5",
90+
"@formkit/addons": "^1.6.6",
9191
"@formkit/drag-and-drop": "^0.1.6",
92-
"@formkit/i18n": "^1.6.5",
93-
"@formkit/vue": "^1.6.5",
92+
"@formkit/i18n": "^1.6.6",
93+
"@formkit/vue": "^1.6.6",
9494
"primeicons": "^7.0.0",
95-
"primevue": "4.0.5",
95+
"primevue": "4.0.7",
9696
"uuid": "^10.0.0",
97-
"vue-i18n": "9.14.0"
97+
"vue-i18n": "10.0.1"
9898
},
9999
"devDependencies": {
100-
"@antfu/eslint-config": "3.0.0",
101-
"@formkit/core": "^1.6.5",
102-
"@primevue/themes": "4.0.5",
103-
"@types/node": "^22.5.1",
100+
"@antfu/eslint-config": "3.6.0",
101+
"@formkit/core": "^1.6.6",
102+
"@primevue/themes": "4.0.7",
103+
"@types/node": "^22.5.4",
104104
"@unocss/preset-icons": "0.62.3",
105105
"@unocss/preset-uno": "0.62.3",
106106
"@vitejs/plugin-vue": "^5.1.3",
107-
"@vitest/coverage-v8": "^2.0.5",
108-
"@vitest/ui": "^2.0.5",
109-
"@vue/compiler-sfc": "3.4.38",
110-
"@vue/server-renderer": "^3.4.38",
107+
"@vitest/coverage-v8": "^2.1.0",
108+
"@vitest/ui": "^2.1.0",
109+
"@vue/compiler-sfc": "3.5.4",
110+
"@vue/server-renderer": "^3.5.4",
111111
"@vue/test-utils": "^2.4.6",
112112
"@vue/tsconfig": "^0.5.1",
113113
"@vuedx/typecheck": "~0.7.6",
@@ -117,29 +117,29 @@
117117
"changelogen": "^0.5.5",
118118
"chart.js": "^4.4.4",
119119
"consola": "^3.2.3",
120-
"eslint": "^9.9.1",
121-
"happy-dom": "^15.7.2",
122-
"json-editor-vue": "^0.15.2",
123-
"mkdist": "^1.5.4",
120+
"eslint": "^9.10.0",
121+
"happy-dom": "^15.7.4",
122+
"json-editor-vue": "^0.16.0",
123+
"mkdist": "^1.5.9",
124124
"quill": "^2.0.2",
125-
"sass": "^1.77.8",
125+
"sass": "^1.78.0",
126126
"tslib": "^2.7.0",
127-
"typescript": "^5.5.4",
127+
"typescript": "^5.6.2",
128128
"unbuild": "3.0.0-rc.7",
129129
"unocss": "0.62.3",
130-
"unplugin-auto-import": "^0.18.2",
130+
"unplugin-auto-import": "^0.18.3",
131131
"unplugin-vue-components": "^0.27.4",
132132
"vanilla-jsoneditor": "^0.23.8",
133-
"vite": "^5.4.2",
134-
"vite-plugin-dts": "4.0.3",
133+
"vite": "^5.4.4",
134+
"vite-plugin-dts": "4.2.1",
135135
"vite-plugin-eslint": "^1.8.1",
136136
"vite-plugin-pages": "^0.32.3",
137137
"vite-ssg": "^0.23.8",
138138
"vitepress": "1.3.4",
139-
"vitest": "^2.0.5",
140-
"vue": "3.4.38",
139+
"vitest": "^2.1.0",
140+
"vue": "3.5.4",
141141
"vue-demi": "^0.14.10",
142-
"vue-router": "^4.4.3",
143-
"vue-tsc": "^2.1.4"
142+
"vue-router": "^4.4.4",
143+
"vue-tsc": "^2.1.6"
144144
}
145145
}

0 commit comments

Comments
 (0)