Open
Description
Suggestion
related #11216
"make-dir": "*"
currently installs 5.0.0
, but there is also a make-dir@npm:^4.0.0
installed by istanbul-lib-report
-> istanbul-reports
-> @vitest/coverage-v8
, so with yarn-berry-deduplicate
, "make-dir": "*"
will be narrowed into make-dir@npm:^4.0.0
which is unexpected for website
package actually.
Additional Info
No response