<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- Tell us what should happen --> When a new version of `@modular-css/rollup-rewriter` is cut it should reference the current version of `@modular-css/rollup` from it's `peerDependencies`. ## Current Behavior <!--- Tell us what happens instead of the expected behavior --> It references the previous version, so npm complains all the time. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> Unknown, there may be a way within lerna's lifecycle hooks to rewrite that peer dep before submission/publication.