Skip to content

Commit 9840b7d

Browse files
authored
Update to to plotly.js 1.50.1 (#1820)
* Update to to plotly.js 1.50.1
1 parent 2ea34f7 commit 9840b7d

File tree

84 files changed

+25881
-3223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+25881
-3223
lines changed

Diff for: packages/javascript/jupyterlab-plotly/package-lock.json

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

Diff for: packages/javascript/jupyterlab-plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typescript": "~3.1.1"
3232
},
3333
"dependencies": {
34-
"plotly.js": "^1.49.4",
34+
"plotly.js": "^1.50.1",
3535
"@types/plotly.js": "^1.44.9",
3636
"@jupyterlab/rendermime-interfaces": "^1.3.0",
3737
"@phosphor/messaging": "^1.2.3",

Diff for: packages/javascript/plotlywidget/package-lock.json

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

Diff for: packages/javascript/plotlywidget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "~3.1.1"
3636
},
3737
"dependencies": {
38-
"plotly.js": "^1.49.4",
38+
"plotly.js": "^1.50.1",
3939
"@jupyter-widgets/base": "^2.0.0",
4040
"lodash": "^4.17.4"
4141
},

0 commit comments

Comments
 (0)