File tree Expand file tree Collapse file tree 5 files changed +891
-861
lines changed Expand file tree Collapse file tree 5 files changed +891
-861
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ export default createConfigForNuxt({
9
9
// Rules for formatting
10
10
stylistic : true ,
11
11
} ,
12
- dirs : {
13
- src : [
14
- './playground' ,
15
- ] ,
16
- } ,
17
12
} )
18
13
. append (
19
14
// your custom flat config here...
Original file line number Diff line number Diff line change 36
36
"dependencies" : {
37
37
"@formkit/nuxt" : " ^1.6.9" ,
38
38
"@nuxt/kit" : " ^3.14.1592" ,
39
- "@nuxtjs/i18n" : " ^8.5.6 " ,
39
+ "@nuxtjs/i18n" : " ^9.1.1 " ,
40
40
"@primevue/nuxt-module" : " ^4.2.5" ,
41
- "@sfxcode/formkit-primevue" : " ^2.7.0 "
41
+ "@sfxcode/formkit-primevue" : " ^2.7.1 "
42
42
},
43
43
"devDependencies" : {
44
44
"@nuxt/devtools" : " ^1.6.4" ,
45
- "@nuxt/eslint-config" : " ^0.7.3 " ,
45
+ "@nuxt/eslint-config" : " ^0.7.4 " ,
46
46
"@nuxt/module-builder" : " ^0.8.4" ,
47
47
"@nuxt/schema" : " ^3.14.1592" ,
48
48
"@nuxt/test-utils" : " ^3.15.1" ,
49
49
"@primevue/themes" : " ^4.2.5" ,
50
50
"@types/node" : " latest" ,
51
51
"changelogen" : " ^0.5.7" ,
52
- "eslint" : " 9.14 .0" ,
52
+ "eslint" : " 9.17 .0" ,
53
53
"nuxt" : " ^3.14.1592" ,
54
- "typescript" : " 5.6.3 " ,
54
+ "typescript" : " ^5.7.2 " ,
55
55
"vitest" : " ^2.1.8" ,
56
56
"vue-tsc" : " ^2.1.10"
57
57
},
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments