How to update dependencies of one Polymer component without updating those of another?
问题 I'll try to describe our specific problem to avoid running into an XY Problem. We have one Polymer app, that consists of several independent components (maintained by different teams). Each of these components has dependencies on other components, managed by Bower. Sometimes, different components (say, A and B) have dependencies on the same components (e.g. C). Now when C releases a new version with a breaking change, both A and B have to upgrade to that new version at the same time . This