Commit 103e3dfa authored by Phil Hughes's avatar Phil Hughes

Merge branch 'leipert-fix-user-label-bug' into 'master'

Fix autocomplete limitation bug

See merge request gitlab-org/gitlab!25127
parents 1ea6cbbb d87e813c
---
title: Fix autocomplete limitation bug
merge_request: 25127
author:
type: fixed
...@@ -201,6 +201,7 @@ ...@@ -201,6 +201,7 @@
"yarn-deduplicate": "^1.1.1" "yarn-deduplicate": "^1.1.1"
}, },
"resolutions": { "resolutions": {
"at.js": "https://gitlab.com/gitlab-org/frontend/At.js.git#121ce9a557b51c33f5693ac8df52d2bda1e53cbe",
"vue-jest/ts-jest": "24.0.0", "vue-jest/ts-jest": "24.0.0",
"monaco-editor": "0.18.1" "monaco-editor": "0.18.1"
}, },
......
...@@ -1774,10 +1774,9 @@ asynckit@^0.4.0: ...@@ -1774,10 +1774,9 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
at.js@^1.5.4: at.js@^1.5.4, "at.js@https://gitlab.com/gitlab-org/frontend/At.js.git#121ce9a557b51c33f5693ac8df52d2bda1e53cbe":
version "1.5.4" version "1.5.4"
resolved "https://registry.yarnpkg.com/at.js/-/at.js-1.5.4.tgz#8fc60cc80eadbe4874449b166a818e7ae1d784c1" resolved "https://gitlab.com/gitlab-org/frontend/At.js.git#121ce9a557b51c33f5693ac8df52d2bda1e53cbe"
integrity sha512-G8mgUb/PqShPoH8AyjuxsTGvIr1o716BtQUKDM44C8qN2W615y7KGJ68MlTGamd0J0D/m28emUkzagaHTdrGZw==
atob@^2.1.1: atob@^2.1.1:
version "2.1.2" version "2.1.2"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment