Skip to content

Commit

Permalink
Fixed #6020 - Failed to use Primevue 4 with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jul 9, 2024
1 parent a33fbfa commit 0c16851
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"dev:link": "pnpm link --global && npm link"
},
"dependencies": {
"@primeuix/styled": "^0.0.5"
"@primeuix/styled": "^0.0.5",
"@primeuix/utils": "^0.0.5"
},
"peerDependencies": {
"vue": "^3.0.0",
"@primeuix/utils": "^0.0.5"
"vue": "^3.0.0"
},
"engines": {
"node": ">=12.11.0"
}
}
}
3 changes: 2 additions & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
"dev:link": "pnpm link --global && npm link"
},
"dependencies": {
"@primeuix/utils": "^0.0.5",
"@primevue/core": "workspace:*"
},
"engines": {
"node": ">=12.11.0"
}
}
}
9 changes: 6 additions & 3 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -89,4 +92,4 @@
"engines": {
"node": ">=12.11.0"
}
}
}
4 changes: 3 additions & 1 deletion packages/primevue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,12 @@
"dev:link": "pnpm link --global && npm link"
},
"dependencies": {
"@primeuix/styled": "^0.0.5",
"@primeuix/utils": "^0.0.5",
"@primevue/core": "workspace:*",
"@primevue/icons": "workspace:*"
},
"engines": {
"node": ">=12.11.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"build:postbuild": "node ./scripts/postbuild.mjs",
"dev:link": "pnpm link --global && npm link"
},
"peerDependencies": {
"dependencies": {
"@primeuix/styled": "^0.0.5"
},
"engines": {
"node": ">=12.11.0"
}
}
}

0 comments on commit 0c16851

Please sign in to comment.