You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this expected behaviour that I'm not understanding?
$ yarn why react_ujs
yarn why v1.22.19
[1/4] 🤔 Why do we have the module "react_ujs"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "[email protected]"
info Has been hoisted to "react_ujs"
info This module exists because it's specified in "dependencies".
info Disk size without dependencies: "276KB"
info Disk size with unique dependencies: "6.63MB"
info Disk size with transitive dependencies: "60.01MB"
info Number of shared dependencies: 65
=> Found "react_ujs#[email protected]"
info This module exists because "react_ujs" depends on it.
info Disk size without dependencies: "144KB"
info Disk size with unique dependencies: "144KB"
info Disk size with transitive dependencies: "144KB"
info Number of shared dependencies: 0
✨ Done in 0.31s.
The text was updated successfully, but these errors were encountered:
Help us help you! Have you looked for similar issues? Do you have reproduction steps? Contributing Guide
Steps to reproduce
yarn upgrade react_ujs
when I'm on[email protected]
and have[email protected]
installed, and don't have any version constraints in mypackage.json
.Expected behavior
The installed version of
react_ujs
is updated, to3.2.1
at the time of writing.Actual behavior
[email protected]
is installed, but[email protected]
isn't removed from the yarn.lock file.System configuration
[email protected]
and above has a dependency on[email protected]
specified in thepackage.json
. This was introduced in a4bd5b3#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519Is this expected behaviour that I'm not understanding?
The text was updated successfully, but these errors were encountered: