Created
May 29, 2019 10:24
-
-
Save jasonrhodes/a595fb0b6de01acd15f5f996c0471829 to your computer and use it in GitHub Desktop.
Mulltiple copies of package in yarn.lock ... why?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
react@^16.2.0, react@^16.6.0, react@^16.8.0: | |
version "16.8.2" | |
resolved "https://registry.yarnpkg.com/react/-/react-16.8.2.tgz#83064596feaa98d9c2857c4deae1848b542c9c0c" | |
integrity sha512-aB2ctx9uQ9vo09HVknqv3DGRpI7OIGJhCx3Bt0QqoRluEjHSaObJl+nG12GDdYH6sTgE7YiPJ6ZUyMx9kICdXw== | |
dependencies: | |
loose-envify "^1.1.0" | |
object-assign "^4.1.1" | |
prop-types "^15.6.2" | |
scheduler "^0.13.2" | |
react@^16.8.1: | |
version "16.8.5" | |
resolved "https://registry.yarnpkg.com/react/-/react-16.8.5.tgz#49be3b655489d74504ad994016407e8a0445de66" | |
integrity sha512-daCb9TD6FZGvJ3sg8da1tRAtIuw29PbKZW++NN4wqkbEvxL+bZpaaYb4xuftW/SpXmgacf1skXl/ddX6CdOlDw== | |
dependencies: | |
loose-envify "^1.1.0" | |
object-assign "^4.1.1" | |
prop-types "^15.6.2" | |
scheduler "^0.13.5" | |
react@^16.8.3: | |
version "16.8.6" | |
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe" | |
integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw== | |
dependencies: | |
loose-envify "^1.1.0" | |
object-assign "^4.1.1" | |
prop-types "^15.6.2" | |
scheduler "^0.13.6" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment