[monorepo] What is the purpose of the "resolutions" key in this monorepo's package.json? #8610
-
Curious about why this is needed / what situations this is useful in? My understanding is that yarn workspaces automatically uses the simlinked versions of these, no matter where they live (as long as installed at the top level)?
I am running a monorepo with about the same stack, so its of particular interest. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @silesky, You can find the documentation for Yarn resolutions here: https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/ Please know that using it with |
Beta Was this translation helpful? Give feedback.
Hi @silesky,
You can find the documentation for Yarn resolutions here: https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/
Please know that using it with
@graphql-codegen
packages won't work since it is used as a binary.