From 09bcd99e6dfffce92acc9a7f9d11a2a2122131c0 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 10 Apr 2024 13:41:20 +0200 Subject: [PATCH] Update to JupyterLab `4.2.0b1` (#7319) --- .github/workflows/buildutils.yml | 4 +- .pre-commit-config.yaml | 2 +- app/package.json | 96 +- 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 +- yarn.lock | 2493 +++++++++-------- 19 files changed, 1378 insertions(+), 1375 deletions(-) diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 7ee4d98fff..bd66a381d0 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.2.0b0,<4.3" hatch + python -m pip install -U "jupyterlab>=4.2.0b1,<4.3" hatch jlpm jlpm run build @@ -79,6 +79,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.2.0b0,<4.3" pip + python -m pip install -U "jupyterlab>=4.2.0b1,<4.3" pip jlpm jlpm run build diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3da72a4ee9..e62d19a1f8 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.2.0b0,<4.3"] + additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.2.0b1,<4.3"] - repo: https://github.com/pre-commit/pygrep-hooks rev: 'v1.10.0' diff --git a/app/package.json b/app/package.json index 35ac14317a..b3235cef05 100644 --- a/app/package.json +++ b/app/package.json @@ -131,59 +131,59 @@ "@jupyter-notebook/tree": "^7.2.0-alpha.0", "@jupyter-notebook/tree-extension": "^7.2.0-alpha.0", "@jupyter-notebook/ui-components": "^7.2.0-alpha.0", - "@jupyterlab/application-extension": "~4.2.0-beta.0", - "@jupyterlab/apputils-extension": "~4.2.0-beta.0", - "@jupyterlab/attachments": "~4.2.0-beta.0", - "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.0", - "@jupyterlab/celltags-extension": "~4.2.0-beta.0", - "@jupyterlab/codemirror": "~4.2.0-beta.0", - "@jupyterlab/codemirror-extension": "~4.2.0-beta.0", - "@jupyterlab/completer-extension": "~4.2.0-beta.0", - "@jupyterlab/console-extension": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/debugger-extension": "~4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/documentsearch-extension": "~4.2.0-beta.0", - "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/filebrowser-extension": "~4.2.0-beta.0", - "@jupyterlab/fileeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/help-extension": "~4.2.0-beta.0", - "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/hub-extension": "~4.2.0-beta.0", - "@jupyterlab/imageviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/javascript-extension": "~4.2.0-beta.0", - "@jupyterlab/json-extension": "~4.2.0-beta.0", - "@jupyterlab/lsp": "~4.2.0-beta.0", - "@jupyterlab/lsp-extension": "~4.2.0-beta.0", - "@jupyterlab/mainmenu-extension": "~4.2.0-beta.0", - "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/markedparser-extension": "~4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "~4.2.0-beta.0", - "@jupyterlab/mermaid-extension": "~4.2.0-beta.0", - "@jupyterlab/metadataform-extension": "~4.2.0-beta.0", - "@jupyterlab/notebook-extension": "~4.2.0-beta.0", - "@jupyterlab/pdf-extension": "~4.2.0-beta.0", - "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/running-extension": "~4.2.0-beta.0", - "@jupyterlab/settingeditor": "~4.2.0-beta.0", - "@jupyterlab/settingeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/shortcuts-extension": "~5.0.0-beta.0", - "@jupyterlab/terminal-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-dark-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "~4.2.0-beta.0", - "@jupyterlab/toc-extension": "~6.2.0-beta.0", - "@jupyterlab/tooltip-extension": "~4.2.0-beta.0", - "@jupyterlab/translation-extension": "~4.2.0-beta.0", - "@jupyterlab/ui-components-extension": "~4.2.0-beta.0", - "@jupyterlab/vega5-extension": "~4.2.0-beta.0", + "@jupyterlab/application-extension": "~4.2.0-beta.1", + "@jupyterlab/apputils-extension": "~4.2.0-beta.1", + "@jupyterlab/attachments": "~4.2.0-beta.1", + "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.1", + "@jupyterlab/celltags-extension": "~4.2.0-beta.1", + "@jupyterlab/codemirror": "~4.2.0-beta.1", + "@jupyterlab/codemirror-extension": "~4.2.0-beta.1", + "@jupyterlab/completer-extension": "~4.2.0-beta.1", + "@jupyterlab/console-extension": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/debugger-extension": "~4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/documentsearch-extension": "~4.2.0-beta.1", + "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/filebrowser-extension": "~4.2.0-beta.1", + "@jupyterlab/fileeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/help-extension": "~4.2.0-beta.1", + "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/hub-extension": "~4.2.0-beta.1", + "@jupyterlab/imageviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/javascript-extension": "~4.2.0-beta.1", + "@jupyterlab/json-extension": "~4.2.0-beta.1", + "@jupyterlab/lsp": "~4.2.0-beta.1", + "@jupyterlab/lsp-extension": "~4.2.0-beta.1", + "@jupyterlab/mainmenu-extension": "~4.2.0-beta.1", + "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/markedparser-extension": "~4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "~4.2.0-beta.1", + "@jupyterlab/mermaid-extension": "~4.2.0-beta.1", + "@jupyterlab/metadataform-extension": "~4.2.0-beta.1", + "@jupyterlab/notebook-extension": "~4.2.0-beta.1", + "@jupyterlab/pdf-extension": "~4.2.0-beta.1", + "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/running-extension": "~4.2.0-beta.1", + "@jupyterlab/settingeditor": "~4.2.0-beta.1", + "@jupyterlab/settingeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/shortcuts-extension": "~5.0.0-beta.1", + "@jupyterlab/terminal-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "~4.2.0-beta.1", + "@jupyterlab/toc-extension": "~6.2.0-beta.1", + "@jupyterlab/tooltip-extension": "~4.2.0-beta.1", + "@jupyterlab/translation-extension": "~4.2.0-beta.1", + "@jupyterlab/ui-components-extension": "~4.2.0-beta.1", + "@jupyterlab/vega5-extension": "~4.2.0-beta.1", "react": "^18.2.0", "react-dom": "^18.2.0", "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/builder": "~4.2.0-beta.0", - "@jupyterlab/buildutils": "~4.2.0-beta.0", + "@jupyterlab/builder": "~4.2.0-beta.1", + "@jupyterlab/buildutils": "~4.2.0-beta.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 6d84e91b05..6f12f34b1a 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -29,7 +29,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "~4.2.0-beta.0", + "@jupyterlab/buildutils": "~4.2.0-beta.1", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~5.0.2" diff --git a/package.json b/package.json index fe976e96e8..7f46f59574 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/buildutils": "~4.2.0-beta.0", + "@jupyterlab/buildutils": "~4.2.0-beta.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 f9d23bc0e0..ce7766b365 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -40,17 +40,17 @@ "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", "@jupyter-notebook/ui-components": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/apputils": "~4.3.0-beta.0", - "@jupyterlab/codeeditor": "~4.2.0-beta.0", - "@jupyterlab/console": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/docmanager": "~4.2.0-beta.0", - "@jupyterlab/docregistry": "~4.2.0-beta.0", - "@jupyterlab/mainmenu": "~4.2.0-beta.0", - "@jupyterlab/rendermime": "~4.2.0-beta.0", - "@jupyterlab/settingregistry": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/apputils": "~4.3.0-beta.1", + "@jupyterlab/codeeditor": "~4.2.0-beta.1", + "@jupyterlab/console": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/docmanager": "~4.2.0-beta.1", + "@jupyterlab/docregistry": "~4.2.0-beta.1", + "@jupyterlab/mainmenu": "~4.2.0-beta.1", + "@jupyterlab/rendermime": "~4.2.0-beta.1", + "@jupyterlab/settingregistry": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/widgets": "^2.3.2" diff --git a/packages/application/package.json b/packages/application/package.json index f181400a21..334d168b1d 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -42,11 +42,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/docregistry": "~4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "~3.10.0-beta.0", - "@jupyterlab/ui-components": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/docregistry": "~4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "~3.10.0-beta.1", + "@jupyterlab/ui-components": "~4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", @@ -57,7 +57,7 @@ "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.12.1", - "@jupyterlab/testutils": "~4.2.0-beta.0", + "@jupyterlab/testutils": "~4.2.0-beta.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 c5c833c488..a30cf38d06 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/console": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/console": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", "@lumino/algorithm": "^2.0.1" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 86afb94eb1..3972ec8f5c 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -39,11 +39,11 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/docmanager": "~4.2.0-beta.0", - "@jupyterlab/docregistry": "~4.2.0-beta.0", - "@jupyterlab/services": "~7.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/docmanager": "~4.2.0-beta.1", + "@jupyterlab/docregistry": "~4.2.0-beta.1", + "@jupyterlab/services": "~7.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/signaling": "^2.1.2" }, diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index c32f009024..2b9722c3ca 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -39,8 +39,8 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/documentsearch": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/documentsearch": "~4.2.0-beta.1", "@lumino/widgets": "^2.3.2" }, "devDependencies": { diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 83d1054987..c5fb33bdc0 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -39,10 +39,10 @@ }, "dependencies": { "@jupyter-notebook/ui-components": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/apputils": "~4.3.0-beta.0", - "@jupyterlab/mainmenu": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/apputils": "~4.3.0-beta.1", + "@jupyterlab/mainmenu": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.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 99ecfd0f93..cb82edea77 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -44,18 +44,18 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/apputils": "~4.3.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/docregistry": "~4.2.0-beta.0", - "@jupyterlab/notebook": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", - "@jupyterlab/ui-components": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/apputils": "~4.3.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/docregistry": "~4.2.0-beta.1", + "@jupyterlab/notebook": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.1", + "@jupyterlab/ui-components": "~4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/disposable": "^2.1.2" }, "devDependencies": { - "@jupyterlab/builder": "~4.2.0-beta.0", + "@jupyterlab/builder": "~4.2.0-beta.1", "rimraf": "^3.0.2", "typescript": "~5.0.2" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 492daf821c..c0cbaa4a20 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -39,13 +39,13 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/apputils": "~4.3.0-beta.0", - "@jupyterlab/cells": "~4.2.0-beta.0", - "@jupyterlab/docmanager": "~4.2.0-beta.0", - "@jupyterlab/notebook": "~4.2.0-beta.0", - "@jupyterlab/settingregistry": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/apputils": "~4.3.0-beta.1", + "@jupyterlab/cells": "~4.2.0-beta.1", + "@jupyterlab/docmanager": "~4.2.0-beta.1", + "@jupyterlab/notebook": "~4.2.0-beta.1", + "@jupyterlab/settingregistry": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.1", "@lumino/polling": "^2.1.2", "@lumino/widgets": "^2.3.2", "react": "^18.2.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 4bd7f5adaf..db3d240efe 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/terminal": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/terminal": "~4.2.0-beta.1", "@lumino/algorithm": "^2.0.1" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 795f481cb1..e210c309d9 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -40,18 +40,18 @@ "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", "@jupyter-notebook/tree": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/apputils": "~4.3.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/docmanager": "~4.2.0-beta.0", - "@jupyterlab/filebrowser": "~4.2.0-beta.0", - "@jupyterlab/mainmenu": "~4.2.0-beta.0", - "@jupyterlab/services": "~7.2.0-beta.0", - "@jupyterlab/settingeditor": "~4.2.0-beta.0", - "@jupyterlab/settingregistry": "~4.2.0-beta.0", - "@jupyterlab/statedb": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", - "@jupyterlab/ui-components": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/apputils": "~4.3.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/docmanager": "~4.2.0-beta.1", + "@jupyterlab/filebrowser": "~4.2.0-beta.1", + "@jupyterlab/mainmenu": "~4.2.0-beta.1", + "@jupyterlab/services": "~7.2.0-beta.1", + "@jupyterlab/settingeditor": "~4.2.0-beta.1", + "@jupyterlab/settingregistry": "~4.2.0-beta.1", + "@jupyterlab/statedb": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.1", + "@jupyterlab/ui-components": "~4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/widgets": "^2.3.2" diff --git a/packages/tree/package.json b/packages/tree/package.json index 77f6f42a14..d8f1b75fd0 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -39,17 +39,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/apputils": "~4.3.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/docmanager": "~4.2.0-beta.0", - "@jupyterlab/filebrowser": "~4.2.0-beta.0", - "@jupyterlab/mainmenu": "~4.2.0-beta.0", - "@jupyterlab/services": "~7.2.0-beta.0", - "@jupyterlab/settingregistry": "~4.2.0-beta.0", - "@jupyterlab/statedb": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", - "@jupyterlab/ui-components": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/apputils": "~4.3.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/docmanager": "~4.2.0-beta.1", + "@jupyterlab/filebrowser": "~4.2.0-beta.1", + "@jupyterlab/mainmenu": "~4.2.0-beta.1", + "@jupyterlab/services": "~7.2.0-beta.1", + "@jupyterlab/settingregistry": "~4.2.0-beta.1", + "@jupyterlab/statedb": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.1", + "@jupyterlab/ui-components": "~4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 0459ebec6c..6b6ec30946 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.2.0-beta.0", + "@jupyterlab/ui-components": "~4.2.0-beta.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.2.0-beta.0", + "@jupyterlab/testutils": "~4.2.0-beta.1", "@types/jest": "^29.2.5", "babel-loader": "^8.0.6", "jest": "^29.3.1", diff --git a/pyproject.toml b/pyproject.toml index e94f221cab..0928bad0a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.2.0b0,<4.3"] +requires = ["hatchling>=1.11", "jupyterlab>=4.2.0b1,<4.3"] build-backend = "hatchling.build" [project] @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "jupyter_server>=2.4.0,<3", - "jupyterlab>=4.2.0b0,<4.3", + "jupyterlab>=4.2.0b1,<4.3", "jupyterlab_server>=2.22.1,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", @@ -175,7 +175,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit" [tool.jupyter-releaser.hooks] before-bump-version = [ - "python -m pip install -U \"jupyterlab>=4.2.0b0,<4.3\"", + "python -m pip install -U \"jupyterlab>=4.2.0b1,<4.3\"", "jlpm", "jlpm run build:utils", "python -m pip install hatch" diff --git a/yarn.lock b/yarn.lock index 9348b1a440..0d51ee3ed2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2061,54 +2061,54 @@ __metadata: "@jupyter-notebook/tree": ^7.2.0-alpha.0 "@jupyter-notebook/tree-extension": ^7.2.0-alpha.0 "@jupyter-notebook/ui-components": ^7.2.0-alpha.0 - "@jupyterlab/application-extension": ~4.2.0-beta.0 - "@jupyterlab/apputils-extension": ~4.2.0-beta.0 - "@jupyterlab/attachments": ~4.2.0-beta.0 - "@jupyterlab/builder": ~4.2.0-beta.0 - "@jupyterlab/buildutils": ~4.2.0-beta.0 - "@jupyterlab/cell-toolbar-extension": ~4.2.0-beta.0 - "@jupyterlab/celltags-extension": ~4.2.0-beta.0 - "@jupyterlab/codemirror": ~4.2.0-beta.0 - "@jupyterlab/codemirror-extension": ~4.2.0-beta.0 - "@jupyterlab/completer-extension": ~4.2.0-beta.0 - "@jupyterlab/console-extension": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/csvviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/debugger-extension": ~4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/documentsearch-extension": ~4.2.0-beta.0 - "@jupyterlab/extensionmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/filebrowser-extension": ~4.2.0-beta.0 - "@jupyterlab/fileeditor-extension": ~4.2.0-beta.0 - "@jupyterlab/help-extension": ~4.2.0-beta.0 - "@jupyterlab/htmlviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/hub-extension": ~4.2.0-beta.0 - "@jupyterlab/imageviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/javascript-extension": ~4.2.0-beta.0 - "@jupyterlab/json-extension": ~4.2.0-beta.0 - "@jupyterlab/lsp": ~4.2.0-beta.0 - "@jupyterlab/lsp-extension": ~4.2.0-beta.0 - "@jupyterlab/mainmenu-extension": ~4.2.0-beta.0 - "@jupyterlab/markdownviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/markedparser-extension": ~4.2.0-beta.0 - "@jupyterlab/mathjax-extension": ~4.2.0-beta.0 - "@jupyterlab/mermaid-extension": ~4.2.0-beta.0 - "@jupyterlab/metadataform-extension": ~4.2.0-beta.0 - "@jupyterlab/notebook-extension": ~4.2.0-beta.0 - "@jupyterlab/pdf-extension": ~4.2.0-beta.0 - "@jupyterlab/pluginmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/running-extension": ~4.2.0-beta.0 - "@jupyterlab/settingeditor": ~4.2.0-beta.0 - "@jupyterlab/settingeditor-extension": ~4.2.0-beta.0 - "@jupyterlab/shortcuts-extension": ~5.0.0-beta.0 - "@jupyterlab/terminal-extension": ~4.2.0-beta.0 - "@jupyterlab/theme-dark-extension": ~4.2.0-beta.0 - "@jupyterlab/theme-light-extension": ~4.2.0-beta.0 - "@jupyterlab/toc-extension": ~6.2.0-beta.0 - "@jupyterlab/tooltip-extension": ~4.2.0-beta.0 - "@jupyterlab/translation-extension": ~4.2.0-beta.0 - "@jupyterlab/ui-components-extension": ~4.2.0-beta.0 - "@jupyterlab/vega5-extension": ~4.2.0-beta.0 + "@jupyterlab/application-extension": ~4.2.0-beta.1 + "@jupyterlab/apputils-extension": ~4.2.0-beta.1 + "@jupyterlab/attachments": ~4.2.0-beta.1 + "@jupyterlab/builder": ~4.2.0-beta.1 + "@jupyterlab/buildutils": ~4.2.0-beta.1 + "@jupyterlab/cell-toolbar-extension": ~4.2.0-beta.1 + "@jupyterlab/celltags-extension": ~4.2.0-beta.1 + "@jupyterlab/codemirror": ~4.2.0-beta.1 + "@jupyterlab/codemirror-extension": ~4.2.0-beta.1 + "@jupyterlab/completer-extension": ~4.2.0-beta.1 + "@jupyterlab/console-extension": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/csvviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/debugger-extension": ~4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/documentsearch-extension": ~4.2.0-beta.1 + "@jupyterlab/extensionmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/filebrowser-extension": ~4.2.0-beta.1 + "@jupyterlab/fileeditor-extension": ~4.2.0-beta.1 + "@jupyterlab/help-extension": ~4.2.0-beta.1 + "@jupyterlab/htmlviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/hub-extension": ~4.2.0-beta.1 + "@jupyterlab/imageviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/javascript-extension": ~4.2.0-beta.1 + "@jupyterlab/json-extension": ~4.2.0-beta.1 + "@jupyterlab/lsp": ~4.2.0-beta.1 + "@jupyterlab/lsp-extension": ~4.2.0-beta.1 + "@jupyterlab/mainmenu-extension": ~4.2.0-beta.1 + "@jupyterlab/markdownviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/markedparser-extension": ~4.2.0-beta.1 + "@jupyterlab/mathjax-extension": ~4.2.0-beta.1 + "@jupyterlab/mermaid-extension": ~4.2.0-beta.1 + "@jupyterlab/metadataform-extension": ~4.2.0-beta.1 + "@jupyterlab/notebook-extension": ~4.2.0-beta.1 + "@jupyterlab/pdf-extension": ~4.2.0-beta.1 + "@jupyterlab/pluginmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/running-extension": ~4.2.0-beta.1 + "@jupyterlab/settingeditor": ~4.2.0-beta.1 + "@jupyterlab/settingeditor-extension": ~4.2.0-beta.1 + "@jupyterlab/shortcuts-extension": ~5.0.0-beta.1 + "@jupyterlab/terminal-extension": ~4.2.0-beta.1 + "@jupyterlab/theme-dark-extension": ~4.2.0-beta.1 + "@jupyterlab/theme-light-extension": ~4.2.0-beta.1 + "@jupyterlab/toc-extension": ~6.2.0-beta.1 + "@jupyterlab/tooltip-extension": ~4.2.0-beta.1 + "@jupyterlab/translation-extension": ~4.2.0-beta.1 + "@jupyterlab/ui-components-extension": ~4.2.0-beta.1 + "@jupyterlab/vega5-extension": ~4.2.0-beta.1 "@types/rimraf": ^3.0.2 css-loader: ~5.0.1 extra-watch-webpack-plugin: ^1.0.3 @@ -2137,17 +2137,17 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 "@jupyter-notebook/ui-components": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/apputils": ~4.3.0-beta.0 - "@jupyterlab/codeeditor": ~4.2.0-beta.0 - "@jupyterlab/console": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/docmanager": ~4.2.0-beta.0 - "@jupyterlab/docregistry": ~4.2.0-beta.0 - "@jupyterlab/mainmenu": ~4.2.0-beta.0 - "@jupyterlab/rendermime": ~4.2.0-beta.0 - "@jupyterlab/settingregistry": ~4.2.0-beta.0 - "@jupyterlab/translation": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/apputils": ~4.3.0-beta.1 + "@jupyterlab/codeeditor": ~4.2.0-beta.1 + "@jupyterlab/console": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/docmanager": ~4.2.0-beta.1 + "@jupyterlab/docregistry": ~4.2.0-beta.1 + "@jupyterlab/mainmenu": ~4.2.0-beta.1 + "@jupyterlab/rendermime": ~4.2.0-beta.1 + "@jupyterlab/settingregistry": ~4.2.0-beta.1 + "@jupyterlab/translation": ~4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -2162,12 +2162,12 @@ __metadata: dependencies: "@babel/core": ^7.11.6 "@babel/preset-env": ^7.12.1 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/docregistry": ~4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ~3.10.0-beta.0 - "@jupyterlab/testutils": ~4.2.0-beta.0 - "@jupyterlab/ui-components": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/docregistry": ~4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ~3.10.0-beta.1 + "@jupyterlab/testutils": ~4.2.0-beta.1 + "@jupyterlab/ui-components": ~4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -2186,7 +2186,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/buildutils@workspace:buildutils" dependencies: - "@jupyterlab/buildutils": ~4.2.0-beta.0 + "@jupyterlab/buildutils": ~4.2.0-beta.1 "@types/fs-extra": ^9.0.10 "@types/node": ^14.6.1 commander: ^6.2.0 @@ -2201,9 +2201,9 @@ __metadata: resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/console": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/console": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 "@lumino/algorithm": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2215,11 +2215,11 @@ __metadata: resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/docmanager": ~4.2.0-beta.0 - "@jupyterlab/docregistry": ~4.2.0-beta.0 - "@jupyterlab/services": ~7.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/docmanager": ~4.2.0-beta.1 + "@jupyterlab/docregistry": ~4.2.0-beta.1 + "@jupyterlab/services": ~7.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/signaling": ^2.1.2 rimraf: ^3.0.2 @@ -2232,8 +2232,8 @@ __metadata: resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/documentsearch": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/documentsearch": ~4.2.0-beta.1 "@lumino/widgets": ^2.3.2 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2245,10 +2245,10 @@ __metadata: resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: "@jupyter-notebook/ui-components": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/apputils": ~4.3.0-beta.0 - "@jupyterlab/mainmenu": ~4.2.0-beta.0 - "@jupyterlab/translation": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/apputils": ~4.3.0-beta.1 + "@jupyterlab/mainmenu": ~4.2.0-beta.1 + "@jupyterlab/translation": ~4.2.0-beta.1 react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^3.0.2 @@ -2261,14 +2261,14 @@ __metadata: resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/apputils": ~4.3.0-beta.0 - "@jupyterlab/builder": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/docregistry": ~4.2.0-beta.0 - "@jupyterlab/notebook": ~4.2.0-beta.0 - "@jupyterlab/translation": ~4.2.0-beta.0 - "@jupyterlab/ui-components": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/apputils": ~4.3.0-beta.1 + "@jupyterlab/builder": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/docregistry": ~4.2.0-beta.1 + "@jupyterlab/notebook": ~4.2.0-beta.1 + "@jupyterlab/translation": ~4.2.0-beta.1 + "@jupyterlab/ui-components": ~4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/disposable": ^2.1.2 rimraf: ^3.0.2 @@ -2301,13 +2301,13 @@ __metadata: resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/apputils": ~4.3.0-beta.0 - "@jupyterlab/cells": ~4.2.0-beta.0 - "@jupyterlab/docmanager": ~4.2.0-beta.0 - "@jupyterlab/notebook": ~4.2.0-beta.0 - "@jupyterlab/settingregistry": ~4.2.0-beta.0 - "@jupyterlab/translation": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/apputils": ~4.3.0-beta.1 + "@jupyterlab/cells": ~4.2.0-beta.1 + "@jupyterlab/docmanager": ~4.2.0-beta.1 + "@jupyterlab/notebook": ~4.2.0-beta.1 + "@jupyterlab/settingregistry": ~4.2.0-beta.1 + "@jupyterlab/translation": ~4.2.0-beta.1 "@lumino/polling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 @@ -2321,7 +2321,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/root@workspace:." dependencies: - "@jupyterlab/buildutils": ~4.2.0-beta.0 + "@jupyterlab/buildutils": ~4.2.0-beta.1 "@typescript-eslint/eslint-plugin": ^5.55.0 "@typescript-eslint/parser": ^5.55.0 eslint: ^8.36.0 @@ -2342,9 +2342,9 @@ __metadata: resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/terminal": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/terminal": ~4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2357,18 +2357,18 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 "@jupyter-notebook/tree": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/apputils": ~4.3.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/docmanager": ~4.2.0-beta.0 - "@jupyterlab/filebrowser": ~4.2.0-beta.0 - "@jupyterlab/mainmenu": ~4.2.0-beta.0 - "@jupyterlab/services": ~7.2.0-beta.0 - "@jupyterlab/settingeditor": ~4.2.0-beta.0 - "@jupyterlab/settingregistry": ~4.2.0-beta.0 - "@jupyterlab/statedb": ~4.2.0-beta.0 - "@jupyterlab/translation": ~4.2.0-beta.0 - "@jupyterlab/ui-components": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/apputils": ~4.3.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/docmanager": ~4.2.0-beta.1 + "@jupyterlab/filebrowser": ~4.2.0-beta.1 + "@jupyterlab/mainmenu": ~4.2.0-beta.1 + "@jupyterlab/services": ~7.2.0-beta.1 + "@jupyterlab/settingeditor": ~4.2.0-beta.1 + "@jupyterlab/settingregistry": ~4.2.0-beta.1 + "@jupyterlab/statedb": ~4.2.0-beta.1 + "@jupyterlab/translation": ~4.2.0-beta.1 + "@jupyterlab/ui-components": ~4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 @@ -2382,17 +2382,17 @@ __metadata: resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/apputils": ~4.3.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/docmanager": ~4.2.0-beta.0 - "@jupyterlab/filebrowser": ~4.2.0-beta.0 - "@jupyterlab/mainmenu": ~4.2.0-beta.0 - "@jupyterlab/services": ~7.2.0-beta.0 - "@jupyterlab/settingregistry": ~4.2.0-beta.0 - "@jupyterlab/statedb": ~4.2.0-beta.0 - "@jupyterlab/translation": ~4.2.0-beta.0 - "@jupyterlab/ui-components": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/apputils": ~4.3.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/docmanager": ~4.2.0-beta.1 + "@jupyterlab/filebrowser": ~4.2.0-beta.1 + "@jupyterlab/mainmenu": ~4.2.0-beta.1 + "@jupyterlab/services": ~7.2.0-beta.1 + "@jupyterlab/settingregistry": ~4.2.0-beta.1 + "@jupyterlab/statedb": ~4.2.0-beta.1 + "@jupyterlab/translation": ~4.2.0-beta.1 + "@jupyterlab/ui-components": ~4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2408,8 +2408,8 @@ __metadata: dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/testutils": ~4.2.0-beta.0 - "@jupyterlab/ui-components": ~4.2.0-beta.0 + "@jupyterlab/testutils": ~4.2.0-beta.1 + "@jupyterlab/ui-components": ~4.2.0-beta.1 "@types/jest": ^29.2.5 babel-loader: ^8.0.6 jest: ^29.3.1 @@ -2458,138 +2458,138 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/application-extension@npm:4.2.0-beta.0" +"@jupyterlab/application-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/application-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/property-inspector": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/property-inspector": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: c16573d5dd7e6cd153a9de50808ef2dcb3368d319055f90321486377898f050c302947dde207efef54f7c8706411c99ed06f28eacdf3f58c244de65f056f11e4 + checksum: 173e250464945a35cff8ed917f226b326f4bbc1f221d02abe30bb9db3c8376576a828e7c24f9b58b6efa39a935c79eccb47d6e63f371deb9df373dd43a8615be languageName: node linkType: hard -"@jupyterlab/application@npm:^4.2.0-beta.0, @jupyterlab/application@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/application@npm:4.2.0-beta.0" +"@jupyterlab/application@npm:^4.2.0-beta.1, @jupyterlab/application@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/application@npm:4.2.0-beta.1" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/application": ^2.3.0 - "@lumino/commands": ^2.2.0 + "@lumino/application": ^2.3.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: ed87af1b5bc7821ae9ef2ccce6c89121540b23c800b98bd3362e935d814edd4aaaa137b254ba33f03956e6abe5059c44414ef4b5e6ffbe6909be2f01ed1e3dc5 - languageName: node - linkType: hard - -"@jupyterlab/apputils-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/apputils-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@jupyterlab/workspaces": ^4.2.0-beta.0 + "@lumino/widgets": ^2.3.2 + checksum: dd41c9d8416867953961c0e6b4edec887bbfba0796f8bc49a7fdf0549b823c3468968bb26cecd2791adecae7ddcd1d854dceb2ea322b75f3a707d78b1d30c26f + languageName: node + linkType: hard + +"@jupyterlab/apputils-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/apputils-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@jupyterlab/workspaces": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/polling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: 7627b6f21c8d56f75010eb8d5c826be65eff2a68d3dbf7d4caadb32ed86bb3a06ef5b66200b33d67ea13700e132df365cb8886ec41d49cc6c2cc84e105f92a10 + checksum: c7e30e1b486a2ec9c4d417ba19c6dcbc70a25ea8c084db7bd6f518283b11ac4e0482ff6a93273860c5a7bd2fad3ffb34e67373acd4d7c7ddff97a1aa40134eee languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.3.0-beta.0, @jupyterlab/apputils@npm:~4.3.0-beta.0": - version: 4.3.0-beta.0 - resolution: "@jupyterlab/apputils@npm:4.3.0-beta.0" +"@jupyterlab/apputils@npm:^4.3.0-beta.1, @jupyterlab/apputils@npm:~4.3.0-beta.1": + version: 4.3.0-beta.1 + resolution: "@jupyterlab/apputils@npm:4.3.0-beta.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: 5e4ddf0194d714baf6fcdcb368473c7f92c945daf26cc76e0c78b586b56d61838e7124f2d66bf6d12d07d07c994c9316891bb7e6988c914ed049d6fe046d729a + checksum: d7c18a863edc6f6f1b11155bad21b8a619a49bbc435b03dffc7788cd1234cc92e13fa2275491ccc3c9d4ef2f4ee1467b68b852c413cea9cd66fd969c0668eb7c languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.2.0-beta.0, @jupyterlab/attachments@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/attachments@npm:4.2.0-beta.0" +"@jupyterlab/attachments@npm:^4.2.0-beta.1, @jupyterlab/attachments@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/attachments@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: a03030f8acd5cc08418a14ec900c26db44a860fb44ed3ad9a494c26ce1ea25c5764a511644f24a30a16993be65de8ecf70fe62b7674f706406c3915013887c07 + checksum: 4edce2da1dfd6bbe7b01b3710161f704c7f12326e5efd9dd10fd7c45054c0745cc0b7dc2f6e935c9ab9eedeae1311290447210b824ff64b95b60c0a49c4ada03 languageName: node linkType: hard -"@jupyterlab/builder@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/builder@npm:4.2.0-beta.0" +"@jupyterlab/builder@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/builder@npm:4.2.0-beta.1" dependencies: "@lumino/algorithm": ^2.0.1 - "@lumino/application": ^2.3.0 - "@lumino/commands": ^2.2.0 + "@lumino/application": ^2.3.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -2598,7 +2598,7 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 ajv: ^8.12.0 commander: ^9.4.1 css-loader: ^6.7.1 @@ -2620,13 +2620,13 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: ce4e948888fe7cb88cff3a3baac4e9aa726e5ca6f1758bd9b2610cf24473e607fa8a7e729c8020f57bc925e8441cf876c370d56070dcf7b71b6dbd3b7ba28fe6 + checksum: c66a6f6909302ea94179f430e789f5c0f1248b9ea5a7700b74d96335aefada199d5b4ae085f8f91cd88df0305b86c9dcaa7dba8ccd05ded23db937af7ccbf829 languageName: node linkType: hard -"@jupyterlab/buildutils@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/buildutils@npm:4.2.0-beta.0" +"@jupyterlab/buildutils@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/buildutils@npm:4.2.0-beta.1" dependencies: "@yarnpkg/core": ^4.0.3 "@yarnpkg/parsers": ^3.0.0 @@ -2653,65 +2653,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: 6f0f65e8d655ae73a0c6de8feae5c16758c71073f47aa3f4aa333a50bd20c22b1d4b9bf6e6211045a10a35ad7c1416b3930f147b2e3caf9b9eae2a1724794e93 + checksum: 70c4327701d6c2582016510996546486111d2d868b9c790775862ee5b191f90a557a4f630ec4eefba2a10aecbfa93260b668546717de73f35c9863a8fccc92e9 languageName: node linkType: hard -"@jupyterlab/cell-toolbar-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/cell-toolbar-extension@npm:4.2.0-beta.0" +"@jupyterlab/cell-toolbar-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/cell-toolbar-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cell-toolbar": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 1a6d9dcd348cbdca07bb24d73602117c8ee2da74e6a52778fa10d56166d224f038c7642bd3dd4b5cac2f59dab7bb4cb7fbcd47a08f2aa2ff069f8631da00d5a4 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cell-toolbar": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 38b9b6c67c5560027d6140f720c2faa40432b1de23df005bc2c5004fa9551aa9112a587f70eaf1a2112695829fbaf8fb5d468d6c40af6f095d61c5de6ece26d4 languageName: node linkType: hard -"@jupyterlab/cell-toolbar@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/cell-toolbar@npm:4.2.0-beta.0" +"@jupyterlab/cell-toolbar@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/cell-toolbar@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 3a0b30946f830f044ec0a9f5f21088621bb3b64d78cc7592aed611a4fef9803abd4d43e2509e147ce4ffd7f8b5017c10a73791f2aa3fcf98adf46168fc8b7084 + "@lumino/widgets": ^2.3.2 + checksum: d6bbc6237d5c6347878820783e270eb3d7a44ac84dbc6787cad22e094d01c8449d68cce39ae49bc52756eef3b7081b30a4248c202b7a437b2ea5298e433b32b3 languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.2.0-beta.0, @jupyterlab/cells@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/cells@npm:4.2.0-beta.0" +"@jupyterlab/cells@npm:^4.2.0-beta.1, @jupyterlab/cells@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/cells@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/attachments": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/attachments": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -2720,78 +2720,81 @@ __metadata: "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 6494625022e819e3ee56236123690e81c87a78c711b6f879e8309dfaa458c07429cfde229c5d4d5954daa26be85fa8cd4fcc63a467f238bc0eda80f0dd10e828 + checksum: 6c4dd6b79e9b6deec9052a6027ffdbf0f08438147569f1845c1e5cb406e52fd9a284a23b59810a37172f452271fd36539305408fab8597cac3211f4a6776043f languageName: node linkType: hard -"@jupyterlab/celltags-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/celltags-extension@npm:4.2.0-beta.0" +"@jupyterlab/celltags-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/celltags-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 147f4a734748019f7a33577799fc2dba6178e236e8abcbefb44677682f6860e297991d1f7df85ba50cc45a55f55b981aa9ce7e0366a5abd782026f640c1016db + checksum: 019797df5de455bf6f011dc1aa4c360e3cde24335ea44421734e17b07dc0521123b2cccaf31836cceeffa1e6ade8cddce47e2e6dcf36877a14eed84df2f31589 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.2.0-beta.0, @jupyterlab/codeeditor@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/codeeditor@npm:4.2.0-beta.0" +"@jupyterlab/codeeditor@npm:^4.2.0-beta.1, @jupyterlab/codeeditor@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/codeeditor@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: a597e0f370abbd8c4215af23725fba2181f81319ae907d82df019b38f4631bf702325d429a2118e47d8175a69328ab14f7c03d24058c3f281169a1ac5f6ec05d + checksum: 40fbc1ac09467418fc17b7465d13552b522325484a14698be62c87346359649370fd5dc4086da3d87f0b7f878e50c69f0b783858751a036a09faab7360a02623 languageName: node linkType: hard -"@jupyterlab/codemirror-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/codemirror-extension@npm:4.2.0-beta.0" +"@jupyterlab/codemirror-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/codemirror-extension@npm:4.2.0-beta.1" dependencies: + "@codemirror/commands": ^6.3.3 "@codemirror/lang-markdown": ^6.2.4 "@codemirror/language": ^6.10.1 "@codemirror/legacy-modes": ^6.3.3 + "@codemirror/search": ^6.5.6 + "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: 6f6ca68c72fcf93efe532f670ed20fb7d4de8dcd2ebab09758bd5f1f2e94d97a74f0625fbe65e0a3a69f738ef76e4f1e716bacb5faa772be73e046e18b90c5b3 + checksum: 8b1ff66d387050fd15fc16e409d50f336e83733e2ff5572ab94a94e73eb994f18185534cff2d85c0c08e502eda00232cfc31b4d6e4639e571152f877cf38fcc1 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.2.0-beta.0, @jupyterlab/codemirror@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/codemirror@npm:4.2.0-beta.0" +"@jupyterlab/codemirror@npm:^4.2.0-beta.1, @jupyterlab/codemirror@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/codemirror@npm:4.2.0-beta.1" dependencies: "@codemirror/autocomplete": ^6.15.0 "@codemirror/commands": ^6.3.3 @@ -2814,11 +2817,11 @@ __metadata: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -2827,110 +2830,110 @@ __metadata: "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 yjs: ^13.5.40 - checksum: e1fc630f7cfc3bb1a9a50d5ba42103211e1ee5b46f505358c29b52d11c77fc0c4847a69a718f4254bf8cc4f7340d53bb0c458ecd8f9c943953a89506e7fab015 + checksum: 6c69a4c0f530da02b8e91d0527a392f02c412eeecaf8d420c2b3f67a41d152d772f45b1a0d35a054a2b5e9fb0289fc710f0c7433f204682e8bab2153e891535e languageName: node linkType: hard -"@jupyterlab/completer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/completer-extension@npm:4.2.0-beta.0" +"@jupyterlab/completer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/completer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: f6e7f32e2b7e12ba7c8c4eaec52dc8401b6a13a1e2bb8cb6378b64dad649d87756948cc42da20874ea4e740ff76d6f5575b9552b22ab7fd3dce80857a9ba4559 + checksum: 805623d252b7a9b5bc85bad57f750bbd1817b19ae5fe0b6a4109d68602eba3d29ee666a421ffc8ac51f2043ebdc735940cdc5fc3892156f1dae27e58e5a40494 languageName: node linkType: hard -"@jupyterlab/completer@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/completer@npm:4.2.0-beta.0" +"@jupyterlab/completer@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/completer@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 2c45001e2720813cec344dfb2ad717f3bbd2028d09d01c82891092099f67872bd12d58d8dc37dd47169a2f3e24672957b80e2e558b68d40f04f5db58f881af90 - languageName: node - linkType: hard - -"@jupyterlab/console-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/console-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@lumino/widgets": ^2.3.2 + checksum: b01b84639ffb5c9db812c15349a5f696cc420cac5d9266337e9af500d88cd068ef9872588c7b98b0cc2ec74216039c1afdc5625a223b8b69fe965d03dabc5c71 + languageName: node + linkType: hard + +"@jupyterlab/console-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/console-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 - "@lumino/widgets": ^2.3.1 - checksum: 60dd131aa60850f14f9717ae3ebf202ecf14ce25139b00dc1ed2a4f6654b34e5670e35a88e61b2ae171e7d271ad418cfb7b0d3257a099b1a2cc892c0aa0cb1c3 + "@lumino/widgets": ^2.3.2 + checksum: f62a4c63fdc08f344bbb3b552d6a07b156186787f337f6d541d00afc59d41ac48e2aa7442d4b640a042fa4dd8bd7092ce9818b778e84ca56f58ccbd54873baa4 languageName: node linkType: hard -"@jupyterlab/console@npm:^4.2.0-beta.0, @jupyterlab/console@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/console@npm:4.2.0-beta.0" +"@jupyterlab/console@npm:^4.2.0-beta.1, @jupyterlab/console@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/console@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: b1ed3cae53faf3483c37cc8e0392e3eb4400089b32ef2006b8a45bf490882fb4b28a00df2dda59a44e3b6ebb6c666dad31b6fe28e82709fbfd7d7e6ab09ac744 + "@lumino/widgets": ^2.3.2 + checksum: 7d982e9d8f1eaa4df4a227bc29dd2a395b950a7af8e61fe53e62e20ad5cba14bf407eb2fdf3a8cad1c318d6fce6dfa763adf1197b32c8c489ac7a8e6b7e4297c languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.2.0-beta.0, @jupyterlab/coreutils@npm:~6.2.0-beta.0": - version: 6.2.0-beta.0 - resolution: "@jupyterlab/coreutils@npm:6.2.0-beta.0" +"@jupyterlab/coreutils@npm:^6.2.0-beta.1, @jupyterlab/coreutils@npm:~6.2.0-beta.1": + version: 6.2.0-beta.1 + resolution: "@jupyterlab/coreutils@npm:6.2.0-beta.1" dependencies: "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2938,145 +2941,145 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 1840968824affcad14dd012dd05ba2137c8167ea2db1cebfc006655a60bcf4edae73d49410e5b572fb5445a49e3cf1b510ceabb43f5ac8a831fbde9411d2035f + checksum: 42e0cf585ae4a9287c575e9b8bc1b355fceb84264bca536da3ee3d6f7b688b307b72815bdea07a7c2113021c73bdfb774501e8316e6f3b61e05592b8f9a8ffd2 languageName: node linkType: hard -"@jupyterlab/csvviewer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/csvviewer-extension@npm:4.2.0-beta.0" +"@jupyterlab/csvviewer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/csvviewer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/csvviewer": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@lumino/datagrid": ^2.3.0 - "@lumino/widgets": ^2.3.1 - checksum: 1faebb0a8db1d49d820aaee5d2d8937ab8e8e3f56a63a9b3c79cf981ce22a3d686ebc122b57d8bc8240af044334475a38507ef142bf8e6ffe7efbcb88b1771c7 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/csvviewer": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@lumino/datagrid": ^2.3.1 + "@lumino/widgets": ^2.3.2 + checksum: f45f47499a50f2a8df72ec2580457ba057861db1f285a82b20814ae0f309974cbef6f2925e28f9582f485e59741bee60ae8fcb237b5a84949eb6123e9e13da9a languageName: node linkType: hard -"@jupyterlab/csvviewer@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/csvviewer@npm:4.2.0-beta.0" +"@jupyterlab/csvviewer@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/csvviewer@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - "@lumino/datagrid": ^2.3.0 + "@lumino/datagrid": ^2.3.1 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 00efd5993ba48c5cf235015dcf4500ab319c12e8bd13299cb16b5bb51be0788a2975f931a5adf2ab79ca560885b322dc06812e65a20553bf709c384915c10d59 + "@lumino/widgets": ^2.3.2 + checksum: 7da1b8baceda98bcf8e46a3461d1dcfe534f4b9ae63c8f00ec566549825f7acb7fcf73abdb77eeb584f24af1db5b08433a85dbd281f9d94018335a8179986e5f languageName: node linkType: hard -"@jupyterlab/debugger-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/debugger-extension@npm:4.2.0-beta.0" +"@jupyterlab/debugger-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/debugger-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/debugger": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: a5205dc763d7df939e02fc38fbab6bf44424fef7aaa227ead4116abed081b4d8498cb80ef9debb2e38591ecb2f0758f8a9afa07cc7120d24682d9054b7c8578b + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/debugger": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 801134858a0556d06535f749ab566eed5bd30392409e274c74f82409b27fcd36016a1cdb1f3846134e98b287c82dd4705b997c67903eeddd2e937d767e147d5c languageName: node linkType: hard -"@jupyterlab/debugger@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/debugger@npm:4.2.0-beta.0" +"@jupyterlab/debugger@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/debugger@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 - "@lumino/datagrid": ^2.3.0 + "@lumino/datagrid": ^2.3.1 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: 2ee7adf8fa66605734e00ae1a1f31525e044a7c9a92374a7bcf6744dc92f206e81de78c193d993dc11982b0f7bfe24663ae230eaab47bdfcd97bd0ea20f4b1c2 + checksum: 5fa97c8708e140cae4ebbc68e6b5130a17ceb5dda6de762f20ad0439074b29322e76f8db4e9fbeb197345d88298591f8c4647dbe6263f29697ffedd993a2f3e9 languageName: node linkType: hard -"@jupyterlab/docmanager-extension@npm:^4.2.0-beta.0, @jupyterlab/docmanager-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/docmanager-extension@npm:4.2.0-beta.0" +"@jupyterlab/docmanager-extension@npm:^4.2.0-beta.1, @jupyterlab/docmanager-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/docmanager-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 56747585c7e8024b09aa787539f1fe744397b1eed2996d9b6a97747e9e87d36f99c81570d48223a40413bb17e671fd959a933d4c5a6327ecf903981eefc4859f + checksum: 0171373979e12994a4bee1273f7623b8c4d2da1bf63b56d58d6d8f88c7937ce007a43c84295292af3b961ac6c33cae40731479e994370eb411ba0fa41cb1375a languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.2.0-beta.0, @jupyterlab/docmanager@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/docmanager@npm:4.2.0-beta.0" +"@jupyterlab/docmanager@npm:^4.2.0-beta.1, @jupyterlab/docmanager@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/docmanager@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3084,141 +3087,141 @@ __metadata: "@lumino/polling": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: f519e9561e742f520abb8202755e761f12990ebca324324b3e3c94d5e3849f5ec3198fc3bea31fb03be4431647c021187380b5f053d481e94381e75e737140ea + checksum: ce22f5a9d3dac344b5f1992f831332d57bec6252b7d5471b6b15eeee130506ccbecc0d6ba61b1c42fbbfd980db5d3f0b04af41c07bcb1c749552c9157887dae1 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.2.0-beta.0, @jupyterlab/docregistry@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/docregistry@npm:4.2.0-beta.0" +"@jupyterlab/docregistry@npm:^4.2.0-beta.1, @jupyterlab/docregistry@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/docregistry@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 551883304d1612715d64fefd7559c63daec7e20d8fb408543163e7180e12c3cbb8a5fe47812bc0ae54806bedb2144dd95faa4fdf40700b44eb6154ac8a5a2398 + checksum: 97c3aa7abd1cc34304c47f76cb9b3c9b2eb368dc8f2afc1e7a80fad000036e1b80fae9f333de1ab2792c73ccdbdabb88a149cf9826c7168fd3e4dfc0272fa231 languageName: node linkType: hard -"@jupyterlab/documentsearch-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/documentsearch-extension@npm:4.2.0-beta.0" +"@jupyterlab/documentsearch-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/documentsearch-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 - "@lumino/widgets": ^2.3.1 - checksum: a85b345007ff47043abcac31d79c55867882c32301b36882cea48fb90e1ed9f9fd8cb2a3ac90fc670b65e31d70a670400f0b0801ddf148d23300b113cae735d2 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 + "@lumino/widgets": ^2.3.2 + checksum: 68f20f31aa74e8b1ffb81941b115bc01f281c78daaf0da0f7c6600f7f4c26d5b28930cf5003e98a72cdbb7ac2efbbb85b3270c8fa5935809ad6ef1a00eebc64b languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.2.0-beta.0, @jupyterlab/documentsearch@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/documentsearch@npm:4.2.0-beta.0" +"@jupyterlab/documentsearch@npm:^4.2.0-beta.1, @jupyterlab/documentsearch@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/documentsearch@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 8fbbf4c6539fff1749b0864fc1a68ba60e66e79a7931873bfb0b43716ea28ad081ad35a357b082a4256af582d80cf65efb6c892edd46ba96d3468c3ccb3ef63b + checksum: 1626a62c575de0e2d611eacc68e50967b1fbcea0432c939ab8e607de6a4e8027661f8148749ad24a1cea2808c7203724db276c229934c7ad9349192a673cf6a0 languageName: node linkType: hard -"@jupyterlab/extensionmanager-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/extensionmanager-extension@npm:4.2.0-beta.0" +"@jupyterlab/extensionmanager-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/extensionmanager-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/extensionmanager": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - checksum: 6e16af4a41efd8eab81054f7c8eca974483667f2c74ee84bfb767ab7b0845ae5cfd77c123095ce64341b64ddf3b80dab9c96545cd8abf9939c46f25154a1ac92 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/extensionmanager": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + checksum: a12b89435f7923bbd396f976a32860a5d9380f92a776938c79b3689c9f93fc2f2b9fd025b7b7bda33fc51b211ba6a525a12a57e1eb86e8fb48bb6c26ad1971a4 languageName: node linkType: hard -"@jupyterlab/extensionmanager@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/extensionmanager@npm:4.2.0-beta.0" +"@jupyterlab/extensionmanager@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/extensionmanager@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 react-paginate: ^6.3.2 semver: ^7.3.2 - checksum: 96e70e5b83c677dba1041c3636b0a38dc61508513bf9a5700701d610eca470c3ea87b4016e43c3c6586fe932e4abc08fbe0f3943bf7c4cf120e7fbaa7fc3e6e3 - languageName: node - linkType: hard - -"@jupyterlab/filebrowser-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/filebrowser-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + checksum: 4a54fcf7f506a6d43ca9ef1b5df1d656b8e6b26593e7d83cae14405b4a0335e2f8900339966a9e025a9e7fcbedc5bad60d31eba7d344bc5fbdb9e6a7002c4103 + languageName: node + linkType: hard + +"@jupyterlab/filebrowser-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/filebrowser-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 - "@lumino/widgets": ^2.3.1 - checksum: 08b8a5e1022a51477dc4f67cf143792f31339306f9b0b443fca7744a89d8fc7b385a63737b1bcbe88b7eb4236b09aad464e3288ff68c8d40dc1a223b93275ef0 + "@lumino/commands": ^2.3.0 + "@lumino/widgets": ^2.3.2 + checksum: 5b6deb40319ce76a3b627af749693bfb761708a308f8da33715f2c253046ba20aba103430b82fea19e77b5fdb128220eb4243e80db17fde0f69e0fc37ac7da9c languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.2.0-beta.0, @jupyterlab/filebrowser@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/filebrowser@npm:4.2.0-beta.0" +"@jupyterlab/filebrowser@npm:^4.2.0-beta.1, @jupyterlab/filebrowser@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/filebrowser@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3228,460 +3231,460 @@ __metadata: "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: fc8440f323593bad342bd50ddb36f3bead5dfd87240ca551826c5d1ecdb07142e5306a8b26d3ec4f976c0278d0204989a58dd88fccaafc33c5329da901026a00 + checksum: e85bae0f1f9f803ed4eb261c5e418f8752be5f2d00d35ed268ce00135b5fb99b55743d7cb8906777ca3c4bd5086b91eef55a283e926af6503711f83c3198807f languageName: node linkType: hard -"@jupyterlab/fileeditor-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/fileeditor-extension@npm:4.2.0-beta.0" +"@jupyterlab/fileeditor-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/fileeditor-extension@npm:4.2.0-beta.1" dependencies: "@codemirror/commands": ^6.3.3 "@codemirror/search": ^6.5.6 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 188fb462ccfe54f4cec244927537798fde280fd7500e673e6fe7d92c127a32a02596b51d4e63778c5e124fa11e9881895970b16ad9dcfb7573c1dd0e034ae465 + "@lumino/widgets": ^2.3.2 + checksum: b9cff2e66c6a1ad92e2ffaa395afcfa02ebf4ba104c56b73c598fc0eb875a2c8987ca8227236218a29f03465f9d5f71ef3dce427d158aa06dd93904ec0ab2da2 languageName: node linkType: hard -"@jupyterlab/fileeditor@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/fileeditor@npm:4.2.0-beta.0" +"@jupyterlab/fileeditor@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/fileeditor@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: 56e387e4234b3b9ad1f4e2e83f141c14b9201cea28e0580434e15b05ea0bc7c807223cb8c73af9f539675e38a7e23f4d6d480ad76ac5ffb08050f4181899dd92 + checksum: a132c9290a0cb0fa0320f03f35f5bf62d4d2fbb56d5034d04cf82d480e70c4347060bb2bfcf86122cd4ccbc62e0f873ab59b4e7d1e162e3171bf124449aba905 languageName: node linkType: hard -"@jupyterlab/help-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/help-extension@npm:4.2.0-beta.0" +"@jupyterlab/help-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/help-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 9536cdf30ddebb2a9cf8d3227b7efd326333a806f76788760d505bc365a1e92649b31587b0d1bbd16dd64fef85f4abcabef41961cc2c9fc9eee8cae2fe3f8e18 + checksum: e97c49634c3b4b21c6a07d5ee468db34d439d713fda1efc6cf581c4313a1b2877954f8cdf6a6c886a1920d36439d15a38815e11b985df7c5f9d6d07cc34f304d languageName: node linkType: hard -"@jupyterlab/htmlviewer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/htmlviewer-extension@npm:4.2.0-beta.0" +"@jupyterlab/htmlviewer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/htmlviewer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/htmlviewer": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - checksum: 2ab17a22960d622c0bcba2a1866b94a8109f85f64af23f94a2d1d9f8481c4815a0c102ce382972dd631d1ff0554dc63998b08f9e1e9efee1f8d3a9c6554d6664 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/htmlviewer": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + checksum: 26099565072917777479403491d42b5a2be570e8b96d14f4807281a257c4e72db47bedbf9f23a56dd7a410993604b5a7ab8ee7a2c9c0be2812e158d410d606ca languageName: node linkType: hard -"@jupyterlab/htmlviewer@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/htmlviewer@npm:4.2.0-beta.0" +"@jupyterlab/htmlviewer@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/htmlviewer@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 5e2b0557677114d61e41fd653b8a31438070316ee804673f81833fe18b19257162a941b47ec5ea09de25aec5eaedf6c1446733777468c8fb2943d93b7586b1d8 + checksum: 94a2fa3b6ea2d0f3918e9ce46b19e6e0456a6ab9fb804a2667c83a745558e3576a21ccd7668f550279b8c02e8442fe4e6f629c73c4467ce0d2275d1d388dcefa languageName: node linkType: hard -"@jupyterlab/hub-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/hub-extension@npm:4.2.0-beta.0" +"@jupyterlab/hub-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/hub-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 61c5b8586a533101025796c961be56deadd08d0c8dbd7976613f7fd7ba27b35fac7c81d4457d3e00b08abcc56382ef0f5084bdc022f69157812cc38fff8128dc + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: e37ffd16eb3a3f38ace24efb5fda0c85e260f9dff57ccdff6ac9b0a3da4fc2a3140b42f810b340a8b93bea6e0fc65730118634d78ce4699e750af9f18447cb0d languageName: node linkType: hard -"@jupyterlab/imageviewer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/imageviewer-extension@npm:4.2.0-beta.0" +"@jupyterlab/imageviewer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/imageviewer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/imageviewer": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: cb014d7952c962a91b79aae4f794eb1c74447f5a2c5fc266d3d8b3162106851eba26c9375f421a64654d1f1dab8a643814ea4ba4492ac8eb0d924e41e7673473 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/imageviewer": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: f88c9c121692223e3ecaf15e8aba7ae9de84f648f4d850de852f1358bf8769e50c5a54b60034bc16347f7770a3e6c9ac053ce6c9401a19981a3cc5c08f88a1c4 languageName: node linkType: hard -"@jupyterlab/imageviewer@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/imageviewer@npm:4.2.0-beta.0" +"@jupyterlab/imageviewer@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/imageviewer@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 - checksum: 06c870218c4f30a0a0954e64f71295fde161e13a768dd679240a59383f109ff79271900bfca26c8c5c89432bc997322f3b66e68aa013a6806ed28088696b3d1e + "@lumino/widgets": ^2.3.2 + checksum: f1911ee4180ba4c5e0ed455e9094d3ce18c3ab3bedc27cfe2ae277d4494d282f65b41534c918ed8e6f4b1b90dbbafe5d2d24c5d535b1136a9ea10380cbf05d8b languageName: node linkType: hard -"@jupyterlab/inspector@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/inspector@npm:4.2.0-beta.0" +"@jupyterlab/inspector@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/inspector@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: cf006e868fb9315e6a24db52f14c9c2701e79de4952a4b823345cec32b077785afcbb6ead2513944dcff2dc1be99e4241e1a76eab1054c0aeb5bf5c2d239935e + "@lumino/widgets": ^2.3.2 + checksum: c2aafe70c1ab65ff9c25e352aca80f92f2ab5b7024c54596d0f6793c4ea08003786bf7432b70e32a8cc041c59825498c96fb897bed3a199d4748b61fdfd689e5 languageName: node linkType: hard -"@jupyterlab/javascript-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/javascript-extension@npm:4.2.0-beta.0" +"@jupyterlab/javascript-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/javascript-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - checksum: 687f4ac201e4235d9af6aa7a68dc97e26834df1174ecf959fec9a9aaefb314a27e53e329f7fd13135db42b6e1e40338635e10167824a3cc3fb4b4ae8f16dfc58 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + checksum: e11e4210e8412f9e60d264eb2e6fff6dca863a63c985af2215863ad939b30e0e52337d4c74889386d761a7cd671e9302a6e4a8020ad4e4b8a1780b2d6332af19 languageName: node linkType: hard -"@jupyterlab/json-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/json-extension@npm:4.2.0-beta.0" +"@jupyterlab/json-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/json-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lezer/highlight": ^1.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 react-dom: ^18.2.0 react-highlight-words: ^0.20.0 react-json-tree: ^0.18.0 style-mod: ^4.0.0 - checksum: 7e488b359538ea5ac3bdb6167d0511c383d4711fbf4a1e102408927dab69f0a0177af318476f29b77bc7a9cb8215f2cf73f152b21c3fd93a51ce0b9708a2ce4e + checksum: 9517a5665a7113ce23f93ca85c4aceebd3157a8a01ff083b668114ece48b7165a000eb35caa9d369783a491893a34d7059241dd66889aaf5420865250f356c3b languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/launcher@npm:4.2.0-beta.0" +"@jupyterlab/launcher@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/launcher@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: c0482d09ac5e8fd7134f626c2e9e6efcd18b0a914e6614c838d04440f7e2a3f046ce411941e2a20a9b0f9aec1fdacc51c405f63affa02f442d8f3138afdf567d + checksum: 2d300afdfc63cd135264f71b2c29414a13bdd84b6cf9fd6d6e74340609d9580adc13f4b1b88b590499f0e6512ae29a4e91d045f850e2020d574cfc562b670418 languageName: node linkType: hard -"@jupyterlab/logconsole@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/logconsole@npm:4.2.0-beta.0" +"@jupyterlab/logconsole@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/logconsole@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 132f3a455e230f77a3055cd33e9a51a790f36f4d26b244ce8179afe10cc69a0d36187fd5824dc1ac77b2cc718306695a8fdaf06fceea9857ceb24bef2611a606 + "@lumino/widgets": ^2.3.2 + checksum: 92fccdec0d2a8caef241bb376295504732e6d994b6e78a352f2221913ccf1ac57e72c7bb521d638e4176cebe73549f672f9b2ab9c162283a8c4cd14a7a400af7 languageName: node linkType: hard -"@jupyterlab/lsp-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/lsp-extension@npm:4.2.0-beta.0" +"@jupyterlab/lsp-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/lsp-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: dc9661f297dd06b0e1270d4ef2f72894875a55c877d135433cb988cf47d1d6f976c23f2893a4d442ba1e9e557b8f6fbb891f8acefffd9e1ce15b6d60128321d8 + checksum: 3bbb9e6fc9f7b1f3c704ca6bd2a550b7045fe2ee725f564444358a9a8351740dacf86f10a3752ebc8b2a78d24db7541984a454999453f3b02037411c40d469f9 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.2.0-beta.0, @jupyterlab/lsp@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/lsp@npm:4.2.0-beta.0" +"@jupyterlab/lsp@npm:^4.2.0-beta.1, @jupyterlab/lsp@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/lsp@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 lodash.mergewith: ^4.6.1 vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: c54047c2fdf6b471c8730e04731a4b3db3e207ff4b15391bf6a0bbb7db3283220835f671ab1c432b12e9f6ab204a2bf6e740c48aea22e5d3556f565603a92c26 + checksum: 58027f550ace0b71c5dccfb3d69141264675d6a2ab726fe6e6a2b0567b36685fec93987e0e0279ec58797465b36c0bea9c5cd28bb0b00d4f4b975d67ec682f47 languageName: node linkType: hard -"@jupyterlab/mainmenu-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mainmenu-extension@npm:4.2.0-beta.0" +"@jupyterlab/mainmenu-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mainmenu-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 - checksum: 25e089708e15411a026626d29ee9e842ec378a4840b9457d4238da26182d8a565692166d93aced74aae81113ce5572eb55cfb6ca55006e141aed29c54d7f2f04 + "@lumino/widgets": ^2.3.2 + checksum: a4b837d8bb62c7d8b35344954c834f757a09663210ee26e3e1486ab74f3e1ae2902616b0f740ec9660b550df6945940746ef07903ee13c52f9a5fcb32309783d languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.2.0-beta.0, @jupyterlab/mainmenu@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mainmenu@npm:4.2.0-beta.0" +"@jupyterlab/mainmenu@npm:^4.2.0-beta.1, @jupyterlab/mainmenu@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mainmenu@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 7ef6346ba27a053f75259b1d614c72ea16edd7e100df62bca4ca3bbef8007b46c455b97da4a1ef3708f13f6f9f749ea7eec98f9a37d9b59c663cdfb6b4568290 + "@lumino/widgets": ^2.3.2 + checksum: 14f28a0091d5fce1a9d8e06a5d88e35da5a4361ff9150b7d940c290a75ceacf3ea5425561e9dc54c8538ba2daf63444e04c94fa127aad1ce3e40e18ff6e090e5 languageName: node linkType: hard -"@jupyterlab/markdownviewer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/markdownviewer-extension@npm:4.2.0-beta.0" +"@jupyterlab/markdownviewer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/markdownviewer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/markdownviewer": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 9ec1905c0ee9add70df4f6783b383478fb9a79cf2ebb9f8423bfb53c4d4a2010971c54e3797c5458d006282f1e052bc4c2df4df5c5d9381bc01263db0e132d91 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/markdownviewer": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: e894eb08ca00858d43ec3ec56685d99084ae0255812970aec13e354d6a73afe67f1ebb60e6f85268e5a8924003327ce3ee37ffbeae66e098ce054f4e0586a22f languageName: node linkType: hard -"@jupyterlab/markdownviewer@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/markdownviewer@npm:4.2.0-beta.0" +"@jupyterlab/markdownviewer@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/markdownviewer@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 7fd622defe3dae202e8bb6c710911c79f943761c211044342648f0f1aded2b28d82d168b21872abe8e1facc4575612157ca2386b4c8fce690b2f1b3a29b9a250 + "@lumino/widgets": ^2.3.2 + checksum: da35ec6ab823cfa33366fc8fa265d546d3fa41eca64016a6652e8be7c4d6e9a9f8ff6e9918ba07ef84e3d2c31462512727936e509420d869140cb0cc7c5bff71 languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/markedparser-extension@npm:4.2.0-beta.0" +"@jupyterlab/markedparser-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/markedparser-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/mermaid": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/mermaid": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 marked: ^9.1.2 marked-gfm-heading-id: ^3.1.0 marked-mangle: ^1.1.4 - checksum: bce93b6dbdc570d9e4986aac88955f53517ecce108402c7c74abbafa11c7731a21272b8635be6eaba36310ef7355fc70d785e0f74ed2a8ad11c209eec5f72792 + checksum: fa674e41e59d784dfbe9705667308c6800bb351c2ddc2be75ab595952d1fe688660bdff61d2fdd9d9d04463c56c61453448c72f47e20ddf2b29108635ba664a7 languageName: node linkType: hard -"@jupyterlab/mathjax-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mathjax-extension@npm:4.2.0-beta.0" +"@jupyterlab/mathjax-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mathjax-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 mathjax-full: ^3.2.2 - checksum: 219e3d8ade778adedc7daefa95a4e8c785c7c0f19585258ad41f4d4462475fec87f01d8db3a0984ec78367b3657723c72ef5bde4b86b6b5a729070c26a2fa56d + checksum: 2e40477da1ae915262b9156dec306ea01bb39d1e86a8ef9f701fb5e0e0486c208a3b1b3a5b1a875f77b08fbd07a53500001f9ff75bb79b7b45e719f98ba38708 languageName: node linkType: hard -"@jupyterlab/mermaid-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mermaid-extension@npm:4.2.0-beta.0" +"@jupyterlab/mermaid-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mermaid-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/mermaid": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 1ebbe2d8ace29e00a4d505783f7efdbca6dba8ad20b80774ddbc58c1072f1ec0bb7e0d53a0a92382687ba4ce1b09a2d4f505045e0be9257313d56ef9af6bbebd + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/mermaid": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: f96822217732be272f49ea669256fe764bf43e1468531aad18d691a001cbaa610daff23276699950452af3e3bc077b414ebcfda585f68a5226c081d4759a0893 languageName: node linkType: hard -"@jupyterlab/mermaid@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mermaid@npm:4.2.0-beta.0" +"@jupyterlab/mermaid@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mermaid@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 mermaid: ^10.7.0 - checksum: badb255e4d66b7f778bdfdda015341d758bcc65b3515aad7137a09c0cb740332bd88a6bc7c70e0ff3418cf8541adf3883e192de929235eb361c6edd438481a5f + checksum: e20ce3826deccd2dee019bf71ffa112a7a32235399ca4bfc57fc96da06798966ffdc5e84287f28e61b1f587e39ee105494b949ceb0f64482ab520fd39978ade4 languageName: node linkType: hard -"@jupyterlab/metadataform-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/metadataform-extension@npm:4.2.0-beta.0" +"@jupyterlab/metadataform-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/metadataform-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/metadataform": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/metadataform": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - checksum: 51417fc45b4e77d49eb56f82b31caf779a1e8ff2924ad4df9e41b683f5237ba610b26423c03979e0317b021a2d187b89c8e9f40f1411eeff98c7323bd6e0957e + checksum: 6b6ae27c30c77437c5bb5e29bfb7e779c08dcb68560a3e2f4fee17e5138bea337390f7e4d970ade9d564e689aa5292bbf15c5d8b83ca1407305d2b3270d2b5da languageName: node linkType: hard -"@jupyterlab/metadataform@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/metadataform@npm:4.2.0-beta.0" +"@jupyterlab/metadataform@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/metadataform@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/core": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: d297008e835315e71c0e45f4e60fb1f6852b78cacc1e48606e419175b806fb1441c4da305c1d68d434cca8999414ae54d83658abf4432b5f1142322e88e23a6c + checksum: e2c8b3eef2392d2e506698c97d10508fa224fe427de31637aba44c520cd8e2ca89335b45e63b2a6390b0b327a969fc7c6ee77a423b77b4c5ec63e25749f09855 languageName: node linkType: hard @@ -3694,84 +3697,84 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/nbformat@npm:4.2.0-beta.0" +"@jupyterlab/nbformat@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/nbformat@npm:4.2.0-beta.1" dependencies: "@lumino/coreutils": ^2.1.2 - checksum: 1f694dfd1acf910395ef6b493f189ba28eda957cad5b34dd908f006c924a02c4c477ce706fc7c6f2e4ce35e6c3fbecafd47f0ade294e3a717e003554819d3dc8 + checksum: ffde82984b645101607fd971fce95f21fc647a6cef4d9e078119445b885703010f69dd5c74499bc840a91a8c758a763635a05dd6257626e7bb95366c31bf1c8c languageName: node linkType: hard -"@jupyterlab/notebook-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/notebook-extension@npm:4.2.0-beta.0" +"@jupyterlab/notebook-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/notebook-extension@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/metadataform": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/property-inspector": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/metadataform": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/property-inspector": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: bf26a28f7e2b5e0a47efd6665b7a89202c917fa98df6c955be064f0fce54ce377b506b11d303ca86f48d44af476f88d0d1b8ada05770a1bd3108675f99c66774 + checksum: 0dca4b581d684fe141915be311450242e5cfd7789cf0790baa9bde285750f1a01256e451fad9a2463af4c2aad012b775b2b9963e5f7fbcdebefdbb764f376dca languageName: node linkType: hard -"@jupyterlab/notebook@npm:^4.2.0-beta.0, @jupyterlab/notebook@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/notebook@npm:4.2.0-beta.0" +"@jupyterlab/notebook@npm:^4.2.0-beta.1, @jupyterlab/notebook@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/notebook@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3782,255 +3785,255 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 5f55da67f095dfad580167a70ab7af700b7727ee76e678de56df1a064b35ffb9ee0353ae30ca3502d2cc021fb25c6c7172abdaed964cd83c4812b751ae16e659 + checksum: 5017bc8889b433cec794ce83ea80adbaea449ba4579a0e47b69b49af4ce5a7f4c38da8811a0b43da86cb6bbe6bfbb622c815a87ef98db7d9444a802c5f883ef3 languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.2.0-beta.0": - version: 5.2.0-beta.0 - resolution: "@jupyterlab/observables@npm:5.2.0-beta.0" +"@jupyterlab/observables@npm:^5.2.0-beta.1": + version: 5.2.0-beta.1 + resolution: "@jupyterlab/observables@npm:5.2.0-beta.1" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - checksum: 2d574a2477818d1d36da3d99c77d854e87d68c6f5b1159481a7c02291ed7c10ad0bb60f8c5b8006b661a06dd455a472312afeaac1b0524bd1120edec7255758b + checksum: 7bf93ae5ef6826559e724d68c7d69e2898ec4e44814ffd44add58dcdffd95a14eff27cab5e5ce7e2d066dea2971644e1266bb2a6dd251cacd493db468ebb964d languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/outputarea@npm:4.2.0-beta.0" +"@jupyterlab/outputarea@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/outputarea@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 739a579986ed2fb34c5033901b6130406c008ef6ab093b22fcf006fadbe7468e23b08dee91aa979b4f19cfff3658c8ecf649ce04f42efdf0d16be2876e33726c + "@lumino/widgets": ^2.3.2 + checksum: 4b25dd9c3c61915d643acd0225a42d58b3df9031f8ef842a4caa7f65cc6f9aaabcf2900f645416453bd5619296a2817baac36a2e816a773888111054623fa482 languageName: node linkType: hard -"@jupyterlab/pdf-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/pdf-extension@npm:4.2.0-beta.0" +"@jupyterlab/pdf-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/pdf-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: e907f2cf2deb6a8b4687c392a551477dfdb82f2d9f139bcb9a8cbe84cc2e005da8d1654a05a6d1be7fb3887b646c92cbc144d91f2144e56c16ead4d24782d918 + "@lumino/widgets": ^2.3.2 + checksum: 2e4e358a3ff1a19fe678e9fa8383994d4af67db9cd170e684c3165c77c7f1f98fb1628af634668237119e92250fa8ca5be2a4480640139135e788e6071cfae13 languageName: node linkType: hard -"@jupyterlab/pluginmanager-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/pluginmanager-extension@npm:4.2.0-beta.0" +"@jupyterlab/pluginmanager-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/pluginmanager-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/pluginmanager": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/pluginmanager": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - checksum: 3da26a9c32d3c49c1a1b7308377a5536079f33f2447b4529489859bac4fd8eb9170eede99335bb2590d39870ff88af318341670c7f53cd3cc1bce47d7c234c4f + checksum: 7c2c367f22b1c7646c5450ca551cad2b803df75cea6e45b773ca43bc753d92042d3b98a8fea9f300acd303d7f74cbcc4e8cc46034323f2faf0a80a088f297afd languageName: node linkType: hard -"@jupyterlab/pluginmanager@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/pluginmanager@npm:4.2.0-beta.0" +"@jupyterlab/pluginmanager@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/pluginmanager@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 2ad7e370b5196afdfdbc6b31d28ed50c407a73285b7912103a94d2bdbe54626ebc6bff7741650578e6df2155fbc60fdb4f62ae4a34f11b0e68181f6ed3741f1e + checksum: e1d1afb33af6eb4c00b410ca5f4a78a9932f993038874dfa6212790567aaebfabb4a5027fda0a2885043a1a011aef0f27b5c7fdd79111f7475145055afff207e languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/property-inspector@npm:4.2.0-beta.0" +"@jupyterlab/property-inspector@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/property-inspector@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 9447d2fb2c8c84ebc2120dc5ad9b3fb25e9bff929855e1a9fa1a58b141f998019a9f06bd49930470f439f4cfde7d5657814da1dcca23ffc2a4ae136c9ed5d4e4 + checksum: 6b04db5f1163cb368e0fe909bfca4be8107a200a20f068747da6dc4f09f564b2c7d3f454342858366f1e9d085687e747b328b805bd7709ca417afbf2b1d7f335 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.10.0-beta.0, @jupyterlab/rendermime-interfaces@npm:~3.10.0-beta.0": - version: 3.10.0-beta.0 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.10.0-beta.0" +"@jupyterlab/rendermime-interfaces@npm:^3.10.0-beta.1, @jupyterlab/rendermime-interfaces@npm:~3.10.0-beta.1": + version: 3.10.0-beta.1 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.10.0-beta.1" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.1.2 - "@lumino/widgets": ^1.37.2 || ^2.3.1 - checksum: d113ce93cd0aa065e98d451ce6dc66e60b5bc35b4fd618f11b111414ae2896f6f722c951db19377a0940054dc57529011f78e854f7159fd23b07306a6d5393b6 + "@lumino/widgets": ^1.37.2 || ^2.3.2 + checksum: 5cb38b801e1fc0af15a658d7a593238e0fd4d9a16fb389666be9a31be7877b318108c049357d899fcecaeea876cbaacbfc9cf2fac0ac143ad400080fa733c037 languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.2.0-beta.0, @jupyterlab/rendermime@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/rendermime@npm:4.2.0-beta.0" +"@jupyterlab/rendermime@npm:^4.2.0-beta.1, @jupyterlab/rendermime@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/rendermime@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 lodash.escape: ^4.0.1 - checksum: 1bd992be6983ad55a5a1a641d3a9752aae905a080d8e32c1e321064b347d53a8c04000bcefdf4901e05700efd3d5cfd7687a3a031f2e1906e94f9a140af68622 - languageName: node - linkType: hard - -"@jupyterlab/running-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/running-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + checksum: 4fdedb53986a01ad5b0dc4d079d2e59d6b5423d27fee6ed73d6263eeb605a43089aad30888f82e0a9ce89cc292866ae933aa2aa6331be88576620973396cd843 + languageName: node + linkType: hard + +"@jupyterlab/running-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/running-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 4d42185a36af0d4e994caa8fffa59b9a68735826833d443ece57dcd6961b19296dba7c632888b8bd36bd6fb974328c4436aeebeb93ca34e5f2c0e6e2e1cf0edc + checksum: 7450651854bb0d55cdc5c27feb391b8995dcac8990f0b4a507d1e51424ed4bed7558152323df521dbee1d92b81d18b2f44f39442a6982cef900c463a3cf5ebae languageName: node linkType: hard -"@jupyterlab/running@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/running@npm:4.2.0-beta.0" +"@jupyterlab/running@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/running@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: f8ede3fef4ff584cc4104f7d887c95c0135cfad7580ab5a5057c52d726bf27c0b627160c24ad8cc0090fd5543eb9388d31859569acd5cd1700ce103501c480ca + checksum: aac261f849fa30377ae357501c2d88b76c49cc1e56b54f4aff9263decadaa7e0b0d5d8f68707a83847c8cfa90b650455a518ee4b80fde7645d800126f52ae1e9 languageName: node linkType: hard -"@jupyterlab/services@npm:^7.2.0-beta.0, @jupyterlab/services@npm:~7.2.0-beta.0": - version: 7.2.0-beta.0 - resolution: "@jupyterlab/services@npm:7.2.0-beta.0" +"@jupyterlab/services@npm:^7.2.0-beta.1, @jupyterlab/services@npm:~7.2.0-beta.1": + version: 7.2.0-beta.1 + resolution: "@jupyterlab/services@npm:7.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 ws: ^8.11.0 - checksum: dc147badcc62aa60e720bbbd0e362affdcb4197303625f588d279d8c6983249ec247cc3b67e412aeb920f979bb2e21170709a0fdaba2db2a174d4bb02abb73b5 + checksum: 343e7eff897537a9b97c5e34a569a2cf82a50239b7c52260f84df88547de9aef406dc9bbec758ef5fc447cac2a1e6cca96632bf24deb923f2e4ed20fcf36405f languageName: node linkType: hard -"@jupyterlab/settingeditor-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/settingeditor-extension@npm:4.2.0-beta.0" +"@jupyterlab/settingeditor-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/settingeditor-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/pluginmanager": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingeditor": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/pluginmanager": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingeditor": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/disposable": ^2.1.2 - checksum: 30065ecf8ca797c914f5c84d6e7440acc05d251021ed91020cb1d274e8b03179392fb00e59c07aeab3cee0062288592f5afed0006dae8ed374d88c966b9a1be6 + checksum: 92bebc39f12a8bab8a53d5f25eeee49b2063778fc6ffdabe9e3449e91a2a0b4925127fe1eb3d724b02b8b974d3a6dadc02b370c6bdee797a89941aeb5a0e1b71 languageName: node linkType: hard -"@jupyterlab/settingeditor@npm:^4.2.0-beta.0, @jupyterlab/settingeditor@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/settingeditor@npm:4.2.0-beta.0" +"@jupyterlab/settingeditor@npm:^4.2.0-beta.1, @jupyterlab/settingeditor@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/settingeditor@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/inspector": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/inspector": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/core": ^5.13.4 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: 9b7ab7d34b832ea54b8de15c1e062ffef03a7adbed9b03efd2e2b98662e682083396bd9865b9a2c28c139dcd2f6bebcfad8b71efa77139055f6eca579f9b1503 + checksum: e4d1dac0a39a5ac48edd19c4ad54ced96ee33f18cadf6cd2ea14a1731e0139c7cef0f428eab9ab436cd5f19e55778f15afd3e217efaf1f413b5e5c2707b15ce5 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.2.0-beta.0, @jupyterlab/settingregistry@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/settingregistry@npm:4.2.0-beta.0" +"@jupyterlab/settingregistry@npm:^4.2.0-beta.1, @jupyterlab/settingregistry@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/settingregistry@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -4039,105 +4042,105 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: b9494cad507b4881cdaadfb076525773d8657ff803443a4e863fa90dc1d2ce6ea403f597e053dd354a4a4cb2b1b582657f5990ad65a83f57c31f52ca992a06df + checksum: 42008b70d3c42024ea72f024299bb740f197d02860119c4d679a928a2fdb0e79cb1f2f0a53256cff796e8f209bbf823af32252184804704c992299f66ed96a68 languageName: node linkType: hard -"@jupyterlab/shortcuts-extension@npm:~5.0.0-beta.0": - version: 5.0.0-beta.0 - resolution: "@jupyterlab/shortcuts-extension@npm:5.0.0-beta.0" +"@jupyterlab/shortcuts-extension@npm:~5.0.0-beta.1": + version: 5.0.0-beta.1 + resolution: "@jupyterlab/shortcuts-extension@npm:5.0.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/keyboard": ^2.0.1 "@lumino/signaling": ^2.1.2 react: ^18.2.0 - checksum: 35ee4a80346f9dc5feb58f5f5a0fb825a8abfad3e6c2b8b6dc81b100a896988b13ea6816a31479947381b744d5e3d40be3a90aa28fc13cb10d2e892b4bb9aeb7 + checksum: 32b17442f2e383e1962f6e15037a79d0da3a95376a6d87c086c39eb656a4a18e1a44a23b5bf7307900d4e612727dd72b994cf80ea99284cf77ba8a782874c686 languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.2.0-beta.0, @jupyterlab/statedb@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/statedb@npm:4.2.0-beta.0" +"@jupyterlab/statedb@npm:^4.2.0-beta.1, @jupyterlab/statedb@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/statedb@npm:4.2.0-beta.1" dependencies: - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - checksum: 92214ef54506207bfbb2bf373a3740b98a9ddcd3c41636b5e742814203749401e1caea5bd1948f03940c7c083636dc8c8904eec4cf66914dcc0f1bbade6c3387 + checksum: c6c4aa565fa55a70812b8374bb77ae8accdb9919d2e5f16eb6a3e0a5c1315ec7eebd562bc81afdbe958a4f9b9b23aeb852b26c0e9ed16c41174a5845583b5dee languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/statusbar@npm:4.2.0-beta.0" +"@jupyterlab/statusbar@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/statusbar@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 180ae4bb3114adc83340f439431f1e5e4e8e3759792b4a3f8fa339a26316f1da47f22f447adb1282b1478dbba2082e519ef835a7eb4a85074205d538da4aa4e2 + checksum: 9a5887e8b3834f6c76a93a5482043902478857f2033138894f904a89064b3722dba3f75ceb95fcdcf29e104979a9ea1adc244c8e510a604c8c52f3d5054e75c3 languageName: node linkType: hard -"@jupyterlab/terminal-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/terminal-extension@npm:4.2.0-beta.0" +"@jupyterlab/terminal-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/terminal-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/terminal": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/widgets": ^2.3.1 - checksum: 1e6d6e45ffb97ced826d6892abf8b99ac0c8d2b5692480366f28876aa49f8fe2efbc89e1665b900ea9de6eb17ed4976b78031fe86c635effe948707985b62551 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/terminal": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/widgets": ^2.3.2 + checksum: b8223cb654d9ac628a54210d962fca5f25fce3e45f429c5cb1cee51964d44a5304e83615b73bd7847522209576cce9c1e5e07bd0c62cb4e969b4f604b1862acf languageName: node linkType: hard -"@jupyterlab/terminal@npm:^4.2.0-beta.0, @jupyterlab/terminal@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/terminal@npm:4.2.0-beta.0" +"@jupyterlab/terminal@npm:^4.2.0-beta.1, @jupyterlab/terminal@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/terminal@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 - xterm: ~5.1.0 - xterm-addon-canvas: ~0.3.0 - xterm-addon-fit: ~0.7.0 - xterm-addon-web-links: ~0.8.0 - xterm-addon-webgl: ~0.14.0 - checksum: 6e3e170c9a3d2d54194a598f6a1183de92adf21052bec3b86f796e6169fe9e7d11e2fdb912320d375086928644bfe0d34cdd39900c08219e6683760cbb8f50cf + "@lumino/widgets": ^2.3.2 + "@xterm/addon-canvas": ~0.7.0 + "@xterm/addon-fit": ~0.10.0 + "@xterm/addon-web-links": ~0.11.0 + "@xterm/addon-webgl": ~0.18.0 + "@xterm/xterm": ~5.5.0 + checksum: e531fd471813764a5190f8779acf89594ceb2872167480a8d49870e1bdce1caaca39f94fa7b7055f90c2b663eea881c0ed01e928f16ad1b7eca955ccddbee736 languageName: node linkType: hard -"@jupyterlab/testing@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/testing@npm:4.2.0-beta.0" +"@jupyterlab/testing@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/testing@npm:4.2.0-beta.1" dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/coreutils": ^6.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 deepmerge: ^4.2.2 @@ -4150,164 +4153,164 @@ __metadata: ts-jest: ^29.1.0 peerDependencies: typescript: ">=4.3" - checksum: 85bc629a047cd15e2ed8cd06e89a3d4089c3ba48f21627f1339c186d0e0470741af00b1a88ea14f4b8b0501e7aae913669f0a14b1b1b3f8b6143b8578310dfde + checksum: 368c69d62c0b6be162ca62594f5cf0946c5b096c0bce366d9389e4a44841b0c6860e61405216d342a987ac0567102c80a209a991d3c251d800a5d23bbe2d629a languageName: node linkType: hard -"@jupyterlab/testutils@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/testutils@npm:4.2.0-beta.0" +"@jupyterlab/testutils@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/testutils@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - checksum: 1f1186f2b620a7e5b827bfb7fa0cfac8a4ab402e3059ae8c23954afe026a99d620d72f91de8e2c80b97d368b9fbd6ae65678b194fc674e962bccec329d260256 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + checksum: aca7b4477bd6d87086758d3ba4f896a83016ef52b56760675f4ba4c24cb2d290d8be98ac6c95a4d05df18a5fd03bf749674bf8f3a4a196636df890ac195a8b6c languageName: node linkType: hard -"@jupyterlab/theme-dark-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/theme-dark-extension@npm:4.2.0-beta.0" +"@jupyterlab/theme-dark-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/theme-dark-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: dcbb50f104df6bacd9de5d1182f5a7b3060a90ad4917aab9bbe6cbffc9bbaacf2aee8b18f7f6422203dc3eb55fa0c7c1933bac353b91ed15f9c3c18ad0073ddb + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 9a4ef6d0c13b7ba635c50f9bad7df4e85be625186faeb2bded7d84e0c53eed064b36512fcf30bcd7948902400190732d1c97d84f150a7d0243628f9bf7d5a94e languageName: node linkType: hard -"@jupyterlab/theme-light-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/theme-light-extension@npm:4.2.0-beta.0" +"@jupyterlab/theme-light-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/theme-light-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 819cfc33983444ed54694dd467d2e83cf5c3e082dc0501dcdccc32a7f429e8ba74dcb5d958fddfbb008f333f5a2272034208f97c6a68b5c361836a949439c891 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: dd667b797f9b656365e946e110daa16cab518729d9845953cc5016500958d1eb833f03b78b0156e0a83d3e81d0fdcd3edb6ccfaa3f7e6ec9be80141935170c38 languageName: node linkType: hard -"@jupyterlab/toc-extension@npm:~6.2.0-beta.0": - version: 6.2.0-beta.0 - resolution: "@jupyterlab/toc-extension@npm:6.2.0-beta.0" +"@jupyterlab/toc-extension@npm:~6.2.0-beta.1": + version: 6.2.0-beta.1 + resolution: "@jupyterlab/toc-extension@npm:6.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - checksum: 6735a919fa58fedb84ae0339128c6574dc23495ee5ad8b504ac010de1d4464437b84524aff7bc5b508260eb04c0ac37589088a012c6f347104155fea135a8d98 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + checksum: 6e5d6667f1ab141bf0d5bf8baf7f5450b5aa94059e1f178ddf1b4150d79617a98d9d5cd9b12ad375ae6fec320cc7c3f505cd0ace66d2d4304ce98b647961a0b8 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.2.0-beta.0": - version: 6.2.0-beta.0 - resolution: "@jupyterlab/toc@npm:6.2.0-beta.0" +"@jupyterlab/toc@npm:^6.2.0-beta.1": + version: 6.2.0-beta.1 + resolution: "@jupyterlab/toc@npm:6.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: da1c0bdba5794ea08f18892eb9ed9a54c6087874014bb47ebc39299892f742ff15bfcc3e3f56d1d57af04cec184232a852a9277bb7f32d9e9c2fb6a4ee55af0e + checksum: 19cd11d089bf8cae600028f26ea68c7bd46b71d8397d3e8d31f784363825b070b813321bb4731343dd32f10f8c068a80dd7797faa6870f1c4ccad3b49c0960b8 languageName: node linkType: hard -"@jupyterlab/tooltip-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/tooltip-extension@npm:4.2.0-beta.0" +"@jupyterlab/tooltip-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/tooltip-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/tooltip": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/tooltip": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 6156930e0a81908fe2a0578d458c97534cc08f9261393d9ac0e9e53be60ed04f14b7aaa7630e5a9df19e760fee9b65607dcbb11d482294dfc20332ac258ee9d9 + "@lumino/widgets": ^2.3.2 + checksum: 005158ff141c2a72aa75810f59e953b1608b324bc262146501ef906d32c5ad9a08c72ce92ee7a16a2f27919c40526c1efa512f06f60ed9110319ad11ab1adb14 languageName: node linkType: hard -"@jupyterlab/tooltip@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/tooltip@npm:4.2.0-beta.0" +"@jupyterlab/tooltip@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/tooltip@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 - checksum: 85be125dc37645f2d66b580d98f99e2d3db139ab16e1826ebcaf0a40799d16dcd7588d0326b9f85befd710a623a97d71aed9e5a93847c3254a31e2deafcb2c21 + "@lumino/widgets": ^2.3.2 + checksum: 56fa5b69e0413c3df21b9ffcb374dd60ec401b6c41212a82ae7a25ffadb16f0418a50bf14ad35172dedd94b8b2f35abab659857dc2f7012375fe53dbf0364bb7 languageName: node linkType: hard -"@jupyterlab/translation-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/translation-extension@npm:4.2.0-beta.0" +"@jupyterlab/translation-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/translation-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 40947926a11733673fa5a78fde6ee9282dff9df905289b5f60fd4745e294884a17192878de923fdc7738885f148f8d5cd43f6e4a584f8db819abcc85bc6f8088 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: b22ea3114573aee9a5ad599b80dfac68a0e773ed0e59652743b71aaf288b4980b95920804f0af9beea9acff15928e2bd5b4c396d29335fd6998beda7f2df2b67 languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.2.0-beta.0, @jupyterlab/translation@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/translation@npm:4.2.0-beta.0" +"@jupyterlab/translation@npm:^4.2.0-beta.1, @jupyterlab/translation@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/translation@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - checksum: d6005dc3cb0571a1e950bab2f7501eea0702b9a4f025f1ced5b34e5263da6a35cf5b8b72315287afc8c6893159120117f65373a5668f6135651aee8b25e55e5b + checksum: 4f5e0cd822e65193b9686829d18b50c4b6223d443250169b972c57d67d629e9c84b2b57185a60c2f1fdae1966e4477548f3c381ce3ada46e1df183e9cf0ff015 languageName: node linkType: hard -"@jupyterlab/ui-components-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/ui-components-extension@npm:4.2.0-beta.0" +"@jupyterlab/ui-components-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/ui-components-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - checksum: 35822016ed774e0392b4f1e756987f4d7eab16b6c32c6a1e2940c128125fc10f7b8939cb4a48a53ec3530f48f20e0ab68c108951fa39d0c9b651c213db8f310b + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + checksum: 77159723e5a93531d69a23d04a17f8cd6dbf8a5aa685cabf1ef4680cb43ad00b58d2bf5eb7c46e93f3eb213593d69957188518baad0425a438df8a102a3ce833 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.2.0-beta.0, @jupyterlab/ui-components@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/ui-components@npm:4.2.0-beta.0" +"@jupyterlab/ui-components@npm:^4.2.0-beta.1, @jupyterlab/ui-components@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/ui-components@npm:4.2.0-beta.1" dependencies: "@jupyter/react-components": ^0.15.2 "@jupyter/web-components": ^0.15.2 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -4315,7 +4318,7 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/core": ^5.13.4 "@rjsf/utils": ^5.13.4 react: ^18.2.0 @@ -4323,34 +4326,34 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: c05264d9d6a35245fd6cf3e3c58027c943a9d6cd3c767eda75d5699aeff2a6d97c3a2624e4a0aa556ccb91b1230d1e7009f371c36b443953495b05d56a95906f + checksum: 72512c2fa9df08c569a8595544624a2d9b4fdb6bda489db1f3afe005f998b8395ef258c0e17dfdd739173314f7f0de033b4e9d91131eb0c92e7d5dc92f300c9c languageName: node linkType: hard -"@jupyterlab/vega5-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/vega5-extension@npm:4.2.0-beta.0" +"@jupyterlab/vega5-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/vega5-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 vega: ^5.20.0 vega-embed: ^6.2.1 vega-lite: ^5.6.1-next.1 - checksum: 605c1611453c9d65ae2c35587fead02f428e9a07135e7830a226778e7e4f873fddd65238103ffe61a8eb6e8e67d47c437bb7d27623831deb2da72b49b302ee87 + checksum: b433e1ef3e33f78b3acd11cdb5390c665cf0071371877f1194de91a574da9f35f6cfb732afa5926b85d6cef4a2c9168433e2dfa19d0f1010270b1ed410b0d492 languageName: node linkType: hard -"@jupyterlab/workspaces@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/workspaces@npm:4.2.0-beta.0" +"@jupyterlab/workspaces@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/workspaces@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/services": ^7.2.0-beta.0 + "@jupyterlab/services": ^7.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: ba4b9153d46a9e1686e597ad551e549acefbd92d6bd7c79ba967e1eda9782bd291f16fcb08d861a4f4811784febf031a1dfff2c9bd32415ad2f63eab61431218 + checksum: 27e990d6e658db1ec7b796d05fafb3933a5095ea78970dffd3047168b23c0d14eb61ac44a30e9d372564fcdaa9bfc8da950d29006054491a5afe21a732bf4615 languageName: node linkType: hard @@ -4618,14 +4621,14 @@ __metadata: languageName: node linkType: hard -"@lumino/application@npm:^2.3.0": - version: 2.3.0 - resolution: "@lumino/application@npm:2.3.0" +"@lumino/application@npm:^2.3.1": + version: 2.3.1 + resolution: "@lumino/application@npm:2.3.1" dependencies: - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 9d1eb5bc972ed158bf219604a53bbac1262059bc5b0123d3e041974486b9cbb8288abeeec916f3b62f62d7c32e716cccf8b73e4832ae927e4f9dd4e4b0cd37ed + "@lumino/widgets": ^2.3.2 + checksum: c112789d99baf62e5c2cee98834bc3efb5027bbca1aac81f10ea8855c0cd2538ec0a7c56c3f5dd42dce244e6892ef5bf8ef356f97e1cd4c161b99eb2068c195c languageName: node linkType: hard @@ -4638,7 +4641,7 @@ __metadata: languageName: node linkType: hard -"@lumino/commands@npm:^2.2.0, @lumino/commands@npm:^2.3.0": +"@lumino/commands@npm:^2.3.0": version: 2.3.0 resolution: "@lumino/commands@npm:2.3.0" dependencies: @@ -4660,9 +4663,9 @@ __metadata: languageName: node linkType: hard -"@lumino/datagrid@npm:^2.3.0": - version: 2.3.0 - resolution: "@lumino/datagrid@npm:2.3.0" +"@lumino/datagrid@npm:^2.3.1": + version: 2.3.1 + resolution: "@lumino/datagrid@npm:2.3.1" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 @@ -4672,8 +4675,8 @@ __metadata: "@lumino/keyboard": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 906ecd8d02a4ccbd6d09384e181f809ef4c165ca7bbc2388b43276f28d0a7d2949093f8b1782f8e11c988640ffaaeca9fe889722a51ee424cad3314674658695 + "@lumino/widgets": ^2.3.2 + checksum: 5d9fa32f3eb4fac041f75276d5a03118b36257db79a29c5ccabe826d423f15473e60ea337d8148379e8906bf78850a923b149c8d2956089aa940eae419b00e60 languageName: node linkType: hard @@ -4757,7 +4760,7 @@ __metadata: languageName: node linkType: hard -"@lumino/widgets@npm:^1.37.2 || ^2.3.1, @lumino/widgets@npm:^2.3.1, @lumino/widgets@npm:^2.3.2": +"@lumino/widgets@npm:^1.37.2 || ^2.3.2, @lumino/widgets@npm:^2.3.2": version: 2.3.2 resolution: "@lumino/widgets@npm:2.3.2" dependencies: @@ -6408,6 +6411,49 @@ __metadata: languageName: node linkType: hard +"@xterm/addon-canvas@npm:~0.7.0": + version: 0.7.0 + resolution: "@xterm/addon-canvas@npm:0.7.0" + peerDependencies: + "@xterm/xterm": ^5.0.0 + checksum: 28b9965f34e01a9bbcc31651dee2d4a9380aad528039484cce372b856be820705b293c4b5091cee65208c3dfbf6f944f27ecc6c3b794df5a96036cbf6dba0d74 + languageName: node + linkType: hard + +"@xterm/addon-fit@npm:~0.10.0": + version: 0.10.0 + resolution: "@xterm/addon-fit@npm:0.10.0" + peerDependencies: + "@xterm/xterm": ^5.0.0 + checksum: 8edfad561c0d0316c5883cbe2ce56109f105a2b2bf53b71d5f8c788e656a3205c1093a659dddcf4025a459e4b7ff8e07b6c6a19815c8711deeded560de5f1893 + languageName: node + linkType: hard + +"@xterm/addon-web-links@npm:~0.11.0": + version: 0.11.0 + resolution: "@xterm/addon-web-links@npm:0.11.0" + peerDependencies: + "@xterm/xterm": ^5.0.0 + checksum: c1b36b649b8cddc613213eb9e835daf3106a8be359a19ccacca1f1d9ff883b59d478f166109ee017fa3994d224dcdd82976ad5d5a1221271ab8d3d5684eb141d + languageName: node + linkType: hard + +"@xterm/addon-webgl@npm:~0.18.0": + version: 0.18.0 + resolution: "@xterm/addon-webgl@npm:0.18.0" + peerDependencies: + "@xterm/xterm": ^5.0.0 + checksum: 942ecaa4e08423563a795a1a63fa79637e60d4e3aba1b5fa2f426e1d7b19c553e8c8f1cfad1258461f22e05362e791f642dc6aab7e8766e26d4d3876617d8320 + languageName: node + linkType: hard + +"@xterm/xterm@npm:~5.5.0": + version: 5.5.0 + resolution: "@xterm/xterm@npm:5.5.0" + checksum: 393c1891b95fdd50d05e7a063abdc95a6643d2c45a4231637c23db90511426a95b1b56a5c4c91831121d2710aee9de97cf5e426016c589ca87dea8fff9a41b33 + languageName: node + linkType: hard + "@xtuc/ieee754@npm:^1.2.0": version: 1.2.0 resolution: "@xtuc/ieee754@npm:1.2.0" @@ -19549,49 +19595,6 @@ __metadata: languageName: node linkType: hard -"xterm-addon-canvas@npm:~0.3.0": - version: 0.3.0 - resolution: "xterm-addon-canvas@npm:0.3.0" - peerDependencies: - xterm: ^5.0.0 - checksum: 21eabd28a2718e775399f27e21922ec4e22528576ae88278ef39c68239119e4576eecd59cf0f1c76dfcbea0f82b779f8dbaf4ce38e04e648844c33ac7632d333 - languageName: node - linkType: hard - -"xterm-addon-fit@npm:~0.7.0": - version: 0.7.0 - resolution: "xterm-addon-fit@npm:0.7.0" - peerDependencies: - xterm: ^5.0.0 - checksum: 512d41f80d6f9427ba02dab4e6fd642e94775a9cf7ef72ae4b55eab2a36856b5c67069bfc66b4af412fdce29a0842f9c6382af3672f0b514c4352dfd47defe8f - languageName: node - linkType: hard - -"xterm-addon-web-links@npm:~0.8.0": - version: 0.8.0 - resolution: "xterm-addon-web-links@npm:0.8.0" - peerDependencies: - xterm: ^5.0.0 - checksum: fe07572adfaa84ceeb961db3ae577aeb2342ea5dcd4948170d1b733ae8045693fab8808f9c63cc43a532b033ae95e63e62ac14bc2e34def764e68f6362ccae2b - languageName: node - linkType: hard - -"xterm-addon-webgl@npm:~0.14.0": - version: 0.14.0 - resolution: "xterm-addon-webgl@npm:0.14.0" - peerDependencies: - xterm: ^5.0.0 - checksum: 05f144c920660ad8122aa13564612b1ce71b92ba8f74b3387db3e39b616437659da36b7edf3aefe5900c59956cd6ca1272a0892248df751c8899a202befe019c - languageName: node - linkType: hard - -"xterm@npm:~5.1.0": - version: 5.1.0 - resolution: "xterm@npm:5.1.0" - checksum: cbacbc9dc1bbcf21dabecff46856b43f2d5854b42c1bec4ea03a5720000f2a88d79b0da45b6c38213d6607474a1fbe66d5ff25fa120b7e9e60eeed964dd840a1 - languageName: node - linkType: hard - "y-protocols@npm:^1.0.5": version: 1.0.6 resolution: "y-protocols@npm:1.0.6"