Skip to content

Commit db5233d

Browse files
committed
chore(dependencies): PrimeVue 4.2.2 - FormKit 1.6.8
1 parent 1025a81 commit db5233d

File tree

4 files changed

+1085
-1081
lines changed

4 files changed

+1085
-1081
lines changed

dev/components/app/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const version = ref(import.meta.env.VITE_APP_VERSION)
44

55
<template>
66
<div class="mt-8 layout-footer text-center text-gray-700">
7-
<span class="font-medium ml-2">Formkit (1.6) - PrimeVue (4.1.x) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
7+
<span class="font-medium ml-2">Formkit (1.6) - PrimeVue (4.2.x) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
88
</div>
99
</template>
1010

dev/modules/primevue.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import 'primeicons/primeicons.css'
1818

1919
import type { UserModule } from '@/types'
2020
import { usePrimeInputs } from 'my-library'
21-
import Button from 'primevue/button'
2221
import ConfirmationService from 'primevue/confirmationservice'
2322
import ToastService from 'primevue/toastservice'
2423

@@ -32,7 +31,6 @@ export const install: UserModule = ({ app }) => {
3231
registerInputs(app)
3332

3433
// other components
35-
app.component('Button', Button)
3634
app.component('MegaMenu', MegaMenu)
3735
app.component('Tab', Tab)
3836
app.component('Tabs', Tabs)

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -87,29 +87,29 @@
8787
"vue": "^3.4.0"
8888
},
8989
"dependencies": {
90-
"@formkit/addons": "^1.6.7",
90+
"@formkit/addons": "^1.6.8",
9191
"@formkit/drag-and-drop": "^0.2.5",
92-
"@formkit/i18n": "^1.6.7",
93-
"@formkit/inputs": "^1.6.7",
94-
"@formkit/vue": "^1.6.7",
92+
"@formkit/i18n": "^1.6.8",
93+
"@formkit/inputs": "^1.6.8",
94+
"@formkit/vue": "^1.6.8",
9595
"@intlify/core": "9.14.1",
9696
"primeicons": "^7.0.0",
97-
"primevue": "^4.2.1",
97+
"primevue": "^4.2.2",
9898
"quill": "^2.0.2",
99-
"uuid": "^11.0.2",
99+
"uuid": "^11.0.3",
100100
"vue-i18n": "9.14.1"
101101
},
102102
"devDependencies": {
103-
"@antfu/eslint-config": "^3.8.0",
104-
"@formkit/core": "^1.6.7",
105-
"@primevue/themes": "^4.2.1",
103+
"@antfu/eslint-config": "^3.9.1",
104+
"@formkit/core": "^1.6.8",
105+
"@primevue/themes": "^4.2.2",
106106
"@types/node": "^22.9.0",
107107
"@types/uuid": "^10.0.0",
108-
"@unocss/preset-icons": "^0.64.0",
109-
"@unocss/preset-uno": "^0.64.0",
110-
"@vitejs/plugin-vue": "^5.1.4",
111-
"@vitest/coverage-v8": "^2.1.4",
112-
"@vitest/ui": "^2.1.4",
108+
"@unocss/preset-icons": "^0.64.1",
109+
"@unocss/preset-uno": "^0.64.1",
110+
"@vitejs/plugin-vue": "^5.2.0",
111+
"@vitest/coverage-v8": "^2.1.5",
112+
"@vitest/ui": "^2.1.5",
113113
"@vue/compiler-sfc": "^3.5.12",
114114
"@vue/server-renderer": "^3.5.12",
115115
"@vue/test-utils": "^2.4.6",
@@ -123,24 +123,24 @@
123123
"consola": "^3.2.3",
124124
"cookie": "^1.0.1",
125125
"eslint": "^9.14.0",
126-
"happy-dom": "^15.11.0",
126+
"happy-dom": "^15.11.6",
127127
"json-editor-vue": "^0.17.3",
128128
"mkdist": "^1.6.0",
129129
"quill": "^2.0.2",
130130
"sass": "1.78.0",
131131
"tslib": "^2.8.1",
132132
"typescript": "^5.6.3",
133133
"unbuild": "2.0.0",
134-
"unocss": "^0.64.0",
135-
"unplugin-auto-import": "^0.18.3",
134+
"unocss": "^0.64.1",
135+
"unplugin-auto-import": "^0.18.4",
136136
"unplugin-vue-components": "^0.27.4",
137-
"vite": "^5.4.10",
137+
"vite": "^5.4.11",
138138
"vite-plugin-dts": "^4.3.0",
139139
"vite-plugin-eslint": "^1.8.1",
140140
"vite-plugin-pages": "^0.32.3",
141141
"vite-ssg": "^0.24.1",
142142
"vitepress": "^1.5.0",
143-
"vitest": "^2.1.4",
143+
"vitest": "^2.1.5",
144144
"vue": "^3.5.12",
145145
"vue-demi": "^0.14.10",
146146
"vue-router": "^4.4.5",

0 commit comments

Comments
 (0)