Yarn upgrade-interactive in the current workspace #6738
Unanswered
cgx-system
asked this question in
Q&A
Replies: 1 comment
|
Upgrade packages in one workspace with yarn workspace my-app add lodash@latest
yarn workspace my-app add react@latest react-dom@latestIf you use the interactive UI, only select what you want. Same package name + same range in another workspace gets updated too. There is no current-workspace-only mode for this command. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I desperatly find a way to upgrade interactively all packages in a specific workspace.
According to the documentation, the
yarn workspace <workspace> <subcommand>is supposed to run the subcommand inside the selected workspace, but this doesn't work with upgrade-interactive. It upgrades the packages for all workspaces at once !What am I missing ?
Thanks.
All reactions