Skip to content

Commit 769d12f

Browse files
authored
Merge pull request #4987 from plotly/upgrade-plotlyjs-3.0
Update to plotly.js 3.0.0
2 parents 0ca20aa + fe7147b commit 769d12f

File tree

4 files changed

+53
-53
lines changed

4 files changed

+53
-53
lines changed

packages/python/plotly/js/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python/plotly/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"lodash-es": "^4.17.21",
9-
"plotly.js": "3.0.0-rc.1"
9+
"plotly.js": "3.0.0"
1010
},
1111
"devDependencies": {
1212
"@types/plotly.js": "^2.33.4",
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# DO NOT EDIT
22
# This file is generated by the updatebundle setup.py command
3-
__plotlyjs_version__ = "3.0.0-rc.1"
3+
__plotlyjs_version__ = "3.0.0"

packages/python/plotly/plotly/package_data/plotly.min.js

+47-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)