list
command.update
command.outdated
command.outdated
and update
command has several different version numbers. This is what they mean:box.json
file. i.e., what version you "asked" for.box.json
. Not there may be newer versions of the library not shown here depending on what your semver range is allowing. A red highlight in this columns means a new version is available.install
command again and ask specifically for it. An orange highlight in this column means a new major update is available.update
command will comply with the semantic versioning range you specify. For example, if you have a dependency installed with a version saved of ^2.0.0
it will update you all the way to 2.9.9
but it will never install 3.0.0
until you ask it to. This is because breaking changes come in major versions, but minor releases are supposed to be compatible.