Skip to content

Commit

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

* chore: update CHANGELOG
  • Loading branch information
TCL735 authored Feb 21, 2020
1 parent 7c88946 commit d96f3dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
1. [16934](https://github.com/influxdata/influxdb/pull/16934): Tokens page now sorts by status
1. [16931](https://github.com/influxdata/influxdb/pull/16931): Set the defualt value of tags in a Check
1. [16935](https://github.com/influxdata/influxdb/pull/16935): Fix sort by variable type
1. [16973](https://github.com/influxdata/influxdb/pull/16973): Calculate correct stacked line cumulative when lines are different lengths

## v2.0.0-beta.4 [2020-02-14]

Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@influxdata/clockface": "1.1.5",
"@influxdata/flux-lsp-browser": "^0.2.2",
"@influxdata/flux-parser": "^0.3.0",
"@influxdata/giraffe": "0.17.4",
"@influxdata/giraffe": "0.17.5",
"@influxdata/influx": "0.5.5",
"@influxdata/influxdb-templates": "0.9.0",
"@influxdata/react-custom-scrollbars": "4.3.8",
Expand Down Expand Up @@ -190,4 +190,4 @@
"uuid": "^3.2.1",
"webpack-bundle-analyzer": "^3.6.0"
}
}
}
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1026,10 +1026,10 @@
resolved "https://registry.yarnpkg.com/@influxdata/flux-parser/-/flux-parser-0.3.0.tgz#b63123ac814ad32c65e46a4097ba3d8b959416a5"
integrity sha512-nsm801l60kXFulcSWA2YH2YRz9oSsMlTK9Evn6Og9BoQnQMcwUsSUEug8mQRIUljnkNYV58JSs0W0mP8h7Y/ZQ==

"@influxdata/[email protected].4":
version "0.17.4"
resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.4.tgz#58a1cb23b70d0ac7aa3f833ffab5a92b933c824c"
integrity sha512-4hIZTmbBiJAtNvE4zQu2JwkDgNP1rFZqGiZR9SuMKAH/6Dg88A/UrMBTjN1pX+u9LkLEtsny93BHhJfGR3y7Dw==
"@influxdata/[email protected].5":
version "0.17.5"
resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.5.tgz#887693c165b14b846bb1fdf2b816ae5b9744beae"
integrity sha512-sYEYJqLH4pnE5/B5cID9IuZrYfxY3zTVNTis1F3TregZtceZ3EhJU2XIrUY9ekZNiSr/oQxnjQ9V8bwh8L/gQA==

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

0 comments on commit d96f3dc

Please sign in to comment.