Install specific visual review tools NPM package version
Summary
Currently our package.json
has ^1.0.0
for visual review tools. We should remove the caret, so that we don't accidentally install a new version that has bugs. This is how gitlab-ui
does it.