I released a new package called upver.el. It is an Emacs package that lets you interactively update your npm dependencies within a package.json
buffer. Inspired by the Version Lens package that saw on a colleague's screen.
I intend to incorporate support for other package managers, like cargo
and maven
in forthcoming updates. Once a couple more package managers are integrated, I hope that the interface will stabilize, allowing for the addition of more package manager support.
The README has detailed instructions and all, please check it out. But here is a tiny gif to summarize what it does:
Hope you find it useful. Have a nice one!