We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45ddf75 + 83d820b commit 3a6d2b1Copy full SHA for 3a6d2b1
packages/javascript/jupyterlab-plotly/package.json
@@ -33,7 +33,7 @@
33
"dependencies": {
34
"plotly.js": "^1.58.2",
35
"@types/plotly.js": "1.44.28",
36
- "@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0",
+ "@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0 || ^3.0.0",
37
"@lumino/messaging": "^1.2.3",
38
"@lumino/widgets": "^1.8.1",
39
"lodash": "^4.17.4"
packages/javascript/plotlywidget/package.json
@@ -38,6 +38,12 @@
},
40
"jupyterlab": {
41
- "extension": "src/jupyterlab-plugin.js"
+ "extension": "src/jupyterlab-plugin.js",
42
+ "sharedPackages": {
43
+ "@jupyter-widgets/base": {
44
+ "bundled": false,
45
+ "singleton": true
46
+ }
47
48
}
49
0 commit comments