Replies: 1 comment
-
|
Maybe we could reuse the code from licenses for this? |
Beta Was this translation helpful? Give feedback.
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.
-
Currently if I want to list all dependencies in a workspace, I can run:
pnpm list -r. However, this will print the same dependencies many times, each time it is used in a workspace project. It would be nice to have a command that would list all unique direct dependencies. Similar to howpnpm outdate -rworks but it would list not outdated deps but all deps.Beta Was this translation helpful? Give feedback.
All reactions