diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-31 21:08:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-31 21:08:05 +0000 |
commit | abae8f34f377519946a91101ef7abf504454531c (patch) | |
tree | 359fab0082860b6850d4a0a492b8f12eb3d4eb0b /package.json | |
parent | 580622bdb3c762a8e89facd8a3946881ee480442 (diff) | |
download | gitlab-ce-abae8f34f377519946a91101ef7abf504454531c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index bc0c719943d..3132009ee2b 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,9 @@ "@babel/plugin-proposal-private-methods": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.8.3", "@babel/preset-env": "^7.8.4", - "@gitlab/at.js": "^1.5.5", - "@gitlab/svgs": "^1.116.0", - "@gitlab/ui": "^10.1.2", + "@gitlab/at.js": "1.5.5", + "@gitlab/svgs": "1.116.0", + "@gitlab/ui": "10.1.2", "@gitlab/visual-review-tools": "1.5.1", "@sentry/browser": "^5.10.2", "@sourcegraph/code-host-integration": "0.0.34", @@ -145,7 +145,7 @@ }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.8.3", - "@gitlab/eslint-plugin": "^2.0.0", + "@gitlab/eslint-plugin": "2.0.0", "@vue/test-utils": "^1.0.0-beta.30", "axios-mock-adapter": "^1.15.0", "babel-jest": "^24.1.0", |