diff options
author | shampton <shampton@gitlab.com> | 2019-08-23 12:57:21 -0700 |
---|---|---|
committer | shampton <shampton@gitlab.com> | 2019-08-23 12:57:21 -0700 |
commit | c96adfcd6c9d303f3f7f86e441e57cb3ce8a286e (patch) | |
tree | 4251679d2f0abaf244984d55a1ad45e2cbc934b4 /yarn.lock | |
parent | 8f797950e8e5f92da800d67444a1f67bb6078f21 (diff) | |
download | gitlab-ce-c96adfcd6c9d303f3f7f86e441e57cb3ce8a286e.tar.gz |
Move visual review toolbar to NPM
Remove the visual review toolbar code
in favor of using the NPM package.
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 4489b10815a..dd85729333a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1021,6 +1021,11 @@ vue "^2.6.10" vue-loader "^15.4.2" +"@gitlab/visual-review-tools@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@gitlab/visual-review-tools/-/visual-review-tools-1.0.0.tgz#6012e0a19797c1f5dad34ccf4dacdaf38e400a73" + integrity sha512-xMvz9IwrXisQ1MH+Tj6lfbQcQSiQy88nTPuQV6OTLBGuV+vIQeVwXeIkQeTKuSpd0GqZvigPdRqxyQCa3blpIg== + "@gitlab/vue-toasted@^1.2.1": version "1.2.1" resolved "https://registry.yarnpkg.com/@gitlab/vue-toasted/-/vue-toasted-1.2.1.tgz#f407b5aa710863e5b7f021f4a1f66160331ab263" |