From b5e15267866109bf35721ebf8bcca1eb52e9c350 Mon Sep 17 00:00:00 2001 From: archmoj Date: Thu, 17 Dec 2020 09:46:07 -0500 Subject: [PATCH 1/2] bump plotly.js v1.58.3 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8dbabc238..25167c88e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12963,9 +12963,9 @@ } }, "plotly.js": { - "version": "1.58.2", - "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-1.58.2.tgz", - "integrity": "sha512-CQ1Fg50BafIeFs3PQ8D2byigrmn5UoOMJHgyLBcYoHxxQTI9L85xKl02EkiJxg7KJUgNr//Bt/yu8heAIy10XQ==", + "version": "1.58.3", + "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-1.58.3.tgz", + "integrity": "sha512-gq/bm+bpYn+NIDDfRDgLtUpFJlwCu5/H0k++M/92g+gKmTkMMn/ADqVL8mHmGtD2KY5DeOkMthw6DwG+ZCEBrQ==", "requires": { "@plotly/d3-sankey": "0.7.2", "@plotly/d3-sankey-circular": "0.33.1", diff --git a/package.json b/package.json index ac21e0d30..cdd896331 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "fast-isnumeric": "^1.1.3", "highlight.js": "^10.3.1", "moment": "^2.20.1", - "plotly.js": "1.58.2", + "plotly.js": "1.58.3", "prop-types": "^15.6.0", "ramda": "^0.26.1", "rc-slider": "^9.1.0", From eeb9ee59f0edce20c860d73213de4c87bd2ec179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Rivet?= Date: Thu, 17 Dec 2020 11:05:49 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223db20f3..39c4ff15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - [#903](https://github.com/plotly/dash-core-components/pull/903) - part of fixing dash import bug https://github.com/plotly/dash/issues/1143 +### Updated +- [#906](https://github.com/plotly/dash-core-components/pull/906) + - Patch Release [1.58.3](https://github.com/plotly/plotly.js/releases/tag/v1.58.3) + ## [1.14.1] - 2020-12-09 ### Updated - [#898](https://github.com/plotly/dash-core-components/pull/898)