Skip to content

Instantly share code, notes, and snippets.

@sarahbethfederman
Last active September 21, 2020 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarahbethfederman/9abca04c3caefb9813f682a2f7968f08 to your computer and use it in GitHub Desktop.
Save sarahbethfederman/9abca04c3caefb9813f682a2f7968f08 to your computer and use it in GitHub Desktop.
yarn-lock-101-3
"pkg-a@<VERSION_RANGE>"
version: version of pkg-a that we resolve to
dependencies:
pkg-b: the range that is specified in pkg-a's package.json
"pkg-b@<VERSION_RANGE>"
version: the version that packages depending on pkg-b@<VERSION-RANGE> get
"pkg-b@<INCOMPATIBLE_VERSION_RANGE>"
version: the version that packages depending on pkg-b@<INCOMPATIBLE_VERSION_RANGE> get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment