summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-10-31 12:25:22 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-11-01 10:23:54 -0500
commitbf158b8efb00345af2ea13803092f8ec96f55a28 (patch)
treea22579115142da946a09625594f0d235de0c6a11
parentadea99b227a428dbda27e8fa2ed36c35672f5b07 (diff)
downloadgitlab-ce-11-4-stable-gitlab-ui-ie11.tar.gz
Update gitlab-ui dependency to 1.8.0-hotfix.111-4-stable-gitlab-ui-ie11
-rw-r--r--changelogs/unreleased/11-4-stable-gitlab-ui-ie11.yml5
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
3 files changed, 10 insertions, 5 deletions
diff --git a/changelogs/unreleased/11-4-stable-gitlab-ui-ie11.yml b/changelogs/unreleased/11-4-stable-gitlab-ui-ie11.yml
new file mode 100644
index 00000000000..7bf87d9cbfa
--- /dev/null
+++ b/changelogs/unreleased/11-4-stable-gitlab-ui-ie11.yml
@@ -0,0 +1,5 @@
+---
+title: Update gitlab-ui dependency to 1.8.0-hotfix.1 to fix IE11 bug
+merge_request:
+author:
+type: fixed
diff --git a/package.json b/package.json
index 35984e6d81f..3d51217bf60 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@gitlab-org/gitlab-svgs": "^1.29.0",
- "@gitlab-org/gitlab-ui": "^1.8.0",
+ "@gitlab-org/gitlab-ui": "1.8.0-hotfix.1",
"autosize": "^4.0.0",
"axios": "^0.17.1",
"babel-loader": "^8.0.4",
diff --git a/yarn.lock b/yarn.lock
index 7967ad0eb34..89959c22245 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -621,10 +621,10 @@
resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.31.0.tgz#495b074669f93af40e34f9978ce887773dea470a"
integrity sha512-tJbf99XX/ddFkXCXxQr9a0GJD9rPVoW3qMbU14dkxwG4WBmPEoVg+e7sLvm9OWTD1uUqiVW3qWKp++SGhhcRlw==
-"@gitlab-org/gitlab-ui@^1.8.0":
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-ui/-/gitlab-ui-1.8.0.tgz#dee33d78f68c91644273dbd51734b796108263ee"
- integrity sha512-Owm8bkP4vEihiLD3pmMw1r+UWr3WYGaGUtj0JcwaAg3d05ZneozFEZjazIOWeYTcFsk+ZvNmSk1UA+ARIauhgQ==
+"@gitlab-org/gitlab-ui@1.8.0-hotfix.1":
+ version "1.8.0-hotfix.1"
+ resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-ui/-/gitlab-ui-1.8.0-hotfix.1.tgz#172150dc45f9900e62ce4de6f88603bdbcf9fa68"
+ integrity sha512-qJdB/YpB2J/tReKAoOEaGh5djBMLnmE0qIVCho28FYpICznezrTwCVYm8D5zHQU16F3NA5M7HCtcLw8NPYt2yA==
dependencies:
"@gitlab-org/gitlab-svgs" "^1.23.0"
bootstrap-vue "^2.0.0-rc.11"