Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions js/install.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"schemaVersion": 1,
"name": "jupyterlab-plotly",
"packageName": "jupyterlab-plotly",
"version": "6.0.1",
"packageManager": "python",
"jupyterlab": {
"mimeExtension": "lib/mimeExtension.js"
}
}

}
198 changes: 99 additions & 99 deletions js/lib/mimeExtension.js

Large diffs are not rendered by default.

1,106 changes: 132 additions & 974 deletions js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"plotly.js": "3.0.1",
"plotly.js": "3.0.3",
"@lumino/widgets": "~2.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions plotly/labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"plotly.js": "3.0.1",
"plotly.js": "3.0.3",
"@lumino/widgets": "~2.4.0"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"mimeExtension": true,
"outputDir": "../plotly/labextension",
"_build": {
"load": "static/remoteEntry.ee69569354eef8c6803d.js",
"load": "static/remoteEntry.80c42f0e7ae12cb1b3f3.js",
"mimeExtension": "./mimeExtension"
}
}
Expand Down
2 changes: 0 additions & 2 deletions plotly/labextension/static/340.2a23c8275d47a2531dae.js

This file was deleted.

2 changes: 2 additions & 0 deletions plotly/labextension/static/340.e13d674598350634d78a.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plotly/offline/_plotlyjs_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DO NOT EDIT
# This file is generated by the updatebundle commands.py command
__plotlyjs_version__ = "3.0.1"
__plotlyjs_version__ = "3.0.3"
132 changes: 66 additions & 66 deletions plotly/package_data/plotly.min.js

Large diffs are not rendered by default.

214 changes: 107 additions & 107 deletions plotly/package_data/widgetbundle.js

Large diffs are not rendered by default.

Loading