How do I prevent beachball from changing the workspace versions in devDependencies? #940
Replies: 1 comment
|
Cleaning up old discussions--this seems to have been fixed at some point |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a monorepo set up with pnpm with workspaces and beachball.
For packages with peer dependencies, I add the same package in both
peerDependenciesanddevDependencies, like so:but when I release a new version of
local-dep, beachball replaces theworkspace:^with a numeric version. Why?All reactions