mix hex.outdated (Hex v0.20.6) View Source
Shows all Hex dependencies that have newer versions in the registry.
By default, it only shows top-level packages explicitly listed in the
mix.exs file. All outdated packages can be displayed by using the --all
command line option.
If a dependency name is given all requirements on that dependency, from
the entire dependency tree, are listed. This is useful if you are trying
to figure why a package isn't updating when you run mix deps.update.
mix hex.outdated [APP]Command line options
--all- shows all outdated packages, including children of packages defined inmix.exs--pre- include pre-releases when checking for newer versions