This repository was archived by the owner on Oct 30, 2023. It is now read-only.
File tree 3 files changed +549
-532
lines changed
3 files changed +549
-532
lines changed Original file line number Diff line number Diff line change 40
40
"failOnWarn" : false
41
41
},
42
42
"dependencies" : {
43
- "@formkit/nuxt" : " 1.2.1 " ,
43
+ "@formkit/nuxt" : " 1.2.2 " ,
44
44
"@nuxt/kit" : " ^3.7.4" ,
45
- "@sfxcode/formkit-primevue" : " ^1.3.5 " ,
45
+ "@sfxcode/formkit-primevue" : " ^1.4.0 " ,
46
46
"primeicons" : " ^6.0.1" ,
47
47
"primevue" : " ^3.35.0"
48
48
},
52
52
"@nuxt/module-builder" : " ^0.5.2" ,
53
53
"@nuxtjs/eslint-config-typescript" : " 12.1.0" ,
54
54
"@pinia/nuxt" : " ^0.4.11" ,
55
- "@types/node" : " ^20.8.0 " ,
56
- "@unocss/nuxt" : " ^0.56.4 " ,
57
- "@vueuse/nuxt" : " ^10.4.1 " ,
55
+ "@types/node" : " ^20.8.3 " ,
56
+ "@unocss/nuxt" : " ^0.56.5 " ,
57
+ "@vueuse/nuxt" : " ^10.5.0 " ,
58
58
"anu-vue" : " ^0.15.2" ,
59
59
"defu" : " ^6.1.2" ,
60
- "eslint" : " ^8.50 .0" ,
60
+ "eslint" : " ^8.51 .0" ,
61
61
"markdown-it" : " ^13.0.2" ,
62
62
"nuxt" : " ^3.7.4" ,
63
- "sass" : " ^1.68 .0" ,
63
+ "sass" : " ^1.69 .0" ,
64
64
"vitepress" : " 1.0.0-rc.20"
65
65
},
66
66
"keywords" : [
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ export default defineNuxtConfig({
36
36
'primevue/resources/primevue.css' ,
37
37
'primevue/resources/themes/lara-dark-blue/theme.css' ,
38
38
'primeicons/primeicons.css' ,
39
- '@sfxcode/formkit-primevue/dist/sass/formkit-prime-inputs.scss' ,
40
39
'@sfxcode/formkit-primevue/dist/sass/formkit-primevue.scss'
41
40
] ,
42
41
build : {
You can’t perform that action at this time.
0 commit comments