Skip to content

Instantly share code, notes, and snippets.

@torgeir
Created August 23, 2017 07:42
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 torgeir/4ca8926cb90fe9b3f5ca73c6e692e01e to your computer and use it in GitHub Desktop.
Save torgeir/4ca8926cb90fe9b3f5ca73c6e692e01e to your computer and use it in GitHub Desktop.
Yarn: Two versions of jquery?
~/Desktop/yarn-jquery-pickadate $ yarn add jquery@2.1.3
~/Desktop/yarn-jquery-pickadate $ yarn add pickadate
~/Desktop/yarn-jquery-pickadate $ cat yarn.lock
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
jquery@2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.1.3.tgz#6ec55204673d505d39432c5bf5cfad10e1dbad2e"
jquery@>=1.7:
version "3.2.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
pickadate@^3.5.6:
version "3.5.6"
resolved "https://registry.yarnpkg.com/pickadate/-/pickadate-3.5.6.tgz#c998302343b79a19954fc49c45cc708347602806"
dependencies:
jquery ">=1.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment