Show the version for each dependency listed (for a specific version as well) #128435
Unanswered
Alex-Sessler
asked this question in
npm
Replies: 0 comments 1 reply
-
Totally agree. I found myself learning releases date to calculate if a package could be worth trying it or not This page could be so helpful to do 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
-
I came across this today while upgrading Angular from v11 to v12. Since v12 isn't the latest version, I am forced to do a lot of research to find the compatible versions for all of our dependencies.
The usual flow goes like this:
If you just showed the dependencies and peerDependencies for each version, I would not have to navigate back and forth between npm and github and could do it all while staying on the npm website.
Beta Was this translation helpful? Give feedback.
All reactions