File tree 2 files changed +7
-13
lines changed
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,6 @@ export default defineNuxtConfig({
57
57
'nuxt-security' ,
58
58
] ,
59
59
60
- ui : {
61
- icons : [ 'heroicons' ] ,
62
- } ,
63
-
64
60
image : {
65
61
domains : [
66
62
import . meta. env . APP_URL || 'http://127.0.0.1:8000'
Original file line number Diff line number Diff line change 13
13
"api" : " php artisan octane:start --watch"
14
14
},
15
15
"devDependencies" : {
16
- "@iconify-json/heroicons" : " ^1.1.21" ,
17
- "@iconify/vue" : " ^4.1.2" ,
18
- "@nuxt/devtools" : " ^1.3.9" ,
16
+ "@nuxt/devtools" : " ^1.3.14" ,
19
17
"@nuxt/image" : " ^1.7.0" ,
20
- "@nuxt/ui" : " ^2.17.0 " ,
21
- "@pinia/nuxt" : " ^0.5.1 " ,
18
+ "@nuxt/ui" : " ^2.18.4 " ,
19
+ "@pinia/nuxt" : " ^0.5.4 " ,
22
20
"chokidar" : " ^3.6.0" ,
23
21
"dayjs-nuxt" : " ^2.1.9" ,
24
- "nuxt" : " ^3.12.3 " ,
25
- "nuxt-security" : " ^1.4.3 " ,
26
- "vue" : " ^3.4.31 " ,
27
- "vue-router" : " ^4.4.0 "
22
+ "nuxt" : " ^3.13.0 " ,
23
+ "nuxt-security" : " 2.0.0-rc.9 " ,
24
+ "vue" : " ^3.4.38 " ,
25
+ "vue-router" : " ^4.4.3 "
28
26
}
29
27
}
You can’t perform that action at this time.
0 commit comments