This IntelliJ plugin inspects your package.json file to find if you're using the latest package versions from the registry.npmjs.org - the official package repository.
Inspired by Flutter Pub Version Checker, I decided to write something similar for the package. But I don’t know Kotlin at all, because it turned out what happened). I will be glad to feedback and help
Once plugin is installed, go to the package.json file. If plugin finds that newer version is available, you'll see it highlighted. To fix that, press Cmd+Enter (Alt+Enter) or click the action indicator to the left of the caret to open the action list and choose "Replace with".
See CHANGELOG to see what's new.
Feel free to send Pull Request or file a new Issue! Or...