File tree Expand file tree Collapse file tree 3 files changed +451
-390
lines changed Expand file tree Collapse file tree 3 files changed +451
-390
lines changed Original file line number Diff line number Diff line change 37
37
"@nuxt/kit" : " ^3.14.159" ,
38
38
"@nuxtjs/i18n" : " ^8.5.6" ,
39
39
"@primevue/nuxt-module" : " ^4.2.2" ,
40
- "@sfxcode/formkit-primevue" : " ^2.6.6 "
40
+ "@sfxcode/formkit-primevue" : " ^2.6.7 "
41
41
},
42
42
"devDependencies" : {
43
43
"@nuxt/devtools" : " ^1.6.0" ,
44
- "@nuxt/eslint-config" : " ^0.6.1 " ,
44
+ "@nuxt/eslint-config" : " ^0.7.0 " ,
45
45
"@nuxt/module-builder" : " ^0.8.4" ,
46
46
"@nuxt/schema" : " ^3.14.159" ,
47
47
"@nuxt/test-utils" : " ^3.14.4" ,
48
48
"@primevue/themes" : " ^4.2.2" ,
49
49
"@types/node" : " latest" ,
50
50
"changelogen" : " ^0.5.7" ,
51
- "eslint" : " ^ 9.14.0" ,
51
+ "eslint" : " 9.14.0" ,
52
52
"nuxt" : " ^3.14.159" ,
53
53
"typescript" : " latest" ,
54
54
"vitest" : " ^2.1.5" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const schema = reactive(
58
58
},
59
59
{
60
60
$formkit: ' primeDatePicker' ,
61
- name: ' myDatePicker ' ,
61
+ name: ' myCalendar ' ,
62
62
label: ' Date Picker' ,
63
63
validation: ' ' ,
64
64
showIcon: true ,
You can’t perform that action at this time.
0 commit comments