Replies: 1 comment
-
See https://yarnpkg.com/features/constraints Outside of yarn there's also this tool https://github.com/JamieMason/syncpack/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
My workspaces have dependencies on e.g.
koa
,koa-bodyparser
,koa-router
etc.Each of them lists that dependency in
package.json
.However, I would like to force them to use the same version, and upgrade version together. Is there any solution for this?
Beta Was this translation helpful? Give feedback.
All reactions