Skip to content

Commit

Permalink
fix(ui): update giraffe (#16435)
Browse files Browse the repository at this point in the history
* fix(ui): update giraffe

* chore: update CHANGELOG
  • Loading branch information
TCL735 authored Jan 7, 2020
1 parent 56754f9 commit dc188fc
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 @@ -44,6 +44,7 @@
1. [16380](https://github.com/influxdata/influxdb/pull/16380): Fix notification tag matching rules and enable tests to verify
1. [16376](https://github.com/influxdata/influxdb/pull/16376): Extend the y-axis when stacked graph is selected
1. [16404](https://github.com/influxdata/influxdb/pull/16404): Fixed query reset bug that was resetting query in script editor whenever dates were changed
1. [16435](https://github.com/influxdata/influxdb/pull/16435): Time labels are no longer squished to the left

### 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 @@ -131,7 +131,7 @@
"dependencies": {
"@influxdata/clockface": "1.1.0",
"@influxdata/flux-parser": "^0.3.0",
"@influxdata/giraffe": "0.17.1",
"@influxdata/giraffe": "0.17.2",
"@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 @@ -1021,10 +1021,10 @@
resolved "https://registry.yarnpkg.com/@influxdata/flux-parser/-/flux-parser-0.3.0.tgz#b63123ac814ad32c65e46a4097ba3d8b959416a5"
integrity sha512-nsm801l60kXFulcSWA2YH2YRz9oSsMlTK9Evn6Og9BoQnQMcwUsSUEug8mQRIUljnkNYV58JSs0W0mP8h7Y/ZQ==

"@influxdata/giraffe@0.17.1":
version "0.17.1"
resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.1.tgz#75c4c70bbcf78866f2c127ca94ad31d05267d9ab"
integrity sha512-s/51Ax12qcwMBwyh/4B7OccfMBscBxh7ZDPGJxuSoh4rAxGUUk25J4gAO1PpyGaKL6P874so2Ejtu6wfQrZ66A==
"@influxdata/giraffe@0.17.2":
version "0.17.2"
resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.2.tgz#fa1a2aa45c00f3c5162b6427cbea47a962600c9a"
integrity sha512-AgxHptrT6V8SvJmL7nH+z34SCNn53NcXNXtwejWsr3afq2pcJO+466iVErRWLJ+q8drYZBAPB/gVE3S/Rtjx7A==

"@influxdata/influx@0.5.5":
version "0.5.5"
Expand Down

0 comments on commit dc188fc

Please sign in to comment.