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 /package.json | |
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c3168fc9071..482f5cc7349 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.5.5", "@gitlab/svgs": "^1.71.0", "@gitlab/ui": "5.20.1", - "@gitlab/visual-review-tools": "^1.0.0", + "@gitlab/visual-review-tools": "1.0.0", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", "apollo-link": "^1.2.11", |