Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlazh/yarn-update-deps


https://github.com/vlazh/yarn-update-deps

extension interactive vscode yarn

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Yarn update deps

### 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.