I have several 'latest' and '^x.x.x' packages for a package that's going into maintenance mode. For stability purposes, I'd like to fix all package versions.
After spending some time combing through the yarn.lock file, I noticed multiple versions of individual packages, making this process very cumbersome.
Most other answers refer to a specific package, using yarn list
, which doesn't apply to v3+ and yarn why
, which applies to individual packages.