https://github.com/mskelton/vscode-npm-outdated
Displays a diagnostic message in package.json files for packages which have newer versions available.
https://github.com/mskelton/vscode-npm-outdated
npm npm-outdated vscode-extension
Last synced: 3 months ago
JSON representation
Displays a diagnostic message in package.json files for packages which have newer versions available.
- Host: GitHub
- URL: https://github.com/mskelton/vscode-npm-outdated
- Owner: mskelton
- License: isc
- Created: 2020-09-13T20:30:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T04:28:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T08:17:59.085Z (9 months ago)
- Topics: npm, npm-outdated, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mskelton.npm-outdated
- Size: 1.19 MB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# VS Code npm Outdated
[](https://github.com/mskelton/vscode-npm-outdated/actions/workflows/build.yml)
[](https://github.com/semantic-release/semantic-release)Displays a diagnostic message in package.json files for packages which have newer versions available as well as a code action to quickly update packages to their latest version.

## Usage
This extension provides three primary means of updating outdated packages. The following code actions are available in `package.json` files.
1. `Update all packages` - This command will update all `dependencies` and `devDependencies` in the package.json file.
1. `Update package` - This command will update a single package to the latest version. This will show when a single package is selected.
1. `Update x packages` - This command will update all the selected packages to the latest version. This will show when multiple packages are selected.