diff --git a/packages/javascript/jupyterlab-plotly/package.json b/packages/javascript/jupyterlab-plotly/package.json index 75238809716..8de18716462 100644 --- a/packages/javascript/jupyterlab-plotly/package.json +++ b/packages/javascript/jupyterlab-plotly/package.json @@ -62,8 +62,8 @@ "dependencies": { "@jupyter-widgets/base": ">=2.0.0 <7.0.0", "@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0 || ^3.0.0", - "@lumino/messaging": "^1.2.3", - "@lumino/widgets": "^1.8.1", + "@lumino/messaging": "^1.2.3 || ^2.0.0", + "@lumino/widgets": "^1.8.1 || ^2.0.0", "lodash": "^4.17.4", "plotly.js": "^2.34.0" },