Skip to content

Commit

Permalink
fix(ui): update giraffe to fix spacing between ticks (#17692)
Browse files Browse the repository at this point in the history
* fix(ui): update giraffe to fix spacing between ticks

* chore: update CHANGELOG
  • Loading branch information
TCL735 authored Apr 9, 2020
1 parent 0b94b09 commit e170b5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
1. [17651](https://github.com/influxdata/influxdb/pull/17651): Fix check graph font and lines defaulting to black causing graph to be unreadable
1. [17660](https://github.com/influxdata/influxdb/pull/17660): Fix text wrapping display issue and popover sizing bug when adding labels to a resource
1. [17670](https://github.com/influxdata/influxdb/pull/17670): Respect the now-time of the compiled query if it's provided
1. [17692](https://github.com/influxdata/influxdb/pull/17692): Update giraffe to fix spacing between ticks

### UI Improvements

Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@influxdata/flux": "^0.4.0",
"@influxdata/flux-lsp-browser": "^0.4.2",
"@influxdata/flux-parser": "^0.3.0",
"@influxdata/giraffe": "0.17.6",
"@influxdata/giraffe": "0.18.0",
"@influxdata/influx": "0.5.5",
"@influxdata/influxdb-templates": "0.9.0",
"@influxdata/react-custom-scrollbars": "4.3.8",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1038,10 +1038,10 @@
resolved "https://registry.yarnpkg.com/@influxdata/flux/-/flux-0.4.0.tgz#7780f1344175c3dc784fb935e7224c6758d44846"
integrity sha512-m678aFy2fUMlBFwbZ8dG1yawuLUAzOEJm6jPdZR6ezUW/Z07mLk1XwMEbCMk7vFkx1f7cbZ0Yxe/sDt0uwRcxA==

"@influxdata/giraffe@0.17.6":
version "0.17.6"
resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.6.tgz#33e94a98dea81601f2759488605e206493a34555"
integrity sha512-7HayQtfHXDVlxus++RXRa8UzwPeYKvMQOIp0sEuGRuQdsT5D/wo6aT8Q17vCj5230UvMYjU60s7xi58wg/AUcw==
"@influxdata/giraffe@0.18.0":
version "0.18.0"
resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.18.0.tgz#30345878f2941f432489bdde303ca0ffffa3dcb8"
integrity sha512-iBCvYBjlKDh4Ken7rI95BaxX16ypYhvf80tfON/+EXwTEEC74IbJDh2C/P/xBvkpHrua3uzHmTLgmFwr10Fb9Q==

"@influxdata/[email protected]":
version "0.5.5"
Expand Down

0 comments on commit e170b5d

Please sign in to comment.