From b34449747a84fe0ba7951ae0fa8f2bb011444a60 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 18 Nov 2024 09:34:59 +0000 Subject: [PATCH] Update to JupyterLab 4.3.1 (#7521) * Update to JupyterLab 4.3.1 * update snapshot --- .github/workflows/buildutils.yml | 4 +- .pre-commit-config.yaml | 2 +- app/package.json | 254 +- buildutils/package.json | 2 +- package.json | 2 +- packages/application-extension/package.json | 22 +- packages/application/package.json | 12 +- packages/console-extension/package.json | 6 +- packages/docmanager-extension/package.json | 10 +- .../documentsearch-extension/package.json | 4 +- packages/help-extension/package.json | 8 +- packages/lab-extension/package.json | 16 +- packages/notebook-extension/package.json | 14 +- packages/terminal-extension/package.json | 6 +- packages/tree-extension/package.json | 24 +- packages/tree/package.json | 22 +- packages/ui-components/package.json | 4 +- pyproject.toml | 6 +- .../opened-menu-edit-chromium-linux.png | Bin 13313 -> 41492 bytes yarn.lock | 2240 ++++++++--------- 20 files changed, 1329 insertions(+), 1329 deletions(-) diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index e8a2e94205..433f005d4f 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.3.0,<4.4" hatch + python -m pip install -U "jupyterlab>=4.3.1,<4.4" hatch jlpm jlpm run build @@ -79,6 +79,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.3.0,<4.4" pip + python -m pip install -U "jupyterlab>=4.3.1,<4.4" pip jlpm jlpm run build diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52630dad22..35d20518ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: files: "^notebook" stages: [manual] args: ["--install-types", "--non-interactive"] - additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.3.0,<4.4"] + additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.3.1,<4.4"] - repo: https://github.com/pre-commit/pygrep-hooks rev: 'v1.10.0' diff --git a/app/package.json b/app/package.json index 7338ced240..a23b8283c5 100644 --- a/app/package.json +++ b/app/package.json @@ -24,84 +24,84 @@ "@jupyter-notebook/tree-extension": "~7.3.0-beta.2", "@jupyter-notebook/ui-components": "~7.3.0-beta.2", "@jupyter/ydoc": "~3.0.0", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/application-extension": "~4.3.0", - "@jupyterlab/apputils": "~4.4.0", - "@jupyterlab/apputils-extension": "~4.3.0", - "@jupyterlab/attachments": "~4.3.0", - "@jupyterlab/cell-toolbar": "~4.3.0", - "@jupyterlab/cell-toolbar-extension": "~4.3.0", - "@jupyterlab/celltags-extension": "~4.3.0", - "@jupyterlab/codeeditor": "~4.3.0", - "@jupyterlab/codemirror": "~4.3.0", - "@jupyterlab/codemirror-extension": "~4.3.0", - "@jupyterlab/completer": "~4.3.0", - "@jupyterlab/completer-extension": "~4.3.0", - "@jupyterlab/console": "~4.3.0", - "@jupyterlab/console-extension": "~4.3.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/csvviewer-extension": "~4.3.0", - "@jupyterlab/debugger": "~4.3.0", - "@jupyterlab/debugger-extension": "~4.3.0", - "@jupyterlab/docmanager": "~4.3.0", - "@jupyterlab/docmanager-extension": "~4.3.0", - "@jupyterlab/documentsearch": "~4.3.0", - "@jupyterlab/documentsearch-extension": "~4.3.0", - "@jupyterlab/extensionmanager": "~4.3.0", - "@jupyterlab/extensionmanager-extension": "~4.3.0", - "@jupyterlab/filebrowser": "~4.3.0", - "@jupyterlab/filebrowser-extension": "~4.3.0", - "@jupyterlab/fileeditor": "~4.3.0", - "@jupyterlab/fileeditor-extension": "~4.3.0", - "@jupyterlab/help-extension": "~4.3.0", - "@jupyterlab/htmlviewer": "~4.3.0", - "@jupyterlab/htmlviewer-extension": "~4.3.0", - "@jupyterlab/hub-extension": "~4.3.0", - "@jupyterlab/imageviewer": "~4.3.0", - "@jupyterlab/imageviewer-extension": "~4.3.0", - "@jupyterlab/javascript-extension": "~4.3.0", - "@jupyterlab/json-extension": "~4.3.0", - "@jupyterlab/lsp": "~4.3.0", - "@jupyterlab/lsp-extension": "~4.3.0", - "@jupyterlab/mainmenu": "~4.3.0", - "@jupyterlab/mainmenu-extension": "~4.3.0", - "@jupyterlab/markdownviewer": "~4.3.0", - "@jupyterlab/markdownviewer-extension": "~4.3.0", - "@jupyterlab/markedparser-extension": "~4.3.0", - "@jupyterlab/mathjax-extension": "~4.3.0", - "@jupyterlab/mermaid": "~4.3.0", - "@jupyterlab/mermaid-extension": "~4.3.0", - "@jupyterlab/metadataform": "~4.3.0", - "@jupyterlab/metadataform-extension": "~4.3.0", - "@jupyterlab/notebook": "~4.3.0", - "@jupyterlab/notebook-extension": "~4.3.0", - "@jupyterlab/observables": "~5.3.0", - "@jupyterlab/outputarea": "~4.3.0", - "@jupyterlab/pdf-extension": "~4.3.0", - "@jupyterlab/pluginmanager-extension": "~4.3.0", - "@jupyterlab/rendermime": "~4.3.0", - "@jupyterlab/rendermime-interfaces": "~3.11.0", - "@jupyterlab/running-extension": "~4.3.0", - "@jupyterlab/services": "~7.3.0", - "@jupyterlab/settingeditor": "~4.3.0", - "@jupyterlab/settingeditor-extension": "~4.3.0", - "@jupyterlab/settingregistry": "~4.3.0", - "@jupyterlab/shortcuts-extension": "~5.1.0", - "@jupyterlab/statedb": "~4.3.0", - "@jupyterlab/statusbar": "~4.3.0", - "@jupyterlab/terminal": "~4.3.0", - "@jupyterlab/terminal-extension": "~4.3.0", - "@jupyterlab/theme-dark-extension": "~4.3.0", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0", - "@jupyterlab/theme-light-extension": "~4.3.0", - "@jupyterlab/toc-extension": "~6.3.0", - "@jupyterlab/tooltip": "~4.3.0", - "@jupyterlab/tooltip-extension": "~4.3.0", - "@jupyterlab/translation": "~4.3.0", - "@jupyterlab/translation-extension": "~4.3.0", - "@jupyterlab/ui-components": "~4.3.0", - "@jupyterlab/ui-components-extension": "~4.3.0", - "@jupyterlab/vega5-extension": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/application-extension": "~4.3.1", + "@jupyterlab/apputils": "~4.4.1", + "@jupyterlab/apputils-extension": "~4.3.1", + "@jupyterlab/attachments": "~4.3.1", + "@jupyterlab/cell-toolbar": "~4.3.1", + "@jupyterlab/cell-toolbar-extension": "~4.3.1", + "@jupyterlab/celltags-extension": "~4.3.1", + "@jupyterlab/codeeditor": "~4.3.1", + "@jupyterlab/codemirror": "~4.3.1", + "@jupyterlab/codemirror-extension": "~4.3.1", + "@jupyterlab/completer": "~4.3.1", + "@jupyterlab/completer-extension": "~4.3.1", + "@jupyterlab/console": "~4.3.1", + "@jupyterlab/console-extension": "~4.3.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/csvviewer-extension": "~4.3.1", + "@jupyterlab/debugger": "~4.3.1", + "@jupyterlab/debugger-extension": "~4.3.1", + "@jupyterlab/docmanager": "~4.3.1", + "@jupyterlab/docmanager-extension": "~4.3.1", + "@jupyterlab/documentsearch": "~4.3.1", + "@jupyterlab/documentsearch-extension": "~4.3.1", + "@jupyterlab/extensionmanager": "~4.3.1", + "@jupyterlab/extensionmanager-extension": "~4.3.1", + "@jupyterlab/filebrowser": "~4.3.1", + "@jupyterlab/filebrowser-extension": "~4.3.1", + "@jupyterlab/fileeditor": "~4.3.1", + "@jupyterlab/fileeditor-extension": "~4.3.1", + "@jupyterlab/help-extension": "~4.3.1", + "@jupyterlab/htmlviewer": "~4.3.1", + "@jupyterlab/htmlviewer-extension": "~4.3.1", + "@jupyterlab/hub-extension": "~4.3.1", + "@jupyterlab/imageviewer": "~4.3.1", + "@jupyterlab/imageviewer-extension": "~4.3.1", + "@jupyterlab/javascript-extension": "~4.3.1", + "@jupyterlab/json-extension": "~4.3.1", + "@jupyterlab/lsp": "~4.3.1", + "@jupyterlab/lsp-extension": "~4.3.1", + "@jupyterlab/mainmenu": "~4.3.1", + "@jupyterlab/mainmenu-extension": "~4.3.1", + "@jupyterlab/markdownviewer": "~4.3.1", + "@jupyterlab/markdownviewer-extension": "~4.3.1", + "@jupyterlab/markedparser-extension": "~4.3.1", + "@jupyterlab/mathjax-extension": "~4.3.1", + "@jupyterlab/mermaid": "~4.3.1", + "@jupyterlab/mermaid-extension": "~4.3.1", + "@jupyterlab/metadataform": "~4.3.1", + "@jupyterlab/metadataform-extension": "~4.3.1", + "@jupyterlab/notebook": "~4.3.1", + "@jupyterlab/notebook-extension": "~4.3.1", + "@jupyterlab/observables": "~5.3.1", + "@jupyterlab/outputarea": "~4.3.1", + "@jupyterlab/pdf-extension": "~4.3.1", + "@jupyterlab/pluginmanager-extension": "~4.3.1", + "@jupyterlab/rendermime": "~4.3.1", + "@jupyterlab/rendermime-interfaces": "~3.11.1", + "@jupyterlab/running-extension": "~4.3.1", + "@jupyterlab/services": "~7.3.1", + "@jupyterlab/settingeditor": "~4.3.1", + "@jupyterlab/settingeditor-extension": "~4.3.1", + "@jupyterlab/settingregistry": "~4.3.1", + "@jupyterlab/shortcuts-extension": "~5.1.1", + "@jupyterlab/statedb": "~4.3.1", + "@jupyterlab/statusbar": "~4.3.1", + "@jupyterlab/terminal": "~4.3.1", + "@jupyterlab/terminal-extension": "~4.3.1", + "@jupyterlab/theme-dark-extension": "~4.3.1", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.1", + "@jupyterlab/theme-light-extension": "~4.3.1", + "@jupyterlab/toc-extension": "~6.3.1", + "@jupyterlab/tooltip": "~4.3.1", + "@jupyterlab/tooltip-extension": "~4.3.1", + "@jupyterlab/translation": "~4.3.1", + "@jupyterlab/translation-extension": "~4.3.1", + "@jupyterlab/ui-components": "~4.3.1", + "@jupyterlab/ui-components-extension": "~4.3.1", + "@jupyterlab/vega5-extension": "~4.3.1", "@lezer/common": "~1.2.1", "@lezer/highlight": "~1.2.0", "@lumino/algorithm": "~2.0.2", @@ -132,60 +132,60 @@ "@jupyter-notebook/tree": "^7.3.0-beta.2", "@jupyter-notebook/tree-extension": "^7.3.0-beta.2", "@jupyter-notebook/ui-components": "^7.3.0-beta.2", - "@jupyterlab/application-extension": "~4.3.0", - "@jupyterlab/apputils-extension": "~4.3.0", - "@jupyterlab/attachments": "~4.3.0", - "@jupyterlab/cell-toolbar-extension": "~4.3.0", - "@jupyterlab/celltags-extension": "~4.3.0", - "@jupyterlab/codemirror": "~4.3.0", - "@jupyterlab/codemirror-extension": "~4.3.0", - "@jupyterlab/completer-extension": "~4.3.0", - "@jupyterlab/console-extension": "~4.3.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/csvviewer-extension": "~4.3.0", - "@jupyterlab/debugger-extension": "~4.3.0", - "@jupyterlab/docmanager-extension": "~4.3.0", - "@jupyterlab/documentsearch-extension": "~4.3.0", - "@jupyterlab/extensionmanager-extension": "~4.3.0", - "@jupyterlab/filebrowser-extension": "~4.3.0", - "@jupyterlab/fileeditor-extension": "~4.3.0", - "@jupyterlab/help-extension": "~4.3.0", - "@jupyterlab/htmlviewer-extension": "~4.3.0", - "@jupyterlab/hub-extension": "~4.3.0", - "@jupyterlab/imageviewer-extension": "~4.3.0", - "@jupyterlab/javascript-extension": "~4.3.0", - "@jupyterlab/json-extension": "~4.3.0", - "@jupyterlab/lsp": "~4.3.0", - "@jupyterlab/lsp-extension": "~4.3.0", - "@jupyterlab/mainmenu-extension": "~4.3.0", - "@jupyterlab/markdownviewer-extension": "~4.3.0", - "@jupyterlab/markedparser-extension": "~4.3.0", - "@jupyterlab/mathjax-extension": "~4.3.0", - "@jupyterlab/mermaid-extension": "~4.3.0", - "@jupyterlab/metadataform-extension": "~4.3.0", - "@jupyterlab/notebook-extension": "~4.3.0", - "@jupyterlab/pdf-extension": "~4.3.0", - "@jupyterlab/pluginmanager-extension": "~4.3.0", - "@jupyterlab/running-extension": "~4.3.0", - "@jupyterlab/settingeditor": "~4.3.0", - "@jupyterlab/settingeditor-extension": "~4.3.0", - "@jupyterlab/shortcuts-extension": "~5.1.0", - "@jupyterlab/terminal-extension": "~4.3.0", - "@jupyterlab/theme-dark-extension": "~4.3.0", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0", - "@jupyterlab/theme-light-extension": "~4.3.0", - "@jupyterlab/toc-extension": "~6.3.0", - "@jupyterlab/tooltip-extension": "~4.3.0", - "@jupyterlab/translation-extension": "~4.3.0", - "@jupyterlab/ui-components-extension": "~4.3.0", - "@jupyterlab/vega5-extension": "~4.3.0", + "@jupyterlab/application-extension": "~4.3.1", + "@jupyterlab/apputils-extension": "~4.3.1", + "@jupyterlab/attachments": "~4.3.1", + "@jupyterlab/cell-toolbar-extension": "~4.3.1", + "@jupyterlab/celltags-extension": "~4.3.1", + "@jupyterlab/codemirror": "~4.3.1", + "@jupyterlab/codemirror-extension": "~4.3.1", + "@jupyterlab/completer-extension": "~4.3.1", + "@jupyterlab/console-extension": "~4.3.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/csvviewer-extension": "~4.3.1", + "@jupyterlab/debugger-extension": "~4.3.1", + "@jupyterlab/docmanager-extension": "~4.3.1", + "@jupyterlab/documentsearch-extension": "~4.3.1", + "@jupyterlab/extensionmanager-extension": "~4.3.1", + "@jupyterlab/filebrowser-extension": "~4.3.1", + "@jupyterlab/fileeditor-extension": "~4.3.1", + "@jupyterlab/help-extension": "~4.3.1", + "@jupyterlab/htmlviewer-extension": "~4.3.1", + "@jupyterlab/hub-extension": "~4.3.1", + "@jupyterlab/imageviewer-extension": "~4.3.1", + "@jupyterlab/javascript-extension": "~4.3.1", + "@jupyterlab/json-extension": "~4.3.1", + "@jupyterlab/lsp": "~4.3.1", + "@jupyterlab/lsp-extension": "~4.3.1", + "@jupyterlab/mainmenu-extension": "~4.3.1", + "@jupyterlab/markdownviewer-extension": "~4.3.1", + "@jupyterlab/markedparser-extension": "~4.3.1", + "@jupyterlab/mathjax-extension": "~4.3.1", + "@jupyterlab/mermaid-extension": "~4.3.1", + "@jupyterlab/metadataform-extension": "~4.3.1", + "@jupyterlab/notebook-extension": "~4.3.1", + "@jupyterlab/pdf-extension": "~4.3.1", + "@jupyterlab/pluginmanager-extension": "~4.3.1", + "@jupyterlab/running-extension": "~4.3.1", + "@jupyterlab/settingeditor": "~4.3.1", + "@jupyterlab/settingeditor-extension": "~4.3.1", + "@jupyterlab/shortcuts-extension": "~5.1.1", + "@jupyterlab/terminal-extension": "~4.3.1", + "@jupyterlab/theme-dark-extension": "~4.3.1", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.1", + "@jupyterlab/theme-light-extension": "~4.3.1", + "@jupyterlab/toc-extension": "~6.3.1", + "@jupyterlab/tooltip-extension": "~4.3.1", + "@jupyterlab/translation-extension": "~4.3.1", + "@jupyterlab/ui-components-extension": "~4.3.1", + "@jupyterlab/vega5-extension": "~4.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/builder": "~4.3.0", - "@jupyterlab/buildutils": "~4.3.0", + "@jupyterlab/builder": "~4.3.1", + "@jupyterlab/buildutils": "~4.3.1", "@types/rimraf": "^3.0.2", "css-loader": "~5.0.1", "extra-watch-webpack-plugin": "^1.0.3", diff --git a/buildutils/package.json b/buildutils/package.json index 2143cd2445..5d10db23c1 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -29,7 +29,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "~4.3.0", + "@jupyterlab/buildutils": "~4.3.1", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~5.0.2" diff --git a/package.json b/package.json index 66dffe8561..719f09b54e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/buildutils": "~4.3.0", + "@jupyterlab/buildutils": "~4.3.1", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "eslint": "^8.36.0", diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 34db8abef0..986070e0e5 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -40,17 +40,17 @@ "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", "@jupyter-notebook/ui-components": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/apputils": "~4.4.0", - "@jupyterlab/codeeditor": "~4.3.0", - "@jupyterlab/console": "~4.3.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/docmanager": "~4.3.0", - "@jupyterlab/docregistry": "~4.3.0", - "@jupyterlab/mainmenu": "~4.3.0", - "@jupyterlab/rendermime": "~4.3.0", - "@jupyterlab/settingregistry": "~4.3.0", - "@jupyterlab/translation": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/apputils": "~4.4.1", + "@jupyterlab/codeeditor": "~4.3.1", + "@jupyterlab/console": "~4.3.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/docmanager": "~4.3.1", + "@jupyterlab/docregistry": "~4.3.1", + "@jupyterlab/mainmenu": "~4.3.1", + "@jupyterlab/rendermime": "~4.3.1", + "@jupyterlab/settingregistry": "~4.3.1", + "@jupyterlab/translation": "~4.3.1", "@lumino/coreutils": "^2.2.0", "@lumino/disposable": "^2.1.3", "@lumino/widgets": "^2.5.0" diff --git a/packages/application/package.json b/packages/application/package.json index 300ba3d4c9..0ca29e34c7 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -42,11 +42,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/docregistry": "~4.3.0", - "@jupyterlab/rendermime-interfaces": "~3.11.0", - "@jupyterlab/ui-components": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/docregistry": "~4.3.1", + "@jupyterlab/rendermime-interfaces": "~3.11.1", + "@jupyterlab/ui-components": "~4.3.1", "@lumino/algorithm": "^2.0.2", "@lumino/coreutils": "^2.2.0", "@lumino/messaging": "^2.0.2", @@ -57,7 +57,7 @@ "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.12.1", - "@jupyterlab/testutils": "~4.3.0", + "@jupyterlab/testutils": "~4.3.1", "@types/jest": "^29.2.5", "jest": "^29.3.1", "rimraf": "^3.0.2", diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index e3ea237fb9..d076b0a2f2 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/console": "~4.3.0", - "@jupyterlab/coreutils": "~6.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/console": "~4.3.1", + "@jupyterlab/coreutils": "~6.3.1", "@lumino/algorithm": "^2.0.2" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 9e62a44467..b4570091c8 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -39,11 +39,11 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/docmanager": "~4.3.0", - "@jupyterlab/docregistry": "~4.3.0", - "@jupyterlab/services": "~7.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/docmanager": "~4.3.1", + "@jupyterlab/docregistry": "~4.3.1", + "@jupyterlab/services": "~7.3.1", "@lumino/algorithm": "^2.0.2", "@lumino/signaling": "^2.1.3" }, diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 9e769b1b3b..da8a0b78b6 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -39,8 +39,8 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/documentsearch": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/documentsearch": "~4.3.1", "@lumino/widgets": "^2.5.0" }, "devDependencies": { diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 7ae919f2e3..e0f6266f4f 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -39,10 +39,10 @@ }, "dependencies": { "@jupyter-notebook/ui-components": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/apputils": "~4.4.0", - "@jupyterlab/mainmenu": "~4.3.0", - "@jupyterlab/translation": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/apputils": "~4.4.1", + "@jupyterlab/mainmenu": "~4.3.1", + "@jupyterlab/translation": "~4.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 3d2e647adb..5d1103d00e 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -44,18 +44,18 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/apputils": "~4.4.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/docregistry": "~4.3.0", - "@jupyterlab/notebook": "~4.3.0", - "@jupyterlab/translation": "~4.3.0", - "@jupyterlab/ui-components": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/apputils": "~4.4.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/docregistry": "~4.3.1", + "@jupyterlab/notebook": "~4.3.1", + "@jupyterlab/translation": "~4.3.1", + "@jupyterlab/ui-components": "~4.3.1", "@lumino/commands": "^2.3.1", "@lumino/disposable": "^2.1.3" }, "devDependencies": { - "@jupyterlab/builder": "~4.3.0", + "@jupyterlab/builder": "~4.3.1", "rimraf": "^3.0.2", "typescript": "~5.0.2" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 0bde076260..148d0d1f5d 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -39,13 +39,13 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/apputils": "~4.4.0", - "@jupyterlab/cells": "~4.3.0", - "@jupyterlab/docmanager": "~4.3.0", - "@jupyterlab/notebook": "~4.3.0", - "@jupyterlab/settingregistry": "~4.3.0", - "@jupyterlab/translation": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/apputils": "~4.4.1", + "@jupyterlab/cells": "~4.3.1", + "@jupyterlab/docmanager": "~4.3.1", + "@jupyterlab/notebook": "~4.3.1", + "@jupyterlab/settingregistry": "~4.3.1", + "@jupyterlab/translation": "~4.3.1", "@lumino/polling": "^2.1.3", "@lumino/widgets": "^2.5.0", "react": "^18.2.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 0f5bd8c5d5..a147459aa6 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/terminal": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/terminal": "~4.3.1", "@lumino/algorithm": "^2.0.2" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index ae5cb48b59..2b688e96eb 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -40,18 +40,18 @@ "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", "@jupyter-notebook/tree": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/apputils": "~4.4.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/docmanager": "~4.3.0", - "@jupyterlab/filebrowser": "~4.3.0", - "@jupyterlab/mainmenu": "~4.3.0", - "@jupyterlab/services": "~7.3.0", - "@jupyterlab/settingeditor": "~4.3.0", - "@jupyterlab/settingregistry": "~4.3.0", - "@jupyterlab/statedb": "~4.3.0", - "@jupyterlab/translation": "~4.3.0", - "@jupyterlab/ui-components": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/apputils": "~4.4.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/docmanager": "~4.3.1", + "@jupyterlab/filebrowser": "~4.3.1", + "@jupyterlab/mainmenu": "~4.3.1", + "@jupyterlab/services": "~7.3.1", + "@jupyterlab/settingeditor": "~4.3.1", + "@jupyterlab/settingregistry": "~4.3.1", + "@jupyterlab/statedb": "~4.3.1", + "@jupyterlab/translation": "~4.3.1", + "@jupyterlab/ui-components": "~4.3.1", "@lumino/algorithm": "^2.0.2", "@lumino/commands": "^2.3.1", "@lumino/widgets": "^2.5.0" diff --git a/packages/tree/package.json b/packages/tree/package.json index e9f2a806f8..cd16d15284 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -39,17 +39,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-beta.2", - "@jupyterlab/application": "~4.3.0", - "@jupyterlab/apputils": "~4.4.0", - "@jupyterlab/coreutils": "~6.3.0", - "@jupyterlab/docmanager": "~4.3.0", - "@jupyterlab/filebrowser": "~4.3.0", - "@jupyterlab/mainmenu": "~4.3.0", - "@jupyterlab/services": "~7.3.0", - "@jupyterlab/settingregistry": "~4.3.0", - "@jupyterlab/statedb": "~4.3.0", - "@jupyterlab/translation": "~4.3.0", - "@jupyterlab/ui-components": "~4.3.0", + "@jupyterlab/application": "~4.3.1", + "@jupyterlab/apputils": "~4.4.1", + "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/docmanager": "~4.3.1", + "@jupyterlab/filebrowser": "~4.3.1", + "@jupyterlab/mainmenu": "~4.3.1", + "@jupyterlab/services": "~7.3.1", + "@jupyterlab/settingregistry": "~4.3.1", + "@jupyterlab/statedb": "~4.3.1", + "@jupyterlab/translation": "~4.3.1", + "@jupyterlab/ui-components": "~4.3.1", "@lumino/algorithm": "^2.0.2", "@lumino/commands": "^2.3.1", "@lumino/coreutils": "^2.2.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 777e8127a5..6970c8db65 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -42,14 +42,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/ui-components": "~4.3.0", + "@jupyterlab/ui-components": "~4.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", - "@jupyterlab/testutils": "~4.3.0", + "@jupyterlab/testutils": "~4.3.1", "@types/jest": "^29.2.5", "babel-loader": "^8.0.6", "jest": "^29.3.1", diff --git a/pyproject.toml b/pyproject.toml index 649e6a8d0f..2a2b798b1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.3.0,<4.4"] +requires = ["hatchling>=1.11", "jupyterlab>=4.3.1,<4.4"] build-backend = "hatchling.build" [project] @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "jupyter_server>=2.4.0,<3", - "jupyterlab>=4.3.0,<4.4", + "jupyterlab>=4.3.1,<4.4", "jupyterlab_server>=2.27.1,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", @@ -174,7 +174,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit" [tool.jupyter-releaser.hooks] before-bump-version = [ - "python -m pip install -U \"jupyterlab>=4.3.0,<4.4\"", + "python -m pip install -U \"jupyterlab>=4.3.1,<4.4\"", "jlpm", "jlpm run build:utils", "python -m pip install hatch" diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png index b97f2e8e51524bad26562869a847904951dcd8d6..400eec27ccef25827c438db83560975cd2cf0ffe 100644 GIT binary patch literal 41492 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 PJ%Gv+&BrD3W^exwnn=EE diff --git a/yarn.lock b/yarn.lock index a0a5da8cbb..d766ea6f7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2061,55 +2061,55 @@ __metadata: "@jupyter-notebook/tree": ^7.3.0-beta.2 "@jupyter-notebook/tree-extension": ^7.3.0-beta.2 "@jupyter-notebook/ui-components": ^7.3.0-beta.2 - "@jupyterlab/application-extension": ~4.3.0 - "@jupyterlab/apputils-extension": ~4.3.0 - "@jupyterlab/attachments": ~4.3.0 - "@jupyterlab/builder": ~4.3.0 - "@jupyterlab/buildutils": ~4.3.0 - "@jupyterlab/cell-toolbar-extension": ~4.3.0 - "@jupyterlab/celltags-extension": ~4.3.0 - "@jupyterlab/codemirror": ~4.3.0 - "@jupyterlab/codemirror-extension": ~4.3.0 - "@jupyterlab/completer-extension": ~4.3.0 - "@jupyterlab/console-extension": ~4.3.0 - "@jupyterlab/coreutils": ~6.3.0 - "@jupyterlab/csvviewer-extension": ~4.3.0 - "@jupyterlab/debugger-extension": ~4.3.0 - "@jupyterlab/docmanager-extension": ~4.3.0 - "@jupyterlab/documentsearch-extension": ~4.3.0 - "@jupyterlab/extensionmanager-extension": ~4.3.0 - "@jupyterlab/filebrowser-extension": ~4.3.0 - "@jupyterlab/fileeditor-extension": ~4.3.0 - "@jupyterlab/help-extension": ~4.3.0 - "@jupyterlab/htmlviewer-extension": ~4.3.0 - "@jupyterlab/hub-extension": ~4.3.0 - "@jupyterlab/imageviewer-extension": ~4.3.0 - "@jupyterlab/javascript-extension": ~4.3.0 - "@jupyterlab/json-extension": ~4.3.0 - "@jupyterlab/lsp": ~4.3.0 - "@jupyterlab/lsp-extension": ~4.3.0 - "@jupyterlab/mainmenu-extension": ~4.3.0 - "@jupyterlab/markdownviewer-extension": ~4.3.0 - "@jupyterlab/markedparser-extension": ~4.3.0 - "@jupyterlab/mathjax-extension": ~4.3.0 - "@jupyterlab/mermaid-extension": ~4.3.0 - "@jupyterlab/metadataform-extension": ~4.3.0 - "@jupyterlab/notebook-extension": ~4.3.0 - "@jupyterlab/pdf-extension": ~4.3.0 - "@jupyterlab/pluginmanager-extension": ~4.3.0 - "@jupyterlab/running-extension": ~4.3.0 - "@jupyterlab/settingeditor": ~4.3.0 - "@jupyterlab/settingeditor-extension": ~4.3.0 - "@jupyterlab/shortcuts-extension": ~5.1.0 - "@jupyterlab/terminal-extension": ~4.3.0 - "@jupyterlab/theme-dark-extension": ~4.3.0 - "@jupyterlab/theme-dark-high-contrast-extension": ~4.3.0 - "@jupyterlab/theme-light-extension": ~4.3.0 - "@jupyterlab/toc-extension": ~6.3.0 - "@jupyterlab/tooltip-extension": ~4.3.0 - "@jupyterlab/translation-extension": ~4.3.0 - "@jupyterlab/ui-components-extension": ~4.3.0 - "@jupyterlab/vega5-extension": ~4.3.0 + "@jupyterlab/application-extension": ~4.3.1 + "@jupyterlab/apputils-extension": ~4.3.1 + "@jupyterlab/attachments": ~4.3.1 + "@jupyterlab/builder": ~4.3.1 + "@jupyterlab/buildutils": ~4.3.1 + "@jupyterlab/cell-toolbar-extension": ~4.3.1 + "@jupyterlab/celltags-extension": ~4.3.1 + "@jupyterlab/codemirror": ~4.3.1 + "@jupyterlab/codemirror-extension": ~4.3.1 + "@jupyterlab/completer-extension": ~4.3.1 + "@jupyterlab/console-extension": ~4.3.1 + "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/csvviewer-extension": ~4.3.1 + "@jupyterlab/debugger-extension": ~4.3.1 + "@jupyterlab/docmanager-extension": ~4.3.1 + "@jupyterlab/documentsearch-extension": ~4.3.1 + "@jupyterlab/extensionmanager-extension": ~4.3.1 + "@jupyterlab/filebrowser-extension": ~4.3.1 + "@jupyterlab/fileeditor-extension": ~4.3.1 + "@jupyterlab/help-extension": ~4.3.1 + "@jupyterlab/htmlviewer-extension": ~4.3.1 + "@jupyterlab/hub-extension": ~4.3.1 + "@jupyterlab/imageviewer-extension": ~4.3.1 + "@jupyterlab/javascript-extension": ~4.3.1 + "@jupyterlab/json-extension": ~4.3.1 + "@jupyterlab/lsp": ~4.3.1 + "@jupyterlab/lsp-extension": ~4.3.1 + "@jupyterlab/mainmenu-extension": ~4.3.1 + "@jupyterlab/markdownviewer-extension": ~4.3.1 + "@jupyterlab/markedparser-extension": ~4.3.1 + "@jupyterlab/mathjax-extension": ~4.3.1 + "@jupyterlab/mermaid-extension": ~4.3.1 + "@jupyterlab/metadataform-extension": ~4.3.1 + "@jupyterlab/notebook-extension": ~4.3.1 + "@jupyterlab/pdf-extension": ~4.3.1 + "@jupyterlab/pluginmanager-extension": ~4.3.1 + "@jupyterlab/running-extension": ~4.3.1 + "@jupyterlab/settingeditor": ~4.3.1 + "@jupyterlab/settingeditor-extension": ~4.3.1 + "@jupyterlab/shortcuts-extension": ~5.1.1 + "@jupyterlab/terminal-extension": ~4.3.1 + "@jupyterlab/theme-dark-extension": ~4.3.1 + "@jupyterlab/theme-dark-high-contrast-extension": ~4.3.1 + "@jupyterlab/theme-light-extension": ~4.3.1 + "@jupyterlab/toc-extension": ~6.3.1 + "@jupyterlab/tooltip-extension": ~4.3.1 + "@jupyterlab/translation-extension": ~4.3.1 + "@jupyterlab/ui-components-extension": ~4.3.1 + "@jupyterlab/vega5-extension": ~4.3.1 "@types/rimraf": ^3.0.2 css-loader: ~5.0.1 extra-watch-webpack-plugin: ^1.0.3 @@ -2138,17 +2138,17 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 "@jupyter-notebook/ui-components": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/apputils": ~4.4.0 - "@jupyterlab/codeeditor": ~4.3.0 - "@jupyterlab/console": ~4.3.0 - "@jupyterlab/coreutils": ~6.3.0 - "@jupyterlab/docmanager": ~4.3.0 - "@jupyterlab/docregistry": ~4.3.0 - "@jupyterlab/mainmenu": ~4.3.0 - "@jupyterlab/rendermime": ~4.3.0 - "@jupyterlab/settingregistry": ~4.3.0 - "@jupyterlab/translation": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/apputils": ~4.4.1 + "@jupyterlab/codeeditor": ~4.3.1 + "@jupyterlab/console": ~4.3.1 + "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/docmanager": ~4.3.1 + "@jupyterlab/docregistry": ~4.3.1 + "@jupyterlab/mainmenu": ~4.3.1 + "@jupyterlab/rendermime": ~4.3.1 + "@jupyterlab/settingregistry": ~4.3.1 + "@jupyterlab/translation": ~4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/widgets": ^2.5.0 @@ -2163,12 +2163,12 @@ __metadata: dependencies: "@babel/core": ^7.11.6 "@babel/preset-env": ^7.12.1 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/coreutils": ~6.3.0 - "@jupyterlab/docregistry": ~4.3.0 - "@jupyterlab/rendermime-interfaces": ~3.11.0 - "@jupyterlab/testutils": ~4.3.0 - "@jupyterlab/ui-components": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/docregistry": ~4.3.1 + "@jupyterlab/rendermime-interfaces": ~3.11.1 + "@jupyterlab/testutils": ~4.3.1 + "@jupyterlab/ui-components": ~4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 @@ -2187,7 +2187,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/buildutils@workspace:buildutils" dependencies: - "@jupyterlab/buildutils": ~4.3.0 + "@jupyterlab/buildutils": ~4.3.1 "@types/fs-extra": ^9.0.10 "@types/node": ^14.6.1 commander: ^6.2.0 @@ -2202,9 +2202,9 @@ __metadata: resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/console": ~4.3.0 - "@jupyterlab/coreutils": ~6.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/console": ~4.3.1 + "@jupyterlab/coreutils": ~6.3.1 "@lumino/algorithm": ^2.0.2 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2216,11 +2216,11 @@ __metadata: resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/coreutils": ~6.3.0 - "@jupyterlab/docmanager": ~4.3.0 - "@jupyterlab/docregistry": ~4.3.0 - "@jupyterlab/services": ~7.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/docmanager": ~4.3.1 + "@jupyterlab/docregistry": ~4.3.1 + "@jupyterlab/services": ~7.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/signaling": ^2.1.3 rimraf: ^3.0.2 @@ -2233,8 +2233,8 @@ __metadata: resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/documentsearch": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/documentsearch": ~4.3.1 "@lumino/widgets": ^2.5.0 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2246,10 +2246,10 @@ __metadata: resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: "@jupyter-notebook/ui-components": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/apputils": ~4.4.0 - "@jupyterlab/mainmenu": ~4.3.0 - "@jupyterlab/translation": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/apputils": ~4.4.1 + "@jupyterlab/mainmenu": ~4.3.1 + "@jupyterlab/translation": ~4.3.1 react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^3.0.2 @@ -2262,14 +2262,14 @@ __metadata: resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/apputils": ~4.4.0 - "@jupyterlab/builder": ~4.3.0 - "@jupyterlab/coreutils": ~6.3.0 - "@jupyterlab/docregistry": ~4.3.0 - "@jupyterlab/notebook": ~4.3.0 - "@jupyterlab/translation": ~4.3.0 - "@jupyterlab/ui-components": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/apputils": ~4.4.1 + "@jupyterlab/builder": ~4.3.1 + "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/docregistry": ~4.3.1 + "@jupyterlab/notebook": ~4.3.1 + "@jupyterlab/translation": ~4.3.1 + "@jupyterlab/ui-components": ~4.3.1 "@lumino/commands": ^2.3.1 "@lumino/disposable": ^2.1.3 rimraf: ^3.0.2 @@ -2302,13 +2302,13 @@ __metadata: resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/apputils": ~4.4.0 - "@jupyterlab/cells": ~4.3.0 - "@jupyterlab/docmanager": ~4.3.0 - "@jupyterlab/notebook": ~4.3.0 - "@jupyterlab/settingregistry": ~4.3.0 - "@jupyterlab/translation": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/apputils": ~4.4.1 + "@jupyterlab/cells": ~4.3.1 + "@jupyterlab/docmanager": ~4.3.1 + "@jupyterlab/notebook": ~4.3.1 + "@jupyterlab/settingregistry": ~4.3.1 + "@jupyterlab/translation": ~4.3.1 "@lumino/polling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 @@ -2322,7 +2322,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/root@workspace:." dependencies: - "@jupyterlab/buildutils": ~4.3.0 + "@jupyterlab/buildutils": ~4.3.1 "@typescript-eslint/eslint-plugin": ^5.55.0 "@typescript-eslint/parser": ^5.55.0 eslint: ^8.36.0 @@ -2344,9 +2344,9 @@ __metadata: resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/coreutils": ~6.3.0 - "@jupyterlab/terminal": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/terminal": ~4.3.1 "@lumino/algorithm": ^2.0.2 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2359,18 +2359,18 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 "@jupyter-notebook/tree": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/apputils": ~4.4.0 - "@jupyterlab/coreutils": ~6.3.0 - "@jupyterlab/docmanager": ~4.3.0 - "@jupyterlab/filebrowser": ~4.3.0 - "@jupyterlab/mainmenu": ~4.3.0 - "@jupyterlab/services": ~7.3.0 - "@jupyterlab/settingeditor": ~4.3.0 - "@jupyterlab/settingregistry": ~4.3.0 - "@jupyterlab/statedb": ~4.3.0 - "@jupyterlab/translation": ~4.3.0 - "@jupyterlab/ui-components": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/apputils": ~4.4.1 + "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/docmanager": ~4.3.1 + "@jupyterlab/filebrowser": ~4.3.1 + "@jupyterlab/mainmenu": ~4.3.1 + "@jupyterlab/services": ~7.3.1 + "@jupyterlab/settingeditor": ~4.3.1 + "@jupyterlab/settingregistry": ~4.3.1 + "@jupyterlab/statedb": ~4.3.1 + "@jupyterlab/translation": ~4.3.1 + "@jupyterlab/ui-components": ~4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/widgets": ^2.5.0 @@ -2384,17 +2384,17 @@ __metadata: resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: "@jupyter-notebook/application": ^7.3.0-beta.2 - "@jupyterlab/application": ~4.3.0 - "@jupyterlab/apputils": ~4.4.0 - "@jupyterlab/coreutils": ~6.3.0 - "@jupyterlab/docmanager": ~4.3.0 - "@jupyterlab/filebrowser": ~4.3.0 - "@jupyterlab/mainmenu": ~4.3.0 - "@jupyterlab/services": ~7.3.0 - "@jupyterlab/settingregistry": ~4.3.0 - "@jupyterlab/statedb": ~4.3.0 - "@jupyterlab/translation": ~4.3.0 - "@jupyterlab/ui-components": ~4.3.0 + "@jupyterlab/application": ~4.3.1 + "@jupyterlab/apputils": ~4.4.1 + "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/docmanager": ~4.3.1 + "@jupyterlab/filebrowser": ~4.3.1 + "@jupyterlab/mainmenu": ~4.3.1 + "@jupyterlab/services": ~7.3.1 + "@jupyterlab/settingregistry": ~4.3.1 + "@jupyterlab/statedb": ~4.3.1 + "@jupyterlab/translation": ~4.3.1 + "@jupyterlab/ui-components": ~4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -2410,8 +2410,8 @@ __metadata: dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/testutils": ~4.3.0 - "@jupyterlab/ui-components": ~4.3.0 + "@jupyterlab/testutils": ~4.3.1 + "@jupyterlab/ui-components": ~4.3.1 "@types/jest": ^29.2.5 babel-loader: ^8.0.6 jest: ^29.3.1 @@ -2459,43 +2459,43 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/application-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/property-inspector": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/application-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/application-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/property-inspector": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 06dfcc0241fbf892ccfa9203a6d180d2488b20aa947374f2aaccb1b2cfbfb8f2e8860b91c272ee5a542b613ffc47c05bcb916b12082dc4651bc669393b4cd658 + checksum: 8ab265df741371136f8708f04bf50dff33e14f710d0a95d04d51eab3cb9335b894a24a9f297c6c16145d641bd3872e3ef171832a30f360fedf0f5deef903c34e languageName: node linkType: hard -"@jupyterlab/application@npm:^4.3.0, @jupyterlab/application@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/application@npm:4.3.0" +"@jupyterlab/application@npm:^4.3.1, @jupyterlab/application@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/application@npm:4.3.1" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/application": ^2.4.1 "@lumino/commands": ^2.3.1 @@ -2506,27 +2506,27 @@ __metadata: "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 1c5b0dd78074f900bbf8132be07e290f5d4ccecab136ce499db11c2926d6e2755e73666ee3c5a3ce43153f697a0644fecf65d31394bc0f84a58e2a3e3df3512f + checksum: f5893a67c6f15ca23b7a4c6e027fab324a9405cf83741f6324a3d5c8c15c2c0c869c8a1f752026eb9c58b4256ffe5081bad177d64161d2e84c9e86e0eb14476a languageName: node linkType: hard -"@jupyterlab/apputils-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/apputils-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 - "@jupyterlab/workspaces": ^4.3.0 +"@jupyterlab/apputils-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/apputils-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/workspaces": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -2537,23 +2537,23 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: 1a0d677fbc7578590a27850e91d5a191abf6f90dc333483aba4fec6dbdddb3be1d6839d9d51bba173db447df3606f523f1c501e612280ec2befd5d4d03f7b8f2 + checksum: 4b3fd88b718663987feb0515b590d8e72a073c1176286ecafd9add2a2b026b885701752831a4173ffa2eeacab0942027d109deda73cd50870af4a014865a0f70 languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.4.0, @jupyterlab/apputils@npm:~4.4.0": - version: 4.4.0 - resolution: "@jupyterlab/apputils@npm:4.4.0" - dependencies: - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/apputils@npm:^4.4.1, @jupyterlab/apputils@npm:~4.4.1": + version: 4.4.1 + resolution: "@jupyterlab/apputils@npm:4.4.1" + dependencies: + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -2566,27 +2566,27 @@ __metadata: "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: d4064ab3eb7583dd176c77b15f0619aeb4249ebf4a6d7088f473658ea876414625232955885cfe98668a75228c151ce112a7474b4e87e52732ebae93713f5d4f + checksum: bcb91a90540003e1a89bae2c3187e15b655c0ecf8ef11bf82146cdbdad2f25589c76660520b2bb6625eec00502dbe271be263994b8ee3b0259c3f96690f14325 languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.3.0, @jupyterlab/attachments@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/attachments@npm:4.3.0" +"@jupyterlab/attachments@npm:^4.3.1, @jupyterlab/attachments@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/attachments@npm:4.3.1" dependencies: - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 - checksum: 0bb8cbe4a746938d24d526ca072f77fa740b2263114dcfe7e71ac0638922398f3a60341da405f160dc56aff72d3b339428a13b1664913ef2352bb86d2eb6971d + checksum: c373823651cb0b5dec3e267c604df834a4744c868ffc96f1de060a49e80787816923e5b09dddc9fe752f2d6386129a583eb83877443e336e84824a887e1ae03e languageName: node linkType: hard -"@jupyterlab/builder@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/builder@npm:4.3.0" +"@jupyterlab/builder@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/builder@npm:4.3.1" dependencies: "@lumino/algorithm": ^2.0.2 "@lumino/application": ^2.4.1 @@ -2621,13 +2621,13 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: d9d7f6ca21f465f632361b1afdff11ea5ce32f17a118df6904dd7cacdc8523e5055c34a45cec6888e07a5a57fec53702e7e84a96668126c1cb7fa2e2390ca3d4 + checksum: 8d2726e3e808732964facf9dcc6d0fcc01854c336d0b4f5ef5357ee78ef6941947b98bed78f94cdc9c8c14da4cda9f1057dddce46fd9db3ea0bbc0e6eb4f119c languageName: node linkType: hard -"@jupyterlab/buildutils@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/buildutils@npm:4.3.0" +"@jupyterlab/buildutils@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/buildutils@npm:4.3.1" dependencies: "@yarnpkg/core": ^4.0.3 "@yarnpkg/parsers": ^3.0.0 @@ -2654,65 +2654,65 @@ __metadata: update-dependency: lib/update-dependency.js update-dist-tag: lib/update-dist-tag.js update-staging-lock: lib/update-staging-lock.js - checksum: a79233d10498dcf79cf30aff0d1d524918d84d8cc12e76191a9e2efb3146dc1ef2d3d82ea091fa0e807119575678abae76932b777ea557443d0e753bc7ece01e + checksum: c4504e2a040f7774597993b9ea83e821009d96a9b9b69d2cf41bc46a3a4bc8ee72cd67f022fec41d6fe5d5a421d6ced4e95df5f7ff4b2175effde21225de7cab languageName: node linkType: hard -"@jupyterlab/cell-toolbar-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/cell-toolbar-extension@npm:4.3.0" +"@jupyterlab/cell-toolbar-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/cell-toolbar-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cell-toolbar": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - checksum: dba55a4348b7321739e9a19ab24a0702294f87f899f22797e3a67361e6b2d193d22d10a6adac64da493fd821c8557c96d33946cd4fb7084afade12c75d43df6b + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/cell-toolbar": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + checksum: 199453068685d579819477b969305b8848a72dd24ab23a152ede34a20fecfed9c706139b008671566f24a861859b8b7a45ac69757b70a918778e2c4033db3753 languageName: node linkType: hard -"@jupyterlab/cell-toolbar@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/cell-toolbar@npm:4.3.0" +"@jupyterlab/cell-toolbar@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/cell-toolbar@npm:4.3.1" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/cells": ^4.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 1a390adaf9ff8fdad40f1753d5eaf66f2334c43bea28babb7a55c1091763425d9f177ebc2b84e698c80ad26bf7441062ee2460d18ca9fa37c8b50d45f03818b0 + checksum: a5589e6b5d34b5e6806622083fc5e9c8c1422b54fa308e3d6ef0dac717f262de23b9d4654892012e27d8bdcc02ee5aec8c5c47db705d9b1638cf41be952247f7 languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.3.0, @jupyterlab/cells@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/cells@npm:4.3.0" +"@jupyterlab/cells@npm:^4.3.1, @jupyterlab/cells@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/cells@npm:4.3.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/attachments": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/outputarea": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/attachments": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/documentsearch": ^4.3.1 + "@jupyterlab/filebrowser": ^4.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/outputarea": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/toc": ^6.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/domutils": ^2.0.2 @@ -2723,38 +2723,38 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 8550b24d3d9f8866218f18143e92fd7b6c0a5dfdd69e6bd887582b438b6d2c0596f3fe5020117de4721842434dd416336f3eb3d34aea4821d5d253093092b378 + checksum: bcb3da3315d1b91dadd8697f49f50ce7a05a6e6290e5caa3029db3d9fb90e60bf51b5b94907ead92d52b96b8bf44778ed9f5b7fef44280a9d16ea56144119885 languageName: node linkType: hard -"@jupyterlab/celltags-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/celltags-extension@npm:4.3.0" +"@jupyterlab/celltags-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/celltags-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 30324b220d0214a5b6d4b95098aa8e436b211f3626e5fc3ce93b15e5c0df2ead7f5d09d5d31e1c39d22566fadd35ba32ec2003dbaa26f766fae76c907e1ef225 + checksum: dd7c01a3a9d7dc2bec98c169eb956ca2ca7c043eae0c71c63150894f1fbca2cf820a5cadf7d4e3e1f9f97ec7b676ae881171041aac1414c689d450f35e3a5932 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.3.0, @jupyterlab/codeeditor@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/codeeditor@npm:4.3.0" +"@jupyterlab/codeeditor@npm:^4.3.1, @jupyterlab/codeeditor@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/codeeditor@npm:4.3.1" dependencies: "@codemirror/state": ^6.4.1 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/dragdrop": ^2.1.5 @@ -2762,13 +2762,13 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 86e1f252ce4d810935a9c3d1e22a74af62547331aa8bf0d973002382517409a1370d2f313f3f59648d816e23f46731ee05bda9e4895e6a4057496a9c70be8de4 + checksum: d71158530cd53da4b853460236206d574c97020ec92e3dbec76469a2d81ce68eea3620c0bbba77226fe145356e48f54fdf78bcf768c2c6220d718b99d15484ae languageName: node linkType: hard -"@jupyterlab/codemirror-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/codemirror-extension@npm:4.3.0" +"@jupyterlab/codemirror-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/codemirror-extension@npm:4.3.1" dependencies: "@codemirror/commands": ^6.5.0 "@codemirror/lang-markdown": ^6.2.5 @@ -2777,25 +2777,25 @@ __metadata: "@codemirror/search": ^6.5.6 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: 835408799da4260b895f1568210f94279d4e6cecc6c256cc49226678660d45803cfa68bf51e21dc765b6cd746e0049e677fd809817bacb69e164f5f4dade2261 + checksum: e85e991b404485962fd6eafc5379017d48a9b08e6436d4c90911c28a40af77ba768716fc67bf1faefa6ec1ef63472e5614567f47ad326be4621d164f0cf7da2e languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.3.0, @jupyterlab/codemirror@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/codemirror@npm:4.3.0" +"@jupyterlab/codemirror@npm:^4.3.1, @jupyterlab/codemirror@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/codemirror@npm:4.3.1" dependencies: "@codemirror/autocomplete": ^6.16.0 "@codemirror/commands": ^6.5.0 @@ -2818,11 +2818,11 @@ __metadata: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/documentsearch": ^4.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -2831,45 +2831,45 @@ __metadata: "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 yjs: ^13.5.40 - checksum: da0e0aa9d2b9479950705f9df926afcd833a8baeb4e3da32153ec09ede9f9d7f7b9222263251fb63ca93a29aa985205e91f109453f67ad876cdeec1e1f600051 + checksum: db35ec00b518b54f5600ad2182fb9c3a76a49ec9029242116b93c87a8431333ab04a7e827269e606d68c127435fc2bd7415d7885db344006628b5c60c0ab162a languageName: node linkType: hard -"@jupyterlab/completer-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/completer-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/completer": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/completer-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/completer-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/completer": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 412eac203f97cf89469c92a10b393309b238ea2ad6dc2e7eb06f0ceba05af2d5835da6a2ffbceca9d85f9781c857240f3b39ce628b814b5ab34b0c43b0b2dc4d + checksum: 95868b042ff0118b137f2a04199c5a2a809b9b34ff85fc2566766205906187e7bc133bce907cbb59c13957d1dcc35b02c97ab8dc911361614882295342569a45 languageName: node linkType: hard -"@jupyterlab/completer@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/completer@npm:4.3.0" +"@jupyterlab/completer@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/completer@npm:4.3.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -2877,63 +2877,63 @@ __metadata: "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 39d34c1b56f44a6b0977234241087ab041e95186d7cc6b2d48931e92e2eaafb72835c833f464485f87855d1413df23f15237467365a286a3c9949b27b6b4119d + checksum: 58c924ab27a3acf50a44868a5b237aece99a8ff140ec6ef37fdc12857d202378a302ed4d6d5059c2e790145a8bd3e8a2dd12e55b06f4c5afba49b29a37e07750 languageName: node linkType: hard -"@jupyterlab/console-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/console-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/completer": ^4.3.0 - "@jupyterlab/console": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/launcher": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/console-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/console-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/completer": ^4.3.1 + "@jupyterlab/console": ^4.3.1 + "@jupyterlab/filebrowser": ^4.3.1 + "@jupyterlab/launcher": ^4.3.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/properties": ^2.0.2 "@lumino/widgets": ^2.5.0 - checksum: 01c10a39ebb267466df5b29147154da10f816e6f41791fa021bf1d994cec0c1574e608e7d2b0fca8a9a51c38ffcc28f93146b1bb2ede93eaeefd59535346bb3b + checksum: a3f3452ae87ba9a7dd6b777a3957e2e505590ca77a20728482a7c7c83533385113b2260ce35d1bd345df6418604bf419b3e08d9ef22742d48624f73f3ef18944 languageName: node linkType: hard -"@jupyterlab/console@npm:^4.3.0, @jupyterlab/console@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/console@npm:4.3.0" +"@jupyterlab/console@npm:^4.3.1, @jupyterlab/console@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/console@npm:4.3.1" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/cells": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/dragdrop": ^2.1.5 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 9a09442f5e07c9e5df2f61b429f8a357caa3619bfdac5e8122228fe1ed00cb74317a490974c6fdb14c8d2740be6d158bf870391e862ceeef20558517b8b9a793 + checksum: 9515875a1f91cb63e8b3c2f59e61ae3f6f8277032cf70bed2260c57d840a13431f2e8b9917d58a7cc285f2108526a621c483b27952ddca58214b92637949a2c0 languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.3.0, @jupyterlab/coreutils@npm:~6.3.0": - version: 6.3.0 - resolution: "@jupyterlab/coreutils@npm:6.3.0" +"@jupyterlab/coreutils@npm:^6.3.1, @jupyterlab/coreutils@npm:~6.3.1": + version: 6.3.1 + resolution: "@jupyterlab/coreutils@npm:6.3.1" dependencies: "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -2941,94 +2941,94 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 9e235685a1a5839a26a4fe44547be6bd1f0788809bd423c6d0d1a2ee09e24885246f5f7085d48db47245f52d138a7352f796c10813efebd70e38e6af11186122 + checksum: 9de967c43379d5c888981f60e1fda42b243f327ba86653bdbba2f4c1add733676a1963bda8f4a21a010ad095bf5ddd188a1000b3e81e140a4d75ee26c1048de7 languageName: node linkType: hard -"@jupyterlab/csvviewer-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/csvviewer-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/csvviewer": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/csvviewer-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/csvviewer-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/csvviewer": ^4.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/documentsearch": ^4.3.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/datagrid": ^2.4.1 "@lumino/widgets": ^2.5.0 - checksum: 603794e1eff005357707493cc847a0fcd4f0bdb135fb1533d739f3ef0d246f7b17055610330022a6d4ca712a3890744495322c1c4395b20e560f1ed25e164c03 + checksum: 5f4866a2fa9d7538138afbe8bea61ab17edf0b374255cfcda26b284e44ed17e2efe9498c1fdda6565533a8db2683826b2051c1cd107db0ad34e4e55e26cc69d6 languageName: node linkType: hard -"@jupyterlab/csvviewer@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/csvviewer@npm:4.3.0" +"@jupyterlab/csvviewer@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/csvviewer@npm:4.3.1" dependencies: - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/datagrid": ^2.4.1 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: f35d1d4f9c76b78b409793cade796b0f241eceb986a30bddd2df11dd0b5d3d9ef7ea7e2c0d4af2de5b9a972ef15f790c491947009354f08465dcf1f29044f93d + checksum: 0749f45bc605d57a1b6c11b570a4d52a24766b2a2fbf9b8da277b789c9d33794ff70eba0b5fee99a143713ea57979c09870f084561fdbd093608617fdb861d6d languageName: node linkType: hard -"@jupyterlab/debugger-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/debugger-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/console": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/debugger": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/fileeditor": ^4.3.0 - "@jupyterlab/logconsole": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/debugger-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/debugger-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/cells": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/console": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/debugger": ^4.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/fileeditor": ^4.3.1 + "@jupyterlab/logconsole": ^4.3.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/commands": ^2.3.1 - checksum: 3c2c12ae40c1459fe4d7e7110fff788423793de056aabb84e10d6fc480fb2e6e068e271227269b65595f0bf4d0d826bc48f2291288e4628b686deb838e6b4b42 + checksum: 50d48258473bd216cd20f7ca738aa9f9eefe852c6f4ada34a9fbc79a64e364ad8f4ed24aafdd30b91bf3dc29a64cbd9e4ba318904bd7ba28437a05586902a09b languageName: node linkType: hard -"@jupyterlab/debugger@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/debugger@npm:4.3.0" +"@jupyterlab/debugger@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/debugger@npm:4.3.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/react-components": ^0.16.6 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/console": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/fileeditor": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/cells": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/console": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/fileeditor": ^4.3.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -3040,25 +3040,25 @@ __metadata: "@lumino/widgets": ^2.5.0 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: b352d42efbe5d6a77198feda4f2fd0d556f322c5a9a509b36f9dd4bbfe29a8e3dda4a35ba0d1e370fcf3bf0449a35bc2d30add5a8f542dab1160fa28e6168c28 + checksum: 7514495d6fa4d4d9e7b194091a5ad48fd311b644b8ece3a83d3e5a2f1131513b77b1be926661cf4c1ba887620ba60d9d95baeeb4d290ce6a56bf5d7c33d63569 languageName: node linkType: hard -"@jupyterlab/docmanager-extension@npm:^4.3.0, @jupyterlab/docmanager-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/docmanager-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docmanager": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/docmanager-extension@npm:^4.3.1, @jupyterlab/docmanager-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/docmanager-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docmanager": ^4.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -3066,22 +3066,22 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 28d43a74a3db1d67c6b5487b22802cf3d9c345e9753e76e2245d092e8993d1ee5ad6323ff08ca6dea8335ab6928e38c8ec814bc74196ebb6a645d6493ac18fe6 + checksum: c38f38e9cb117db2c9dd3f44b978083fa49edec9221e6f80913b637985f63c1828f1658cbfc16e6017046aff8753917eaadba774e9a571579e838b2545b5a600 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.3.0, @jupyterlab/docmanager@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/docmanager@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/docmanager@npm:^4.3.1, @jupyterlab/docmanager@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/docmanager@npm:4.3.1" + dependencies: + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3091,24 +3091,24 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 64a4196be2b84049b2b1b1d1d92fafd6cbb3da5e03ae8e85b65ac2c8cf7326d6a230b745287893adabad69bc1bc4f93278f9b1301d9575f2ef4e5ad2947c2068 + checksum: eb0fb801872a1253fd4173b94b46e3e517703e5a8dcb874a477353050556d4aca48c88664a8de9e068a68c49139abe8236691e6eda3835a96599bda707a0f8a1 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.3.0, @jupyterlab/docregistry@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/docregistry@npm:4.3.0" +"@jupyterlab/docregistry@npm:^4.3.1, @jupyterlab/docregistry@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/docregistry@npm:4.3.1" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3117,32 +3117,32 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 37a0c05025a484049fa15013ffd17fe801768cbb80bac5f2152613511da0d7e7980876e7d677caef392d016967c2f119757e0b9362d178e18a9440a4210586fd + checksum: b5462d864015f40b3a7c712c95969b345cde588b118cdc62fbd6dbf753d7decaf99888969490a0df06e96fb27286f0fa2ca06ea4065f2e9e94093d07c0586d71 languageName: node linkType: hard -"@jupyterlab/documentsearch-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/documentsearch-extension@npm:4.3.0" +"@jupyterlab/documentsearch-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/documentsearch-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/documentsearch": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/commands": ^2.3.1 "@lumino/widgets": ^2.5.0 - checksum: 7493ae884a1fb7f1d0f5a66a293a8eac22b863afe5e1f9517e295d500db6d9f15e10db251b722d246a65ce92f6e5b068e7c86738e6ce70140f7802b83c34cb15 + checksum: b412bfaf7622c0db65405bc328e30c72e19a55eaf14d237cd582ff011b11da84354fbbd6c3b1d385de046e8f99df82b4528ea992df75b1baccdd004254a12ab7 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.3.0, @jupyterlab/documentsearch@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/documentsearch@npm:4.3.0" +"@jupyterlab/documentsearch@npm:^4.3.1, @jupyterlab/documentsearch@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/documentsearch@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3151,79 +3151,79 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 4ad3a4171f06356be2ec8e67cfbb475da7aa6b46f56cc2f3ccab164ef1986be6194046612504f66c5d91552123db34569241f34977c2f4495b847d03fa0e2485 + checksum: 95f0e3b028c4f4a34a0f01080e76f1eb1cc7fecff52881f5120c494e8d1395ef3025be796973c34cf919dc6ddebd7908babc78e2ac2ac01aa085b095b760cc2d languageName: node linkType: hard -"@jupyterlab/extensionmanager-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/extensionmanager-extension@npm:4.3.0" +"@jupyterlab/extensionmanager-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/extensionmanager-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/extensionmanager": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 - checksum: 29747f13f67f255cae5121e7ae3ebf7bb5f8c1f903203f4e6592d47880d8717a7a364f50c22c45268425eaa7ddfbd1d1e184dd71570c45313a2858eb68536f93 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/extensionmanager": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 + checksum: 00d78c1fb0887772e8fe40871a7d5402d63e1f59e1fc1cf18bb192f40c5d7829580c9fb0714963a9be01a9a00afde51f9ea32f54228aea979c0a9e65dca102ce languageName: node linkType: hard -"@jupyterlab/extensionmanager@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/extensionmanager@npm:4.3.0" +"@jupyterlab/extensionmanager@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/extensionmanager@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/messaging": ^2.0.2 "@lumino/polling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 react-paginate: ^6.3.2 semver: ^7.3.2 - checksum: c7badfdcdfd75edaf329dfd7b4d14c29dbf756e917b07693cfd2ddf46c79dc9f9dd9c6f7f2a47443c8d40497640e1dcb32d311c4362bc4804c4550562cc98299 + checksum: 3cb6e420de4ff9218878660251fa17f30561a3f88fd69d51389d42968c2dbe95f978972af670bf18ee239ffd0a6cf59f3a1c02201190b64d891cb776495da279 languageName: node linkType: hard -"@jupyterlab/filebrowser-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/filebrowser-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docmanager": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/filebrowser-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/filebrowser-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docmanager": ^4.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/filebrowser": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/widgets": ^2.5.0 - checksum: eda3587d59bad46cce984b404e3ec5d89ec7f1492d6f0460352c92f38a3c524ca4ec1ae7f4594429f50338181bf3b248655b7f63abe0be49456d8bd081abcc09 + checksum: 11809b8ec379e54ecc552519e77a11fc0f22333320365738e16ea25ff86cc44e21d9215f395bd889048ade62f9c6c571d6ace6969c2dd785ee7ab8ff6e4e85aa languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.3.0, @jupyterlab/filebrowser@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/filebrowser@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docmanager": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/filebrowser@npm:^4.3.1, @jupyterlab/filebrowser@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/filebrowser@npm:4.3.1" + dependencies: + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docmanager": ^4.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3235,204 +3235,204 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 1f46cd15c6248df348542db1675ec8011d5ee3a0372a2e3ac2a942fc432d9b15cd7222c49386131fbdbbab79af47bd72ca855fd07f8ce1eba30f2e899c1dbc32 + checksum: c9cfc581b5ec72288a52933027a3b86faed0871b6961a55fc7c60726d92f4ac3a74e874005d212ccbde863e8ef96423a2491d66371a75e49cb5ed9b45e911f1f languageName: node linkType: hard -"@jupyterlab/fileeditor-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/fileeditor-extension@npm:4.3.0" +"@jupyterlab/fileeditor-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/fileeditor-extension@npm:4.3.1" dependencies: "@codemirror/commands": ^6.5.0 "@codemirror/search": ^6.5.6 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/completer": ^4.3.0 - "@jupyterlab/console": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/fileeditor": ^4.3.0 - "@jupyterlab/launcher": ^4.3.0 - "@jupyterlab/lsp": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/completer": ^4.3.1 + "@jupyterlab/console": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/documentsearch": ^4.3.1 + "@jupyterlab/filebrowser": ^4.3.1 + "@jupyterlab/fileeditor": ^4.3.1 + "@jupyterlab/launcher": ^4.3.1 + "@jupyterlab/lsp": ^4.3.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/toc": ^6.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 - checksum: 5558dab4718def66d6ec7c2687d2d78b265d612130cd4a23d488aed62257ee66e4f44b84f18c0ef8a6178d6afe67b1f3a9c66d3159b8d190bbbe3737c0b64d99 + checksum: 2182d596c060915c3868ea206ac85e0affd7ad3b23b8189f9a233f125387b2cc1cd57b918f32893bedd2a8ad1c21ea3abdfe70d73a808225d14a49bd9a2e6a50 languageName: node linkType: hard -"@jupyterlab/fileeditor@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/fileeditor@npm:4.3.0" +"@jupyterlab/fileeditor@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/fileeditor@npm:4.3.1" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/lsp": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/documentsearch": ^4.3.1 + "@jupyterlab/lsp": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/toc": ^6.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: 98065ffc5c8c39e4c9282a17e2350b49d571bcc3bd9fe5ebb11aa3ba9c63f95f6177605918fef44bb0677def7f6ecb939a340594ec1d6cce4b661ca7381e7c91 + checksum: e617fb01d15a5d31caaf7861fecceb4cf1303da45977d8f278c3f055f940b7e677b3b8750330a55f770236d55a56f9eadd729e0e79b61c85407c4a78a1caf4c4 languageName: node linkType: hard -"@jupyterlab/help-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/help-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/help-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/help-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/signaling": ^2.1.3 "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 4f0dda9c04bfd106038ac0915aede9bb272360346903675a4f0d13ebb4aa757cca2f4d304183b8c419b636ad5f7e2499819e194d92fa8962f1dd2aed21a8fb7e + checksum: 5b6425446c71aea749b7d4935652fe5208624a10eccd83460eff0d1b4f905120f724084b874b1dd5802b259e779a9cba3675c6555eeb6aba346ff00a741cad04 languageName: node linkType: hard -"@jupyterlab/htmlviewer-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/htmlviewer-extension@npm:4.3.0" +"@jupyterlab/htmlviewer-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/htmlviewer-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/htmlviewer": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 - checksum: 10a97ac66ca9e11783db28cf4a8fb3af600c550a2538afb8d7b1a941d5d69d47ffe04577dfbb63a8590e3f62698aea984c53449a07f43aed907e31f2edf7aacf + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/htmlviewer": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 + checksum: 4fe89e77d6c367740e6c09fbe087d20212a390f11a0899551c3af64bb89c28d1adde72b5a56242f721e08b304107ef0ebf381ce723aa435e0c79f38fc1908e79 languageName: node linkType: hard -"@jupyterlab/htmlviewer@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/htmlviewer@npm:4.3.0" +"@jupyterlab/htmlviewer@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/htmlviewer@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: b6e6548fa4fd32c4061e2a9d5c6fb926f57eac263d0515a4704e72dc576d816d3b255b948d55c15493fcda80528c77f1b70f32a2aba015d360da7cc39d5dcb96 + checksum: 86d58d14806527d1e447d2f4851bb5aac6aed40e68d849153862b7628923a8d51061062677df421c63ac2b22fafaaa5bf4502660d842bc0625a152297db40101 languageName: node linkType: hard -"@jupyterlab/hub-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/hub-extension@npm:4.3.0" +"@jupyterlab/hub-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/hub-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - checksum: fccb4f59457bf944486552474d90bf6b43e980e4c546bd19faef6292f0b8a63e06e9e2f922153a1e1161f70025e0a6f497e4f97bb12e09cb1c054df08a7c4cf2 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 + checksum: 766dfb029f9945ee8e174725161d16488b04de73d6958f66a5450b18009e0ab7a19a460392910493004156663bf432a8086d90aa94b6dd733369f1587d0488d0 languageName: node linkType: hard -"@jupyterlab/imageviewer-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/imageviewer-extension@npm:4.3.0" +"@jupyterlab/imageviewer-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/imageviewer-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/imageviewer": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - checksum: d5743448445deb3e71abc8f55fa51b27b1a8db877fa9117be3f14f171f93cd208b4a3946b83d13f926fd2700cc6e05896a83fe26b410e797b6c733adf2227163 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/imageviewer": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + checksum: b935c3096b7f667bd70b4e57fb0ab4f05d12bc8755f5b3181641e392c26061620e2301f55318cb36a779655b76b2f756c329659f7f086be9e583c547b7cf44e2 languageName: node linkType: hard -"@jupyterlab/imageviewer@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/imageviewer@npm:4.3.0" +"@jupyterlab/imageviewer@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/imageviewer@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 - checksum: e2f843bfdc3d960e6f2adffdb1c90478c79d429a84de7d13e432807e51cde2da5d468ca74a11384b9cd025bd6995369de60bf30fcffe43b95b8c8844202aa6be + checksum: a1a3f1e5443800b2b32b1956fcce033070a1d163d4a023394c03f17bcc45eec5c0cc3b53775b170c0b979306f0e5aae7deb9eba90ad6fc7678cd3b38d85f2fa5 languageName: node linkType: hard -"@jupyterlab/inspector@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/inspector@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/inspector@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/inspector@npm:4.3.1" + dependencies: + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/polling": ^2.1.3 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 04312f6041437c1f69b963777704e4411ed06d837eae899d8c52417d076f389c3808bb01b6a81053a881400e17e16538d5b8a6f4d5419ba23b617e6419fdb5cb + checksum: 4654987b4a3f02576f0cdc03f633723677ea2ba62e017b24302644dfb186f5bf34d2bd0cd4c179f9cec922e993c7047177ba1404828619c95211cd9a4b258b7d languageName: node linkType: hard -"@jupyterlab/javascript-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/javascript-extension@npm:4.3.0" +"@jupyterlab/javascript-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/javascript-extension@npm:4.3.1" dependencies: - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - checksum: 67b323bea09bcfa8b9ed8d095e22eb502ab738b508e83e3f43cd33c55412ad57e8ed6f29686ab753f48581664486e176c0b151c8cf2f599ed9215df0ff036e9f + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + checksum: f144a6d515c04e3efd42f641585ee40eab846269fe5948b67ddeb8e94fad673e491c77f348ebadfabdd61f875cb26084a38c08d585ca23f18b4fa10375d19a46 languageName: node linkType: hard -"@jupyterlab/json-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/json-extension@npm:4.3.0" +"@jupyterlab/json-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/json-extension@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lezer/highlight": ^1.2.0 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 @@ -3442,17 +3442,17 @@ __metadata: react-highlight-words: ^0.20.0 react-json-tree: ^0.18.0 style-mod: ^4.0.0 - checksum: 984a4a5d9fb900e102c737f745a91160318360741aebab258dcc7ab08b89416fe2adcb8b0cda95d5bedc56cbc59ce20bd7a214dfe26973c095faa4f07ae636bb + checksum: f30325009527e3a549ea7a9335efe09a248122abd0b8d4b2ad189c1e159f101efd3cf2e8b41f960b93621380529fefe09100cae320403225834051407344c7dc languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/launcher@npm:4.3.0" +"@jupyterlab/launcher@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/launcher@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -3460,60 +3460,60 @@ __metadata: "@lumino/properties": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 7c18a34728996f67fbd3bac3cd17b08e2015bafed8cdcaf640e40ef3d2499eacd1034a911680f852c638dc5d054e331329ab32b185d37f0e3866de529b055986 + checksum: 94f58f6cfcd635778879791ed8072af53fc04340335e8d80f1222d4206114c6cbe4228da3e4d781b4017ae881b8bf508a3543b564b1f8519d7e44aaee7fa97f2 languageName: node linkType: hard -"@jupyterlab/logconsole@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/logconsole@npm:4.3.0" - dependencies: - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/outputarea": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/logconsole@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/logconsole@npm:4.3.1" + dependencies: + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/outputarea": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: cd4ae8f4346ae39a1ce7e402fc141b551daaedc2247d270d5b4f0e14541f56a24605cce146fddf4c0026d6384cfbb36603a1cb037fdd733f1627857e3ffc3f76 + checksum: 817b1d83f66d85db058219dd20b7d47381163c73c55feab104b254a9da8a39be5ffa567ff49f83da96d38d9f4797d09df20e480eb6cce6bed90bce7553687619 languageName: node linkType: hard -"@jupyterlab/lsp-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/lsp-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/lsp": ^4.3.0 - "@jupyterlab/running": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/lsp-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/lsp-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/lsp": ^4.3.1 + "@jupyterlab/running": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/polling": ^2.1.3 "@lumino/signaling": ^2.1.3 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: a8a16f8a0b0b614dabb591194f9dbb1e46084c06da57a287b5e8362ac75f6b3069bbae5f17d38e92df07148ce6a21dae4f5f1b447bfd83c8e92e4b9a38e511e2 + checksum: 5d60f530a6f5291a076d1627664be29843114f34ec8bf0f889212440a28dbb6c1260051fe211dbfc4d577449cd19f932d02a33f8db994a6e3698d5d94eb78e70 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.3.0, @jupyterlab/lsp@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/lsp@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/lsp@npm:^4.3.1, @jupyterlab/lsp@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/lsp@npm:4.3.1" + dependencies: + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 @@ -3522,163 +3522,163 @@ __metadata: vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: ea29de972097d296a05b5cf347822f3d9c295fa8be2c3b89147288ca1f9fca12c15df955d1374dc66184fdad3af1acd8cb115187be4eb6024f1e25d5f2b1c8c0 + checksum: 9602bb05b18fbea44796917b63e7392ecaab2c1cef4f28ef7dc8a9dcc91bd686cfd1abb1b250cda8fdc864c577aa0157ec9aefb0d977a085c663a41937507636 languageName: node linkType: hard -"@jupyterlab/mainmenu-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/mainmenu-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docmanager": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/mainmenu-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/mainmenu-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docmanager": ^4.3.1 + "@jupyterlab/filebrowser": ^4.3.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 - checksum: 115066bc304f4c18f2dfaef24318c1dfee4e76aea0d5bf60f2efd9a23c7bfaada5c7b0217629eef4b9087a8fd6001ec86c6588f4806a1b5cd641118d6e13ac63 + checksum: e4499fd56d0f77412a901087f6c9001ea05843f925cd86936ffa08097b429e2eb6758a73f6eb94f1ba0473a8b7bad95943aee6500003816fd0ea62d9c8a4512a languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.3.0, @jupyterlab/mainmenu@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/mainmenu@npm:4.3.0" +"@jupyterlab/mainmenu@npm:^4.3.1, @jupyterlab/mainmenu@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/mainmenu@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 - checksum: 8a0a9e4724b64e55405059aee02121f124068bbad7c92d9b3325fe1fb048c164b5d3a00cbc63b05a4df6bd162e3732baead38b076c96ba17d3408e599169900f + checksum: 6ba3218a2a31c6cffc9c6da4c751c45c40db1251525affd531d776928af23458d320b57c08329f4cd9a100bd792270b4bef4412e84ee9e0989ad0679055dec6e languageName: node linkType: hard -"@jupyterlab/markdownviewer-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/markdownviewer-extension@npm:4.3.0" +"@jupyterlab/markdownviewer-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/markdownviewer-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/markdownviewer": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - checksum: 682e1a659c33cd9222611502318af98f61dc70c248304d9c2a050e7cf00a4e6f5297733b550c5dec54ebcb8de461aedaccb094db83c15e3d46887689a6ac54f5 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/markdownviewer": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/toc": ^6.3.1 + "@jupyterlab/translation": ^4.3.1 + checksum: 2e6110ba437922911ae1143ecab373b9ae4a7758160879051ab627061b97e19f456df82cd9010b617f0186ff070694705f670ec485bae9b6cf08a4457f580f32 languageName: node linkType: hard -"@jupyterlab/markdownviewer@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/markdownviewer@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/markdownviewer@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/markdownviewer@npm:4.3.1" + dependencies: + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/toc": ^6.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: e435b998ef6ce97720a81000f98a792f77bf705601b3e6d69469c1aa2a878f242515c6f5b83775e737056d2f62bd1e1d8b2180f8b97a329c92f51569276da348 + checksum: a81c9d6b99967866981f0872b4d89b618bf7319790cdbf3916ab174b72a2a8afced40d70acf869e4542ff13121658cbfbd7e0f66407ad0318a73e887a63e001f languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/markedparser-extension@npm:4.3.0" +"@jupyterlab/markedparser-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/markedparser-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/mermaid": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/mermaid": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 "@lumino/coreutils": ^2.2.0 marked: ^9.1.2 marked-gfm-heading-id: ^3.1.0 marked-mangle: ^1.1.4 - checksum: 14e549df47f7fe0f67c7eae4829f354117c75ceb959ee1010aaa4fa2726bd3b9be3d4df2e2ecbdce92688051e573a8a90a5be7b80a957905f595e7ecf08a38e3 + checksum: 10533582f1edf330bd081e17c68e8a23fa5358ec9583d43a61bd43f39a8bdd0e4a70f2e110d9726074a030e0d038e7ed914a8cff237381e4de2c26f7b315cd13 languageName: node linkType: hard -"@jupyterlab/mathjax-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/mathjax-extension@npm:4.3.0" +"@jupyterlab/mathjax-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/mathjax-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 "@lumino/coreutils": ^2.2.0 mathjax-full: ^3.2.2 - checksum: 23dd764aa68db1d01e4f6c0e465054c2be85495903e883cb741143a2870d54b1ceacf8567da52e5f2e89bb8c7117ce4779e8b154b1a0dbc04f9cd9b4e2f853ff + checksum: 55eac436d6a12ad8301b0a24e904587c52029b95e16dc0c194042fd4efa66de407c97aa1d3294cbcb55e4a91992eaa9a65c18f121a494924f01fab97916e7e49 languageName: node linkType: hard -"@jupyterlab/mermaid-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/mermaid-extension@npm:4.3.0" +"@jupyterlab/mermaid-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/mermaid-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/mermaid": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/translation": ^4.3.0 - checksum: 0ab8d12d489c224be76e9f55682e7db3fc2b7705a41f769f25c59aeafe0d740544b02a8b262b8bfbfcea2b1172e01daa0aeddfd11296940e7d06bc50156c6e92 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/mermaid": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/translation": ^4.3.1 + checksum: a5ff428456773c60b9154fb7de1dc3d9b4c020b8715099e70660eadcd78ff089210abcc052ac0300d1641669ab10bd274b8eb67a20695749038a82c5ddda1330 languageName: node linkType: hard -"@jupyterlab/mermaid@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/mermaid@npm:4.3.0" +"@jupyterlab/mermaid@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/mermaid@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 mermaid: ^10.7.0 - checksum: 052c5b8a3d7001a0d56d653f357402d4bd8dc40767ac67c632e5a5a3015879e1ceec6cea4488e2d75d9d1b3417f7c272cfe6d23968270b45a68d58b8bb74eefa + checksum: 8772b99edda58ffec5245cf43472b1fabfed484dc9d2a3277a470f5d2ebbffde5017c345235ce57a00da5580d9de97719e9b12495137799c0c4271e64c24d47d languageName: node linkType: hard -"@jupyterlab/metadataform-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/metadataform-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/metadataform": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/metadataform-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/metadataform-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/metadataform": ^4.3.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 - checksum: a6af029abd37bc0f495154bd6fed27b3647fe044e5c5109976ce375fdb77d2f222a9f2005fd35799a2581e5abf48d5993fe78313505355fc6118057f3f50c079 + checksum: 24b68ae54b91a6b095a245a213e355e39aebfdc4b7533fb3eb6eac532297d254911e8848ee07d7cb2e1f177bc1e9984510d61acd00aefb44906a1d159066e89f languageName: node linkType: hard -"@jupyterlab/metadataform@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/metadataform@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/metadataform@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/metadataform@npm:4.3.1" + dependencies: + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 @@ -3686,7 +3686,7 @@ __metadata: "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: dfddc2056c51d98ba89aeabc8bad23e15dba1fbe77e629dfdeb5be69557ebc20e732192a2b8d1969aa5e8b4a9c1e0ac8ab7a7079fead88e4d54d6d52ce4977da + checksum: c09a766eaa9fa854e327df7fc2a57972081bac1b3c5a43212659b1a9e731b8f59809d163ccf5bdf25ceeb8c1a9042c1f714614bcd4899d182cb857f81d7f680b languageName: node linkType: hard @@ -3699,49 +3699,49 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/nbformat@npm:4.3.0" +"@jupyterlab/nbformat@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/nbformat@npm:4.3.1" dependencies: "@lumino/coreutils": ^2.2.0 - checksum: 52e23a2568bf01741196321a5960c13b86ab55318a2e3a3ebde71fc1b89347279acd342a4cddf6ab8b47a4cc3cdd8fe03f206f68115a9d6ac433b0b0582c13ed + checksum: 009ce5f41785e2367a86e1445e30d092c178070ea32e9344c71422dce14fef29810cfcbf4c90476f5634b19f6a117d85d1a7dd53debd61af0469b3c47dd92c8a languageName: node linkType: hard -"@jupyterlab/notebook-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/notebook-extension@npm:4.3.0" +"@jupyterlab/notebook-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/notebook-extension@npm:4.3.1" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/completer": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docmanager": ^4.3.0 - "@jupyterlab/docmanager-extension": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/launcher": ^4.3.0 - "@jupyterlab/logconsole": ^4.3.0 - "@jupyterlab/lsp": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/metadataform": ^4.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/property-inspector": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/cells": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/completer": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docmanager": ^4.3.1 + "@jupyterlab/docmanager-extension": ^4.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/documentsearch": ^4.3.1 + "@jupyterlab/filebrowser": ^4.3.1 + "@jupyterlab/launcher": ^4.3.1 + "@jupyterlab/logconsole": ^4.3.1 + "@jupyterlab/lsp": ^4.3.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/metadataform": ^4.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/property-inspector": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/toc": ^6.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -3751,32 +3751,32 @@ __metadata: "@lumino/widgets": ^2.5.0 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 772940d6d93732edb661d67ee0a184299c15bdf5f4af1189a8f92c0ccb4f95ba7c61c76952c264a001190ed0c87e896e7ad40b8e1b8a65a807127906acdf2850 + checksum: 3dfc9908f1ed50d8d6eb69b682ebb3254fbc990690350ec860216520c9846f0254728970e5e2fd815a3c84c7e9c2b941ee2343a81f186569d37050fe1a1abe8d languageName: node linkType: hard -"@jupyterlab/notebook@npm:^4.3.0, @jupyterlab/notebook@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/notebook@npm:4.3.0" +"@jupyterlab/notebook@npm:^4.3.1, @jupyterlab/notebook@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/notebook@npm:4.3.1" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/lsp": ^4.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/cells": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/codemirror": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/documentsearch": ^4.3.1 + "@jupyterlab/lsp": ^4.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statusbar": ^4.3.1 + "@jupyterlab/toc": ^6.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3789,34 +3789,34 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 58086e9d3e96fb71955023613d3caa8f0ed1fd7f12f73029e4a5ddc2616dc2e0085216bca99f0914ca504db7d3a85f6da6b818631c9bccaa46259db00d4814f4 + checksum: 4f208119e412492e2b732be316f1a60222d662401c099ecb6f5ec54e5926b66568936b1c91341bb5fcd699570db84ccc4e3fb0117f506f78234b563c54a5514e languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.3.0": - version: 5.3.0 - resolution: "@jupyterlab/observables@npm:5.3.0" +"@jupyterlab/observables@npm:^5.3.1": + version: 5.3.1 + resolution: "@jupyterlab/observables@npm:5.3.1" dependencies: "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 - checksum: 8d1c5e6eebeebe8fe45098531c9be9b3f0f0f3ec153203746fba233fe74db028f93261f11e0897a020ac0ae6872e7c3e03c4365678663bbbe4f0125b89174f37 + checksum: 2c15097088e06a4f12a9e94f8fb26baec7f9fe86188f9e7b6fb421c655b2acbb5cb95f3abb53b86bb417649523561268789393fa9da7b92fa70d2f123320241e languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/outputarea@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/outputarea@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/outputarea@npm:4.3.1" + dependencies: + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3824,133 +3824,133 @@ __metadata: "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 313f964056a63cd04227c4bc6d71f16b71ddf475f5ac63c8b15147327f2fc1c7023c631d687a8eae8b81b647e6c305d34be1a4aaf7dc2cd1fb44b947da6c239b + checksum: 9bbbcd82148c68b63531f1b671229d0f4394afe3455afbc8808214d5d87b262a45a1f689dbcce0eaec1d6d2f012554e382adbc99824f9e36cce211b867454e4e languageName: node linkType: hard -"@jupyterlab/pdf-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/pdf-extension@npm:4.3.0" +"@jupyterlab/pdf-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/pdf-extension@npm:4.3.1" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/rendermime-interfaces": ^3.11.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 7cd79cba3a47dfb6bd71955e31522c568c93cf41390fc2bda74f593d72b25d4b32b83b98377104fdf39ac9b0f6cd7eb390dd53f4f63222c5360d6ca217069034 + checksum: 6fee3e5e1014ae35d8b9ba9782f38431edc0fdbb48c8be639e1dc593e140692589246f8f3d0cca225b09893a1b623d37a950051c3c75ef30bd24911caa9ed40d languageName: node linkType: hard -"@jupyterlab/pluginmanager-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/pluginmanager-extension@npm:4.3.0" +"@jupyterlab/pluginmanager-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/pluginmanager-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/pluginmanager": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/pluginmanager": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 - checksum: 7e4ef5ef0c5095ab68fc1cd2a5c858805a3cc121d24613feee89d2def7fed995c75dfa955c16e0c39abb98e50b2e848e8a8f6b413a5be6244b3d10945773cc9e + checksum: 3e307fbb1a35431a1ec60b571bb48c28191e8499c42624cbc4ed15d98063ea8909a3af4e9a8f34a34e1779d3a12bd2c9293bbd7b82b8900b7371b5b511b7fe86 languageName: node linkType: hard -"@jupyterlab/pluginmanager@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/pluginmanager@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/pluginmanager@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/pluginmanager@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 44a49b26f381e651075de186e000e859976e7681d86209395df83d875244ae03f50656517c778deb737b9b690ad4270ece055e2cb6dfdddc04ff4068d679b976 + checksum: cf9860c289f94d253e2448c7f65780ed3ede72926c28309fb716f838df9d37f17588cf4391d9d0e2e7cd6e550c351b45bb6b4a118f667bfeff0ea5fb19b0beda languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/property-inspector@npm:4.3.0" +"@jupyterlab/property-inspector@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/property-inspector@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: cbc635a12c1ec5091cce365ad99076539a9294f2aeee8da9918caa35d75fa91f030d5c96eb898649d5b5313c95ff7200db81e7ac779e32fcdfd684bb82fbf4c5 + checksum: 51cfbab9fd9b27c121f365f0e98ba2c317300ee35d6b29e615a3cd5d1fb24a17c7d00e6cdf2350d25d7ad7e364bf06f4e0dc3190248e0d567a9371f48e50eb27 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.11.0, @jupyterlab/rendermime-interfaces@npm:~3.11.0": - version: 3.11.0 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.0" +"@jupyterlab/rendermime-interfaces@npm:^3.11.1, @jupyterlab/rendermime-interfaces@npm:~3.11.1": + version: 3.11.1 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.1" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.2.0 "@lumino/widgets": ^1.37.2 || ^2.5.0 - checksum: ef31fb5b621a83c5080e68cbd12c086bc7f9dc21c84e04f38808e9f5da079367d3c75ab7af09d2a3afc9e588511f905c77ac50b8e2cbd98d0c3b3e748716d7f7 + checksum: 296e3f4ebcdd760ebf503b6c9467a2f56ed6e19108c7f319a90cff32e0585b0a5147c982bc79a573fe1920e3bc4c6183d8d4e939659ed857baa2b12587061c57 languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.3.0, @jupyterlab/rendermime@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/rendermime@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/rendermime@npm:^4.3.1, @jupyterlab/rendermime@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/rendermime@npm:4.3.1" + dependencies: + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 lodash.escape: ^4.0.1 - checksum: 84237267b19fbc18e3a6f3797d291de5b16b44583e3cbda282dbd6990612b5d64150a3b1ac6ad77092c9294b866d47a4f1972fe54617c8adeaadb7e0662d691f + checksum: 8ded08cbed91d983289f20e21d05d555888f3e19a83e6cbc8f4d72748345dfec1017de63da1644f82368f2a591eac6dae15aa6197b295e4242f5d84965566791 languageName: node linkType: hard -"@jupyterlab/running-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/running-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docmanager": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/running": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/running-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/running-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docmanager": ^4.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/running": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/commands": ^2.3.1 "@lumino/polling": ^2.1.3 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: a80fdd2e260d883aea21fe48179c714fe2ab0f213d097f5069d7e026c021f3b4204b79e4fe7b3a59d17d8dd24a80f65e122404bd416cdab2376f84a94fd722d0 + checksum: 9fc30c8995a0396d4e5f323e6cc725197fccdf8642c283975b42142a23eec35db5d7b6f1c825e1f40caf74840d9675e4339c4a7eba494f83823e246b328381f0 languageName: node linkType: hard -"@jupyterlab/running@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/running@npm:4.3.0" +"@jupyterlab/running@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/running@npm:4.3.1" dependencies: "@jupyter/react-components": ^0.16.6 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/domutils": ^2.0.2 @@ -3958,61 +3958,61 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: dcc22fa264e0fdf9e921151744deadec1a5e5d3b216987f9f74998efd1bafdaa89df7d08b03771e140be8cfe9271c6131a8e9b9f12d29dcb8107e167fa2eafae + checksum: 4653d6ae582db9e43b78fd4086835fc00b5db6b702799d54fd9d72de64cb61496fd26c391da53b0b0d3448d9bc53a5d161ee958a437d558ff8f5669fe3005576 languageName: node linkType: hard -"@jupyterlab/services@npm:^7.3.0, @jupyterlab/services@npm:~7.3.0": - version: 7.3.0 - resolution: "@jupyterlab/services@npm:7.3.0" +"@jupyterlab/services@npm:^7.3.1, @jupyterlab/services@npm:~7.3.1": + version: 7.3.1 + resolution: "@jupyterlab/services@npm:7.3.1" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/polling": ^2.1.3 "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 ws: ^8.11.0 - checksum: 949a7452f7fdbc97efc63452db26b5f906595e40b1f6b7164e4e8f5fb8136f47fee703c7c9ef75313b6863552e68ce67d51bddd57b8ff6e9712a1a1e62724fe1 + checksum: d1d80fa50254fa0f5a8a7565355b57f24d1db19d414727688a6dc2c879a24812d7d660e585ab0188c0923689283195eb3070a850bb2c26c449da624db006c839 languageName: node linkType: hard -"@jupyterlab/settingeditor-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/settingeditor-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/pluginmanager": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/settingeditor": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/settingeditor-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/settingeditor-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/pluginmanager": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/settingeditor": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/disposable": ^2.1.3 - checksum: 640aa88eaea2e6bbbdef0c70fd543fae2258c5be0709f5a13bc2af20dcb84b3c302c4bddb745ba6a989faaaeef1a1d31b96d956af5e97d44503adc798271c4e1 + checksum: 5ca499bf6bff1c4ee798958e2f4268fce623fd12e119b4fe232439802ac2236d0fce6636f3c1faf84ad382090ff096341b054ea5a3202020244079f755152eb6 languageName: node linkType: hard -"@jupyterlab/settingeditor@npm:^4.3.0, @jupyterlab/settingeditor@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/settingeditor@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/inspector": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/settingeditor@npm:^4.3.1, @jupyterlab/settingeditor@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/settingeditor@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/inspector": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -4026,16 +4026,16 @@ __metadata: "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: 8e4614698005ecf7e6144de4720440b8c46521e5d2e70e6baa2e09a561ad7ef79e18458b4d5a3c6971145fab64143fd1fe37b940be2995ac721c5b6d60bf6a30 + checksum: 1b16bc2cba460daa6a630741cee8b342044ecfa42dca5eb087a99aa2655efbd61893abed7586ec132ec85f8dd3132c64ceab8a14d0f1bac2184f46a5dc240a0b languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.3.0, @jupyterlab/settingregistry@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/settingregistry@npm:4.3.0" +"@jupyterlab/settingregistry@npm:^4.3.1, @jupyterlab/settingregistry@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/settingregistry@npm:4.3.1" dependencies: - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/nbformat": ^4.3.1 + "@jupyterlab/statedb": ^4.3.1 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -4045,18 +4045,18 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: 6a0c47b3be2188e487ec74c3ccd9e199c99a72533367b727a913d45d7096dbbb2757a63e55e5d4a9be51fbd274fe6f5f42ee1a6f021fd6a782885d6d58a3f957 + checksum: c4f8fcedba9c524004fe919129242cdcbe1661ce7e71c2eb8bfe131ebe6e625367e1c05866b7326046599e4a7668bc07e303e526d87b960846d72457ea4defbd languageName: node linkType: hard -"@jupyterlab/shortcuts-extension@npm:~5.1.0": - version: 5.1.0 - resolution: "@jupyterlab/shortcuts-extension@npm:5.1.0" +"@jupyterlab/shortcuts-extension@npm:~5.1.1": + version: 5.1.1 + resolution: "@jupyterlab/shortcuts-extension@npm:5.1.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -4065,28 +4065,28 @@ __metadata: "@lumino/keyboard": ^2.0.2 "@lumino/signaling": ^2.1.3 react: ^18.2.0 - checksum: eefb6bd6121307403662d982941cc1a9ebe628d316ae0e5e3cda3fcb941388e78cacdef729dae1790e474bb5e530d9b8cc310d9e54ff89ed3cf75fd45cf0cc4b + checksum: 23836ca8dad19a903e7c25b90a770e150cc17dfbb3a9f4730d67e340d3ff2cd31bcf40480f89386b656d67f2482f3a64213b73a1d50844b300004afc6aeb561a languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.3.0, @jupyterlab/statedb@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/statedb@npm:4.3.0" +"@jupyterlab/statedb@npm:^4.3.1, @jupyterlab/statedb@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/statedb@npm:4.3.1" dependencies: "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 - checksum: 68e1a8bffe41a236d34cb8135e0ebf906e1d087ff71d2f1e135c7cd369c7b5e2e675765d5a0627a2487a831141cb06a9ce880609ec9988b0f7e5a0156f4212f3 + checksum: 781798f6107bcf1caae1f6f7714583145deba95d8c4a10a5a3adeabd6351f1505af60ae2a5b18d7698ba9584c68241c700209e6be48c4b625fd2c5d12254f726 languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/statusbar@npm:4.3.0" +"@jupyterlab/statusbar@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/statusbar@npm:4.3.1" dependencies: - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -4094,36 +4094,36 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: f849b903043056a4eda3f9c6900e598c0bd9b8b30cc7632996ede6104421d49bf10d3421a654c1afe008388b3c58a5dda33e7120ed0483c4fef7d0523153ffff + checksum: 75edb4de39051c29bc37ec36379f42ae1ce711648a775202582860f70146872efdec8ea6cb08fea556adc7a10ee1533b29bdebf4acde5696aa5bacefae71eaa2 languageName: node linkType: hard -"@jupyterlab/terminal-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/terminal-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/launcher": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/running": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/terminal": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/terminal-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/terminal-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/launcher": ^4.3.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/running": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/terminal": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/widgets": ^2.5.0 - checksum: e28a6ae4e481790639ba8f54136b543e486e350ee41167a4939f7ff8730f9ca2eada5adc54c2037dfde3fb0ab025be922311b1684e58146ba8b9a70a50ae1a98 + checksum: 77cc3232fd835d338525e645efacdc17a190dc6c30f4a7984d040dd9b87781c86e49ab59766b899fcd72066128b174482222dde4976f1e5501ac28fcf62427d7 languageName: node linkType: hard -"@jupyterlab/terminal@npm:^4.3.0, @jupyterlab/terminal@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/terminal@npm:4.3.0" +"@jupyterlab/terminal@npm:^4.3.1, @jupyterlab/terminal@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/terminal@npm:4.3.1" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/domutils": ^2.0.2 "@lumino/messaging": ^2.0.2 @@ -4133,17 +4133,17 @@ __metadata: "@xterm/addon-web-links": ~0.11.0 "@xterm/addon-webgl": ~0.18.0 "@xterm/xterm": ~5.5.0 - checksum: 5ea46d7c42369583757e04b8d826cc0bc74e180e45f3276c3f2e09e596029b411158bf7f3b54455a572e06848b72f04359bb0a8e265bda4fb90926aaffbe9ac9 + checksum: 20a0d42d9fb2a51ada4ca276cc2478df7804b2678632ca422c1331a13dd6225e6864172254984fa0f65b1b40c0ed2b65405e61e212b4f6b15be30ceabd3992a0 languageName: node linkType: hard -"@jupyterlab/testing@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/testing@npm:4.3.0" +"@jupyterlab/testing@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/testing@npm:4.3.1" dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/coreutils": ^6.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/signaling": ^2.1.3 deepmerge: ^4.2.2 @@ -4156,174 +4156,174 @@ __metadata: ts-jest: ^29.1.0 peerDependencies: typescript: ">=4.3" - checksum: 7850581866fed326007ca6a12087b3f749518028455d48039ce1d14984719064152cf69486c34a1b446b63b7a37b438db78b4418d009e883217932d4eabbce1d + checksum: 34cacfd6d13c99351ce5ca9a8578e668ed2fb11b7227917b24e542e5dd47ff305ef65cc419a1a1a872fb8704f99d62baa80ba9cc6acdde52fa6ad89ae930b2be languageName: node linkType: hard -"@jupyterlab/testutils@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/testutils@npm:4.3.0" +"@jupyterlab/testutils@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/testutils@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/testing": ^4.3.0 - checksum: 766fc28f7c53612be663d1f61c48001765d70d255e06ef5b3516e290db5869ec652da04b9553c7271b736ff154fee5311c8b6739d0f5fe644fa6a4e8ad007d64 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/testing": ^4.3.1 + checksum: ec3e8c3f20a77d52354b56076a69b5da06d15864c0ff43f34572da2ffce39eb1acea7d59a1c36fa451fa0ef8715aaecee76a02f17faf468a6a93e354d094217e languageName: node linkType: hard -"@jupyterlab/theme-dark-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/theme-dark-extension@npm:4.3.0" +"@jupyterlab/theme-dark-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/theme-dark-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/translation": ^4.3.0 - checksum: 3404419987f782d40c7e63e642ea452ec6865936374a6f388b9a001667cd9e1bb4d1e57a6fbcf6bdc0effa4d74cd77cb35354a2f368ddd5a2b0063ee3549fb74 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/translation": ^4.3.1 + checksum: 977d722d7e8ada45bbd275942a8cfefa7970071e05368eed885dd07fd36e9419b580216d638e07a2e60d4d82bd75258c496d66a7019702e6e58a7fb7cc89a2f0 languageName: node linkType: hard -"@jupyterlab/theme-dark-high-contrast-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/theme-dark-high-contrast-extension@npm:4.3.0" +"@jupyterlab/theme-dark-high-contrast-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/theme-dark-high-contrast-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/translation": ^4.3.0 - checksum: ba15a5a8e7fc1b03d22d55336463f4c4e3764de59a6150412a624d1eb2c86b74fbd48db931fec8fab1bd791829a8b4661d652364eae280777ba09dc102546c71 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/translation": ^4.3.1 + checksum: d6d072d7f8d3be16d4223a000865eb1bd6edcbc591c1170218fcfa2911390e1ce038e7a2ac7d4791e58735fe6a8dfb83ba203fcf5505b1673702d2c514767e06 languageName: node linkType: hard -"@jupyterlab/theme-light-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/theme-light-extension@npm:4.3.0" +"@jupyterlab/theme-light-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/theme-light-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/translation": ^4.3.0 - checksum: a6145b1e2918dec7af22371aed5d6fe0a918f51cf9fcdcc11bf2598cd48e2344adc63abc31afe598c88253296a28111cb6ff5b4239a6846db7eeb97419ac7d4b + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/translation": ^4.3.1 + checksum: 75075ddfce5f53f58d33ee63ff769bac2da90d350a5c2b52f672d6ac5553588ed16feb2ef249f0b97edd147257a632356019c4571840cfad46386385a2250631 languageName: node linkType: hard -"@jupyterlab/toc-extension@npm:~6.3.0": - version: 6.3.0 - resolution: "@jupyterlab/toc-extension@npm:6.3.0" +"@jupyterlab/toc-extension@npm:~6.3.1": + version: 6.3.1 + resolution: "@jupyterlab/toc-extension@npm:6.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 - checksum: 7f15f76eb85d99aa9910ee4de25007907a2f5198cbb308f485ea6df45ea5c7b194bc504b77db7993bee37eb918a4be444a7a47853d637ed583f854d94aed360d + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/toc": ^6.3.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 + checksum: 87c13466b8af23b7662c3291a14779019a7482518718c52782deaeb547f7510266cbf1f013f27a49ece2f09988f7ebd57582fa0cd316a493d4e4efff51995398 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.3.0": - version: 6.3.0 - resolution: "@jupyterlab/toc@npm:6.3.0" +"@jupyterlab/toc@npm:^6.3.1": + version: 6.3.1 + resolution: "@jupyterlab/toc@npm:6.3.1" dependencies: "@jupyter/react-components": ^0.16.6 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: fde80d1193e245cf31877081f989ba99d7cdcf0f7df0d112d086a495a56567612be37568da4d849128e04e0074b13de5479b3bb71781105b994a5a826f0008cb + checksum: dfa1edf4b5afbc2fefde9cf2914e335fa70443729183e2e1af69a0983e1411f8f152b81677c74f67866d38ee20b6e1af2eab281f32b4f8cdee4fa550e5c98e98 languageName: node linkType: hard -"@jupyterlab/tooltip-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/tooltip-extension@npm:4.3.0" - dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/console": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/fileeditor": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/tooltip": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/tooltip-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/tooltip-extension@npm:4.3.1" + dependencies: + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/console": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/fileeditor": ^4.3.1 + "@jupyterlab/notebook": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/tooltip": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 - checksum: 986ec899048ca556f4461b86ad0fc9f7af1aca077f0e87a1e8805f6b6e713b7de65ad44b066aca94262763c0e04d6d55ce6f9bbd5ea254ffea49d352f18753cf + checksum: 4176a7f93e417ed40e841c0a9e025640c1703d84ae352e56720d0ce52d02aa3bcad9ad89b203c1eb936935c46d33c2a4cc898e2cbd451d44e8d50ad74b57b900 languageName: node linkType: hard -"@jupyterlab/tooltip@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/tooltip@npm:4.3.0" +"@jupyterlab/tooltip@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/tooltip@npm:4.3.1" dependencies: - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/codeeditor": ^4.3.1 + "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/ui-components": ^4.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 - checksum: a0ee8075ab04b9a7ec5b8538d0ce2bd78bd601e82bc1b0c5d2feb0aa6f8aecd8efca00ae4fc98b4236204528725293a1254072639a3a334fabc693c7b835bfbc + checksum: b13dfc7ec8e905b853dde2c1264fc58d3bccd2de2a4124b454fc83139069acec7681bf87c65f71ab83da98e7b06af541cd5fbf70c8ebce28332a3cd1a4c1f50f languageName: node linkType: hard -"@jupyterlab/translation-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/translation-extension@npm:4.3.0" +"@jupyterlab/translation-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/translation-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - checksum: 969533386c0d6313ec778c2e3ea4a00eb7fa29c76856740c5399e85e5a7a92d028c3ec038d94837c2a65d32b4c3c7d30877fe43525440216fe75a35cac774eb8 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/apputils": ^4.4.1 + "@jupyterlab/mainmenu": ^4.3.1 + "@jupyterlab/settingregistry": ^4.3.1 + "@jupyterlab/translation": ^4.3.1 + checksum: 86abfa31611b2c99707a8cdcd811aaec940119713a7cf64ca34365d616fc85a4327aaad4925727de4a2d629e48d98e3db317badd55b6579e24c994ac25c90730 languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.3.0, @jupyterlab/translation@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/translation@npm:4.3.0" +"@jupyterlab/translation@npm:^4.3.1, @jupyterlab/translation@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/translation@npm:4.3.1" dependencies: - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/services": ^7.3.1 + "@jupyterlab/statedb": ^4.3.1 "@lumino/coreutils": ^2.2.0 - checksum: bcd466cdb5a52e0a57f5274bb440098f6fc49c784212654e2bf2e09acd1119538b5e5737fb841496056fa85ca8c49d73a769d598f1f67a1b1235852dbb31766c + checksum: ecd63f816784ef6feffecdaa85903dba9f49cf65b5e5b9c664bb115a4dcb163d3701a56b4199dafb5c5eed986074ccd1da87a92450e11af5dbea99c66e662874 languageName: node linkType: hard -"@jupyterlab/ui-components-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/ui-components-extension@npm:4.3.0" +"@jupyterlab/ui-components-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/ui-components-extension@npm:4.3.1" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 - checksum: f02186643fcd0bb70291783b17c15ade0ec65736284fcb84c23ec91eb7be63b0a0713fe25b2933fb5dcac24866c1d616b5a313ac77f82f8603381af742600f50 + "@jupyterlab/application": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.1 + checksum: 1b09496c9159187d2d5ef4d2b2d282d84644237924878ee74f5bad94823303b814d3e3b281758ea7fff683b6e41eb2cf1cf8c26531cb62711804dfa97308d776 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.3.0, @jupyterlab/ui-components@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/ui-components@npm:4.3.0" +"@jupyterlab/ui-components@npm:^4.3.1, @jupyterlab/ui-components@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/ui-components@npm:4.3.1" dependencies: "@jupyter/react-components": ^0.16.6 "@jupyter/web-components": ^0.16.6 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/observables": ^5.3.1 + "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/translation": ^4.3.1 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -4341,34 +4341,34 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: e1efefd65fb19aa103897d25d5b898972df52c81857136ecb3dd5b5d49a671076161079fe293ae0d55ed7cfef11c670f549beaf54d88877ff0cf806d0d568041 + checksum: 8a9cb38b5e62cc3ca6feab3db3444b99ee9a436859358f0c67bb61518a9827c5e4daff008536e99cbd4d34c0086633d07e3212a79a83ab794c98f0243a9bdabf languageName: node linkType: hard -"@jupyterlab/vega5-extension@npm:~4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/vega5-extension@npm:4.3.0" +"@jupyterlab/vega5-extension@npm:~4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/vega5-extension@npm:4.3.1" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/rendermime-interfaces": ^3.11.1 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 vega: ^5.20.0 vega-embed: ^6.2.1 vega-lite: ^5.6.1-next.1 - checksum: ee5126b85d7c44481910def12c1a3ae236ad3966df8322bfaf51b5b2073d417a5603f8482700dae75843bd0ddc99e37cbb1e0c676a8883a35a947e6a461851f6 + checksum: 98d2a841259d7d2ab1f6b185ba27b13e90c1e732aa2c27f3a4a10ac19c48edeb2ab0de73f7e16e0fc1fe1dd9d98c7d6bb57d83c1c72cb2dcf529750d7368c933 languageName: node linkType: hard -"@jupyterlab/workspaces@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/workspaces@npm:4.3.0" +"@jupyterlab/workspaces@npm:^4.3.1": + version: 4.3.1 + resolution: "@jupyterlab/workspaces@npm:4.3.1" dependencies: - "@jupyterlab/services": ^7.3.0 + "@jupyterlab/services": ^7.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/polling": ^2.1.3 "@lumino/signaling": ^2.1.3 - checksum: 97d0ece22518f06d6d2c7f706f5536a6772e1c160b13d75a580f538d010fc579828de8b19bd6a79b5f8f1d00d339f7d34b292c6c90bc6e64aeb8fe65d283d7e4 + checksum: a5de7eddf9910923580f3385e0452aaf0036a4000ffbcb9e30b2d979b44943f892696d3a72fc5bd198700bc22919b6ababbf6f91f67e3f0cc34f52d857602750 languageName: node linkType: hard