Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hampton <shampton@gitlab.com>2019-08-29 21:06:05 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2019-08-29 21:06:05 +0300
commite9509a8aec75d6a07790a83cf4d635a613f636ca (patch)
treeeaeadd5da381397d766d9c125a55a49fe8f3e036 /package.json
parentdded24acacee88954867d52d42c24accf91f077a (diff)
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.json2
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",