From 9449cd004ec877cd6988702ceb8ddc21e1556d45 Mon Sep 17 00:00:00 2001
From: echarles <eric@datalayer.io>
Date: Thu, 11 Jan 2024 11:02:46 +0100
Subject: [PATCH] deps: bump jupyterlab and lumin

---
 .github/workflows/build.yml |   6 +-
 environment.yml             |   2 +-
 package.json                | 144 ++++++++++++++++++------------------
 pyproject.toml              |   2 +-
 4 files changed, 77 insertions(+), 77 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 46f2048..15f68ee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
       uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
 
     - name: Install dependencies
-      run: python -m pip install -U jupyterlab==4.0.3
+      run: python -m pip install -U jupyterlab==4.0.10
 
     - name: Lint the extension
       run: |
@@ -81,7 +81,7 @@ jobs:
         sudo rm -rf $(which node)
         sudo rm -rf $(which node)
 
-        pip install "jupyterlab==4.0.3" jupyter_dashboard*.whl
+        pip install "jupyterlab==4.0.10" jupyter_dashboard*.whl
 
 
         jupyter server extension list
@@ -114,7 +114,7 @@ jobs:
     - name: Install the extension
       run: |
         set -eux
-        python -m pip install "jupyterlab==4.0.3" jupyter_dashboard*.whl
+        python -m pip install "jupyterlab==4.0.10" jupyter_dashboard*.whl
 
     - name: Install dependencies
       working-directory: ui-tests
diff --git a/environment.yml b/environment.yml
index f109b3f..33517da 100644
--- a/environment.yml
+++ b/environment.yml
@@ -14,4 +14,4 @@ dependencies:
     - build
     - hatch
     - jupyter-packaging
