modular-css icon indicating copy to clipboard operation
modular-css copied to clipboard

rollup-rewriter's peer dependency on @modular-css/rollup doesn't get bumped

Open tivac opened this issue 6 years ago • 0 comments

Expected Behavior

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

It references the previous version, so npm complains all the time.

Possible Solution

Unknown, there may be a way within lerna's lifecycle hooks to rewrite that peer dep before submission/publication.

tivac avatar May 16 '19 16:05 tivac