@onigoetz/outdated-dependencies
v1.0.3
Published
[![Latest version](https://img.shields.io/github/release/onigoetz/visualize-outdated-dependencies.svg?style=flat-square)](https://github.com/onigoetz/visualize-outdated-dependencies/releases) ![License](https://img.shields.io/github/license/onigoetz/visua
Downloads
4
Readme
Outdated dependencies visualizer
Check the state of dependencies of your package and all of its dependencies.
Contrary to yarn outdated
or npm outdated
, this package will check the dependencies recursively and provide a full report.
This works with Yarn workspaces; run the command at the root of a workspace, and all its children will be included.
Installing
npm install -g @onigoetz/outdated-dependencies
Usage
Run the command within one of your modules.
outdated-dependencies
Options
--clear-cache Clear dependencies cache
--help Show help
--version Show the version and exit
--verbose, -v Also display debug information