Skip to content

Commit

Permalink
Refactor package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 9, 2024
1 parent 865c98f commit a9df09e
Show file tree
Hide file tree
Showing 8 changed files with 267 additions and 87 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@
"eslint-plugin-vue": "^9.4.0",
"typescript": "^4.9.4",
"prettier": "2.7.1",
"pnpm": "9.1.4"
"pnpm": "^9.6.0"
},
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=12.11.0"
}
Expand Down
6 changes: 3 additions & 3 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.2.0",
"@primeuix/utils": "^0.2.0"
"@primeuix/styled": "catalog:",
"@primeuix/utils": "catalog:"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"engines": {
"node": ">=12.11.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"dev:link": "pnpm link --global && npm link"
},
"dependencies": {
"@primeuix/utils": "^0.2.0",
"@primeuix/utils": "catalog:",
"@primevue/core": "workspace:*"
},
"engines": {
"node": ">=12.11.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
},
"dependencies": {
"@nuxt/kit": "^3.7.3",
"@primeuix/styled": "^0.2.0",
"@primeuix/utils": "^0.2.0",
"@primeuix/styled": "catalog:",
"@primeuix/utils": "catalog:",
"primevue": "workspace:*",
"@primevue/auto-import-resolver": "workspace:*",
"@primevue/metadata": "workspace:*",
Expand All @@ -92,4 +92,4 @@
"engines": {
"node": ">=12.11.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/primevue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@
"vitest": "^0.29.8"
},
"dependencies": {
"@primeuix/styled": "^0.2.0",
"@primeuix/utils": "^0.2.0",
"@primeuix/styled": "catalog:",
"@primeuix/utils": "catalog:",
"@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 @@ -82,9 +82,9 @@
"dev:link": "pnpm link --global && npm link"
},
"dependencies": {
"@primeuix/styled": "^0.2.0"
"@primeuix/styled": "catalog:"
},
"engines": {
"node": ">=12.11.0"
}
}
}
Loading

0 comments on commit a9df09e

Please sign in to comment.