Open rightaway opened 4 years ago
There should be a flag in both commands to say if you want prod and dev dependencies shown together or split apart.
It would be great, if I could use a flag, so I can only check for dev and non dev dependencies. Usually non dev are more crucial
Describe the user story
yarn outdated
shows all dependencies in one list together, butyarn upgrade-interactive
shows them in two lists,dependencies
anddevDependencies
. They should both use the same method of display to be consistent, either both split into prod and dev dependencies, or both in one big list.