File tree Expand file tree Collapse file tree 3 files changed +442
-711
lines changed Expand file tree Collapse file tree 3 files changed +442
-711
lines changed Original file line number Diff line number Diff line change 3535 },
3636 "dependencies" : {
3737 "@formkit/nuxt" : " ^1.6.7" ,
38- "@nuxt/kit" : " ^3.13.2 " ,
38+ "@nuxt/kit" : " ^3.14.0 " ,
3939 "@nuxtjs/i18n" : " ^8.5.6" ,
4040 "@primevue/nuxt-module" : " ^4.2.1" ,
41- "@sfxcode/formkit-primevue" : " ^2.6.3 "
41+ "@sfxcode/formkit-primevue" : " ^2.6.4 "
4242 },
4343 "devDependencies" : {
4444 "@nuxt/devtools" : " ^1.6.0" ,
4545 "@nuxt/eslint-config" : " ^0.6.1" ,
4646 "@nuxt/module-builder" : " ^0.8.4" ,
47- "@nuxt/schema" : " ^3.13.2 " ,
47+ "@nuxt/schema" : " ^3.14.0 " ,
4848 "@nuxt/test-utils" : " ^3.14.4" ,
4949 "@primevue/themes" : " ^4.2.1" ,
5050 "@types/node" : " latest" ,
5151 "changelogen" : " ^0.5.7" ,
5252 "eslint" : " ^9.14.0" ,
53- "nuxt" : " ^3.13.2 " ,
53+ "nuxt" : " ^3.14.0 " ,
5454 "typescript" : " latest" ,
5555 "vitest" : " ^2.1.4" ,
5656 "vue-tsc" : " ^2.1.10"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ export default defineNuxtConfig({
55 devtools : { enabled : true } ,
66 compatibilityDate : '2024-11-03' ,
77 formkitPrimevue : {
8+ includePrimeIcons : true ,
9+ includeStyles : true ,
10+ formkitAutoConfig : true ,
11+ formkitLocale : 'de' ,
12+ formkitPluginAnimate : true ,
13+ formkitPluginAsterisk : true ,
814 } ,
915 i18n : {
1016 lazy : true ,
You can’t perform that action at this time.
0 commit comments