Fixed #6020 - Failed to use Primevue 4 with yarn

This commit is contained in:
Mert Sincan 2024-07-09 09:40:37 +01:00
parent a33fbfa90f
commit 0c168516b0
5 changed files with 17 additions and 11 deletions

View file

@ -68,10 +68,13 @@
},
"dependencies": {
"@nuxt/kit": "^3.7.3",
"pathe": "^1.1.2",
"@primeuix/styled": "^0.0.5",
"@primeuix/utils": "^0.0.5",
"primevue": "workspace:*",
"@primevue/auto-import-resolver": "workspace:*",
"unplugin-vue-components": "0.27.0"
"@primevue/metadata": "workspace:*",
"unplugin-vue-components": "0.27.0",
"pathe": "^1.1.2"
},
"devDependencies": {
"@types/node": "^18.17.17",
@ -89,4 +92,4 @@
"engines": {
"node": ">=12.11.0"
}
}
}