Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 579 Bytes

File metadata and controls

12 lines (8 loc) · 579 Bytes

Yarn update deps

VS Code extension

Commands:

This extension contributes the following commands to the Command palette.

  • Yarn: Update Deps: runs yarn upgrade-interactive --latest for yarn v1, yarn upgrade-interactive for yarn v2.
  • Yarn: Update Yarn: runs yarn set version stable for yarn v2+. Not supported on yarn v1.
  • Yarn: Dedupe: runs yarn dedupe for yarn v2+. Not supported on yarn v1.
  • Yarn: Migrate Yarn Version to Berry: runs yarn set version berry for yarn v1.