-    - jupyterlab==4.0.3
+    - jupyterlab==4.0.10
diff --git a/package.json b/package.json
index b23e19a..317645e 100644
--- a/package.json
+++ b/package.json
@@ -72,21 +72,21 @@
   "dependencies": {
     "@datalayer/jupyter-react": "0.8.3",
     "@jupyter/ydoc": "1.1.1",
-    "@jupyterlab/application": "4.0.3",
-    "@jupyterlab/apputils": "4.1.3",
-    "@jupyterlab/cells": "4.0.3",
-    "@jupyterlab/coreutils": "6.0.3",
-    "@jupyterlab/launcher": "4.0.3",
-    "@jupyterlab/mainmenu": "4.0.3",
-    "@jupyterlab/notebook": "4.0.3",
-    "@jupyterlab/observables": "5.0.3",
-    "@jupyterlab/services": "7.0.3",
-    "@jupyterlab/settingregistry": "4.0.3",
-    "@jupyterlab/ui-components": "4.0.3",
-    "@lumino/coreutils": "2.1.1",
-    "@lumino/dragdrop": "2.1.2",
-    "@lumino/signaling": "2.1.1",
-    "@lumino/widgets": "2.2.0",
+    "@jupyterlab/application": "4.0.10",
+    "@jupyterlab/apputils": "4.1.10",
+    "@jupyterlab/cells": "4.0.10",
+    "@jupyterlab/coreutils": "6.0.10",
+    "@jupyterlab/launcher": "4.0.10",
+    "@jupyterlab/mainmenu": "4.0.10",
+    "@jupyterlab/notebook": "4.0.10",
+    "@jupyterlab/observables": "5.0.10",
+    "@jupyterlab/services": "7.0.10",
+    "@jupyterlab/settingregistry": "4.0.10",
+    "@jupyterlab/ui-components": "4.0.10",
+    "@lumino/coreutils": "2.1.2",
+    "@lumino/dragdrop": "2.1.4",
+    "@lumino/signaling": "2.1.2",
+    "@lumino/widgets": "2.3.1",
     "mobx": "6.10.0",
     "mobx-react": "9.0.0",
     "react": "18.2.0",
@@ -102,9 +102,9 @@
     "@babel/preset-env": "7.20.2",
     "@babel/preset-react": "7.18.6",
     "@babel/preset-typescript": "7.21.0",
-    "@jupyterlab/builder": "4.0.3",
-    "@jupyterlab/launcher": "4.0.3",
-    "@jupyterlab/testutils": "4.0.3",
+    "@jupyterlab/builder": "4.0.10",
+    "@jupyterlab/launcher": "4.0.10",
+    "@jupyterlab/testutils": "4.0.10",
     "@types/jest": "29.4.0",
     "@types/node": "18.15.3",
     "@types/react": "18.2.12",
@@ -144,67 +144,67 @@
     "webpack-dev-server": "4.9.3"
   },
   "resolutions": {
-    "@jupyter-widgets/base": "6.0.5",
-    "@jupyter-widgets/controls": "5.0.6",
-    "@jupyter-widgets/html-manager": "1.0.8",
-    "@jupyter-widgets/jupyterlab-manager": "5.0.8",
-    "@jupyter-widgets/output": "6.0.5",
-    "@jupyterlab/application": "4.0.3",
-    "@jupyterlab/apputils": "4.1.3",
-    "@jupyterlab/attachments": "4.0.3",
-    "@jupyterlab/cells": "4.0.3",
-    "@jupyterlab/codeeditor": "4.0.3",
-    "@jupyterlab/codemirror": "4.0.3",
-    "@jupyterlab/completer": "4.0.3",
-    "@jupyterlab/console": "4.0.3",
-    "@jupyterlab/coreutils": "6.0.3",
-    "@jupyterlab/docmanager": "4.0.3",
-    "@jupyterlab/docregistry": "4.0.3",
-    "@jupyterlab/documentsearch": "4.0.3",
-    "@jupyterlab/filebrowser": "4.0.3",
-    "@jupyterlab/fileeditor": "4.0.3",
-    "@jupyterlab/inspector": "4.0.3",
-    "@jupyterlab/javascript-extension": "4.0.3",
-    "@jupyterlab/json-extension": "4.0.3",
-    "@jupyterlab/launcher": "4.0.3",
-    "@jupyterlab/lsp": "4.0.3",
-    "@jupyterlab/mainmenu": "4.0.3",
-    "@jupyterlab/markdownviewer": "4.0.3",
-    "@jupyterlab/markedparser-extension": "4.0.3",
-    "@jupyterlab/mathjax-extension": "4.0.0",
-    "@jupyterlab/nbconvert-css": "4.0.3",
-    "@jupyterlab/nbformat": "4.0.3",
-    "@jupyterlab/notebook": "4.0.3",
-    "@jupyterlab/observables": "5.0.3",
-    "@jupyterlab/outputarea": "4.0.3",
-    "@jupyterlab/rendermime": "4.0.3",
-    "@jupyterlab/rendermime-extension": "4.0.3",
-    "@jupyterlab/rendermime-interfaces": "3.8.3",
-    "@jupyterlab/services": "7.0.3",
-    "@jupyterlab/settingregistry": "4.0.3",
-    "@jupyterlab/statedb": "4.0.3",
-    "@jupyterlab/terminal": "4.0.3",
-    "@jupyterlab/theme-dark-extension": "4.0.3",
-    "@jupyterlab/theme-light-extension": "4.0.3",
-    "@jupyterlab/translation": "4.0.3",
-    "@jupyterlab/ui-components": "4.0.3",
+    "@jupyter-widgets/base": "6.0.6",
+    "@jupyter-widgets/controls": "5.0.7",
+    "@jupyter-widgets/html-manager": "1.0.9",
+    "@jupyter-widgets/jupyterlab-manager": "5.0.9",
+    "@jupyter-widgets/output": "6.0.6",
+    "@jupyterlab/application": "4.0.10",
+    "@jupyterlab/apputils": "4.1.10",
+    "@jupyterlab/attachments": "4.0.10",
+    "@jupyterlab/cells": "4.0.10",
+    "@jupyterlab/codeeditor": "4.0.10",
+    "@jupyterlab/codemirror": "4.0.10",
+    "@jupyterlab/completer": "4.0.10",
+    "@jupyterlab/console": "4.0.10",
+    "@jupyterlab/coreutils": "6.0.10",
+    "@jupyterlab/docmanager": "4.0.10",
+    "@jupyterlab/docregistry": "4.0.10",
+    "@jupyterlab/documentsearch": "4.0.10",
+    "@jupyterlab/filebrowser": "4.0.10",
+    "@jupyterlab/fileeditor": "4.0.10",
+    "@jupyterlab/inspector": "4.0.10",
+    "@jupyterlab/javascript-extension": "4.0.10",
+    "@jupyterlab/json-extension": "4.0.10",
+    "@jupyterlab/launcher": "4.0.10",
+    "@jupyterlab/lsp": "4.0.10",
+    "@jupyterlab/mainmenu": "4.0.10",
+    "@jupyterlab/markdownviewer": "4.0.10",
+    "@jupyterlab/markedparser-extension": "4.0.10",
+    "@jupyterlab/mathjax-extension": "4.0.10",
+    "@jupyterlab/nbconvert-css": "4.0.10",
+    "@jupyterlab/nbformat": "4.0.10",
+    "@jupyterlab/notebook": "4.0.10",
+    "@jupyterlab/observables": "5.0.10",
+    "@jupyterlab/outputarea": "4.0.10",
+    "@jupyterlab/rendermime": "4.0.10",
+    "@jupyterlab/rendermime-extension": "4.0.10",
+    "@jupyterlab/rendermime-interfaces": "3.8.10",
+    "@jupyterlab/services": "7.0.10",
+    "@jupyterlab/settingregistry": "4.0.10",
+    "@jupyterlab/statedb": "4.0.10",
+    "@jupyterlab/terminal": "4.0.10",
+    "@jupyterlab/theme-dark-extension": "4.0.10",
+    "@jupyterlab/theme-light-extension": "4.0.10",
+    "@jupyterlab/translation": "4.0.10",
+    "@jupyterlab/ui-components": "4.0.10",
     "@jupyter/ydoc": "1.1.1",
-    "@lumino/algorithm": "2.0.0",
+    "@lumino/algorithm": "2.0.1",
     "@lumino/application": "2.2.0",
-    "@lumino/collections": "2.0.0",
-    "@lumino/commands": "2.1.2",
+    "@lumino/collections": "2.0.1",
+    "@lumino/commands": "2.2.0",
     "@lumino/coreutils": "2.1.1",
     "@lumino/default-theme": "2.1.2",
     "@lumino/disposable": "2.1.1",
-    "@lumino/domutils": "2.0.0",
+    "@lumino/domutils": "2.0.1",
     "@lumino/dragdrop": "2.1.2",
-    "@lumino/keyboard": "2.0.0",
-    "@lumino/messaging": "2.0.0",
+    "@lumino/keyboard": "2.0.1",
+    "@lumino/messaging": "2.0.1",
     "@lumino/polling": "2.1.1",
-    "@lumino/properties": "2.0.0",
+    "@lumino/properties": "2.0.1",
     "@lumino/signaling": "2.1.1",
-    "@lumino/virtualdom": "2.0.0",
-    "@lumino/widgets": "2.2.0",
+    "@lumino/virtualdom": "2.0.1",
+    "@lumino/widgets": "2.3.1",
     "@rjsf/core": "5.3.0",
     "@rjsf/utils": "5.3.0",
     "@rjsf/validator-ajv6": "5.3.0",
@@ -259,7 +259,7 @@
   "jupyter-releaser": {
     "hooks": {
       "before-build-npm": [
-        "python -m pip install jupyterlab==4.0.3",
+        "python -m pip install jupyterlab==4.0.10",
         "jlpm"
       ],
       "before-build-python": [
diff --git a/pyproject.toml b/pyproject.toml
index 0eb325a..fbb887f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["hatchling>=1.4.0", "jupyterlab==4.0.3", "hatch-nodejs-version"]
+requires = ["hatchling>=1.4.0", "jupyterlab==4.0.10", "hatch-nodejs-version"]
 build-backend = "hatchling.build"
 
 [project]