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 35
35
},
36
36
"dependencies" : {
37
37
"@formkit/nuxt" : " ^1.6.7" ,
38
- "@nuxt/kit" : " ^3.13.2 " ,
38
+ "@nuxt/kit" : " ^3.14.0 " ,
39
39
"@nuxtjs/i18n" : " ^8.5.6" ,
40
40
"@primevue/nuxt-module" : " ^4.2.1" ,
41
- "@sfxcode/formkit-primevue" : " ^2.6.3 "
41
+ "@sfxcode/formkit-primevue" : " ^2.6.4 "
42
42
},
43
43
"devDependencies" : {
44
44
"@nuxt/devtools" : " ^1.6.0" ,
45
45
"@nuxt/eslint-config" : " ^0.6.1" ,
46
46
"@nuxt/module-builder" : " ^0.8.4" ,
47
- "@nuxt/schema" : " ^3.13.2 " ,
47
+ "@nuxt/schema" : " ^3.14.0 " ,
48
48
"@nuxt/test-utils" : " ^3.14.4" ,
49
49
"@primevue/themes" : " ^4.2.1" ,
50
50
"@types/node" : " latest" ,
51
51
"changelogen" : " ^0.5.7" ,
52
52
"eslint" : " ^9.14.0" ,
53
- "nuxt" : " ^3.13.2 " ,
53
+ "nuxt" : " ^3.14.0 " ,
54
54
"typescript" : " latest" ,
55
55
"vitest" : " ^2.1.4" ,
56
56
"vue-tsc" : " ^2.1.10"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ export default defineNuxtConfig({
5
5
devtools : { enabled : true } ,
6
6
compatibilityDate : '2024-11-03' ,
7
7
formkitPrimevue : {
8
+ includePrimeIcons : true ,
9
+ includeStyles : true ,
10
+ formkitAutoConfig : true ,
11
+ formkitLocale : 'de' ,
12
+ formkitPluginAnimate : true ,
13
+ formkitPluginAsterisk : true ,
8
14
} ,
9
15
i18n : {
10
16
lazy : true ,
You can’t perform that action at this time.
0 commit comments