Ability to Match Multiple Dependency Versions to Single Dependency? #758
Unanswered
TheNathanBlake
asked this question in
Question
Replies: 1 comment
-
|
Given that locking version numbers across packages is often considered a bad practice (many of the projects that have done so have stopped, because it forces needless version bumps), I wouldn't expect an automated way to do this. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey so I've tried looking through documentation and Googling for a way to do this and my search came up dry, but I've run into issues around this for certain library bundles, Parcel in particular, where certain sub-modules are dependent on a particular main module version being used.
Is there a way in the package.json to tell a particular dependency to use the same version number as another dependency? E.g.:
Beta Was this translation helpful? Give feedback.
All reactions