Skip to content

Commit 95ea0a4

Browse files
committed
chore(dependencies): Update to formkit/primevue 2.8.0
1 parent d572c99 commit 95ea0a4

File tree

5 files changed

+1207
-1310
lines changed

5 files changed

+1207
-1310
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,26 @@
3535
},
3636
"dependencies": {
3737
"@formkit/nuxt": "^1.6.9",
38-
"@nuxt/kit": "^3.16.0",
39-
"@nuxtjs/i18n": "^9.3.0",
40-
"@primevue/nuxt-module": "^4.3.1",
41-
"@sfxcode/formkit-primevue": "^2.7.8"
38+
"@nuxt/kit": "^3.16.1",
39+
"@nuxtjs/i18n": "^9.4.0",
40+
"@primevue/nuxt-module": "^4.3.3",
41+
"@sfxcode/formkit-primevue": "^2.8.0"
4242
},
4343
"devDependencies": {
44-
"@nuxt/devtools": "^2.2.1",
44+
"@nuxt/devtools": "^2.3.2",
4545
"@nuxt/eslint-config": "^1.2.0",
4646
"@nuxt/module-builder": "^0.8.4",
47-
"@nuxt/schema": "^3.16.0",
47+
"@nuxt/schema": "^3.16.1",
4848
"@nuxt/test-utils": "^3.17.2",
4949
"@primeuix/themes": "^1.0.0",
50+
"@primevue/forms": "^4.3.3",
5051
"@types/node": "latest",
5152
"changelogen": "^0.6.1",
52-
"eslint": "^9.22.0",
53-
"nuxt": "^3.16.0",
53+
"eslint": "^9.23.0",
54+
"nuxt": "^3.16.1",
5455
"typescript": "5.6.3",
55-
"vitest": "^3.0.8",
56+
"vitest": "^3.0.9",
5657
"vue-tsc": "^2.2.8"
5758
},
58-
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
59+
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
5960
}

playground/app.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ async function submitHandler() {
132132
<h2>FormKit PrimeVue Nuxt Playground</h2>
133133
<div v-if="data">
134134
<FormKitDataEdit
135+
v-bind="data"
135136
:schema="schema"
136-
:data="data"
137+
:show-reset="true"
137138
:debug-schema="false"
138139
:debug-data="true"
139140
:submit-label="t('save')"

playground/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export default defineNuxtConfig({
2323
{ code: 'de', file: 'de.json', name: 'German' },
2424
],
2525
vueI18n: '~/vue-i18n.options.ts',
26+
bundle: {
27+
optimizeTranslationDirective: false,
28+
},
2629
},
2730
primevue: {
2831
autoImport: true,

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"nuxt": "^3.15.4"
11+
"nuxt": "^3.16.0"
1212
}
1313
}

0 commit comments

Comments
 (0)