From a5c407a182719e27813d29591df854e4f0c1cd6d Mon Sep 17 00:00:00 2001 From: dmt0 Date: Fri, 24 Jul 2020 11:45:29 -0400 Subject: [PATCH] Plotly.js upgrade + version bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 000e1526e..67ebbd2a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-chart-editor", "description": "plotly.js chart editor react component UI", - "version": "0.41.7", + "version": "0.41.8", "author": "Plotly, Inc.", "bugs": { "url": "https://github.com/plotly/react-chart-editor/issues" @@ -35,7 +35,7 @@ "fast-isnumeric": "^1.1.4", "immutability-helper": "^3.1.1", "plotly-icons": "1.3.14", - "plotly.js": "1.54.6", + "plotly.js": "1.54.7", "prop-types": "^15.7.2", "raf": "^3.4.1", "react-color": "^2.18.1",