We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cc718 commit 7d79e03Copy full SHA for 7d79e03
1 file changed
app/utils/npm/outdated-dependencies.ts
@@ -26,7 +26,7 @@ export function constraintIncludesPrerelease(constraint: string): boolean {
26
}
27
28
/** Parsed result of an npm dependency value */
29
-export interface ParsedDepValue {
+interface ParsedDepValue {
30
/** The real package name (different from key only for aliases) */
31
name: string | null
32
/** The semver range or version, null for non-resolvable values (file:, git, etc.) */
0 commit comments