yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.37k stars 2.72k forks source link

Yarn resolutions & yarn workspaces? #8925

Open adamkss opened 1 year ago

adamkss commented 1 year ago

Hi all!

I have a yarn workspaces setup and I'd like to use the yarn resolutions feature, scoped to specific apps of the workspace.

I.e., I'd like to fix certain dependencies of app A of the workspace, without affecting the dependencies of app B of the workspace.

I haven't been able to find any documentation on this, not even sure if it's possible to be done.

Help is very appreciated!