update
Update npm packages in a project to the latest semver-compatible version. Specify a package directory, optionally target specific packages, or use dry run to preview changes without applying them.
Instructions
Update packages in a project to their latest semver-compatible version
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the package directory | |
| packages | No | Specific packages to update (empty = update all) | |
| global | No | Update global packages | |
| dryRun | No | Preview updates without making changes |