We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pnpm introduced catalogs feature in 9.5.0.
catalog:
align-deps
pnpm-workspace.yaml
# Default catalogs catalog: chalk: ^4.1.2 # Named catalogs catalogs: react16: react: ^16.7.0 react-dom: ^16.7.0 react17: react: ^17.10.0 react-dom: ^17.10.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pnpm introduced catalogs feature in 9.5.0.
Bare minimum support
catalog:
protocol (we are already protocol agnostic)Great to support
align-deps
verify catalogs defined inpnpm-workspace.yaml
?align-deps
output catalogs?The text was updated successfully, but these errors were encountered: