0

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.

yuяi
  • 2,617
  • 1
  • 23
  • 46
  • If I'm not mistaken, the linked page has a solution for updating all, but not updating bower.json at the same time. – yuяi Jul 08 '15 at 02:11
  • Does [this](https://www.npmjs.com/package/bower-update) package help? – Patsy Issa Jul 08 '15 at 06:19
  • It looks like something I was looking for (assuming it updates bower.json), but I just tried it, and it's way too buggy. – yuяi Jul 08 '15 at 14:48
  • Also, it's not the first time my question gets voted by people to be closed, or even downvoted, even though I repeat multiple times that it's not exactly like other questions. I wish people would read it carefully before downvoting, etc. – yuяi Jul 08 '15 at 14:49
  • 3
    Note the "possible" in "possible duplicate" – Patsy Issa Jul 08 '15 at 14:51

0 Answers0