Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Deps VersionsNew to Visual Studio Code? Get it now.
Deps Versions

Deps Versions

milhouse solutions

milhouse.solutions
|
27 installs
| (0) | Free
This extension adds CodeLens to package.json and pyproject.toml files showing available dependency upgrades. Supports npm/pip/uv with configurable CLI or HTTP methods.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NPM Deps Versions

Features

This extension adds a codelense above each dependency in package.json file to show the latest version of the dependency on npmjs.com. If there is a newer version of the dependency, you can directly upgrade to the specific version by clicking on the codelense.

Commands

This extension contributes the following commands:

  • npm-deps-versions.enableCodeLens: Enable CodeLens
  • npm-deps-versions.disableCodeLens: Disable Codelens
  • npm-deps-versions.refreshCache: Refresh Cache

Extension Settings

This extension contributes the following settings:

  • npm-deps-versions.enableCodeLens: Show CodeLens for available dependency upgrades.
  • npm-deps-versions.enableReleaseCandidateUpgrades: Search for release candidate versions.
  • npm-deps-versions.enableBetaUpgrades: Search for beta versions.
  • npm-deps-versions.enableAlphaUpgrades: Search for alpha versions.
  • npm-deps-versions.enableDevUpgrades: Search for developer versions.

Known Issues

  • No support for private packages (not possible)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft