You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/lib/content/using-npm/dependency-selectors.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,8 @@ Some examples:
84
84
The `:outdated` pseudo selector retrieves data from the registry and returns information about which of your dependencies are outdated. The type parameter may be one of the following:
85
85
86
86
-`any` (default) a version exists that is greater than the current one
87
-
-`in-range` a version exists that is greater than the current one, and satisfies at least one if its dependents
88
-
-`out-of-range` a version exists that is greater than the current one, does not satisfy at least one of its dependents
87
+
-`in-range` a version exists that is greater than the current one, and satisfies at least one if its parent's dependencies
88
+
-`out-of-range` a version exists that is greater than the current one, does not satisfy at least one of its parent's dependencies
89
89
-`major` a version exists that is a semver major greater than the current one
90
90
-`minor` a version exists that is a semver minor greater than the current one
91
91
-`patch` a version exists that is a semver patch greater than the current one
0 commit comments