diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-03-13 14:02:19 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-03-13 14:02:19 +0000 |
commit | 7f3719f328b791c1622a3c36c3d4d4a7f48e3256 (patch) | |
tree | cfde2e2485621a032aa0058d511ed62bae4d9dbf /yarn.lock | |
parent | 3c40c57383cdcc9e35b93d1f8142f531557ee414 (diff) | |
download | gitlab-ce-7f3719f328b791c1622a3c36c3d4d4a7f48e3256.tar.gz |
Prefer node_modules At.js and jquery.carat versions
Remove references to the vendored copies of At.js and jquery.carat
as well as the legacy rails wrapper gem.
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 4456810ec43..dbd56b387ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1378,6 +1378,11 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= +at.js@^1.5.4: + version "1.5.4" + resolved "https://registry.yarnpkg.com/at.js/-/at.js-1.5.4.tgz#8fc60cc80eadbe4874449b166a818e7ae1d784c1" + integrity sha512-G8mgUb/PqShPoH8AyjuxsTGvIr1o716BtQUKDM44C8qN2W615y7KGJ68MlTGamd0J0D/m28emUkzagaHTdrGZw== + atob@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" @@ -6070,6 +6075,11 @@ jquery-ujs@1.2.2: dependencies: jquery ">=1.8.0" +jquery.caret@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/jquery.caret/-/jquery.caret-0.3.1.tgz#9c093318faf327eff322e826ca9f3241368bc7b8" + integrity sha1-nAkzGPrzJ+/zIugmyp8yQTaLx7g= + jquery.waitforimages@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/jquery.waitforimages/-/jquery.waitforimages-2.2.0.tgz#63f23131055a1b060dc913e6d874bcc9b9e6b16b" |