From 18ae90ce81a9563c60e7abc440a8e75d2ea19b79 Mon Sep 17 00:00:00 2001 From: Luke Morris Date: Thu, 7 Dec 2017 15:05:33 -0800 Subject: [PATCH 1/2] Dygraphs now has support for millisecond granularity --- ui/package.json | 2 +- ui/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index 57af01496..b970d7be2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -103,7 +103,7 @@ "bootstrap": "^3.3.7", "calculate-size": "^1.1.1", "classnames": "^2.2.3", - "dygraphs": "influxdata/dygraphs", + "dygraphs": "^2.0.1", "eslint-plugin-babel": "^4.1.2", "fast.js": "^0.1.1", "fixed-data-table": "^0.6.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 966c0876e..2ff850178 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2524,9 +2524,9 @@ dot-prop@^3.0.0: dependencies: is-obj "^1.0.0" -dygraphs@influxdata/dygraphs: - version "2.0.0" - resolved "https://codeload.github.com/influxdata/dygraphs/tar.gz/9cc90443f58c11b45473516a97d4bb3a68a620c2" +dygraphs@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/dygraphs/-/dygraphs-2.0.1.tgz#ced5ea6a426aaf4fa8eba4c24fcf7bc314804284" ecc-jsbn@~0.1.1: version "0.1.1" From 4fb1ba4f6e8fc3a131f5974cf646a39d239ba152 Mon Sep 17 00:00:00 2001 From: Luke Morris Date: Fri, 8 Dec 2017 14:33:03 -0800 Subject: [PATCH 2/2] Bump dygraphs to 2.1.0 --- ui/package.json | 2 +- ui/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index b970d7be2..88c6fea61 100644 --- a/ui/package.json +++ b/ui/package.json @@ -103,7 +103,7 @@ "bootstrap": "^3.3.7", "calculate-size": "^1.1.1", "classnames": "^2.2.3", - "dygraphs": "^2.0.1", + "dygraphs": "2.1.0", "eslint-plugin-babel": "^4.1.2", "fast.js": "^0.1.1", "fixed-data-table": "^0.6.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 2ff850178..a2b777e95 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2524,9 +2524,9 @@ dot-prop@^3.0.0: dependencies: is-obj "^1.0.0" -dygraphs@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/dygraphs/-/dygraphs-2.0.1.tgz#ced5ea6a426aaf4fa8eba4c24fcf7bc314804284" +dygraphs@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/dygraphs/-/dygraphs-2.1.0.tgz#2fbfd2c803ead02307df3faf8d4dd3ef55cb2075" ecc-jsbn@~0.1.1: version "0.1.1"