summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-08-29 18:06:06 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-08-29 18:06:06 +0000
commita8b48e240ad43e5c92f95360ae2b4b00bc316fa0 (patch)
treeeaeadd5da381397d766d9c125a55a49fe8f3e036
parentdded24acacee88954867d52d42c24accf91f077a (diff)
parente9509a8aec75d6a07790a83cf4d635a613f636ca (diff)
downloadgitlab-ce-a8b48e240ad43e5c92f95360ae2b4b00bc316fa0.tar.gz
Merge branch '66766-install-specific-visual-review-tools-npm-package-version' into 'master'
Resolve "Install specific visual review tools NPM package version" Closes #66766 See merge request gitlab-org/gitlab-ce!32404
-rw-r--r--package.json2
-rw-r--r--yarn.lock2
2 files changed, 2 insertions, 2 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",
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==