From 418b93070f8ece28ead957c15e988001f4f1beba Mon Sep 17 00:00:00 2001 From: Suzanna Wentzel Date: Wed, 9 Oct 2024 18:33:08 +0200 Subject: [PATCH 1/2] npm-outdated: add page --- 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 0000000000000..38b57765c014b --- /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` From c7b657f9c6cae194ffa9c7ba129b612ff0f95028 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:03:27 +0200 Subject: [PATCH 2/2] Update npm-outdated.md Co-authored-by: Wiktor Perskawiec --- pages/common/npm-outdated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/npm-outdated.md b/pages/common/npm-outdated.md index 38b57765c014b..abfd9d01229dc 100644 --- a/pages/common/npm-outdated.md +++ b/pages/common/npm-outdated.md @@ -1,7 +1,7 @@ # npm-outdated > Check for outdated npm package dependencies. -> More information: . +> More information: . - Find packages that are outdated in a project: