diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-04 14:58:45 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-13 17:18:15 +0100 |
commit | cfd3d0fd377c3438c6ce8bc2f20b11f86b43a785 (patch) | |
tree | aae1be8d8624e9bca4524dea1fdbdea26acb838f /yarn.lock | |
parent | ccca73d779ae0e22a86c9586fd52b15a8600b9f3 (diff) | |
download | gitlab-ce-cfd3d0fd377c3438c6ce8bc2f20b11f86b43a785.tar.gz |
[ci skip] Remove loadscript class in favour of backend conditional
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 f254668646c..46f528f0bec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2730,7 +2730,7 @@ json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: dependencies: jsonify "~0.0.0" -json-stringify-safe@~5.0.1: +json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" @@ -3604,6 +3604,12 @@ raphael@^2.2.7: dependencies: eve-raphael "0.5.0" +raven-js@^3.14.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/raven-js/-/raven-js-3.14.0.tgz#94dda81d975fdc4a42f193db437cf70021d654e0" + dependencies: + json-stringify-safe "^5.0.1" + raw-body@~2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.2.0.tgz#994976cf6a5096a41162840492f0bdc5d6e7fb96" |