Note: This project is currently under active development. Features and APIs may change.
Interactive TUI for updating JavaScript dependencies. Works with npm, yarn, pnpm, and bun.
TODO: Add demo video
- Interactive terminal UI for dependency updates
- Review and select which packages to update
- Compare current, wanted, and latest versions
- Support for multiple package managers (npm support available, yarn/pnpm/bun coming soon)
- Built with Go for fast performance
git clone https://github.com/nikero41/updep.git
cd updep
make installNavigate to your JavaScript project directory and run:
updep↑/↓orj/k- Navigate between packagesSpace- Toggle package selectionw- Select wanted versionl- Select latest versionqorCtrl+C- Quit
- Go 1.25+ (for building from source)
- npm, yarn, pnpm, or bun installed
- A JavaScript project with a
package.jsonfile
- npm support
- yarn support
- pnpm support
- bun support
- Configuration file support
- Custom color themes
Contributions are welcome! Please check out our Contributing Guide for guidelines.
MIT License - see LICENSE for details
Built with Bubble Tea and Lip Gloss