diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-12-12 17:31:16 +0100 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-12-12 17:31:16 +0100 |
commit | 402ef3c1649cfb9bebc991b1528ab89702dba91a (patch) | |
tree | 9cc1ddfc3ce7147aff565cfc22eadc694757e0ea /package.json | |
parent | c7ba5c0aeb808f4dc057428a2a98fec7fa1939fb (diff) | |
download | gitlab-ce-402ef3c1649cfb9bebc991b1528ab89702dba91a.tar.gz |
IE11: Fix sprite icon rendering
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8857ed318dd..a04d8268d4f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/preset-env": "^7.1.0", "@gitlab/csslab": "^1.8.0", - "@gitlab/svgs": "^1.40.0", + "@gitlab/svgs": "^1.42.0", "@gitlab/ui": "^1.15.0", "apollo-boost": "^0.1.20", "apollo-client": "^2.4.5", |