Skip to content

Commit 872dfba

Browse files
authored
bump to js 1.52 and codegen (#2047)
1 parent 81f3922 commit 872dfba

File tree

37 files changed

+7206
-2058
lines changed

37 files changed

+7206
-2058
lines changed

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

+1,536-1,484
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotlywidget",
3-
"version": "1.4.0",
3+
"version": "1.4.0+52.g81f392272",
44
"description": "The plotly JupyterLab extension",
55
"author": "The plotly.py team",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"typescript": "~3.1.1"
3636
},
3737
"dependencies": {
38-
"plotly.js": "^1.51.2",
38+
"plotly.js": "^1.52.0",
3939
"@jupyter-widgets/base": "^2.0.0",
4040
"lodash": "^4.17.4"
4141
},

Diff for: packages/python/plotly/codegen/resources/plot-schema.json

+523-71
Large diffs are not rendered by default.

Diff for: packages/python/plotly/plotly/_widget_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# for automated dev builds
33
#
44
# It is edited by hand prior to official releases
5-
__frontend_version__ = "^1.4.0"
5+
__frontend_version__ = "1.4.0+52.g81f392272"

0 commit comments

Comments
 (0)