Skip to content

Commit 51355e1

Browse files
committed
chore: upgrade to Nuxt 4
1 parent 2025fcd commit 51355e1

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@
1313
"api": "php artisan octane:start --watch"
1414
},
1515
"devDependencies": {
16-
"@nuxt/devtools": "^2.3.0",
17-
"@nuxt/image": "^1.9.0",
18-
"@nuxt/ui": "^3.0.0",
19-
"@pinia/nuxt": "^0.10.1",
16+
"@iconify-json/heroicons": "^1.2.2",
17+
"@iconify-json/lucide": "^1.2.57",
18+
"@iconify-json/simple-icons": "^1.2.43",
19+
"@nuxt/devtools": "^2.6.2",
20+
"@nuxt/image": "^1.10.0",
21+
"@nuxt/ui": "^3.2.0",
22+
"@pinia/nuxt": "^0.11.2",
2023
"chokidar": "^4.0.3",
2124
"dayjs-nuxt": "^2.1.11",
22-
"nuxt": "^3.16.0",
25+
"nuxt": "^4.0.0",
2326
"nuxt-security": "^2.2.0",
24-
"vue": "^3.5.13",
25-
"vue-router": "^4.5.0"
27+
"vue": "^3.5.17",
28+
"vue-router": "^4.5.1"
2629
}
27-
}
30+
}

0 commit comments

Comments
 (0)