From e1790abe398e426c4a7cd2d94379d5ef508e46b8 Mon Sep 17 00:00:00 2001 From: Vera Zabeida Date: Fri, 11 Jan 2019 12:06:29 -0500 Subject: [PATCH] update plotly.js --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38d917832..730f9499e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "fast-isnumeric": "^1.1.1", "immutability-helper": "^2.7.1", "plotly-icons": "1.2.3", - "plotly.js": "1.43.1", + "plotly.js": "1.43.2", "prop-types": "^15.5.10", "raf": "^3.4.0", "react-color": "^2.13.8", @@ -126,4 +126,4 @@ "watch": "babel src --watch --out-dir lib --source-maps | node-sass -w src/styles/main.scss lib/react-chart-editor.css", "watch-test": "jest --watch" } -} \ No newline at end of file +}