Skip to content

Commit f8604f6

Browse files
committed
chore(dependencies): Update PrimeVue to 3.52
1 parent 54411fd commit f8604f6

File tree

4 files changed

+663
-616
lines changed

4 files changed

+663
-616
lines changed

dev/components/app/AppFooter.vue

+1-1
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 (3.50) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
7+
<span class="font-medium ml-2">Formkit (1.6) - PrimeVue (3.52) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
88
</div>
99
</template>
1010

dev/pages/samples/Repeater.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function addGroupButtons() {
2424
const data = ref()
2525
2626
function createDefaultValue(): object {
27-
return { name: 'Sword', damage: '2D20' }
27+
return { name: 'Bow', damage: '1D6+4' }
2828
}
2929
3030
onMounted(() => {

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@
8585
"@formkit/i18n": "^1.6.2",
8686
"@formkit/vue": "^1.6.2",
8787
"primeicons": "^7.0.0",
88-
"primevue": "^3.51.0"
88+
"primevue": "^3.52.0"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "2.15.0",
91+
"@antfu/eslint-config": "2.16.0",
9292
"@formkit/core": "^1.6.2",
9393
"@types/node": "^20.12.7",
9494
"@unocss/preset-icons": "0.59.4",
9595
"@unocss/preset-uno": "0.59.4",
9696
"@vitejs/plugin-vue": "^5.0.4",
97-
"@vitest/ui": "^1.5.0",
98-
"@vitest/coverage-v8": "^1.5.0",
99-
"@vue/compiler-sfc": "^3.4.23",
100-
"@vue/server-renderer": "^3.4.23",
97+
"@vitest/coverage-v8": "^1.5.2",
98+
"@vitest/ui": "^1.5.2",
99+
"@vue/compiler-sfc": "^3.4.25",
100+
"@vue/server-renderer": "^3.4.25",
101101
"@vue/test-utils": "^2.4.5",
102102
"@vue/tsconfig": "^0.5.1",
103103
"@vuedx/typecheck": "~0.7.6",
@@ -107,10 +107,10 @@
107107
"changelogen": "^0.5.5",
108108
"chart.js": "^4.4.2",
109109
"consola": "^3.2.3",
110-
"eslint": "^9.1.0",
110+
"eslint": "^9.1.1",
111111
"happy-dom": "^14.7.1",
112-
"json-editor-vue": "^0.14.0",
113-
"mkdist": "^1.4.0",
112+
"json-editor-vue": "^0.15.0",
113+
"mkdist": "^1.5.1",
114114
"quill": "^2.0.0",
115115
"sass": "^1.75.0",
116116
"tslib": "^2.6.2",
@@ -121,15 +121,15 @@
121121
"unplugin-vue-components": "^0.26.0",
122122
"vanilla-jsoneditor": "^0.23.2",
123123
"vite": "^5.2.10",
124-
"vite-plugin-dts": "^3.8.3",
124+
"vite-plugin-dts": "^3.9.0",
125125
"vite-plugin-eslint": "^1.8.1",
126126
"vite-plugin-pages": "^0.32.1",
127-
"vite-ssg": "^0.23.6",
128-
"vitepress": "1.1.3",
129-
"vitest": "^1.5.0",
130-
"vue": "^3.4.23",
127+
"vite-ssg": "^0.23.7",
128+
"vitepress": "1.1.4",
129+
"vitest": "^1.5.2",
130+
"vue": "^3.4.25",
131131
"vue-demi": "^0.14.7",
132132
"vue-router": "^4.3.2",
133-
"vue-tsc": "^2.0.13"
133+
"vue-tsc": "^2.0.14"
134134
}
135135
}

0 commit comments

Comments
 (0)