From 474882d7259e44b4c28ab1c033ebb6959fa3fca9 Mon Sep 17 00:00:00 2001 From: Suzanna Wentzel Date: Wed, 9 Oct 2024 21:44:53 +0200 Subject: [PATCH] npm-outdated: add page (#14088) Co-authored-by: Wiktor Perskawiec --- pages/common/npm-outdated.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/npm-outdated.md diff --git a/pages/common/npm-outdated.md b/pages/common/npm-outdated.md new file mode 100644 index 000000000..abfd9d012 --- /dev/null +++ b/pages/common/npm-outdated.md @@ -0,0 +1,12 @@ +# npm-outdated + +> Check for outdated npm package dependencies. +> More information: . + +- Find packages that are outdated in a project: + +`npm outdated` + +- Find packages that are outdated regardless of the current project: + +`npm outdated --all`