mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #6020 - Failed to use Primevue 4 with yarn
This commit is contained in:
parent
a33fbfa90f
commit
0c168516b0
5 changed files with 17 additions and 11 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue