Question

Is there an automated way of checking to see if the front-end dependencies listed in my bower.json file have updates available without actually updating the dependencies?

Was it helpful?

Solution

Turns out this is as easy as running bower list. All of your dependencies are listed with available updates highlighted.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top