diff options
author | Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> | 2019-06-14 13:59:00 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-06-14 13:59:00 +0000 |
commit | 04cc3deaab0780f3b5b6e15dc9158a432e49b684 (patch) | |
tree | 16331296f0515bb31cb5eb60206f26256b6c29af /package.json | |
parent | 6663ca0f9479fb3768ee83f138072c4065d658c5 (diff) | |
download | gitlab-ce-04cc3deaab0780f3b5b6e15dc9158a432e49b684.tar.gz |
Upgrade gitlab-ui and migrate gl-pagination
- Upgraded gitlab-ui to v4.0.0
- Migrated pagination_links to reflect breaking changes introduced
in gitlab-ui v4.0.0
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 0758c27c75b..4f61c73698c 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.63.0", - "@gitlab/ui": "^3.11.0", + "@gitlab/ui": "^4.0.0", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", "apollo-link": "^1.2.11", |