[BUG] npm version --workspaces
still doesn't update dependencies
#7843
Labels
npm version --workspaces
still doesn't update dependencies
#7843
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
The issue #3403 still exists.
The command
npm version <version> --workspaces
does not update the dependencies nor the devDependencies in the package.json file.As documented here, the fix provided at the time unfortunately does not work: #4588 (comment)
Expected Behavior
npm version 2.0.0 --workspaces
should update all workspace package versions (currently does) and also update the package.json dependencies and devDependencies versions.Steps To Reproduce
package.json
:package.json
:npm version 2.0.0 --workspaces
Environment
The text was updated successfully, but these errors were encountered: