Back to Pnpm Io

pnpm outdated

versioned_docs_archived/version-3.x/cli/outdated.md

latest726 B
Original Source

Check for outdated packages. The check can be limited to a subset of the installed packages by providing arguments (patterns are supported).

Synopsis

text
pnpm outdated [-r] [--filter <package selector>]
              [<package pattern> ...]

pnpm recursive outdated [--filter <package selector>]
                        [<package pattern> ...]

Examples

pnpm outdated
pnpm outdated gulp-* @babel/core

Options

--recursive, -r

Check for outdated dependencies in every package found in subdirectories or in every workspace package, when executed inside a workspace.

--filter <package_selector>

Read more about filtering.

--global

List outdated global packages.