From b4456dadd30e2bb7e12642fdf218a9bf7ca6a16a Mon Sep 17 00:00:00 2001 From: Terence Lim Date: Tue, 20 Sep 2022 15:02:01 +0800 Subject: [PATCH] Fix UI regressions --- ui/package.json | 4 ++-- ui/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/package.json b/ui/package.json index 1b9a5162..831a313a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,10 +4,10 @@ "private": true, "homepage": "/xp", "dependencies": { - "@emotion/react": "^11.9.0", "@elastic/datemath": "5.0.3", "@elastic/eui": "66.0.0", - "@gojek/mlp-ui": "1.6.1", + "@emotion/react": "^11.9.0", + "@gojek/mlp-ui": "1.6.2", "@reach/router": "1.3.4", "@sentry/browser": "5.15.5", "json-bigint": "1.0.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 9c6ed0b5..c96d710a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2172,10 +2172,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@gojek/mlp-ui@1.6.1": - version "1.6.1" - resolved "https://registry.yarnpkg.com/@gojek/mlp-ui/-/mlp-ui-1.6.1.tgz#6dcc9363d34ab0562eb2a11ba92688ff984b4ce1" - integrity sha512-Q/huAIwKZUfP5qJe94H7xYLK57N9DFFQ/Eo0mBEHRR0W0fXGp7eF+JVFAIuh/jj3VzCx4+8iOrUrLltbz+dOVA== +"@gojek/mlp-ui@1.6.2": + version "1.6.2" + resolved "https://registry.yarnpkg.com/@gojek/mlp-ui/-/mlp-ui-1.6.2.tgz#19fdb36f5615235f7d50e764402f85f37c7f6126" + integrity sha512-K+dpI7VAsWSMZ20ts101ovQkQJsJNfyNnNVV/9LWt8LMjvR4iEBMOTpxs1eoHvde8/WEYjkIS1Gf+5azKres0g== dependencies: "@react-oauth/google" "0.2.6" classnames "^2.2.6"