Is there a way to update ALL bower dependency versions AND make bower.json reflect those changes?
This would be something similar to doing
npm-check-updates -u
for npm modules, using npm-check-updates.
Again, I want to update ALL dependencies to their latest available versions, AND reflect those changes in my bower.json file. Unless I'm mistaken, the solutions provided elsewhere either update one component at a time, or run bower update, which does not seem to update bower.json. In fact, it seems to just update the versions to whatever bower.json allows.