Skip to content

Commit

Permalink
Fix UI regressions (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyylim authored Sep 22, 2022
1 parent 5483d6b commit 0419432
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2172,10 +2172,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@gojek/[email protected].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/[email protected].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"
Expand Down

0 comments on commit 0419432

Please sign in to comment.