diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-07-18 16:56:19 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-07-18 16:56:19 +0000 |
commit | 4ff134dfd49d03b66b529256794f054ef1cbc21d (patch) | |
tree | a311a8946890c0fdb17d10cafe80b6faacc073ff /package.json | |
parent | e6b6c7acbc81e646e32ee10f8a4ada3d95597d25 (diff) | |
download | gitlab-ce-4ff134dfd49d03b66b529256794f054ef1cbc21d.tar.gz |
Proper icon validator
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 9dd7d80945f..e1801d4d435 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { - "@gitlab-org/gitlab-svgs": "^1.25.0", + "@gitlab-org/gitlab-svgs": "^1.26.0", "autosize": "^4.0.0", "axios": "^0.17.1", "babel-core": "^6.26.3", |