diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-06-28 11:04:08 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-06-28 18:47:00 +0200 |
commit | 7d00eea6971dc128fdc8b43833304b54fa770bf2 (patch) | |
tree | 228c156f46ac4efc6705984653c8ce85b7eb0c0d /package.json | |
parent | 423c4c43cb73c72e8b27d7c091f392e3a09be354 (diff) | |
download | gitlab-ce-7d00eea6971dc128fdc8b43833304b54fa770bf2.tar.gz |
Use absolute paths for SCSS imports
A recent update in [GitLab UI] and setting the [config.assets.paths] to
include `node_modules` for the resolution of SCSS imports, allows us to
have much nicer imports which don't rely on brittle relative paths.
This change also forwards @gitlab/ui to the newest version
[GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602
[config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
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 ce3e5bd4490..acbe87a5994 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.4.4", "@gitlab/csslab": "^1.9.0", "@gitlab/svgs": "^1.65.0", - "@gitlab/ui": "^4.3.0", + "@gitlab/ui": "^5.1.0", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", "apollo-link": "^1.2.11", |