mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
icons: switch from nuxt-icon to nuxt-icons dep
This commit is contained in:
parent
fd95f788c9
commit
acc5cbf9c7
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ export default defineNuxtConfig({
|
|||
'@nuxtjs/color-mode',
|
||||
'@nuxtjs/i18n',
|
||||
'@nuxtjs/tailwindcss',
|
||||
'nuxt-icon',
|
||||
'nuxt-icons',
|
||||
'@nuxtjs/google-fonts',
|
||||
],
|
||||
devtools: { enabled: true },
|
||||
|
|
|
@ -26,12 +26,12 @@
|
|||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
||||
"nuxt": "^3.6.2",
|
||||
"nuxt-icon": "^0.4.2",
|
||||
"prettier": "^3.0.0",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vee-validate/yup": "^4.10.8",
|
||||
"nuxt-icons": "^3.2.1",
|
||||
"vee-validate": "^4.10.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue