Skip to content

Commit

Permalink
update Plotly.js to version 1.58.5
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 18, 2021
1 parent b00762c commit cbad681
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ version change in this application.

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

* __[maintenance]__
The version of Plotly.js is bumped from 1.58.4 to 1.58.5.

* __[maintenance]__
The package dependencies `mime-db` and `mime-types` are updated to 1.48.0 and
2.1.31, respectively.
Expand Down
2 changes: 1 addition & 1 deletion export-server/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const paths = {
phantomjs: basePathParts.concat(['node_modules', 'phantomjs-prebuilt', 'lib', 'phantom', 'bin', 'phantomjs']).join(path.sep),

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

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

Large diffs are not rendered by default.

0 comments on commit cbad681

Please sign in to comment.