Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vlazh/yarn-update-deps
- Owner: vlazh
- Created: 2020-03-22T10:07:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T04:04:43.000Z (about 2 years ago)
- Last Synced: 2023-05-12T06:20:36.518Z (over 1 year ago)
- Topics: extension, interactive, vscode, yarn
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.