Skip to content

Commit

Permalink
npm-outdated: add page (#14088)
Browse files Browse the repository at this point in the history
Co-authored-by: Wiktor Perskawiec <[email protected]>
  • Loading branch information
SuzannaWentzel and spageektti authored Oct 9, 2024
1 parent 5facc6b commit 474882d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/common/npm-outdated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# npm-outdated

> Check for outdated npm package dependencies.
> More information: <https://docs.npmjs.com/cli/commands/npm-outdated>.
- Find packages that are outdated in a project:

`npm outdated`

- Find packages that are outdated regardless of the current project:

`npm outdated --all`

0 comments on commit 474882d

Please sign in to comment.