Skip to content

Commit

Permalink
fix: update --no-save with resolution-mode=lowest-direct
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 7, 2023
1 parent 2b54be3 commit 05f8354
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ async function update (
? createMatcher(dependencies)
: undefined,
updatePackageManifest: opts.save !== false,
resolutionMode: opts.save === false ? 'highest' : opts.resolutionMode,
}, dependencies)
}

Expand Down

0 comments on commit 05f8354

Please sign in to comment.