diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-08-01 09:31:43 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-08-01 09:44:34 -0500 |
commit | e7b5324b76f2cc7fe913298cde784ce6ae3d4671 (patch) | |
tree | 0eca2047ad76b21aa72dbcbba701d97c2c95ec9a /yarn.lock | |
parent | e753444c7341bb9c327aaf7db69a4e612bff0449 (diff) | |
download | gitlab-ce-e7b5324b76f2cc7fe913298cde784ce6ae3d4671.tar.gz |
include cropper jQuery plugin as an npm moduleuse-npm-cropper
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock index 98da6a984d1..d56d7272fe2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1409,6 +1409,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.2: create-hash "^1.1.0" inherits "^2.0.1" +cropper@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/cropper/-/cropper-2.3.0.tgz#607461d4e7aa7a7fe15a26834b14b7f0c2801562" + dependencies: + jquery ">= 1.9.1" + cryptiles@2.x.x: version "2.0.5" resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" @@ -3169,7 +3175,7 @@ jquery-ujs@^1.2.1: dependencies: jquery ">=1.8.0" -jquery@>=1.8.0, jquery@^2.2.1: +"jquery@>= 1.9.1", jquery@>=1.8.0, jquery@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.1.tgz#3c3e16854ad3d2ac44ac65021b17426d22ad803f" |