pnpm outdated

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

Options

NameDescription
--recursive, -rCheck for outdated dependencies in every package found in subdirectories, or in every workspace package when executed inside a workspace
--longPrint details
--globalList outdated global packages
--no-tablePrints the outdated dependencies in a list format instead of the default table. Good for small consoles
--compatiblePrints only versions that satisfy specifications in package.json
--dev, -DOnly list dev dependencies
--prod, -POnly list production dependencies
--no-optionalDoesn't check optionalDependencies