kiwicom/orbit

Avoid unnecessary version bumps of @kiwicom/babel-plugin-orbit-components

silvenon opened this issue · 1 comments

@kiwicom/babel-plugin-orbit-components always gets a version bump because it has @kiwicom/orbit-components in devDependencies. It will probably be enough to remove it, otherwise we should consider removing all devDependencies from both packages.

Success can be checked by running yarn release, then seeing whether the version is unjustifiably bumped.

lerna/lerna#1737

sampi commented

I'll take a look, if it can be done quickly