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

Resolutions don't support @ and / in the package name. #8977

Open aagranovExtend opened 10 months ago

aagranovExtend commented 10 months ago

Is there any plans to support resolutions f.e.,

"@company/package_1/@company/package_2": "2.0.0"

Where I want to fix @company/package_1's @company/package_2 nested dependency to 2.0.0. It seems only simple package names work.

F.e., ipdata/axios.

shramko82 commented 10 months ago

I have the same issue.

brandonxiang commented 7 months ago

I have same issue