diff options
author | Scott Hampton <shampton@gitlab.com> | 2019-08-29 18:06:05 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-08-29 18:06:05 +0000 |
commit | e9509a8aec75d6a07790a83cf4d635a613f636ca (patch) | |
tree | eaeadd5da381397d766d9c125a55a49fe8f3e036 /yarn.lock | |
parent | dded24acacee88954867d52d42c24accf91f077a (diff) | |
download | gitlab-ce-e9509a8aec75d6a07790a83cf4d635a613f636ca.tar.gz |
Lock down visual-review-tools version
Remove the caret from the visual-review-tools
version so that we don't accidentally
introduce bugs on new releases.
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock index 2a11e66e2b5..78f9b461c36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1014,7 +1014,7 @@ vue "^2.6.10" vue-loader "^15.4.2" -"@gitlab/visual-review-tools@^1.0.0": +"@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== |