DEV Community

Cover image for Rushstack Outdated Packages
Johannes Goslar
Johannes Goslar

Posted on

Rushstack Outdated Packages

How do get the outdated packages within a rushstack monorepo (with pnpm)? The problem is, that rush gives you now command like (p)npm outdated. But you can use the underlying infrastructure.
Just do:

cd common/temp/
pnpm outdated

Original

Top comments (0)