Skip to content

Commit be48f17

Browse files
committed
docs: clarify in-range and out-of-range in dependency selectors
1 parent d597d65 commit be48f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lib/content/using-npm/dependency-selectors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Some examples:
8484
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:
8585

8686
- `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
8989
- `major` a version exists that is a semver major greater than the current one
9090
- `minor` a version exists that is a semver minor greater than the current one
9191
- `patch` a version exists that is a semver patch greater than the current one

0 commit comments

Comments
 (0)