[BUG] Workspaces peerDependencies not updated when using npm version #3885
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
Is there an existing issue for this?
Current Behavior
Workspace
Package A
Package B
peerDependencies
Package A
I have the following situation, where Package B has a peerDependency of Package A.
I run npm version 1.2.3 --workspaces
Expected Behavior
I would expect:
The versions of Package A and Package B to be updated to 1.2.3
This works as expected
The version of the Package A peerDependency in Package B to be updated to 1.2.3
This doesn't work as expected
Steps To Reproduce
Environment
The text was updated successfully, but these errors were encountered: