Skip to content

Commit cbad681

Browse files
committed
update Plotly.js to version 1.58.5
1 parent b00762c commit cbad681

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ version change in this application.
1313

1414
## Version next (2021-07-??)
1515

16+
* __[maintenance]__
17+
The version of Plotly.js is bumped from 1.58.4 to 1.58.5.
18+
1619
* __[maintenance]__
1720
The package dependencies `mime-db` and `mime-types` are updated to 1.48.0 and
1821
2.1.31, respectively.

export-server/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const paths = {
3838
phantomjs: basePathParts.concat(['node_modules', 'phantomjs-prebuilt', 'lib', 'phantom', 'bin', 'phantomjs']).join(path.sep),
3939

4040
// absolute path of the current Plotly.js script
41-
plotlyJs: basePathParts.concat(['plotly-1.58.4.min.js']).join(path.sep)
41+
plotlyJs: basePathParts.concat(['plotly-1.58.5.min.js']).join(path.sep)
4242
};
4343

4444
// On Windows systems we need the .exe extension to detect the file properly.

export-server/plotly-1.58.4.min.js renamed to export-server/plotly-1.58.5.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)