Is there npm or yarn command to show which version of dependency is installed in my project?
yarn info show my the version that exist in the npm registry. for example I set jest to be: "jest": "27.5.1" but when I run yarn info jest version it show me 28.1.0
I know I can open the lock file, but is hard to handle that.
 
    