Why are dependencies pinned? #100
Closed
SuperchupuDev
started this conversation in
General
Replies: 2 comments
-
I never noticed it, we can remove it as the only dep that MUST be pinned is pkg-fetch. Would you like to submit a PR as you spotted the issue? :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
done in #106 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It looks like a
.yarnrc
file was added in 2018 to not use^
in dependencies. This can lead to dependency duplication in projects. Is there any strong reason for this? It's not even consistent, some dependencies use^
regardlessBeta Was this translation helpful? Give feedback.
All reactions