Skip to content

How to upgrade from v5 -> v6 without breaking changes? #3775

Answered by zkochan
william2958 asked this question in Q&A
Discussion options

You must be logged in to vote

Just running pnpm install should update the lockfile preferring versions that are already in the previous version of the lockfile. If that is not the case, I guess upgrade the dependencies. Upgrading dependencies don't cause issues. If you need to pin some dependencies to older versions, use pnpm overrides: https://pnpm.io/package_json#pnpmoverrides

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by william2958
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants