From 237d63058e244f791948f8245d3d0f9e2aaac7aa Mon Sep 17 00:00:00 2001 From: Matthieu Thiboust <14574229+mthiboust@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:57:29 +0200 Subject: [PATCH] Allow lumino v2 in dependency constraints to make it compatible with jupyterlab v4 --- packages/javascript/jupyterlab-plotly/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/javascript/jupyterlab-plotly/package.json b/packages/javascript/jupyterlab-plotly/package.json index 8d3818efeb4..83240293f2c 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.35.2" },