Skip to content

Commit 51fb8b3

Browse files
authored
Merge pull request #5296 from plotly/upgrade-plotlyjs
Upgrade to plotly.js to 3.0.3
2 parents 4cd70ad + 702c0ed commit 51fb8b3

12 files changed

+414
-1256
lines changed

js/install.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"schemaVersion": 1,
3-
"name": "jupyterlab-plotly",
3+
"packageName": "jupyterlab-plotly",
44
"version": "6.0.1",
5+
"packageManager": "python",
56
"jupyterlab": {
67
"mimeExtension": "lib/mimeExtension.js"
78
}
8-
}
9-
9+
}

js/lib/mimeExtension.js

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

js/package-lock.json

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

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"lodash-es": "^4.17.21",
22-
"plotly.js": "3.0.1",
22+
"plotly.js": "3.0.3",
2323
"@lumino/widgets": "~2.4.0"
2424
},
2525
"devDependencies": {

plotly/labextension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"lodash-es": "^4.17.21",
22-
"plotly.js": "3.0.1",
22+
"plotly.js": "3.0.3",
2323
"@lumino/widgets": "~2.4.0"
2424
},
2525
"devDependencies": {
@@ -32,7 +32,7 @@
3232
"mimeExtension": true,
3333
"outputDir": "../plotly/labextension",
3434
"_build": {
35-
"load": "static/remoteEntry.ee69569354eef8c6803d.js",
35+
"load": "static/remoteEntry.fafc1a00b6eac93ead89.js",
3636
"mimeExtension": "./mimeExtension"
3737
}
3838
}

plotly/labextension/static/340.2a23c8275d47a2531dae.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

plotly/labextension/static/340.e13d674598350634d78a.js

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

plotly/labextension/static/remoteEntry.ee69569354eef8c6803d.js renamed to plotly/labextension/static/remoteEntry.fafc1a00b6eac93ead89.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plotly/offline/_plotlyjs_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# DO NOT EDIT
22
# This file is generated by the updatebundle commands.py command
3-
__plotlyjs_version__ = "3.0.1"
3+
__plotlyjs_version__ = "3.0.3"

0 commit comments

Comments
 (0)