Skip to content

Commit fedee5a

Browse files
committed
upgrade deps
1 parent fd2d5c5 commit fedee5a

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

nuxt.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ export default defineNuxtConfig({
5757
'nuxt-security',
5858
],
5959

60-
ui: {
61-
icons: ['heroicons'],
62-
},
63-
6460
image: {
6561
domains: [
6662
import.meta.env.APP_URL || 'http://127.0.0.1:8000'

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@
1313
"api": "php artisan octane:start --watch"
1414
},
1515
"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",
1917
"@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",
2220
"chokidar": "^3.6.0",
2321
"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"
2826
}
2927
}

0 commit comments

Comments
 (0)