From ff2b822d066dc8d733a259f955177da4bd4d668c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 1 Jul 2024 11:14:48 +0200 Subject: [PATCH] Update to JupyterLab `4.3.0a1` (#7416) * Update to JupyterLab 4.3.0a1 * Update yarn.lock * Update to 4.3.0a1 * Update to Playwright 1.45.0 * Update snapshot --- .github/workflows/buildutils.yml | 4 +- .pre-commit-config.yaml | 2 +- app/package.json | 256 +- 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 +- ui-tests/package.json | 4 +- .../opened-menu-file-firefox-linux.png | Bin 8695 -> 30576 bytes ui-tests/yarn.lock | 770 +++--- yarn.lock | 2234 ++++++++--------- 22 files changed, 1740 insertions(+), 1688 deletions(-) diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 580d2af5ce..5db58093d3 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.3.0a0,<4.4" hatch + python -m pip install -U "jupyterlab>=4.3.0a1,<4.4" hatch jlpm jlpm run build @@ -79,6 +79,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.3.0a0,<4.4" pip + python -m pip install -U "jupyterlab>=4.3.0a1,<4.4" pip jlpm jlpm run build diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d51a0562d8..8184b2eb1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: files: "^notebook" stages: [manual] args: ["--install-types", "--non-interactive"] - additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.3.0a0,<4.4"] + additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.3.0a1,<4.4"] - repo: https://github.com/pre-commit/pygrep-hooks rev: 'v1.10.0' diff --git a/app/package.json b/app/package.json index 2006d62070..0c37e9f78b 100644 --- a/app/package.json +++ b/app/package.json @@ -11,7 +11,7 @@ }, "resolutions": { "@codemirror/state": "~6.4.1", - "@codemirror/view": "~6.26.3", + "@codemirror/view": "~6.28.3", "@jupyter-notebook/application": "~7.3.0-alpha.0", "@jupyter-notebook/application-extension": "~7.3.0-alpha.0", "@jupyter-notebook/console-extension": "~7.3.0-alpha.0", @@ -24,84 +24,84 @@ "@jupyter-notebook/tree-extension": "~7.3.0-alpha.0", "@jupyter-notebook/ui-components": "~7.3.0-alpha.0", "@jupyter/ydoc": "~2.0.1", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/application-extension": "~4.3.0-alpha.0", - "@jupyterlab/apputils": "~4.4.0-alpha.0", - "@jupyterlab/apputils-extension": "~4.3.0-alpha.0", - "@jupyterlab/attachments": "~4.3.0-alpha.0", - "@jupyterlab/cell-toolbar": "~4.3.0-alpha.0", - "@jupyterlab/cell-toolbar-extension": "~4.3.0-alpha.0", - "@jupyterlab/celltags-extension": "~4.3.0-alpha.0", - "@jupyterlab/codeeditor": "~4.3.0-alpha.0", - "@jupyterlab/codemirror": "~4.3.0-alpha.0", - "@jupyterlab/codemirror-extension": "~4.3.0-alpha.0", - "@jupyterlab/completer": "~4.3.0-alpha.0", - "@jupyterlab/completer-extension": "~4.3.0-alpha.0", - "@jupyterlab/console": "~4.3.0-alpha.0", - "@jupyterlab/console-extension": "~4.3.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/csvviewer-extension": "~4.3.0-alpha.0", - "@jupyterlab/debugger": "~4.3.0-alpha.0", - "@jupyterlab/debugger-extension": "~4.3.0-alpha.0", - "@jupyterlab/docmanager": "~4.3.0-alpha.0", - "@jupyterlab/docmanager-extension": "~4.3.0-alpha.0", - "@jupyterlab/documentsearch": "~4.3.0-alpha.0", - "@jupyterlab/documentsearch-extension": "~4.3.0-alpha.0", - "@jupyterlab/extensionmanager": "~4.3.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "~4.3.0-alpha.0", - "@jupyterlab/filebrowser": "~4.3.0-alpha.0", - "@jupyterlab/filebrowser-extension": "~4.3.0-alpha.0", - "@jupyterlab/fileeditor": "~4.3.0-alpha.0", - "@jupyterlab/fileeditor-extension": "~4.3.0-alpha.0", - "@jupyterlab/help-extension": "~4.3.0-alpha.0", - "@jupyterlab/htmlviewer": "~4.3.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "~4.3.0-alpha.0", - "@jupyterlab/hub-extension": "~4.3.0-alpha.0", - "@jupyterlab/imageviewer": "~4.3.0-alpha.0", - "@jupyterlab/imageviewer-extension": "~4.3.0-alpha.0", - "@jupyterlab/javascript-extension": "~4.3.0-alpha.0", - "@jupyterlab/json-extension": "~4.3.0-alpha.0", - "@jupyterlab/lsp": "~4.3.0-alpha.0", - "@jupyterlab/lsp-extension": "~4.3.0-alpha.0", - "@jupyterlab/mainmenu": "~4.3.0-alpha.0", - "@jupyterlab/mainmenu-extension": "~4.3.0-alpha.0", - "@jupyterlab/markdownviewer": "~4.3.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "~4.3.0-alpha.0", - "@jupyterlab/markedparser-extension": "~4.3.0-alpha.0", - "@jupyterlab/mathjax-extension": "~4.3.0-alpha.0", - "@jupyterlab/mermaid": "~4.3.0-alpha.0", - "@jupyterlab/mermaid-extension": "~4.3.0-alpha.0", - "@jupyterlab/metadataform": "~4.3.0-alpha.0", - "@jupyterlab/metadataform-extension": "~4.3.0-alpha.0", - "@jupyterlab/notebook": "~4.3.0-alpha.0", - "@jupyterlab/notebook-extension": "~4.3.0-alpha.0", - "@jupyterlab/observables": "~5.3.0-alpha.0", - "@jupyterlab/outputarea": "~4.3.0-alpha.0", - "@jupyterlab/pdf-extension": "~4.3.0-alpha.0", - "@jupyterlab/pluginmanager-extension": "~4.3.0-alpha.0", - "@jupyterlab/rendermime": "~4.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "~3.11.0-alpha.0", - "@jupyterlab/running-extension": "~4.3.0-alpha.0", - "@jupyterlab/services": "~7.3.0-alpha.0", - "@jupyterlab/settingeditor": "~4.3.0-alpha.0", - "@jupyterlab/settingeditor-extension": "~4.3.0-alpha.0", - "@jupyterlab/settingregistry": "~4.3.0-alpha.0", - "@jupyterlab/shortcuts-extension": "~5.1.0-alpha.0", - "@jupyterlab/statedb": "~4.3.0-alpha.0", - "@jupyterlab/statusbar": "~4.3.0-alpha.0", - "@jupyterlab/terminal": "~4.3.0-alpha.0", - "@jupyterlab/terminal-extension": "~4.3.0-alpha.0", - "@jupyterlab/theme-dark-extension": "~4.3.0-alpha.0", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "~4.3.0-alpha.0", - "@jupyterlab/toc-extension": "~6.3.0-alpha.0", - "@jupyterlab/tooltip": "~4.3.0-alpha.0", - "@jupyterlab/tooltip-extension": "~4.3.0-alpha.0", - "@jupyterlab/translation": "~4.3.0-alpha.0", - "@jupyterlab/translation-extension": "~4.3.0-alpha.0", - "@jupyterlab/ui-components": "~4.3.0-alpha.0", - "@jupyterlab/ui-components-extension": "~4.3.0-alpha.0", - "@jupyterlab/vega5-extension": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/application-extension": "~4.3.0-alpha.1", + "@jupyterlab/apputils": "~4.4.0-alpha.1", + "@jupyterlab/apputils-extension": "~4.3.0-alpha.1", + "@jupyterlab/attachments": "~4.3.0-alpha.1", + "@jupyterlab/cell-toolbar": "~4.3.0-alpha.1", + "@jupyterlab/cell-toolbar-extension": "~4.3.0-alpha.1", + "@jupyterlab/celltags-extension": "~4.3.0-alpha.1", + "@jupyterlab/codeeditor": "~4.3.0-alpha.1", + "@jupyterlab/codemirror": "~4.3.0-alpha.1", + "@jupyterlab/codemirror-extension": "~4.3.0-alpha.1", + "@jupyterlab/completer": "~4.3.0-alpha.1", + "@jupyterlab/completer-extension": "~4.3.0-alpha.1", + "@jupyterlab/console": "~4.3.0-alpha.1", + "@jupyterlab/console-extension": "~4.3.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/csvviewer-extension": "~4.3.0-alpha.1", + "@jupyterlab/debugger": "~4.3.0-alpha.1", + "@jupyterlab/debugger-extension": "~4.3.0-alpha.1", + "@jupyterlab/docmanager": "~4.3.0-alpha.1", + "@jupyterlab/docmanager-extension": "~4.3.0-alpha.1", + "@jupyterlab/documentsearch": "~4.3.0-alpha.1", + "@jupyterlab/documentsearch-extension": "~4.3.0-alpha.1", + "@jupyterlab/extensionmanager": "~4.3.0-alpha.1", + "@jupyterlab/extensionmanager-extension": "~4.3.0-alpha.1", + "@jupyterlab/filebrowser": "~4.3.0-alpha.1", + "@jupyterlab/filebrowser-extension": "~4.3.0-alpha.1", + "@jupyterlab/fileeditor": "~4.3.0-alpha.1", + "@jupyterlab/fileeditor-extension": "~4.3.0-alpha.1", + "@jupyterlab/help-extension": "~4.3.0-alpha.1", + "@jupyterlab/htmlviewer": "~4.3.0-alpha.1", + "@jupyterlab/htmlviewer-extension": "~4.3.0-alpha.1", + "@jupyterlab/hub-extension": "~4.3.0-alpha.1", + "@jupyterlab/imageviewer": "~4.3.0-alpha.1", + "@jupyterlab/imageviewer-extension": "~4.3.0-alpha.1", + "@jupyterlab/javascript-extension": "~4.3.0-alpha.1", + "@jupyterlab/json-extension": "~4.3.0-alpha.1", + "@jupyterlab/lsp": "~4.3.0-alpha.1", + "@jupyterlab/lsp-extension": "~4.3.0-alpha.1", + "@jupyterlab/mainmenu": "~4.3.0-alpha.1", + "@jupyterlab/mainmenu-extension": "~4.3.0-alpha.1", + "@jupyterlab/markdownviewer": "~4.3.0-alpha.1", + "@jupyterlab/markdownviewer-extension": "~4.3.0-alpha.1", + "@jupyterlab/markedparser-extension": "~4.3.0-alpha.1", + "@jupyterlab/mathjax-extension": "~4.3.0-alpha.1", + "@jupyterlab/mermaid": "~4.3.0-alpha.1", + "@jupyterlab/mermaid-extension": "~4.3.0-alpha.1", + "@jupyterlab/metadataform": "~4.3.0-alpha.1", + "@jupyterlab/metadataform-extension": "~4.3.0-alpha.1", + "@jupyterlab/notebook": "~4.3.0-alpha.1", + "@jupyterlab/notebook-extension": "~4.3.0-alpha.1", + "@jupyterlab/observables": "~5.3.0-alpha.1", + "@jupyterlab/outputarea": "~4.3.0-alpha.1", + "@jupyterlab/pdf-extension": "~4.3.0-alpha.1", + "@jupyterlab/pluginmanager-extension": "~4.3.0-alpha.1", + "@jupyterlab/rendermime": "~4.3.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "~3.11.0-alpha.1", + "@jupyterlab/running-extension": "~4.3.0-alpha.1", + "@jupyterlab/services": "~7.3.0-alpha.1", + "@jupyterlab/settingeditor": "~4.3.0-alpha.1", + "@jupyterlab/settingeditor-extension": "~4.3.0-alpha.1", + "@jupyterlab/settingregistry": "~4.3.0-alpha.1", + "@jupyterlab/shortcuts-extension": "~5.1.0-alpha.1", + "@jupyterlab/statedb": "~4.3.0-alpha.1", + "@jupyterlab/statusbar": "~4.3.0-alpha.1", + "@jupyterlab/terminal": "~4.3.0-alpha.1", + "@jupyterlab/terminal-extension": "~4.3.0-alpha.1", + "@jupyterlab/theme-dark-extension": "~4.3.0-alpha.1", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0-alpha.1", + "@jupyterlab/theme-light-extension": "~4.3.0-alpha.1", + "@jupyterlab/toc-extension": "~6.3.0-alpha.1", + "@jupyterlab/tooltip": "~4.3.0-alpha.1", + "@jupyterlab/tooltip-extension": "~4.3.0-alpha.1", + "@jupyterlab/translation": "~4.3.0-alpha.1", + "@jupyterlab/translation-extension": "~4.3.0-alpha.1", + "@jupyterlab/ui-components": "~4.3.0-alpha.1", + "@jupyterlab/ui-components-extension": "~4.3.0-alpha.1", + "@jupyterlab/vega5-extension": "~4.3.0-alpha.1", "@lezer/common": "~1.2.1", "@lezer/highlight": "~1.2.0", "@lumino/algorithm": "~2.0.1", @@ -132,60 +132,60 @@ "@jupyter-notebook/tree": "^7.3.0-alpha.0", "@jupyter-notebook/tree-extension": "^7.3.0-alpha.0", "@jupyter-notebook/ui-components": "^7.3.0-alpha.0", - "@jupyterlab/application-extension": "~4.3.0-alpha.0", - "@jupyterlab/apputils-extension": "~4.3.0-alpha.0", - "@jupyterlab/attachments": "~4.3.0-alpha.0", - "@jupyterlab/cell-toolbar-extension": "~4.3.0-alpha.0", - "@jupyterlab/celltags-extension": "~4.3.0-alpha.0", - "@jupyterlab/codemirror": "~4.3.0-alpha.0", - "@jupyterlab/codemirror-extension": "~4.3.0-alpha.0", - "@jupyterlab/completer-extension": "~4.3.0-alpha.0", - "@jupyterlab/console-extension": "~4.3.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/csvviewer-extension": "~4.3.0-alpha.0", - "@jupyterlab/debugger-extension": "~4.3.0-alpha.0", - "@jupyterlab/docmanager-extension": "~4.3.0-alpha.0", - "@jupyterlab/documentsearch-extension": "~4.3.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "~4.3.0-alpha.0", - "@jupyterlab/filebrowser-extension": "~4.3.0-alpha.0", - "@jupyterlab/fileeditor-extension": "~4.3.0-alpha.0", - "@jupyterlab/help-extension": "~4.3.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "~4.3.0-alpha.0", - "@jupyterlab/hub-extension": "~4.3.0-alpha.0", - "@jupyterlab/imageviewer-extension": "~4.3.0-alpha.0", - "@jupyterlab/javascript-extension": "~4.3.0-alpha.0", - "@jupyterlab/json-extension": "~4.3.0-alpha.0", - "@jupyterlab/lsp": "~4.3.0-alpha.0", - "@jupyterlab/lsp-extension": "~4.3.0-alpha.0", - "@jupyterlab/mainmenu-extension": "~4.3.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "~4.3.0-alpha.0", - "@jupyterlab/markedparser-extension": "~4.3.0-alpha.0", - "@jupyterlab/mathjax-extension": "~4.3.0-alpha.0", - "@jupyterlab/mermaid-extension": "~4.3.0-alpha.0", - "@jupyterlab/metadataform-extension": "~4.3.0-alpha.0", - "@jupyterlab/notebook-extension": "~4.3.0-alpha.0", - "@jupyterlab/pdf-extension": "~4.3.0-alpha.0", - "@jupyterlab/pluginmanager-extension": "~4.3.0-alpha.0", - "@jupyterlab/running-extension": "~4.3.0-alpha.0", - "@jupyterlab/settingeditor": "~4.3.0-alpha.0", - "@jupyterlab/settingeditor-extension": "~4.3.0-alpha.0", - "@jupyterlab/shortcuts-extension": "~5.1.0-alpha.0", - "@jupyterlab/terminal-extension": "~4.3.0-alpha.0", - "@jupyterlab/theme-dark-extension": "~4.3.0-alpha.0", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "~4.3.0-alpha.0", - "@jupyterlab/toc-extension": "~6.3.0-alpha.0", - "@jupyterlab/tooltip-extension": "~4.3.0-alpha.0", - "@jupyterlab/translation-extension": "~4.3.0-alpha.0", - "@jupyterlab/ui-components-extension": "~4.3.0-alpha.0", - "@jupyterlab/vega5-extension": "~4.3.0-alpha.0", + "@jupyterlab/application-extension": "~4.3.0-alpha.1", + "@jupyterlab/apputils-extension": "~4.3.0-alpha.1", + "@jupyterlab/attachments": "~4.3.0-alpha.1", + "@jupyterlab/cell-toolbar-extension": "~4.3.0-alpha.1", + "@jupyterlab/celltags-extension": "~4.3.0-alpha.1", + "@jupyterlab/codemirror": "~4.3.0-alpha.1", + "@jupyterlab/codemirror-extension": "~4.3.0-alpha.1", + "@jupyterlab/completer-extension": "~4.3.0-alpha.1", + "@jupyterlab/console-extension": "~4.3.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/csvviewer-extension": "~4.3.0-alpha.1", + "@jupyterlab/debugger-extension": "~4.3.0-alpha.1", + "@jupyterlab/docmanager-extension": "~4.3.0-alpha.1", + "@jupyterlab/documentsearch-extension": "~4.3.0-alpha.1", + "@jupyterlab/extensionmanager-extension": "~4.3.0-alpha.1", + "@jupyterlab/filebrowser-extension": "~4.3.0-alpha.1", + "@jupyterlab/fileeditor-extension": "~4.3.0-alpha.1", + "@jupyterlab/help-extension": "~4.3.0-alpha.1", + "@jupyterlab/htmlviewer-extension": "~4.3.0-alpha.1", + "@jupyterlab/hub-extension": "~4.3.0-alpha.1", + "@jupyterlab/imageviewer-extension": "~4.3.0-alpha.1", + "@jupyterlab/javascript-extension": "~4.3.0-alpha.1", + "@jupyterlab/json-extension": "~4.3.0-alpha.1", + "@jupyterlab/lsp": "~4.3.0-alpha.1", + "@jupyterlab/lsp-extension": "~4.3.0-alpha.1", + "@jupyterlab/mainmenu-extension": "~4.3.0-alpha.1", + "@jupyterlab/markdownviewer-extension": "~4.3.0-alpha.1", + "@jupyterlab/markedparser-extension": "~4.3.0-alpha.1", + "@jupyterlab/mathjax-extension": "~4.3.0-alpha.1", + "@jupyterlab/mermaid-extension": "~4.3.0-alpha.1", + "@jupyterlab/metadataform-extension": "~4.3.0-alpha.1", + "@jupyterlab/notebook-extension": "~4.3.0-alpha.1", + "@jupyterlab/pdf-extension": "~4.3.0-alpha.1", + "@jupyterlab/pluginmanager-extension": "~4.3.0-alpha.1", + "@jupyterlab/running-extension": "~4.3.0-alpha.1", + "@jupyterlab/settingeditor": "~4.3.0-alpha.1", + "@jupyterlab/settingeditor-extension": "~4.3.0-alpha.1", + "@jupyterlab/shortcuts-extension": "~5.1.0-alpha.1", + "@jupyterlab/terminal-extension": "~4.3.0-alpha.1", + "@jupyterlab/theme-dark-extension": "~4.3.0-alpha.1", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0-alpha.1", + "@jupyterlab/theme-light-extension": "~4.3.0-alpha.1", + "@jupyterlab/toc-extension": "~6.3.0-alpha.1", + "@jupyterlab/tooltip-extension": "~4.3.0-alpha.1", + "@jupyterlab/translation-extension": "~4.3.0-alpha.1", + "@jupyterlab/ui-components-extension": "~4.3.0-alpha.1", + "@jupyterlab/vega5-extension": "~4.3.0-alpha.1", "react": "^18.2.0", "react-dom": "^18.2.0", "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/builder": "~4.3.0-alpha.0", - "@jupyterlab/buildutils": "~4.3.0-alpha.0", + "@jupyterlab/builder": "~4.3.0-alpha.1", + "@jupyterlab/buildutils": "~4.3.0-alpha.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 520be8279c..68d5121387 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -29,7 +29,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "~4.3.0-alpha.0", + "@jupyterlab/buildutils": "~4.3.0-alpha.1", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~5.0.2" diff --git a/package.json b/package.json index 505ba5f4d1..1552ace375 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/buildutils": "~4.3.0-alpha.0", + "@jupyterlab/buildutils": "~4.3.0-alpha.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 3efe945bdb..64e57553ef 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -40,17 +40,17 @@ "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyter-notebook/ui-components": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/apputils": "~4.4.0-alpha.0", - "@jupyterlab/codeeditor": "~4.3.0-alpha.0", - "@jupyterlab/console": "~4.3.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/docmanager": "~4.3.0-alpha.0", - "@jupyterlab/docregistry": "~4.3.0-alpha.0", - "@jupyterlab/mainmenu": "~4.3.0-alpha.0", - "@jupyterlab/rendermime": "~4.3.0-alpha.0", - "@jupyterlab/settingregistry": "~4.3.0-alpha.0", - "@jupyterlab/translation": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/apputils": "~4.4.0-alpha.1", + "@jupyterlab/codeeditor": "~4.3.0-alpha.1", + "@jupyterlab/console": "~4.3.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/docmanager": "~4.3.0-alpha.1", + "@jupyterlab/docregistry": "~4.3.0-alpha.1", + "@jupyterlab/mainmenu": "~4.3.0-alpha.1", + "@jupyterlab/rendermime": "~4.3.0-alpha.1", + "@jupyterlab/settingregistry": "~4.3.0-alpha.1", + "@jupyterlab/translation": "~4.3.0-alpha.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 307cd3fa30..a2a88996e7 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -42,11 +42,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/docregistry": "~4.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "~3.11.0-alpha.0", - "@jupyterlab/ui-components": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/docregistry": "~4.3.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "~3.11.0-alpha.1", + "@jupyterlab/ui-components": "~4.3.0-alpha.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.3.0-alpha.0", + "@jupyterlab/testutils": "~4.3.0-alpha.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 a8795fce66..31974c3924 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/console": "~4.3.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/console": "~4.3.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", "@lumino/algorithm": "^2.0.1" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 983dcef621..41e71bc577 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -39,11 +39,11 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/docmanager": "~4.3.0-alpha.0", - "@jupyterlab/docregistry": "~4.3.0-alpha.0", - "@jupyterlab/services": "~7.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/docmanager": "~4.3.0-alpha.1", + "@jupyterlab/docregistry": "~4.3.0-alpha.1", + "@jupyterlab/services": "~7.3.0-alpha.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 bfb637f3b6..542317a1cb 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -39,8 +39,8 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/documentsearch": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/documentsearch": "~4.3.0-alpha.1", "@lumino/widgets": "^2.3.2" }, "devDependencies": { diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 9ce4e4f1fe..c10a353ce6 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -39,10 +39,10 @@ }, "dependencies": { "@jupyter-notebook/ui-components": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/apputils": "~4.4.0-alpha.0", - "@jupyterlab/mainmenu": "~4.3.0-alpha.0", - "@jupyterlab/translation": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/apputils": "~4.4.0-alpha.1", + "@jupyterlab/mainmenu": "~4.3.0-alpha.1", + "@jupyterlab/translation": "~4.3.0-alpha.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 290e8abea3..81f04a655d 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -44,18 +44,18 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/apputils": "~4.4.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/docregistry": "~4.3.0-alpha.0", - "@jupyterlab/notebook": "~4.3.0-alpha.0", - "@jupyterlab/translation": "~4.3.0-alpha.0", - "@jupyterlab/ui-components": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/apputils": "~4.4.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/docregistry": "~4.3.0-alpha.1", + "@jupyterlab/notebook": "~4.3.0-alpha.1", + "@jupyterlab/translation": "~4.3.0-alpha.1", + "@jupyterlab/ui-components": "~4.3.0-alpha.1", "@lumino/commands": "^2.3.0", "@lumino/disposable": "^2.1.2" }, "devDependencies": { - "@jupyterlab/builder": "~4.3.0-alpha.0", + "@jupyterlab/builder": "~4.3.0-alpha.1", "rimraf": "^3.0.2", "typescript": "~5.0.2" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index a6a61b7804..7ff2e7eadc 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -39,13 +39,13 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/apputils": "~4.4.0-alpha.0", - "@jupyterlab/cells": "~4.3.0-alpha.0", - "@jupyterlab/docmanager": "~4.3.0-alpha.0", - "@jupyterlab/notebook": "~4.3.0-alpha.0", - "@jupyterlab/settingregistry": "~4.3.0-alpha.0", - "@jupyterlab/translation": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/apputils": "~4.4.0-alpha.1", + "@jupyterlab/cells": "~4.3.0-alpha.1", + "@jupyterlab/docmanager": "~4.3.0-alpha.1", + "@jupyterlab/notebook": "~4.3.0-alpha.1", + "@jupyterlab/settingregistry": "~4.3.0-alpha.1", + "@jupyterlab/translation": "~4.3.0-alpha.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 36b5126afe..590ee5817d 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/terminal": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/terminal": "~4.3.0-alpha.1", "@lumino/algorithm": "^2.0.1" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 7d7b8e6493..6ae8aacb26 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -40,18 +40,18 @@ "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyter-notebook/tree": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/apputils": "~4.4.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/docmanager": "~4.3.0-alpha.0", - "@jupyterlab/filebrowser": "~4.3.0-alpha.0", - "@jupyterlab/mainmenu": "~4.3.0-alpha.0", - "@jupyterlab/services": "~7.3.0-alpha.0", - "@jupyterlab/settingeditor": "~4.3.0-alpha.0", - "@jupyterlab/settingregistry": "~4.3.0-alpha.0", - "@jupyterlab/statedb": "~4.3.0-alpha.0", - "@jupyterlab/translation": "~4.3.0-alpha.0", - "@jupyterlab/ui-components": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/apputils": "~4.4.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/docmanager": "~4.3.0-alpha.1", + "@jupyterlab/filebrowser": "~4.3.0-alpha.1", + "@jupyterlab/mainmenu": "~4.3.0-alpha.1", + "@jupyterlab/services": "~7.3.0-alpha.1", + "@jupyterlab/settingeditor": "~4.3.0-alpha.1", + "@jupyterlab/settingregistry": "~4.3.0-alpha.1", + "@jupyterlab/statedb": "~4.3.0-alpha.1", + "@jupyterlab/translation": "~4.3.0-alpha.1", + "@jupyterlab/ui-components": "~4.3.0-alpha.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 1c750090f3..a2ab092afe 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -39,17 +39,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-alpha.0", - "@jupyterlab/application": "~4.3.0-alpha.0", - "@jupyterlab/apputils": "~4.4.0-alpha.0", - "@jupyterlab/coreutils": "~6.3.0-alpha.0", - "@jupyterlab/docmanager": "~4.3.0-alpha.0", - "@jupyterlab/filebrowser": "~4.3.0-alpha.0", - "@jupyterlab/mainmenu": "~4.3.0-alpha.0", - "@jupyterlab/services": "~7.3.0-alpha.0", - "@jupyterlab/settingregistry": "~4.3.0-alpha.0", - "@jupyterlab/statedb": "~4.3.0-alpha.0", - "@jupyterlab/translation": "~4.3.0-alpha.0", - "@jupyterlab/ui-components": "~4.3.0-alpha.0", + "@jupyterlab/application": "~4.3.0-alpha.1", + "@jupyterlab/apputils": "~4.4.0-alpha.1", + "@jupyterlab/coreutils": "~6.3.0-alpha.1", + "@jupyterlab/docmanager": "~4.3.0-alpha.1", + "@jupyterlab/filebrowser": "~4.3.0-alpha.1", + "@jupyterlab/mainmenu": "~4.3.0-alpha.1", + "@jupyterlab/services": "~7.3.0-alpha.1", + "@jupyterlab/settingregistry": "~4.3.0-alpha.1", + "@jupyterlab/statedb": "~4.3.0-alpha.1", + "@jupyterlab/translation": "~4.3.0-alpha.1", + "@jupyterlab/ui-components": "~4.3.0-alpha.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 c9993f7b50..7ae34ad765 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -42,14 +42,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/ui-components": "~4.3.0-alpha.0", + "@jupyterlab/ui-components": "~4.3.0-alpha.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", - "@jupyterlab/testutils": "~4.3.0-alpha.0", + "@jupyterlab/testutils": "~4.3.0-alpha.1", "@types/jest": "^29.2.5", "babel-loader": "^8.0.6", "jest": "^29.3.1", diff --git a/pyproject.toml b/pyproject.toml index ba41996193..28922f56c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.3.0a0,<4.4"] +requires = ["hatchling>=1.11", "jupyterlab>=4.3.0a1,<4.4"] build-backend = "hatchling.build" [project] @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "jupyter_server>=2.4.0,<3", - "jupyterlab>=4.3.0a0,<4.4", + "jupyterlab>=4.3.0a1,<4.4", "jupyterlab_server>=2.27.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.3.0a0,<4.4\"", + "python -m pip install -U \"jupyterlab>=4.3.0a1,<4.4\"", "jlpm", "jlpm run build:utils", "python -m pip install hatch" diff --git a/ui-tests/package.json b/ui-tests/package.json index 50b089d05b..90ad513247 100644 --- a/ui-tests/package.json +++ b/ui-tests/package.json @@ -15,8 +15,8 @@ "test:update": "playwright test --update-snapshots" }, "dependencies": { - "@jupyterlab/galata": "~5.2.0", - "@playwright/test": "^1.44.0", + "@jupyterlab/galata": "~5.3.0-alpha.1", + "@playwright/test": "^1.45.0", "rimraf": "^3.0.2" } } diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-file-firefox-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-file-firefox-linux.png index e1516d0f0112f895d56bde460fb887d33e8362d6..22da35aa877d874424ced2783588a13ef9c4df2d 100644 GIT binary patch literal 30576 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 literal 8695 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" - checksum: fc60490e9e977e38b14b27a9e3896b47a28930a76a84888dd86180105b9ab6d1e68544f1184bdba72b4c5aa003cb13f10c8e5ca60685827fe6f893302483a109 + checksum: 50ec394e4e1406d4f2ca778c852c090be55b7005bde369db093c8c4b45290cec07f847858c21a5f6268c4f2cc30d6fab46d57faefcc6ec9e23dff80425a12c5c languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.2.0": - version: 4.2.0 - resolution: "@jupyterlab/statedb@npm:4.2.0" +"@jupyterlab/statedb@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/statedb@npm:4.3.0-alpha.1" dependencies: "@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: 69620478aa7bf452d7440b9433b6411edef537cd7d9f72f87f70bd6fc0c8fc50003d02ab8d9d4b0746383f98cb7035b093ce5e596e6560e3c35c5a0fe434dce4 + checksum: a64fa0f93fa47eb5855a104eca83326002cdd9b4fb9c33ddd7a33d9e29bb40ee9da3fe80e4efe236eed269dc29f93dcb874e3fd2d0a20a6801f81cde2fa2b7ef languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.2.0": - version: 4.2.0 - resolution: "@jupyterlab/statusbar@npm:4.2.0" +"@jupyterlab/statusbar@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/statusbar@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/ui-components": ^4.2.0 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -925,55 +977,55 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 1ab4bfab3d6b37f0ff93ffd8b747b90ec7e532c554c8203716931923bcd97c61ad1b34c07b9973517022f022879014b57614a27f7417996697a5c97cad814c3b + checksum: 071a688c4ee44f852e69180de9504fe236b1616842b70812957a014a9ed9d472767888e19ce2906c1de3eea8ed1c6489e3fffda60ef1e6997d316ccc54572d11 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.2.0": - version: 6.2.0 - resolution: "@jupyterlab/toc@npm:6.2.0" - dependencies: - "@jupyterlab/apputils": ^4.3.0 - "@jupyterlab/coreutils": ^6.2.0 - "@jupyterlab/docregistry": ^4.2.0 - "@jupyterlab/observables": ^5.2.0 - "@jupyterlab/rendermime": ^4.2.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0 - "@jupyterlab/translation": ^4.2.0 - "@jupyterlab/ui-components": ^4.2.0 +"@jupyterlab/toc@npm:^6.3.0-alpha.1": + version: 6.3.0-alpha.1 + resolution: "@jupyterlab/toc@npm:6.3.0-alpha.1" + dependencies: + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.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.2 react: ^18.2.0 - checksum: 68906012ba858d33587ce28e7a9785af4ff61cf119ed34bdfaceb48201ba56a941e2df0d722cb48f5ae2b541397fc7cea79509c388c762dccff20916d5dfdc2b + checksum: 52ea63e89ec44f5ebd8959476e78f4d1fbe1bc6df47a8cdea86f612ca6463406ae2077e010c221f5125c465d4040415ba8369f659ac7ff18024a8e9d52222bc0 languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.2.0": - version: 4.2.0 - resolution: "@jupyterlab/translation@npm:4.2.0" +"@jupyterlab/translation@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/translation@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0 - "@jupyterlab/services": ^7.2.0 - "@jupyterlab/statedb": ^4.2.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 - checksum: 0b2d4d3827946bf5b12db5e98356d15dc7721279bb791a46f2927b20b49b597fd717b0d24b84ae4c7b96540f99a0eed82ba0609c186675daf80b343df9792a21 + checksum: 951a5c9b507866243266644e1eb8b5f82e1035c9d9a13668b19f13bad3fcfe20f1003fcee70fdc4bb1b312e746ce6a2e59aced7680064680ca961bdee1a7cb60 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.2.0": - version: 4.2.0 - resolution: "@jupyterlab/ui-components@npm:4.2.0" +"@jupyterlab/ui-components@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/ui-components@npm:4.3.0-alpha.1" dependencies: "@jupyter/react-components": ^0.15.3 "@jupyter/web-components": ^0.15.3 - "@jupyterlab/coreutils": ^6.2.0 - "@jupyterlab/observables": ^5.2.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0 - "@jupyterlab/translation": ^4.2.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -991,7 +1043,7 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 9352c9d5d4df2671999a79bcc0434c50731bc78e89b5d94cfcf1e91f55fb14dbe4670576f49b8c53f9c7bb3995e72455c9062ad6953411c188c8bb85edee0a00 + checksum: 40e07969553cdc002045d106037f2d367ba2b84ba9e9b09adf5ecc409c8c4146fc484065852a120de282894823b2068fed7e470f0b2d2fcdcec438ff2915b002 languageName: node linkType: hard @@ -1093,7 +1145,7 @@ __metadata: languageName: node linkType: hard -"@lezer/markdown@npm:^1.0.0, @lezer/markdown@npm:^1.2.0": +"@lezer/markdown@npm:^1.0.0, @lezer/markdown@npm:^1.3.0": version: 1.3.0 resolution: "@lezer/markdown@npm:1.3.0" dependencies: @@ -1375,14 +1427,14 @@ __metadata: languageName: node linkType: hard -"@playwright/test@npm:^1.43.1, @playwright/test@npm:^1.44.0": - version: 1.44.0 - resolution: "@playwright/test@npm:1.44.0" +"@playwright/test@npm:^1.45.0": + version: 1.45.0 + resolution: "@playwright/test@npm:1.45.0" dependencies: - playwright: 1.44.0 + playwright: 1.45.0 bin: playwright: cli.js - checksum: 64cb12e26156e0530d16cec629d82c228db7a57fe29096a6961a18fc8b7fc5f35e28f8905af7039fad5d3af0224d38e93dba479760db2ce16a63c5e2fbe2990c + checksum: 55fb72f393b05f6684b5098e0681712f71e1fe25aa6a00bd636133f9ccc26d096d61ee30f569b83368e4bf6a1288d2f8f6fd5364da5d396eab180f89f61b7164 languageName: node linkType: hard @@ -3179,27 +3231,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.44.0": - version: 1.44.0 - resolution: "playwright-core@npm:1.44.0" +"playwright-core@npm:1.45.0": + version: 1.45.0 + resolution: "playwright-core@npm:1.45.0" bin: playwright-core: cli.js - checksum: 7bee257c830153578753a6dfb34b8216f8c552d750e24a0be6d3ba10baff013fb1320a1c3d487fbb0df9d1ce5d1f027ccf6e990d4514989da63691f177141ba4 + checksum: e81a55eeefa997fcb559527127c9cefbbabe81f196de486224e6c2a3a66852dab883379ff28a05b8008fb0ad4992840ad53c2415cee27e2d1778836210d9248e languageName: node linkType: hard -"playwright@npm:1.44.0": - version: 1.44.0 - resolution: "playwright@npm:1.44.0" +"playwright@npm:1.45.0": + version: 1.45.0 + resolution: "playwright@npm:1.45.0" dependencies: fsevents: 2.3.2 - playwright-core: 1.44.0 + playwright-core: 1.45.0 dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 22653ded652f436c1a837842009a175e8acb91ab340bb3deee87dbdb7205b439bd174f5f20591eb67f0171728c9f8f4bdfa3668a517da6bc7b45a4a79eabdbd5 + checksum: 2a5f827fdcc90f1ec0ea4d9e4f2021ae894df88d3c0577677a81f72a09d91fb15584346e63ec2f85bfc24f872976ff2a76cee6ca7d7f29a8cc3159ced4f25b50 languageName: node linkType: hard diff --git a/yarn.lock b/yarn.lock index 4373e4104b..0e4c99c5be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1388,8 +1388,8 @@ __metadata: linkType: hard "@codemirror/autocomplete@npm:^6.16.0": - version: 6.16.0 - resolution: "@codemirror/autocomplete@npm:6.16.0" + version: 6.16.3 + resolution: "@codemirror/autocomplete@npm:6.16.3" dependencies: "@codemirror/language": ^6.0.0 "@codemirror/state": ^6.0.0 @@ -1400,19 +1400,19 @@ __metadata: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.0.0 "@lezer/common": ^1.0.0 - checksum: e33d3d8c961c03dc4a70d1ac6f01aee5362d778da9d873a8335aed47f7de9430eab083589736e7922464b941d5da23c51ab6af05400413a8d1a07604ffcb99f7 + checksum: bd38808c9c143c61f2d4a4f8532a376614a511000e31dea1c7ea38240b707bd8b94a95141b592aeb62ee9ed39050af58a218926834c28e6867ab32c482ecd374 languageName: node linkType: hard "@codemirror/commands@npm:^6.5.0": - version: 6.5.0 - resolution: "@codemirror/commands@npm:6.5.0" + version: 6.6.0 + resolution: "@codemirror/commands@npm:6.6.0" dependencies: "@codemirror/language": ^6.0.0 "@codemirror/state": ^6.4.0 - "@codemirror/view": ^6.0.0 + "@codemirror/view": ^6.27.0 "@lezer/common": ^1.1.0 - checksum: 27e49c5e0cb918b95d6a9f741bcc0e72cb76f963b0c829308edfb4491a37d8b12ae6fb96f9f1886b3189a22c82fec4434fbe65547dc3cd3e8dfb5222dfead2e7 + checksum: 53bb29f11f4453b7409836c41a9c13c0a8cb300e05ecc4928217330cf6e6735b1e5fb7fb831a2b1b8636593d6f3da42d016196ee1c8bb424f9cb73d55b8cb884 languageName: node linkType: hard @@ -1560,8 +1560,8 @@ __metadata: linkType: hard "@codemirror/lang-sql@npm:^6.6.4": - version: 6.6.4 - resolution: "@codemirror/lang-sql@npm:6.6.4" + version: 6.7.0 + resolution: "@codemirror/lang-sql@npm:6.7.0" dependencies: "@codemirror/autocomplete": ^6.0.0 "@codemirror/language": ^6.0.0 @@ -1569,7 +1569,7 @@ __metadata: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 - checksum: ae7c498d08c118d8f1751c28d12c54f45cacd589f6adb56216d44eb14abc0e436dcefe675d50bd02a242426327384cbcafa8c35098aa63384570a33c4cf27038 + checksum: 54d39fa81deebb19501b5abd5d9da38edeafc607e890b9efb91cb4dd49324de3aa80ca1cc0c5c42a6de94662ac68135dcd976289598de48bef1baf0beb9ddab4 languageName: node linkType: hard @@ -1662,14 +1662,14 @@ __metadata: languageName: node linkType: hard -"@codemirror/view@npm:^6.26.3": - version: 6.26.3 - resolution: "@codemirror/view@npm:6.26.3" +"@codemirror/view@npm:^6.26.3, @codemirror/view@npm:^6.27.0": + version: 6.28.3 + resolution: "@codemirror/view@npm:6.28.3" dependencies: "@codemirror/state": ^6.4.0 style-mod: ^4.1.0 w3c-keyname: ^2.2.4 - checksum: fdee35fb5e0bbba7b6f1a9b43a865880911bbfafd30360da5dda21b35f81ba2d080ff66b6c3d94dbe946b6b7ec98a76208786360b8f030ef10bcb054b816de05 + checksum: 00aa8d1e3c18ae36dfedb1e86b21873f1f4694772274525ad91276a3b49185cbb5d113f0e36fb542e17c2727b7fbe322e9aedc99f23e358ee5b2e31cedca663b languageName: node linkType: hard @@ -2106,55 +2106,55 @@ __metadata: "@jupyter-notebook/tree": ^7.3.0-alpha.0 "@jupyter-notebook/tree-extension": ^7.3.0-alpha.0 "@jupyter-notebook/ui-components": ^7.3.0-alpha.0 - "@jupyterlab/application-extension": ~4.3.0-alpha.0 - "@jupyterlab/apputils-extension": ~4.3.0-alpha.0 - "@jupyterlab/attachments": ~4.3.0-alpha.0 - "@jupyterlab/builder": ~4.3.0-alpha.0 - "@jupyterlab/buildutils": ~4.3.0-alpha.0 - "@jupyterlab/cell-toolbar-extension": ~4.3.0-alpha.0 - "@jupyterlab/celltags-extension": ~4.3.0-alpha.0 - "@jupyterlab/codemirror": ~4.3.0-alpha.0 - "@jupyterlab/codemirror-extension": ~4.3.0-alpha.0 - "@jupyterlab/completer-extension": ~4.3.0-alpha.0 - "@jupyterlab/console-extension": ~4.3.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 - "@jupyterlab/csvviewer-extension": ~4.3.0-alpha.0 - "@jupyterlab/debugger-extension": ~4.3.0-alpha.0 - "@jupyterlab/docmanager-extension": ~4.3.0-alpha.0 - "@jupyterlab/documentsearch-extension": ~4.3.0-alpha.0 - "@jupyterlab/extensionmanager-extension": ~4.3.0-alpha.0 - "@jupyterlab/filebrowser-extension": ~4.3.0-alpha.0 - "@jupyterlab/fileeditor-extension": ~4.3.0-alpha.0 - "@jupyterlab/help-extension": ~4.3.0-alpha.0 - "@jupyterlab/htmlviewer-extension": ~4.3.0-alpha.0 - "@jupyterlab/hub-extension": ~4.3.0-alpha.0 - "@jupyterlab/imageviewer-extension": ~4.3.0-alpha.0 - "@jupyterlab/javascript-extension": ~4.3.0-alpha.0 - "@jupyterlab/json-extension": ~4.3.0-alpha.0 - "@jupyterlab/lsp": ~4.3.0-alpha.0 - "@jupyterlab/lsp-extension": ~4.3.0-alpha.0 - "@jupyterlab/mainmenu-extension": ~4.3.0-alpha.0 - "@jupyterlab/markdownviewer-extension": ~4.3.0-alpha.0 - "@jupyterlab/markedparser-extension": ~4.3.0-alpha.0 - "@jupyterlab/mathjax-extension": ~4.3.0-alpha.0 - "@jupyterlab/mermaid-extension": ~4.3.0-alpha.0 - "@jupyterlab/metadataform-extension": ~4.3.0-alpha.0 - "@jupyterlab/notebook-extension": ~4.3.0-alpha.0 - "@jupyterlab/pdf-extension": ~4.3.0-alpha.0 - "@jupyterlab/pluginmanager-extension": ~4.3.0-alpha.0 - "@jupyterlab/running-extension": ~4.3.0-alpha.0 - "@jupyterlab/settingeditor": ~4.3.0-alpha.0 - "@jupyterlab/settingeditor-extension": ~4.3.0-alpha.0 - "@jupyterlab/shortcuts-extension": ~5.1.0-alpha.0 - "@jupyterlab/terminal-extension": ~4.3.0-alpha.0 - "@jupyterlab/theme-dark-extension": ~4.3.0-alpha.0 - "@jupyterlab/theme-dark-high-contrast-extension": ~4.3.0-alpha.0 - "@jupyterlab/theme-light-extension": ~4.3.0-alpha.0 - "@jupyterlab/toc-extension": ~6.3.0-alpha.0 - "@jupyterlab/tooltip-extension": ~4.3.0-alpha.0 - "@jupyterlab/translation-extension": ~4.3.0-alpha.0 - "@jupyterlab/ui-components-extension": ~4.3.0-alpha.0 - "@jupyterlab/vega5-extension": ~4.3.0-alpha.0 + "@jupyterlab/application-extension": ~4.3.0-alpha.1 + "@jupyterlab/apputils-extension": ~4.3.0-alpha.1 + "@jupyterlab/attachments": ~4.3.0-alpha.1 + "@jupyterlab/builder": ~4.3.0-alpha.1 + "@jupyterlab/buildutils": ~4.3.0-alpha.1 + "@jupyterlab/cell-toolbar-extension": ~4.3.0-alpha.1 + "@jupyterlab/celltags-extension": ~4.3.0-alpha.1 + "@jupyterlab/codemirror": ~4.3.0-alpha.1 + "@jupyterlab/codemirror-extension": ~4.3.0-alpha.1 + "@jupyterlab/completer-extension": ~4.3.0-alpha.1 + "@jupyterlab/console-extension": ~4.3.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 + "@jupyterlab/csvviewer-extension": ~4.3.0-alpha.1 + "@jupyterlab/debugger-extension": ~4.3.0-alpha.1 + "@jupyterlab/docmanager-extension": ~4.3.0-alpha.1 + "@jupyterlab/documentsearch-extension": ~4.3.0-alpha.1 + "@jupyterlab/extensionmanager-extension": ~4.3.0-alpha.1 + "@jupyterlab/filebrowser-extension": ~4.3.0-alpha.1 + "@jupyterlab/fileeditor-extension": ~4.3.0-alpha.1 + "@jupyterlab/help-extension": ~4.3.0-alpha.1 + "@jupyterlab/htmlviewer-extension": ~4.3.0-alpha.1 + "@jupyterlab/hub-extension": ~4.3.0-alpha.1 + "@jupyterlab/imageviewer-extension": ~4.3.0-alpha.1 + "@jupyterlab/javascript-extension": ~4.3.0-alpha.1 + "@jupyterlab/json-extension": ~4.3.0-alpha.1 + "@jupyterlab/lsp": ~4.3.0-alpha.1 + "@jupyterlab/lsp-extension": ~4.3.0-alpha.1 + "@jupyterlab/mainmenu-extension": ~4.3.0-alpha.1 + "@jupyterlab/markdownviewer-extension": ~4.3.0-alpha.1 + "@jupyterlab/markedparser-extension": ~4.3.0-alpha.1 + "@jupyterlab/mathjax-extension": ~4.3.0-alpha.1 + "@jupyterlab/mermaid-extension": ~4.3.0-alpha.1 + "@jupyterlab/metadataform-extension": ~4.3.0-alpha.1 + "@jupyterlab/notebook-extension": ~4.3.0-alpha.1 + "@jupyterlab/pdf-extension": ~4.3.0-alpha.1 + "@jupyterlab/pluginmanager-extension": ~4.3.0-alpha.1 + "@jupyterlab/running-extension": ~4.3.0-alpha.1 + "@jupyterlab/settingeditor": ~4.3.0-alpha.1 + "@jupyterlab/settingeditor-extension": ~4.3.0-alpha.1 + "@jupyterlab/shortcuts-extension": ~5.1.0-alpha.1 + "@jupyterlab/terminal-extension": ~4.3.0-alpha.1 + "@jupyterlab/theme-dark-extension": ~4.3.0-alpha.1 + "@jupyterlab/theme-dark-high-contrast-extension": ~4.3.0-alpha.1 + "@jupyterlab/theme-light-extension": ~4.3.0-alpha.1 + "@jupyterlab/toc-extension": ~6.3.0-alpha.1 + "@jupyterlab/tooltip-extension": ~4.3.0-alpha.1 + "@jupyterlab/translation-extension": ~4.3.0-alpha.1 + "@jupyterlab/ui-components-extension": ~4.3.0-alpha.1 + "@jupyterlab/vega5-extension": ~4.3.0-alpha.1 "@types/rimraf": ^3.0.2 css-loader: ~5.0.1 extra-watch-webpack-plugin: ^1.0.3 @@ -2183,17 +2183,17 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyter-notebook/ui-components": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/apputils": ~4.4.0-alpha.0 - "@jupyterlab/codeeditor": ~4.3.0-alpha.0 - "@jupyterlab/console": ~4.3.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 - "@jupyterlab/docmanager": ~4.3.0-alpha.0 - "@jupyterlab/docregistry": ~4.3.0-alpha.0 - "@jupyterlab/mainmenu": ~4.3.0-alpha.0 - "@jupyterlab/rendermime": ~4.3.0-alpha.0 - "@jupyterlab/settingregistry": ~4.3.0-alpha.0 - "@jupyterlab/translation": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/apputils": ~4.4.0-alpha.1 + "@jupyterlab/codeeditor": ~4.3.0-alpha.1 + "@jupyterlab/console": ~4.3.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 + "@jupyterlab/docmanager": ~4.3.0-alpha.1 + "@jupyterlab/docregistry": ~4.3.0-alpha.1 + "@jupyterlab/mainmenu": ~4.3.0-alpha.1 + "@jupyterlab/rendermime": ~4.3.0-alpha.1 + "@jupyterlab/settingregistry": ~4.3.0-alpha.1 + "@jupyterlab/translation": ~4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -2208,12 +2208,12 @@ __metadata: dependencies: "@babel/core": ^7.11.6 "@babel/preset-env": ^7.12.1 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 - "@jupyterlab/docregistry": ~4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ~3.11.0-alpha.0 - "@jupyterlab/testutils": ~4.3.0-alpha.0 - "@jupyterlab/ui-components": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 + "@jupyterlab/docregistry": ~4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ~3.11.0-alpha.1 + "@jupyterlab/testutils": ~4.3.0-alpha.1 + "@jupyterlab/ui-components": ~4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -2232,7 +2232,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/buildutils@workspace:buildutils" dependencies: - "@jupyterlab/buildutils": ~4.3.0-alpha.0 + "@jupyterlab/buildutils": ~4.3.0-alpha.1 "@types/fs-extra": ^9.0.10 "@types/node": ^14.6.1 commander: ^6.2.0 @@ -2247,9 +2247,9 @@ __metadata: resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/console": ~4.3.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/console": ~4.3.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2261,11 +2261,11 @@ __metadata: resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 - "@jupyterlab/docmanager": ~4.3.0-alpha.0 - "@jupyterlab/docregistry": ~4.3.0-alpha.0 - "@jupyterlab/services": ~7.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 + "@jupyterlab/docmanager": ~4.3.0-alpha.1 + "@jupyterlab/docregistry": ~4.3.0-alpha.1 + "@jupyterlab/services": ~7.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/signaling": ^2.1.2 rimraf: ^3.0.2 @@ -2278,8 +2278,8 @@ __metadata: resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/documentsearch": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/documentsearch": ~4.3.0-alpha.1 "@lumino/widgets": ^2.3.2 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2291,10 +2291,10 @@ __metadata: resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: "@jupyter-notebook/ui-components": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/apputils": ~4.4.0-alpha.0 - "@jupyterlab/mainmenu": ~4.3.0-alpha.0 - "@jupyterlab/translation": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/apputils": ~4.4.0-alpha.1 + "@jupyterlab/mainmenu": ~4.3.0-alpha.1 + "@jupyterlab/translation": ~4.3.0-alpha.1 react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^3.0.2 @@ -2307,14 +2307,14 @@ __metadata: resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/apputils": ~4.4.0-alpha.0 - "@jupyterlab/builder": ~4.3.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 - "@jupyterlab/docregistry": ~4.3.0-alpha.0 - "@jupyterlab/notebook": ~4.3.0-alpha.0 - "@jupyterlab/translation": ~4.3.0-alpha.0 - "@jupyterlab/ui-components": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/apputils": ~4.4.0-alpha.1 + "@jupyterlab/builder": ~4.3.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 + "@jupyterlab/docregistry": ~4.3.0-alpha.1 + "@jupyterlab/notebook": ~4.3.0-alpha.1 + "@jupyterlab/translation": ~4.3.0-alpha.1 + "@jupyterlab/ui-components": ~4.3.0-alpha.1 "@lumino/commands": ^2.3.0 "@lumino/disposable": ^2.1.2 rimraf: ^3.0.2 @@ -2347,13 +2347,13 @@ __metadata: resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/apputils": ~4.4.0-alpha.0 - "@jupyterlab/cells": ~4.3.0-alpha.0 - "@jupyterlab/docmanager": ~4.3.0-alpha.0 - "@jupyterlab/notebook": ~4.3.0-alpha.0 - "@jupyterlab/settingregistry": ~4.3.0-alpha.0 - "@jupyterlab/translation": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/apputils": ~4.4.0-alpha.1 + "@jupyterlab/cells": ~4.3.0-alpha.1 + "@jupyterlab/docmanager": ~4.3.0-alpha.1 + "@jupyterlab/notebook": ~4.3.0-alpha.1 + "@jupyterlab/settingregistry": ~4.3.0-alpha.1 + "@jupyterlab/translation": ~4.3.0-alpha.1 "@lumino/polling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 @@ -2367,7 +2367,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/root@workspace:." dependencies: - "@jupyterlab/buildutils": ~4.3.0-alpha.0 + "@jupyterlab/buildutils": ~4.3.0-alpha.1 "@typescript-eslint/eslint-plugin": ^5.55.0 "@typescript-eslint/parser": ^5.55.0 eslint: ^8.36.0 @@ -2388,9 +2388,9 @@ __metadata: resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 - "@jupyterlab/terminal": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 + "@jupyterlab/terminal": ~4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2403,18 +2403,18 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyter-notebook/tree": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/apputils": ~4.4.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 - "@jupyterlab/docmanager": ~4.3.0-alpha.0 - "@jupyterlab/filebrowser": ~4.3.0-alpha.0 - "@jupyterlab/mainmenu": ~4.3.0-alpha.0 - "@jupyterlab/services": ~7.3.0-alpha.0 - "@jupyterlab/settingeditor": ~4.3.0-alpha.0 - "@jupyterlab/settingregistry": ~4.3.0-alpha.0 - "@jupyterlab/statedb": ~4.3.0-alpha.0 - "@jupyterlab/translation": ~4.3.0-alpha.0 - "@jupyterlab/ui-components": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/apputils": ~4.4.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 + "@jupyterlab/docmanager": ~4.3.0-alpha.1 + "@jupyterlab/filebrowser": ~4.3.0-alpha.1 + "@jupyterlab/mainmenu": ~4.3.0-alpha.1 + "@jupyterlab/services": ~7.3.0-alpha.1 + "@jupyterlab/settingeditor": ~4.3.0-alpha.1 + "@jupyterlab/settingregistry": ~4.3.0-alpha.1 + "@jupyterlab/statedb": ~4.3.0-alpha.1 + "@jupyterlab/translation": ~4.3.0-alpha.1 + "@jupyterlab/ui-components": ~4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 @@ -2428,17 +2428,17 @@ __metadata: resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: "@jupyter-notebook/application": ^7.3.0-alpha.0 - "@jupyterlab/application": ~4.3.0-alpha.0 - "@jupyterlab/apputils": ~4.4.0-alpha.0 - "@jupyterlab/coreutils": ~6.3.0-alpha.0 - "@jupyterlab/docmanager": ~4.3.0-alpha.0 - "@jupyterlab/filebrowser": ~4.3.0-alpha.0 - "@jupyterlab/mainmenu": ~4.3.0-alpha.0 - "@jupyterlab/services": ~7.3.0-alpha.0 - "@jupyterlab/settingregistry": ~4.3.0-alpha.0 - "@jupyterlab/statedb": ~4.3.0-alpha.0 - "@jupyterlab/translation": ~4.3.0-alpha.0 - "@jupyterlab/ui-components": ~4.3.0-alpha.0 + "@jupyterlab/application": ~4.3.0-alpha.1 + "@jupyterlab/apputils": ~4.4.0-alpha.1 + "@jupyterlab/coreutils": ~6.3.0-alpha.1 + "@jupyterlab/docmanager": ~4.3.0-alpha.1 + "@jupyterlab/filebrowser": ~4.3.0-alpha.1 + "@jupyterlab/mainmenu": ~4.3.0-alpha.1 + "@jupyterlab/services": ~7.3.0-alpha.1 + "@jupyterlab/settingregistry": ~4.3.0-alpha.1 + "@jupyterlab/statedb": ~4.3.0-alpha.1 + "@jupyterlab/translation": ~4.3.0-alpha.1 + "@jupyterlab/ui-components": ~4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2454,8 +2454,8 @@ __metadata: dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/testutils": ~4.3.0-alpha.0 - "@jupyterlab/ui-components": ~4.3.0-alpha.0 + "@jupyterlab/testutils": ~4.3.0-alpha.1 + "@jupyterlab/ui-components": ~4.3.0-alpha.1 "@types/jest": ^29.2.5 babel-loader: ^8.0.6 jest: ^29.3.1 @@ -2504,43 +2504,43 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/application-extension@npm:4.3.0-alpha.0" +"@jupyterlab/application-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/application-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/property-inspector": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/property-inspector": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: f1daa1c0fcd1a9427241e6fd4bd34b4cb0c005fb1d3f4da40a74aed95b659d5a1341b9a1113a1f346b02ff8c2d32bbf4cad7d373a7f97eb8ff92af0530ed11da + checksum: 5b4962e08decebbd141ed73006715d9cdac7e11989d9ea2abec0b4aa7c2431d1102611912d1744b97f84345ad987ee11c0bccac412c5055031af301f29e32c63 languageName: node linkType: hard -"@jupyterlab/application@npm:^4.3.0-alpha.0, @jupyterlab/application@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/application@npm:4.3.0-alpha.0" +"@jupyterlab/application@npm:^4.3.0-alpha.1, @jupyterlab/application@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/application@npm:4.3.0-alpha.1" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.1 "@lumino/commands": ^2.3.0 @@ -2551,27 +2551,27 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 69408b8d09d0fc68b333c033b7519704f14af7ac0233eda63f7b1a2424318ce9f9acf7dc2d80979838bc0a9faed1f2b7ad541600d042d569ee0d313841dcbaa8 - languageName: node - linkType: hard - -"@jupyterlab/apputils-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/apputils-extension@npm:4.3.0-alpha.0" - dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 - "@jupyterlab/workspaces": ^4.3.0-alpha.0 + checksum: 2dc45651b15e8eb6926d7c9289f9fae01678a6cc2f48812724806da7fd63d077b2e10198a6298ccbcd12a3bafb1879621ddaac7a95447872ef2d558e7ba64b75 + languageName: node + linkType: hard + +"@jupyterlab/apputils-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/apputils-extension@npm:4.3.0-alpha.1" + dependencies: + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 + "@jupyterlab/workspaces": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2582,23 +2582,23 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: e84d305c27119b4001e658b62d40762fe686950010ab2175d75ad6d015354bad92682a5fcaa11cf30d1fab97e326ff09c357313d4f3470bbdee01de9f385f5b4 + checksum: a6c3ab73cfea58fa13519134aa429d36542144f3117061fad7926a01dcce90cfa5b08177630c6ccad39bf7172c0b1d0a16a39bf34c0eb55972216865c42ff7af languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.4.0-alpha.0, @jupyterlab/apputils@npm:~4.4.0-alpha.0": - version: 4.4.0-alpha.0 - resolution: "@jupyterlab/apputils@npm:4.4.0-alpha.0" +"@jupyterlab/apputils@npm:^4.4.0-alpha.1, @jupyterlab/apputils@npm:~4.4.0-alpha.1": + version: 4.4.0-alpha.1 + resolution: "@jupyterlab/apputils@npm:4.4.0-alpha.1" dependencies: - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2611,27 +2611,27 @@ __metadata: "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: 5323d8d9a34d58b4aef1e609f2d28466d068611380e8326eeff1a86bf53409fd40b6b00cb28f2ebbcb1a117b9e505745cc9002fb0871f8366f0fa8c69f7c840e + checksum: 7f124aaec7e2348c46a7172d2c88bb928e165b27547863c95a1926cb6546382dcb0c5f57345eb0dad4ce4c836ec72f57a4141317e324e0d6c2e71de3093166f3 languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.3.0-alpha.0, @jupyterlab/attachments@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/attachments@npm:4.3.0-alpha.0" +"@jupyterlab/attachments@npm:^4.3.0-alpha.1, @jupyterlab/attachments@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/attachments@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: eb7459afb04251c59d47e987f2544f4147a02398b72e3b9c4afb834377602bce2e26b9ab8b5a706d47024f25cede288fa1f9c653edcdf3722d2df481c3489274 + checksum: 8206cec197d04ef1ba758d02131a31af25154e7c8f46f228c7e839e8ebb83fbab40b44556a42f54cc75dd59204cbd71855a79cec9a95b495426c065f7050e292 languageName: node linkType: hard -"@jupyterlab/builder@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/builder@npm:4.3.0-alpha.0" +"@jupyterlab/builder@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/builder@npm:4.3.0-alpha.1" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.1 @@ -2666,13 +2666,13 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 0673d3d4fae9ab0dc46ac7756801037a7039d847802f915402a55bcc8308ed1ada0344a0a4133cb17074393a1011e4076bfbc749fb9b418b1bac4932bdbfb169 + checksum: ecfb274f52eae9742da46cf7445d8887de8fb42430e7c93d2a87160dea9216a72c1963c6c0ae663705b5b08538d974de5004a89fa06741b993f9b24e753ec4ca languageName: node linkType: hard -"@jupyterlab/buildutils@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/buildutils@npm:4.3.0-alpha.0" +"@jupyterlab/buildutils@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/buildutils@npm:4.3.0-alpha.1" dependencies: "@yarnpkg/core": ^4.0.3 "@yarnpkg/parsers": ^3.0.0 @@ -2699,65 +2699,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: 0f5d08ec26899a954e433b11bc7d4e43a142a8ce2f123e7785500e8d713cf9649c93b0c76aa1ab2947abdd9951b54af1686431e8befadfab41a712c6286d172d + checksum: fd59b0cedb050e342c2e553cce614fbc6672ae8c73732c82877b9e50a8562dbb5f38db7d1b1de8c53952dfeb6cb287d11684d2b46d852d092c7bd723c0fdaf4a languageName: node linkType: hard -"@jupyterlab/cell-toolbar-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/cell-toolbar-extension@npm:4.3.0-alpha.0" +"@jupyterlab/cell-toolbar-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/cell-toolbar-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/cell-toolbar": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: 04ca5f52cfdbd985f1740321dab6f945e4e4f8b0db6af0ef6a2df8dda8ba3cd427f63d0c31762e212362dbeac30daadc8f6e1df4d2ba39d340fd9b82882f59b8 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/cell-toolbar": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: be4b6025e19e35aca689cd1950ec53f315f2521967ba61939fcf0e780faf1d6187250950e1785fc4ec80bc388cc8b2e1cba7dbd2b60b3d8986c5eee59d71a172 languageName: node linkType: hard -"@jupyterlab/cell-toolbar@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/cell-toolbar@npm:4.3.0-alpha.0" +"@jupyterlab/cell-toolbar@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/cell-toolbar@npm:4.3.0-alpha.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/cells": ^4.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/cells": ^4.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: a896f1cbc2ecf2f8c1e0395f03b0d45225acae77ba42d57074f93a29afd37648ca76e832fb3fb58a1620526566ea626832ea68a807cb269aa89bf9bf405a88b4 + checksum: a38c8f4f777cb38275de5eaed6067c9412615e0129bd1f0aed87a501f17566dc8eada4c279b14016449ec95d07545c86964a3f38b6bd23c47356d3624587ebbd languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.3.0-alpha.0, @jupyterlab/cells@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/cells@npm:4.3.0-alpha.0" +"@jupyterlab/cells@npm:^4.3.0-alpha.1, @jupyterlab/cells@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/cells@npm:4.3.0-alpha.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/attachments": ^4.3.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/documentsearch": ^4.3.0-alpha.0 - "@jupyterlab/filebrowser": ^4.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/outputarea": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/toc": ^6.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/attachments": ^4.3.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/documentsearch": ^4.3.0-alpha.1 + "@jupyterlab/filebrowser": ^4.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/outputarea": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/toc": ^6.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -2768,38 +2768,38 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 2593fa6b7af8fb40e01e969ff4244cf1164fce0adb71fce8c805f6cffd0f448db563ed8d0a59f018640a664da98b06d5c2cbc122ed433748e97684c3b24d7645 + checksum: 0e18244b21835f98599287de412e0cb6b0f98ab3753d6a138a1cc52a2f0c928554014fa995cbbb5ac730509c45b2092a037de12316466711f9c9da3046719ab9 languageName: node linkType: hard -"@jupyterlab/celltags-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/celltags-extension@npm:4.3.0-alpha.0" +"@jupyterlab/celltags-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/celltags-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: dcc73408c38afd18bccae2c7b18caeabb401ec39763d7619c0d9b9d4d73165d82fbdd8af71a6f3f6e31c8935220146ad1cfcd66330ae51cdc0a51ee1ec029e8b + checksum: 48d4a03f165af49fc3cd764dd472b503d7100384cf7833a41403e3c4bd2ad45eb022c7a2f263736a9fc3a8b85b1ac638add2188e6143e563cfc13ddaa78861c3 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.3.0-alpha.0, @jupyterlab/codeeditor@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/codeeditor@npm:4.3.0-alpha.0" +"@jupyterlab/codeeditor@npm:^4.3.0-alpha.1, @jupyterlab/codeeditor@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/codeeditor@npm:4.3.0-alpha.1" dependencies: "@codemirror/state": ^6.4.1 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 @@ -2807,13 +2807,13 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 20e81b12a621da5e1ec3173898d6c5a39b65e6609ed84e5d926ee2a559d62c6692ee265de342b80f02b3824f2165303a78b3ddc21b28c7b2f7148de4a73afd1d + checksum: 1669d9853c8c7b12c4d56d01e92f9cf72b85a4f351e63d34e040f371d764f9731cbf841b2f394cbafa1cb09a7af54f90dade5ff4e26da212d83f7703315f6096 languageName: node linkType: hard -"@jupyterlab/codemirror-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/codemirror-extension@npm:4.3.0-alpha.0" +"@jupyterlab/codemirror-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/codemirror-extension@npm:4.3.0-alpha.1" dependencies: "@codemirror/commands": ^6.5.0 "@codemirror/lang-markdown": ^6.2.5 @@ -2822,25 +2822,25 @@ __metadata: "@codemirror/search": ^6.5.6 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: fc392566c41064c73c5e5da085f292b08bf036027cc09cc103933f9f5ea81e9a4c52353b48a58239c49697f04db5ddfd56e7dd26fa56e84fd4d699b3b79b67fc + checksum: 13f70f5d7b72d8abc42bd0d2a4d213b5ca84f0ee269c0082173e862395321ca38c5da310a9804a10d56b97f9e001d46cb65b0ed7e8554271279fb6ed5bd8b399 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.3.0-alpha.0, @jupyterlab/codemirror@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/codemirror@npm:4.3.0-alpha.0" +"@jupyterlab/codemirror@npm:^4.3.0-alpha.1, @jupyterlab/codemirror@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/codemirror@npm:4.3.0-alpha.1" dependencies: "@codemirror/autocomplete": ^6.16.0 "@codemirror/commands": ^6.5.0 @@ -2863,11 +2863,11 @@ __metadata: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/documentsearch": ^4.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/documentsearch": ^4.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -2876,44 +2876,44 @@ __metadata: "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 yjs: ^13.5.40 - checksum: aff4029e3a09f41f2809e44e2e9032e39f75c8b69d6d1b23cd3dd1426d96688e8605fd867afc61d504ec2219b96b44139754ebb3ec62a86075dcf928f73062f4 + checksum: f0d7992eece4e409189e78b1fd80e8a9271c1eaa49b6f7afd4effa166ab224f31b669ef949bd2fc9c321050174af98c1439194b6511cc20ad7e3ae8f538fd6ff languageName: node linkType: hard -"@jupyterlab/completer-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/completer-extension@npm:4.3.0-alpha.0" +"@jupyterlab/completer-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/completer-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/completer": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/completer": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 24885cb3199b167f09826dfc05303ab1bf49a67bebe695fbc37b0d96f0e108b2cbe5c953d5ceb80776f888f39c1ba5b6f976e1011c400a06a3412863ea927681 + checksum: 3fdb732c7ef501f3e0d3e9418b1616315b757775c019c52b95a1b11fa2753029d11cf5468c413e8c00c9574cf8cedb83dae785cb27e89e0678ab1d8376c4843c languageName: node linkType: hard -"@jupyterlab/completer@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/completer@npm:4.3.0-alpha.0" +"@jupyterlab/completer@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/completer@npm:4.3.0-alpha.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2921,63 +2921,63 @@ __metadata: "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 3e82e9edf4b3839474332c2a872855bf501e34bfec6f79ca58e3d9f83a062d9198092147fe09f02e343c3530098c481c040583e4454d404739f3309dd13e0f9b - languageName: node - linkType: hard - -"@jupyterlab/console-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/console-extension@npm:4.3.0-alpha.0" - dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/completer": ^4.3.0-alpha.0 - "@jupyterlab/console": ^4.3.0-alpha.0 - "@jupyterlab/filebrowser": ^4.3.0-alpha.0 - "@jupyterlab/launcher": ^4.3.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + checksum: ee92d6d9ba974c56ff538f605901e7bfb52e2622089ba665c448bf4c66d1eee438ec9cb99840ba1d32ea89b8f3335441379f8e86021716c77bb79b70aada468e + languageName: node + linkType: hard + +"@jupyterlab/console-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/console-extension@npm:4.3.0-alpha.1" + dependencies: + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/completer": ^4.3.0-alpha.1 + "@jupyterlab/console": ^4.3.0-alpha.1 + "@jupyterlab/filebrowser": ^4.3.0-alpha.1 + "@jupyterlab/launcher": ^4.3.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.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.2 - checksum: 97a6bfeec11aac22a1b4fd5e3839f8bd8c3c2ca7c79ad5516e689602e3ff75e3a97b9256a6a47f2ea46fe703d117d7ffa34e0c3eaf6356eecda0786163b4baf5 + checksum: 41b7e5d7e9b5e0b2339105a72e85ec1554d1497d8292757dde4d4783b97a91d783dac040fa354ba1e93534a6895cc7e24750ed56ecc034e4b6714a6596fe873c languageName: node linkType: hard -"@jupyterlab/console@npm:^4.3.0-alpha.0, @jupyterlab/console@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/console@npm:4.3.0-alpha.0" +"@jupyterlab/console@npm:^4.3.0-alpha.1, @jupyterlab/console@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/console@npm:4.3.0-alpha.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/cells": ^4.3.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/cells": ^4.3.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.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.2 - checksum: a023cba7466962265fbcd3a689c377a3d4d801154507c799225f46428d2a750337b4e97596670eabb53e20dd24f388c49276569390ecfa94748db1ed95e29b08 + checksum: 1d527aa9abc9fe9cc9e02534b6c9c19b6085f5445161f9d9ca13bcc5ba0493b13c6d2454f60752896c5c279f72612f7b3e799f26bc604d5910be276f28f13cfd languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.3.0-alpha.0, @jupyterlab/coreutils@npm:~6.3.0-alpha.0": - version: 6.3.0-alpha.0 - resolution: "@jupyterlab/coreutils@npm:6.3.0-alpha.0" +"@jupyterlab/coreutils@npm:^6.3.0-alpha.1, @jupyterlab/coreutils@npm:~6.3.0-alpha.1": + version: 6.3.0-alpha.1 + resolution: "@jupyterlab/coreutils@npm:6.3.0-alpha.1" dependencies: "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2985,93 +2985,93 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: e2b350fbc046879a7eebe44c9a8543c32543bae4413c39f60862cbdc21e47dce092c6f228ed3bd1d16a6493267329ad133f230018ae283ed9a0d288ca1b15e8c + checksum: 7ca21990a6d81906d0c2509216537369b7251eae07e283558d77265785533acbe684ba15e027bdbf3075682655917a7af1535ff24b1c64ee0de6933620009ae8 languageName: node linkType: hard -"@jupyterlab/csvviewer-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/csvviewer-extension@npm:4.3.0-alpha.0" +"@jupyterlab/csvviewer-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/csvviewer-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/csvviewer": ^4.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/documentsearch": ^4.3.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/csvviewer": ^4.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/documentsearch": ^4.3.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/datagrid": ^2.3.1 "@lumino/widgets": ^2.3.2 - checksum: 96ec159d36bd651084ed9e74ea424a780ee967f51b909f2477cdfede77034c915f10671090b5965d6f55799f1c7588243a78a8a3a74c61263c19ae71be689209 + checksum: f88dee852b653b7913f3f5078b5fff6ccb33d7b640df1d6be745451bd86ca0db583a318d7aee7c08624bba74773b230d8bd2f4972cb880f03ba09be341b28f3c languageName: node linkType: hard -"@jupyterlab/csvviewer@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/csvviewer@npm:4.3.0-alpha.0" +"@jupyterlab/csvviewer@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/csvviewer@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/datagrid": ^2.3.1 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 15d83906543e2058d3cf87b58a94739b02c2e43b952a14ae2ad7a80f1c3d8ed4f25f34bd37f9a238285c6d1f23317c91bad35d85ee3e31c98de783d1c9112aa0 + checksum: 3f0ffbf553f44b7ad802e21b83f626abc79214a2f6a38d21319629555bd3f1b7e1adb2ef16ee95b0fa682ef89773f8ae19852d2f99034a77d8c6df361725f308 languageName: node linkType: hard -"@jupyterlab/debugger-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/debugger-extension@npm:4.3.0-alpha.0" +"@jupyterlab/debugger-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/debugger-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/cells": ^4.3.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/console": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/debugger": ^4.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/fileeditor": ^4.3.0-alpha.0 - "@jupyterlab/logconsole": ^4.3.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: f03db38799376d3baff6257e85dd2bdc2739dfefab45447350525184d9c1a871a2e6f4f37f9a20e269c28c8db7fe95b48443eff424549b9fff35c70ab28f51ad + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/cells": ^4.3.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/console": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/debugger": ^4.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/fileeditor": ^4.3.0-alpha.1 + "@jupyterlab/logconsole": ^4.3.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: 2125b97f90bb0d14500c536ddff033dc389a3f8c91e0b3655152130db979ca158545d252e4de59529cfe53fbf6a10319eb5bf0412c6a225027465dcaf71a793b languageName: node linkType: hard -"@jupyterlab/debugger@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/debugger@npm:4.3.0-alpha.0" +"@jupyterlab/debugger@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/debugger@npm:4.3.0-alpha.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/react-components": ^0.15.3 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/cells": ^4.3.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/console": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/fileeditor": ^4.3.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/cells": ^4.3.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/console": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/fileeditor": ^4.3.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -3083,25 +3083,25 @@ __metadata: "@lumino/widgets": ^2.3.2 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: 2f809c55cc7955c81db348e58fb65c6b909afce9504c687055f2b6db27f272430670f86a36c085d03d8cd1ac164f7450f1518595f13acc9c21c1212b712b904c + checksum: 0968d5e804e33da7940bb67690e9e2744507e4570597d9d7f3394ea5d831e4ea6173de080a17614322f85ec004e606eb68071f133f0897b90158bd8d6d49da3c languageName: node linkType: hard -"@jupyterlab/docmanager-extension@npm:^4.3.0-alpha.0, @jupyterlab/docmanager-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/docmanager-extension@npm:4.3.0-alpha.0" +"@jupyterlab/docmanager-extension@npm:^4.3.0-alpha.1, @jupyterlab/docmanager-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/docmanager-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docmanager": ^4.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docmanager": ^4.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -3109,22 +3109,22 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 4d15cb86d4d3ed26cff2706b985ccd9491855972726d9537f425167c00adc5b6414550196f171d0b6bd30abfb01b77b090b503efb51202b7931d1b56f8f79e7f + checksum: 0d612627d736cba5365c946cb34f4cfa6a3e6a3494dcb315938fa7a1e4cfe03d45351ddb093deb986dc5afe19612e91553ece46ec32cd2708975296fbd392569 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.3.0-alpha.0, @jupyterlab/docmanager@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/docmanager@npm:4.3.0-alpha.0" +"@jupyterlab/docmanager@npm:^4.3.0-alpha.1, @jupyterlab/docmanager@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/docmanager@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3134,24 +3134,24 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 317fa6d3fc56c6c32c31ddee9ad71003165dffe25f9dd17d237366edc4e0835caf08e14902adcd299d32941cfe5b2bb1ff4531fbeee95d8a97f4a76e1de26d27 + checksum: 44dd1dab965f365ab416a48fea49ab6eb5bb46bf78ce548d4adfac09ce2b8739b84316b403cb651704a8b874323406846a861aae4618262f45b1fe23a2b8bfb9 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.3.0-alpha.0, @jupyterlab/docregistry@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/docregistry@npm:4.3.0-alpha.0" +"@jupyterlab/docregistry@npm:^4.3.0-alpha.1, @jupyterlab/docregistry@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/docregistry@npm:4.3.0-alpha.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3160,32 +3160,32 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: b4291f2a484c4b2349a4b9287424f8db4dfa280d87372df57952147c3b778c000522ff36dd8b1df703a13182039b5ac2f41c5bc723c2cf3e984c528cea344f5a + checksum: c1bc63ff8f037b80e0b1227a2f0f653c1a28e752da11e0d09f10e65725a7b71e73ac4322debd3831eec237101518c43c0208f095a9c5962d99e31bfd6741c6d0 languageName: node linkType: hard -"@jupyterlab/documentsearch-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/documentsearch-extension@npm:4.3.0-alpha.0" +"@jupyterlab/documentsearch-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/documentsearch-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/documentsearch": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/documentsearch": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 - checksum: a17b8b7022b3c179dfed8422ea9c928f832ac750d56afd2eeef7aa3a3838c70048872fa96aac87546d63fbe91f896440eba6fdaeb3d6c58a46ed2b10a9c28c16 + checksum: 523a585647c5ee4387944aeef291018fbb2aae8b51d4049dfb351252aea90eaf587591474a4020a8f9f4e238d7e63cd32aecb495208e0eac3057b5c92e527fe8 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.3.0-alpha.0, @jupyterlab/documentsearch@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/documentsearch@npm:4.3.0-alpha.0" +"@jupyterlab/documentsearch@npm:^4.3.0-alpha.1, @jupyterlab/documentsearch@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/documentsearch@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3194,79 +3194,79 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 547a2ad03d65d645e2caff78ad01ee063897c4936adb1a49424b6a51ef3c69c1995637d6db768e9d129d0d28b8b471e41763173e33d204584fc61efdee2188bc + checksum: 7cefedbf3fb374a355d7b2b5664588dbef4296ff26ec4c1f0f08db434f18cc305f9a331bd6d23cc7ca0ec0bcc754aaf237b9181e5bfa923fed56e9bfeb86af85 languageName: node linkType: hard -"@jupyterlab/extensionmanager-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/extensionmanager-extension@npm:4.3.0-alpha.0" +"@jupyterlab/extensionmanager-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/extensionmanager-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/extensionmanager": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 - checksum: 9125828133d25df792ba8f19d7f3b485732cff67450290d95445aa3aa018d39c2c95813de57acde23fc854c4471eb6ea8c3aa5a67bdc9831abfd974b06d4a3dd + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/extensionmanager": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 + checksum: e337a9ac7853d2578803419029ea5def80e52927b818eb293e54ab08f27845cbf38482590f66eecfc087e05e1547e2ca4b0c3cdb73c446c5c78e92e99e3ff472 languageName: node linkType: hard -"@jupyterlab/extensionmanager@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/extensionmanager@npm:4.3.0-alpha.0" +"@jupyterlab/extensionmanager@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/extensionmanager@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 react-paginate: ^6.3.2 semver: ^7.3.2 - checksum: 03810f08cf5bd2e871c84df1c393920512a579bf8d281f8d0e1748a99e98b6dac2f1921f1302939ca176a4306bd9752e63a0683383b3790972601eb60f540703 - languageName: node - linkType: hard - -"@jupyterlab/filebrowser-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/filebrowser-extension@npm:4.3.0-alpha.0" - dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docmanager": ^4.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/filebrowser": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + checksum: b9874d53e9c64540d59f322c21d384ecb0bb45b001e9fbe44a1ec87876d2fe2ad73f725149580b038468fa8ee5d684a00df8583dbb559ed642b2af606309ef6f + languageName: node + linkType: hard + +"@jupyterlab/filebrowser-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/filebrowser-extension@npm:4.3.0-alpha.1" + dependencies: + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docmanager": ^4.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/filebrowser": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 - checksum: 2eff0f3e49c8225fd4ed37dc915924351bc645626984ed889e9f126fd63ccf28022b3492e4bd9b8599d26a563d18dcdf6add540959e74e90fcc7d63ddd665df6 + checksum: 3e12b38cc4df689fa2a213c93dea36a1f38bb3331a30e48cef61986fd02c7af54a4aaa19ba750b44a36c20bb28d53a32308dbe9ecfa77c5a3a0487467be8b732 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.3.0-alpha.0, @jupyterlab/filebrowser@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/filebrowser@npm:4.3.0-alpha.0" +"@jupyterlab/filebrowser@npm:^4.3.0-alpha.1, @jupyterlab/filebrowser@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/filebrowser@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docmanager": ^4.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docmanager": ^4.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3278,204 +3278,204 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 9c24d49a77e2039c3aa3e92b838828e1364dcda4c849f4bd17ac0555926edf9bd84ec41bba173be999c342f9f6a86c3eb8261b1b52ec868804e9e290986a2272 + checksum: dca6b233f529f8eea0c259c73e4f41dc8cc4cd836dbec2f3728813ace72e6ed537710e3866aa001ff7a87419f50c03262343c29b264200a2940a0fc13609ff9a languageName: node linkType: hard -"@jupyterlab/fileeditor-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/fileeditor-extension@npm:4.3.0-alpha.0" +"@jupyterlab/fileeditor-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/fileeditor-extension@npm:4.3.0-alpha.1" dependencies: "@codemirror/commands": ^6.5.0 "@codemirror/search": ^6.5.6 - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/completer": ^4.3.0-alpha.0 - "@jupyterlab/console": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/documentsearch": ^4.3.0-alpha.0 - "@jupyterlab/filebrowser": ^4.3.0-alpha.0 - "@jupyterlab/fileeditor": ^4.3.0-alpha.0 - "@jupyterlab/launcher": ^4.3.0-alpha.0 - "@jupyterlab/lsp": ^4.3.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/toc": ^6.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/completer": ^4.3.0-alpha.1 + "@jupyterlab/console": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/documentsearch": ^4.3.0-alpha.1 + "@jupyterlab/filebrowser": ^4.3.0-alpha.1 + "@jupyterlab/fileeditor": ^4.3.0-alpha.1 + "@jupyterlab/launcher": ^4.3.0-alpha.1 + "@jupyterlab/lsp": ^4.3.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/toc": ^6.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: e4983fbb7dde3972339b040abfeed191900d12c93be485838f0d156d8b2ea83161fdd69dcc36d290e31afac317c01186b91d4917cbc33322768d7b82f345fbaa + checksum: 0fbc68b83b810ff00c1b8fae4f5f8698e52421ca57ec20314caa07f38b3adc4efa7372849a5c667f89f72ed928b21cf745573ee7febfe34b7faeac69ccc1a646 languageName: node linkType: hard -"@jupyterlab/fileeditor@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/fileeditor@npm:4.3.0-alpha.0" +"@jupyterlab/fileeditor@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/fileeditor@npm:4.3.0-alpha.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/documentsearch": ^4.3.0-alpha.0 - "@jupyterlab/lsp": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/toc": ^6.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/documentsearch": ^4.3.0-alpha.1 + "@jupyterlab/lsp": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/toc": ^6.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: f0fd20879841c4fba98887596aa86290241b13c920e32ac5efe0048f9daf0ef486eb7e815f1a830818123a875c78a2ea9f3b962747e9dc311be8eee4a73ec0c9 + checksum: 95d6fb7d50454e14dbc85c989c7f7b2821677407abbfd8f63585a1dc1f402a5d5951411938edd98dd845bf48495eabc660db5bca2e8a3c88d2223b8e922ca5ec languageName: node linkType: hard -"@jupyterlab/help-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/help-extension@npm:4.3.0-alpha.0" +"@jupyterlab/help-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/help-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: eabe5c61b62856ffeb82b7f110bc1a39eadb35dde89fcdccd3fff429a18df6e5986bcf2c7231ec219a19b95bbc66d4249051f730e9ede67f4c76562622c52904 + checksum: 5893d63766ee038217ba5d290019e541585696b9d30dad982a9c9200b3ff4f4d841fe15686edf9be515f45acc7184c47502ee1e80f19ddfb504f98ad25f217da languageName: node linkType: hard -"@jupyterlab/htmlviewer-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/htmlviewer-extension@npm:4.3.0-alpha.0" +"@jupyterlab/htmlviewer-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/htmlviewer-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/htmlviewer": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 - checksum: 2bf30238aef1ed7c421ea465e7a94496fdba3c7904c59f9fae8672c2dc25b9ff7da0193e1ab73d8cce877560f496d65e59fa8a68506a708ed27b713607ca0ff5 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/htmlviewer": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 + checksum: 2f64fc137eceaa3e60d78c454b5798db28da7e0648cc80ceaf691bdc692692a8999649dbfe342851b699a0a1f3b12659c371b1d8bcec833db54e120e52beab53 languageName: node linkType: hard -"@jupyterlab/htmlviewer@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/htmlviewer@npm:4.3.0-alpha.0" +"@jupyterlab/htmlviewer@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/htmlviewer@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 6a7da51da4dd0f6e3c20a27bf70155902f641dd95d4193352ba550eb0d3fe75a3a8190739aad2e01606087d549cb6169d18444acaf882dd405d6ee34377adb43 + checksum: 9b0ec30f913212f335e3e3ad60ff002fb9c40d1950e3b015151cc1c95940cea7edc1827e21e98a4c8368df0ae05ecb0fae092daa7bc416b883fb1c8bba72ae52 languageName: node linkType: hard -"@jupyterlab/hub-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/hub-extension@npm:4.3.0-alpha.0" +"@jupyterlab/hub-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/hub-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: 36efca15ac5d6113a468cc0188daee1f8fdd16b52ab01ef4c55ccaa0c5d496e2a0f6652d3601da56ed3cce8aec70a955e8fbb8c36b14a9704e5168d8576ce03f + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: c24d0e0900e6b5faa6032f802f58c836f3836d3685306034f0c87e6b86e2124afa8aae232759270cbf832947dd9c5a6678a42a0a194e44c67fa2360bb5296abb languageName: node linkType: hard -"@jupyterlab/imageviewer-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/imageviewer-extension@npm:4.3.0-alpha.0" +"@jupyterlab/imageviewer-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/imageviewer-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/imageviewer": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: 80fec367c01f857c2f675ef592223de0a958906594730a39c3191f947fed63fe7c56eb935db264f2c5888d1382226888beb00d3c0726f9e73e4074276800cd9d + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/imageviewer": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: d677fd5939aee16da1380a7efc3bf7878d3d07d65d819c976c8635b8fe7485159cdf74e77d702979801e355a7c781813628e637e12cd5486aa1079edb857d8aa languageName: node linkType: hard -"@jupyterlab/imageviewer@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/imageviewer@npm:4.3.0-alpha.0" +"@jupyterlab/imageviewer@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/imageviewer@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 - checksum: 7115330d315efdd6a9cd91acfb4cf0019d48a1da437a70c63cf420fdbe2095d35d34e3dfc15b242f3635d08fe0c098bf94d0e5d7f7103c4d6d0e941a3c806050 + checksum: 65557f22b99c3923d26b1c78472fc2bbffb80f933074458d502d872dd41bdd6109a979453d7d59d93351cb31f305cb6c51418a6a5d7cdb209773c19d8c1e95d0 languageName: node linkType: hard -"@jupyterlab/inspector@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/inspector@npm:4.3.0-alpha.0" +"@jupyterlab/inspector@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/inspector@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.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.2 - checksum: 42abd829bcb6d21ef77a6168cf1f70aadd16b5d639711994ec41f9535161c35401237fe5a3c440b8cc40e3e7c6f78defc643d0a7d6d6f72c417ef5a4903cf788 + checksum: 6a45666e7cb70f33fc4888a69d357a709153ab76a946be6ced5488d112924d9997013594dc2ac3b990a35a89b54e9fac109f20a57f55476b91ef502d87244851 languageName: node linkType: hard -"@jupyterlab/javascript-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/javascript-extension@npm:4.3.0-alpha.0" +"@jupyterlab/javascript-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/javascript-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - checksum: 215ab7254bebadbd1234d56dae345cc7325b9838c778f0383e0cadb866422b0d733e4fe1ef285572dbc0cea2504cc59b6b3c615fd6fe2970c570161e6343e0b8 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + checksum: cfe920bd97827387df177fe58ba64cd806b5da8827ed615002ed06e5df3aa6f04efe96dda78f0922806c51ccaf0baff216487bddc02e243c1dd3d001e6424c8e languageName: node linkType: hard -"@jupyterlab/json-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/json-extension@npm:4.3.0-alpha.0" +"@jupyterlab/json-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/json-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lezer/highlight": ^1.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -3485,17 +3485,17 @@ __metadata: react-highlight-words: ^0.20.0 react-json-tree: ^0.18.0 style-mod: ^4.0.0 - checksum: 2f6b152c8c34a04e96b607d628b6726327a5a84b688cd9e67c864cc09045a73b3cc399ee1b49e41887022d7bedbb150f7937d286f12baf3a283e902317b265c9 + checksum: 1be87a071559c0da8174d09439c96cd852094ddc08e2245c25c7f277d5a60a93c93080874c7e31a5a55c6bc084431efa1a323899eec4ee67562eb1bbd3d4bb41 languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/launcher@npm:4.3.0-alpha.0" +"@jupyterlab/launcher@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/launcher@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -3503,60 +3503,60 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: cb7b0d6cc08c7d7a8a5708e4f0517e2c3229b38642628a3ddbdd8cc39a9c7916cbc3bda433848cdc5e42dc0bac1d49c42b6fcae54e71eec7fe5740703efb6d9d + checksum: c5d02a35d2f225e0750d0bfb8aaad0848a14a10d33d529d8bdc7c84918cfafc18cbe088a0d071c3ad8d54abb8f75856767d5753248e66197920c23033988a938 languageName: node linkType: hard -"@jupyterlab/logconsole@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/logconsole@npm:4.3.0-alpha.0" +"@jupyterlab/logconsole@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/logconsole@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/outputarea": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/outputarea": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.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.2 - checksum: 0e762809722327a943614e6bf6beaa83aff96696f81b0a114b005df972476243d70043145103599e7369780a40d3eaa0ea3296b4942d5572919115b533af637e + checksum: 1521318b791b00dc1825aec92704c4ccbf4c331746886fa020c917699d7861285fc8225b4c69ea941a6f0adaa49090d56df1327b193bbfc9a2210b5419bfaaf5 languageName: node linkType: hard -"@jupyterlab/lsp-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/lsp-extension@npm:4.3.0-alpha.0" +"@jupyterlab/lsp-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/lsp-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/lsp": ^4.3.0-alpha.0 - "@jupyterlab/running": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/lsp": ^4.3.0-alpha.1 + "@jupyterlab/running": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.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: 7a64a38a244dda96e44e1b5a731cc5abba1185cd619fbf90fd15f3714e7ee060d4168af466f9332dfce93b37569e393ce7b26b1a0c5185c47588059f7b882d64 + checksum: 1044a8e8bcc6fcfd366aedd41e46406e49cb085183d2642db01b084331eb01a5899d2b36e48025c6e20bf75e7a687d3a5bb1b48ee54b1646929b7b6e2dafc145 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.3.0-alpha.0, @jupyterlab/lsp@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/lsp@npm:4.3.0-alpha.0" +"@jupyterlab/lsp@npm:^4.3.0-alpha.1, @jupyterlab/lsp@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/lsp@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -3565,163 +3565,163 @@ __metadata: vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: 3cf4464a40f5f79d083a9ea5a3ac8c9b1e099aff8bbcbf9992e73b626039c63816ade6458a666a428974acbbd9667e04d6394a0341a629b283fd8134d1fe332f + checksum: 05b85413d035c6fb7f29aaf98c2363d0854f5c6c9d42866d3551edfd315c8c5ae570b51e8d9d720d308bed06719be46b52d6ce18ddac1d9a1d5a8aa0719609b2 languageName: node linkType: hard -"@jupyterlab/mainmenu-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/mainmenu-extension@npm:4.3.0-alpha.0" +"@jupyterlab/mainmenu-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/mainmenu-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docmanager": ^4.3.0-alpha.0 - "@jupyterlab/filebrowser": ^4.3.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docmanager": ^4.3.0-alpha.1 + "@jupyterlab/filebrowser": ^4.3.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.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.2 - checksum: a86013597877d65fdcdaef47bf7318a9b82e18c3bdec805b9e98d9cde84f5dc35c8d7545de27ffd1fbbd35e3ef42711b179f21e79f615e29a88b79a7cbe6a78a + checksum: 070c83282c0185e40ec1caf310bcb3869f8490e46d1d07c1d2bfdd2078d18b1a7f3bd9ca09fd027be9b325df025961f910f96b711500df1c21a8f4173d44ebf3 languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.3.0-alpha.0, @jupyterlab/mainmenu@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/mainmenu@npm:4.3.0-alpha.0" +"@jupyterlab/mainmenu@npm:^4.3.0-alpha.1, @jupyterlab/mainmenu@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/mainmenu@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 7774cb45961a883d895cb16a94599d0831d35c46a9c0a6d2f36c518f4a4b15d11e41dddf29e67f1aa1b88efebdb9c60f383d12d598f565385715b666ef8903ad + checksum: 241d0b130067ad8f207c2d0863e9357e78bad391da95e78c0032d6f3f2b465b53c865808c8aed710d77630c19028e8decff63a61906a5cf25e810aba63c850fb languageName: node linkType: hard -"@jupyterlab/markdownviewer-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/markdownviewer-extension@npm:4.3.0-alpha.0" +"@jupyterlab/markdownviewer-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/markdownviewer-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/markdownviewer": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/toc": ^6.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: a24ebf0de97f464a43c76ddd0f8fed491731bb5860b3f41ec1513b2cc0bfd7f9d647d77bc5d79eae480fba96f7ad1d7953ec750b900a912ea0bee22f508b86b5 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/markdownviewer": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/toc": ^6.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: 42c323ad609cee55a05313778612ee770c37d14c12d340b14d9cc52a6fd211af5574766efbc3f4bac2fdea473855744ad443c3c559752e33392d653aa02bc39f languageName: node linkType: hard -"@jupyterlab/markdownviewer@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/markdownviewer@npm:4.3.0-alpha.0" +"@jupyterlab/markdownviewer@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/markdownviewer@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/toc": ^6.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/toc": ^6.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 930e58c19cc46312917b9c2234cec3dbdb5d56f15a769ce5b9e4be44822349f9ed47bef4184f9a853064e9308127c553e998a2a782bc94010468391d6677a354 + checksum: 1b09705223897909cea7c85913572101d833ace340fc43be2c138f68aa212d24a4e2134983cfc0fd61545060b8d2a8b33e6495ed1bec38b9972845897a04ec55 languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/markedparser-extension@npm:4.3.0-alpha.0" +"@jupyterlab/markedparser-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/markedparser-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/mermaid": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/mermaid": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 marked: ^9.1.2 marked-gfm-heading-id: ^3.1.0 marked-mangle: ^1.1.4 - checksum: ea23a106f19deddacfacf4b1c1a4962970422c00946e15c10454266c2c466f6cf3583825758e967db6ce5899a8790a8e6af71db7e06df59c4154a0be193e9bd0 + checksum: 243f2fa0a9ab46941365018de5d70ad19852230b241aa10117ce64459be5cc95663d8ac01a66354cc9d040bfe69d25a167a1b189fabf99d68248534af89b0375 languageName: node linkType: hard -"@jupyterlab/mathjax-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/mathjax-extension@npm:4.3.0-alpha.0" +"@jupyterlab/mathjax-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/mathjax-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 mathjax-full: ^3.2.2 - checksum: d5f471f32af01dfba26404d9ce3bca777af68ea013129089c0d0ccad14e122be553b9759b07cabdbe4d44ecd0bbdeb2b91195e2ff8f3d30a063cb6449c1b6b7e + checksum: 6277010c0a2925ec9879d7b0de03811b63c195dd9baedfda829439cf751d704fb9be43c916643440de1f6d497242eea509a5b2f0b248483d6dbd1bb443cb2a4b languageName: node linkType: hard -"@jupyterlab/mermaid-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/mermaid-extension@npm:4.3.0-alpha.0" +"@jupyterlab/mermaid-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/mermaid-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/mermaid": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: 131eb3a7d4976684b06ce46069ed69334e235ce9ab100c95039517c6091c9fc6ff946c5c159302525673f60b6466d9d37d89dd5d02d4da2af93921716cbfa695 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/mermaid": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: 91b4bd01978babc9c5258e580beda8dace31ed520b9234172e9eefe1ea341b7967352fb899cd4bdedead9b5913e9a3316a11ae43d4b8aa56ccd60f9ea432199b languageName: node linkType: hard -"@jupyterlab/mermaid@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/mermaid@npm:4.3.0-alpha.0" +"@jupyterlab/mermaid@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/mermaid@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 mermaid: ^10.7.0 - checksum: 1170678ee60cc11e7b5905ee94597b612f3ddfd0109f52f803779d0ab35f86a846a9c778bbc18812ffd79ba96ea5b7624ac32bfb9508d2dc36f0105675c48357 + checksum: 0f1c8748c33604b3606869b950258d4bc7d1235c7066a5194736468592fe41d02ed19a1f11d783e1575bf184b65258697c3ba2fce9a0e27e7bbb6a8da784ebfe languageName: node linkType: hard -"@jupyterlab/metadataform-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/metadataform-extension@npm:4.3.0-alpha.0" +"@jupyterlab/metadataform-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/metadataform-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/metadataform": ^4.3.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/metadataform": ^4.3.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 - checksum: c39dee3e370db8a7440abbb9e8e7611e548342a17a7e851cb56df963aac18f30d92ae26fa319ecbc216d59d02beeeecf4653c7f0da62dae36a4749e4dcebae54 + checksum: 76d85d302c52b0a94a2e75975187885f613bdd99924c2f38e0d07962ea0a83b47eda85afdaf8d7ba2392fdafdcbef16eb18f5ea12c89f9582fe73e01c79eee07 languageName: node linkType: hard -"@jupyterlab/metadataform@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/metadataform@npm:4.3.0-alpha.0" +"@jupyterlab/metadataform@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/metadataform@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 @@ -3729,7 +3729,7 @@ __metadata: "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: a08910457a191f556ee7e37730d7e3ead156ac3e3d94a32cfb6596cf5be98da782a3f3f4aa4f9bb8acdefaebfd158f66b036b04c2a963a17f7bbc12a89e72910 + checksum: 2179bbc69307d89974b82f241159e4f2cacb229718c1127df36ea128265737055ab9012410f2954f66d206e534f6052a7e468b8a2450af24e806fe9cf93c627a languageName: node linkType: hard @@ -3742,49 +3742,49 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/nbformat@npm:4.3.0-alpha.0" +"@jupyterlab/nbformat@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/nbformat@npm:4.3.0-alpha.1" dependencies: "@lumino/coreutils": ^2.1.2 - checksum: 7dcc4ebdc2f27ea0a31204d542511189e98c2da27e139fd525a7024d71a50a66b85419d83bc3fb4357a07135ace352b38cbfbcb82ad34139d4dba4a4720419a6 + checksum: 4747b939d7137f5cd6b4d0b0149df6762ede6de4b396cc01014255f881ff9cb83023cdf54bf6b8217f3454e8f5a4d2d45a4697a83ed8ea4f545ba7da3f10a434 languageName: node linkType: hard -"@jupyterlab/notebook-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/notebook-extension@npm:4.3.0-alpha.0" +"@jupyterlab/notebook-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/notebook-extension@npm:4.3.0-alpha.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/cells": ^4.3.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/completer": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docmanager": ^4.3.0-alpha.0 - "@jupyterlab/docmanager-extension": ^4.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/documentsearch": ^4.3.0-alpha.0 - "@jupyterlab/filebrowser": ^4.3.0-alpha.0 - "@jupyterlab/launcher": ^4.3.0-alpha.0 - "@jupyterlab/logconsole": ^4.3.0-alpha.0 - "@jupyterlab/lsp": ^4.3.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/metadataform": ^4.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/property-inspector": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/toc": ^6.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/cells": ^4.3.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/completer": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docmanager": ^4.3.0-alpha.1 + "@jupyterlab/docmanager-extension": ^4.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/documentsearch": ^4.3.0-alpha.1 + "@jupyterlab/filebrowser": ^4.3.0-alpha.1 + "@jupyterlab/launcher": ^4.3.0-alpha.1 + "@jupyterlab/logconsole": ^4.3.0-alpha.1 + "@jupyterlab/lsp": ^4.3.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/metadataform": ^4.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/property-inspector": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/toc": ^6.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -3794,32 +3794,32 @@ __metadata: "@lumino/widgets": ^2.3.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: e8764f6955016d6f209ef27eb43954bbcd506c2e5d586694a816901e3fe1ad163a9fa4c9bd9c0095a5352092e690e5665f004790f9f8933e300b18a9735301bc + checksum: 720aa2b233b6f628ff58ac18e8496dda97e68b9e3be6b239190a8b7efa5d3ab266b44e199d4183020c72dee23722f58383aff20f36f2d55b69eca3ec2a9cb1c1 languageName: node linkType: hard -"@jupyterlab/notebook@npm:^4.3.0-alpha.0, @jupyterlab/notebook@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/notebook@npm:4.3.0-alpha.0" +"@jupyterlab/notebook@npm:^4.3.0-alpha.1, @jupyterlab/notebook@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/notebook@npm:4.3.0-alpha.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/cells": ^4.3.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/codemirror": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/documentsearch": ^4.3.0-alpha.0 - "@jupyterlab/lsp": ^4.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statusbar": ^4.3.0-alpha.0 - "@jupyterlab/toc": ^6.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/cells": ^4.3.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/codemirror": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/documentsearch": ^4.3.0-alpha.1 + "@jupyterlab/lsp": ^4.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statusbar": ^4.3.0-alpha.1 + "@jupyterlab/toc": ^6.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3832,34 +3832,34 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 85f5b73b74c9dfddfb691f638b35e3d4944412d6403d8bc389dacf324b261bd600fb2cfec4b07a126eb58bcd8405f510ad59466978b1461ef24f0ad3f8b1c1b3 + checksum: 54faafe6b331c326728d01b847ec34e65f681bc1493892a7e6e97fda601f195e4210c9ac139baaa683498345f1890ccda6c994a794662d99a8412e23afcb8df0 languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.3.0-alpha.0": - version: 5.3.0-alpha.0 - resolution: "@jupyterlab/observables@npm:5.3.0-alpha.0" +"@jupyterlab/observables@npm:^5.3.0-alpha.1": + version: 5.3.0-alpha.1 + resolution: "@jupyterlab/observables@npm:5.3.0-alpha.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: c2ddbe14af88b564f45eb62dbeb2229fdd75bb2d7fd123dd8d0e3137fd3ff66b757372bccbf0a84b4804750a0ffb8055fb0c134c4a420e449480a8b7d46793e8 + checksum: 8177e54db5552544df4c4bc9348ed3a920b9bbf0f8d8f8f578402f61b76f3e5d1d959be7680f7a21f67cb5f0b276fbf6e1432ecede8dcdf2b8d19b919774eefc languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/outputarea@npm:4.3.0-alpha.0" +"@jupyterlab/outputarea@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/outputarea@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3867,132 +3867,132 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 081ea137aa891f9569ef373373c4c8cd20376cd599155f118ffd32d97b6bece4658c07084c8ddf0b764db7439fa9117a62ef743900176e8a39169e8a02086e83 + checksum: 54465b9ccee31a62a06c210a96de9f13130542cf25b43f83b2f608bb73214a3a786b538782d709c395d021f145e6ff14eac13ea18d93abac6a8c03dc22def773 languageName: node linkType: hard -"@jupyterlab/pdf-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/pdf-extension@npm:4.3.0-alpha.0" +"@jupyterlab/pdf-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/pdf-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 8e04f731755ced83119fab00bd70a9e32ac5f9a8eab806fd1867c514e960077c9194ab83b9bcc9b4f5e0b30d015a340ee8408994013035611fd40204d76bade4 + checksum: 2d21ab34f3e9a3df99cde57d821fb98125bc1301c16925687e4e0ca979314ae4c524a4a31c0ec7f3de4480e60198bf4431e62f80671a4a57883e119552d59c5b languageName: node linkType: hard -"@jupyterlab/pluginmanager-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/pluginmanager-extension@npm:4.3.0-alpha.0" +"@jupyterlab/pluginmanager-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/pluginmanager-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/pluginmanager": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/pluginmanager": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 - checksum: 311222a913a10693ac449c66987dc4cbd536226ada7f1fc9285aa3f94e4b227efa62003da7f03771cdab90ec377cd97b2a25f2b3f7c023e0c4f0b03745195654 + checksum: 85edf6c257b168e74149896f096903566ea28ca956e1338ad06ac8c3b1c7f429e5cf403685f54b76b915c8e78db6eba49f9ecbde349653cde3d7b83f19642c32 languageName: node linkType: hard -"@jupyterlab/pluginmanager@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/pluginmanager@npm:4.3.0-alpha.0" +"@jupyterlab/pluginmanager@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/pluginmanager@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: cbf114f9b1d75e7026c21147e413a392d145f49b4698655c63318121eb9934dafdd10b2521eda4f25bc08e6de7c0928f382db4073e2676c8a321fe0fb561a0dc + checksum: 0134d0df8ab37cfc9131293f374c3c4a43c0cc642cdce0c1a75dc503f6e7994bc215428824a17ac51c748952245bb77094ea9b6fe5ebd50e83e860127ad170f4 languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/property-inspector@npm:4.3.0-alpha.0" +"@jupyterlab/property-inspector@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/property-inspector@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: a648b850236a0e3d65fc7309f75feec26a6812776d43cc6044e7820db81c1f2f161c5c61e60e504af6b8dc9ef702655fca2840144966a436387b3fd8846d6b8f + checksum: 7773fc322d168ee5a204679f5de55394b18a2a4f3871f20af4e0ea0c38060d913917d0118c213ad8c6c39baf80c7289c8d2bc01283497e9451532eb3f96590e8 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.11.0-alpha.0, @jupyterlab/rendermime-interfaces@npm:~3.11.0-alpha.0": - version: 3.11.0-alpha.0 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.0-alpha.0" +"@jupyterlab/rendermime-interfaces@npm:^3.11.0-alpha.1, @jupyterlab/rendermime-interfaces@npm:~3.11.0-alpha.1": + version: 3.11.0-alpha.1 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.0-alpha.1" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.1.2 "@lumino/widgets": ^1.37.2 || ^2.3.2 - checksum: b19dec9c92606e8ba9130205ccd6f9a69406043a4e9e448c9c6c5551cb6e705fdbb6b69f5a415141f9cfa5c89814bcb4ef478b5e1e62c0f5553f6624b64b8750 + checksum: 8791e61ab9af743278f38e1c1e78eb846c061824628e6d893d03fcf0d9fbf12c1aa7511abf75fbed5cdeb4292b43f4b0d4f999fda506a5e821aa4bfc6b830763 languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.3.0-alpha.0, @jupyterlab/rendermime@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/rendermime@npm:4.3.0-alpha.0" +"@jupyterlab/rendermime@npm:^4.3.0-alpha.1, @jupyterlab/rendermime@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/rendermime@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 lodash.escape: ^4.0.1 - checksum: a5c068d1135f0349a2ed0a5dd53c27f276ac58c30f829987346aba2d1261e6665232bf53f0019d0e67a6e76c7dce48fcec95820000f1d723bc9c9964f0013062 + checksum: 253172cab5de03b6e92548d5444b2a6f54ee8e8ee1209e3910c93a892983cb8762c15c860ad435457ae2120a707a7b36c1dd2287a5d06609880c80ee0b7dce0e languageName: node linkType: hard -"@jupyterlab/running-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/running-extension@npm:4.3.0-alpha.0" +"@jupyterlab/running-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/running-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docmanager": ^4.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/running": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docmanager": ^4.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/running": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/commands": ^2.3.0 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 928b5eba6abcd68bf89144d3d5d235853151ac13f9e801fbe1a2b6567228d2cbbeaf07f5d3a3ce81d00fe411d194fd518f1704b6ff25f811fb1528544acf2d98 + checksum: e61d600061f6335554629203f6030b1094cd62a6c358a2af22927852173fc457b64f6043957b12523a4a6bbd259883f4649672516d133e063224da8abbec2963 languageName: node linkType: hard -"@jupyterlab/running@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/running@npm:4.3.0-alpha.0" +"@jupyterlab/running@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/running@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -4000,61 +4000,61 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: c24da55657adde3a43bbeb6e27f311fe5518b0ff25e06ed44d54f7dd2127679634c57fa1ecd0bc89de28aa3eb1d7ed6f7fe50d7a1da8f56a39d6cab1e9ad3d43 + checksum: 61957f60b32c4308d10d5f556805f7b35761b358db2034a38cc28a06ae2ebfd5c3ebca2be84ccd030fb5a3643c1e994f6fc1c4e9eea11aebcc762db66207a5f2 languageName: node linkType: hard -"@jupyterlab/services@npm:^7.3.0-alpha.0, @jupyterlab/services@npm:~7.3.0-alpha.0": - version: 7.3.0-alpha.0 - resolution: "@jupyterlab/services@npm:7.3.0-alpha.0" +"@jupyterlab/services@npm:^7.3.0-alpha.1, @jupyterlab/services@npm:~7.3.0-alpha.1": + version: 7.3.0-alpha.1 + resolution: "@jupyterlab/services@npm:7.3.0-alpha.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.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: ff90b298d71dc02c8514a975601b9e7297112d4d4c17aa3882fd37a23e68cc61ef3287b6b966ed3f39b0c5f0506aa7cb153b96c7e7e4ad1a3def73cf2e848349 + checksum: a8356b486d18add309b6992e6b855c87cdf21c70a691f653d93327626e9a5ab16a3e34bd886364df86ac466377cb7099d3694b8183d854bd66f7722c8e7c244f languageName: node linkType: hard -"@jupyterlab/settingeditor-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/settingeditor-extension@npm:4.3.0-alpha.0" +"@jupyterlab/settingeditor-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/settingeditor-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/pluginmanager": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/settingeditor": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/pluginmanager": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/settingeditor": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/disposable": ^2.1.2 - checksum: a9c3caec6b70d1d244738b4cb9e1466e19541947831fdf5d13b2fb143e00da34ab6c66c6af280e6d372a3679cd430cb730a11be588ecf4fae7b4b7965839ddb2 + checksum: c45ef56208e8849cdebe06dbfed8141b14ab37093734ad5e167ed2df28e1f804a5b83541f95e7b9c1c91bd91fcdba7b6ec27561ba6c894a70bcfafdfe623bd9d languageName: node linkType: hard -"@jupyterlab/settingeditor@npm:^4.3.0-alpha.0, @jupyterlab/settingeditor@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/settingeditor@npm:4.3.0-alpha.0" +"@jupyterlab/settingeditor@npm:^4.3.0-alpha.1, @jupyterlab/settingeditor@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/settingeditor@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/inspector": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/inspector": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -4068,16 +4068,16 @@ __metadata: "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: 52b998e2a40746408cf9a04f38949ef3202156464eea66c0daf36cc4adea4b21e6850065e17a3002b78bd0f27bf10d9a8cb7b2b1024b3983eddd32d8d598f39a + checksum: 369ab21b9b9ffababb2969abb0e49219964334b740b958e7afe42f1330891690cedbb801b9707d30f9864ad73cada5be6d07f79da541bb1a79b1e8e15623e2e3 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.3.0-alpha.0, @jupyterlab/settingregistry@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/settingregistry@npm:4.3.0-alpha.0" +"@jupyterlab/settingregistry@npm:^4.3.0-alpha.1, @jupyterlab/settingregistry@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/settingregistry@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/nbformat": ^4.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 + "@jupyterlab/nbformat": ^4.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -4087,18 +4087,18 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: 123a522034db37a900b87819c1621f6bfddc5104df7e440e77a8110f7d8a64da8bfb628e41869ade74489de037bf906b35cf01305003b2cc5a8b92bd8809cd1b + checksum: 50ec394e4e1406d4f2ca778c852c090be55b7005bde369db093c8c4b45290cec07f847858c21a5f6268c4f2cc30d6fab46d57faefcc6ec9e23dff80425a12c5c languageName: node linkType: hard -"@jupyterlab/shortcuts-extension@npm:~5.1.0-alpha.0": - version: 5.1.0-alpha.0 - resolution: "@jupyterlab/shortcuts-extension@npm:5.1.0-alpha.0" +"@jupyterlab/shortcuts-extension@npm:~5.1.0-alpha.1": + version: 5.1.0-alpha.1 + resolution: "@jupyterlab/shortcuts-extension@npm:5.1.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -4107,28 +4107,28 @@ __metadata: "@lumino/keyboard": ^2.0.1 "@lumino/signaling": ^2.1.2 react: ^18.2.0 - checksum: 95c7cafccd678af8f6da645aa2b129c70e9c779c4843b207b2ba94933549f39b1456808408f0ebfbac2bb9b43a5e5e72a966e8cf6618d3060feaf6cde7a2f147 + checksum: 60cf3fde30bca05bef6bcdb55177719a96eafa2c0887827e0917904d0eea939eb12d9badf9f0f7b0432ceada4d10a1c33b71fa98fa58d306d38719953595c6d8 languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.3.0-alpha.0, @jupyterlab/statedb@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/statedb@npm:4.3.0-alpha.0" +"@jupyterlab/statedb@npm:^4.3.0-alpha.1, @jupyterlab/statedb@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/statedb@npm:4.3.0-alpha.1" dependencies: "@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: aabcb69e73df49ddb36379dc574a45875fd8e155ce6e8eb5c7b377e89f271d46c19c77e1940204f203eb44fb84317ff64a1f77d9ae88d1b9a2b28b9938f7fedd + checksum: a64fa0f93fa47eb5855a104eca83326002cdd9b4fb9c33ddd7a33d9e29bb40ee9da3fe80e4efe236eed269dc29f93dcb874e3fd2d0a20a6801f81cde2fa2b7ef languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/statusbar@npm:4.3.0-alpha.0" +"@jupyterlab/statusbar@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/statusbar@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -4136,36 +4136,36 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 8168b5937a1daf25ee1db33be839537218d53179a4a8b4dd4c412e3cf76994dda559d6b2c1c559a30b40b9dc2a968f8830ec8f95af4328320112cde1de4a15d1 + checksum: 071a688c4ee44f852e69180de9504fe236b1616842b70812957a014a9ed9d472767888e19ce2906c1de3eea8ed1c6489e3fffda60ef1e6997d316ccc54572d11 languageName: node linkType: hard -"@jupyterlab/terminal-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/terminal-extension@npm:4.3.0-alpha.0" +"@jupyterlab/terminal-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/terminal-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/launcher": ^4.3.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/running": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/terminal": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/launcher": ^4.3.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/running": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/terminal": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/widgets": ^2.3.2 - checksum: 095ab9650ca611adb7fc1069ef9072aa2fdca133eaba228aa297397c00f4772341bf4deebbbcab4c7cd2b852f5c3baf407e6ef70f0bf442da17c28cf436f110e + checksum: 5abc3e8f6a9da9e5b13957393c237467ef548d6d30dd14e329ca26a55dfb1975a495a93600705e38f2e0f8d7e06629027b1bf2a63c417a4093289ea3526defd2 languageName: node linkType: hard -"@jupyterlab/terminal@npm:^4.3.0-alpha.0, @jupyterlab/terminal@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/terminal@npm:4.3.0-alpha.0" +"@jupyterlab/terminal@npm:^4.3.0-alpha.1, @jupyterlab/terminal@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/terminal@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 @@ -4175,17 +4175,17 @@ __metadata: "@xterm/addon-web-links": ~0.11.0 "@xterm/addon-webgl": ~0.18.0 "@xterm/xterm": ~5.5.0 - checksum: 3d62b0e6857fc738e6df1e1a48facee5154e03341712593ae2fb9fc596d388c4f1d13cba48124d9bfda85ad31cb0d544a4ca5cd69d48df9fbc2df2c381281454 + checksum: 03c0ccb05974e44e0cc0f2a5ace03b2f439b94bcf1905c10f7bef2e34781abe36ebf8b2f58e8a616f8edc934c56a97c7e245b220270d039b6b0819a9d297c6aa languageName: node linkType: hard -"@jupyterlab/testing@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/testing@npm:4.3.0-alpha.0" +"@jupyterlab/testing@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/testing@npm:4.3.0-alpha.1" dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 deepmerge: ^4.2.2 @@ -4198,173 +4198,173 @@ __metadata: ts-jest: ^29.1.0 peerDependencies: typescript: ">=4.3" - checksum: 0d8c97f3a4890b3961a2ed5541b4b04e842260bbcbe593a815cea72e02d22e000a56270325cd228896b6887934b52eed4dd6c829c7ca5ff4ea111ef37428fb0f + checksum: ace7590e346993dbd18aa6f0819bb90614cea41ce815cac7a9c267761228a5bdfb3f49a0986b2416600570c5ceecabd17604fd8463e7a139ac07296b697a37b0 languageName: node linkType: hard -"@jupyterlab/testutils@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/testutils@npm:4.3.0-alpha.0" +"@jupyterlab/testutils@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/testutils@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/testing": ^4.3.0-alpha.0 - checksum: 26dc5f1155573cfada214fb90ea636c102842c34ce4eceef03192d6d8a2a315928b3ddc146327f33ff5d235c32f1224795aef1cd63a087fa38606fdfa776eaf3 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/testing": ^4.3.0-alpha.1 + checksum: 3d6e40e37906a3970cc793ca3ee3c86d72b28dd2ffa1c2b6d552bba23fdf56287b0bc0997c2e0a26b7086a6c535ac8bd6bb13f029377f1d759b1a75457c21a84 languageName: node linkType: hard -"@jupyterlab/theme-dark-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/theme-dark-extension@npm:4.3.0-alpha.0" +"@jupyterlab/theme-dark-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/theme-dark-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: 882fe8edc9ae861d46b64e18b804cb6754ed915d769646c50f44a45357c80ec2b56e833e22207e61b7fab659ca5dfee74231840f5afcfab9dc1e894deeab648c + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: d89c7dc8dd1c6c40ea0ac43326051cb772e9f90f7facb66bda688ce90f14cc79ec9ea1139bb5673bffaabe37f18ba68f175ab0c22520a49862c6872b5d12b6d3 languageName: node linkType: hard -"@jupyterlab/theme-dark-high-contrast-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/theme-dark-high-contrast-extension@npm:4.3.0-alpha.0" +"@jupyterlab/theme-dark-high-contrast-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/theme-dark-high-contrast-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: 22bcd501bdb0e562a4008eb896e1699693874f85d286cd1ee8b840dde3cc66ad407c8ec6e476c98a0d6c7e4dc279893ab6029aebc49f5a795e86a0d4f44a4ed5 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: 1f068a02cd1308bf4edb026a393adb79fb457f3477579b5e252043db69224b2ba2d1c1951f6573912b266bedc166b0d5e883888c0f91a3a9bd58586d9df87337 languageName: node linkType: hard -"@jupyterlab/theme-light-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/theme-light-extension@npm:4.3.0-alpha.0" +"@jupyterlab/theme-light-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/theme-light-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: e6f8c4079f4d8004697660a1dfa9728b8cf1a77e1f3bcb071908cd522d976997f3d8c83efa21c81f52a05d61aff1d583a1b27efc9f50444673aa06a12b20cd98 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: a3199d828f42c43944c1748b1c6de3e3224c92aea8419c784aadb878a84ce8317aae94c5068a5a5637aca52c483a5a46bbff27879c1382ee73e844d1f9278a7c languageName: node linkType: hard -"@jupyterlab/toc-extension@npm:~6.3.0-alpha.0": - version: 6.3.0-alpha.0 - resolution: "@jupyterlab/toc-extension@npm:6.3.0-alpha.0" +"@jupyterlab/toc-extension@npm:~6.3.0-alpha.1": + version: 6.3.0-alpha.1 + resolution: "@jupyterlab/toc-extension@npm:6.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/toc": ^6.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 - checksum: 4dba03acf75b2625ed6e52834724b93faf0faffa57c41c8172f1fc5799b6aa802918ce5154fdad2b4e3ff0917cfaf137f6ce4144be7884bbc84ef379c712cff0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/toc": ^6.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 + checksum: 47f0f49705abe9315de8159ca66cd4732f93b5ebc313dc737c03a385f34e6e357144c392ddbbab98e288ae2c32a817fcb2a83fd2ac81ac01227521069a8804b2 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.3.0-alpha.0": - version: 6.3.0-alpha.0 - resolution: "@jupyterlab/toc@npm:6.3.0-alpha.0" +"@jupyterlab/toc@npm:^6.3.0-alpha.1": + version: 6.3.0-alpha.1 + resolution: "@jupyterlab/toc@npm:6.3.0-alpha.1" dependencies: - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/docregistry": ^4.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/docregistry": ^4.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.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.2 react: ^18.2.0 - checksum: 04195508a4590768bf04f33c57b1e1a19b50331dc70b6cf6e9e51fd3b49282dde8373d5b60953be33169fe2f541d3de3e82d550cf375e445d50136fa9895a2fc + checksum: 52ea63e89ec44f5ebd8959476e78f4d1fbe1bc6df47a8cdea86f612ca6463406ae2077e010c221f5125c465d4040415ba8369f659ac7ff18024a8e9d52222bc0 languageName: node linkType: hard -"@jupyterlab/tooltip-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/tooltip-extension@npm:4.3.0-alpha.0" +"@jupyterlab/tooltip-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/tooltip-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/console": ^4.3.0-alpha.0 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/fileeditor": ^4.3.0-alpha.0 - "@jupyterlab/notebook": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/tooltip": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/console": ^4.3.0-alpha.1 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/fileeditor": ^4.3.0-alpha.1 + "@jupyterlab/notebook": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/tooltip": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: abf1b175baa59e33da21b3c7c7b791d667aaf2ae49ef17e0c8b7a54b1c030af0c416aafd6d6854285da80b98d28f7b86ae33c0d47f94d4184894b8688e621f48 + checksum: fe291768031ceca2a7f42d2a6b480c6fd15425bbd34ce5192f12e176d80e7db5fc73e10b3c8c0160c34b962fb591c272989ea6c181b05611a82ab66e51dd3774 languageName: node linkType: hard -"@jupyterlab/tooltip@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/tooltip@npm:4.3.0-alpha.0" +"@jupyterlab/tooltip@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/tooltip@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/codeeditor": ^4.3.0-alpha.0 - "@jupyterlab/rendermime": ^4.3.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 + "@jupyterlab/codeeditor": ^4.3.0-alpha.1 + "@jupyterlab/rendermime": ^4.3.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 - checksum: b16fc2a0de41c7a2ccd919032b25308775c5c315b5068236e970b83b3576f34b84a905962348919efc188e20da63a64a54f00997dbe882d14dbc8b1a1c0220b5 + checksum: 469bc4de321c8ca9a5bf633d5aa41dd98b60032f4c82bcebf9742164a63b32a6f3f2a34e2f2304825e029215418963c29e91f81ee5a46242e7259b84d843765b languageName: node linkType: hard -"@jupyterlab/translation-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/translation-extension@npm:4.3.0-alpha.0" +"@jupyterlab/translation-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/translation-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/apputils": ^4.4.0-alpha.0 - "@jupyterlab/mainmenu": ^4.3.0-alpha.0 - "@jupyterlab/settingregistry": ^4.3.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 - checksum: 2add08690b9914014fc916a446246fe0ee348a7192a4a0065f9b95215a9361ffc23b5c871e095e927db6aa3f06bbaf18ae038360b20779420ad1a403a2ec40a8 + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/apputils": ^4.4.0-alpha.1 + "@jupyterlab/mainmenu": ^4.3.0-alpha.1 + "@jupyterlab/settingregistry": ^4.3.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 + checksum: 355c9e8935f46c5b103875a074e54c2b9ebef61ca4b190e164b959b8a6154b48675b9e8888bf4a678b6154c0782723ffb7c344e26cecdc3ce7f171d84b60569a languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.3.0-alpha.0, @jupyterlab/translation@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/translation@npm:4.3.0-alpha.0" +"@jupyterlab/translation@npm:^4.3.0-alpha.1, @jupyterlab/translation@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/translation@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/services": ^7.3.0-alpha.0 - "@jupyterlab/statedb": ^4.3.0-alpha.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/services": ^7.3.0-alpha.1 + "@jupyterlab/statedb": ^4.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 - checksum: 273a8b7b7362b98238299aaa39b4bc373717c2e9e6b6fe6fa8736a3153647017e1ab4d208100ec72aac0339010ad5ebb524c7d92c012fe2908047f2af3cca2c1 + checksum: 951a5c9b507866243266644e1eb8b5f82e1035c9d9a13668b19f13bad3fcfe20f1003fcee70fdc4bb1b312e746ce6a2e59aced7680064680ca961bdee1a7cb60 languageName: node linkType: hard -"@jupyterlab/ui-components-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/ui-components-extension@npm:4.3.0-alpha.0" +"@jupyterlab/ui-components-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/ui-components-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/application": ^4.3.0-alpha.0 - "@jupyterlab/ui-components": ^4.3.0-alpha.0 - checksum: 656fd867f8875f2ed6f2c73556365ef32a299499a9041100e61d4989d13efa75bdf25fe86098da233ca1cf012e0c6f5eae0beefea1fe51d23630f3c5bcda422f + "@jupyterlab/application": ^4.3.0-alpha.1 + "@jupyterlab/ui-components": ^4.3.0-alpha.1 + checksum: c0a24a6213a69d96992e8fa362b627643f4deacc7ee94115ed47cc776d76bcb2922c2a9c7ab5033a23a4751eda37dfdf0722ae87745804754c4ee3b7dc1877a7 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.3.0-alpha.0, @jupyterlab/ui-components@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/ui-components@npm:4.3.0-alpha.0" +"@jupyterlab/ui-components@npm:^4.3.0-alpha.1, @jupyterlab/ui-components@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/ui-components@npm:4.3.0-alpha.1" dependencies: "@jupyter/react-components": ^0.15.3 "@jupyter/web-components": ^0.15.3 - "@jupyterlab/coreutils": ^6.3.0-alpha.0 - "@jupyterlab/observables": ^5.3.0-alpha.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 - "@jupyterlab/translation": ^4.3.0-alpha.0 + "@jupyterlab/coreutils": ^6.3.0-alpha.1 + "@jupyterlab/observables": ^5.3.0-alpha.1 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 + "@jupyterlab/translation": ^4.3.0-alpha.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -4382,34 +4382,34 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 93a24c85c384f54ef8eefcb3f655cd5044696a5deb5a9fcb98228d0d57dc153e04204595f4188a192a950212bd069a90e11d323b313c5bf63bc34418ef51c005 + checksum: 40e07969553cdc002045d106037f2d367ba2b84ba9e9b09adf5ecc409c8c4146fc484065852a120de282894823b2068fed7e470f0b2d2fcdcec438ff2915b002 languageName: node linkType: hard -"@jupyterlab/vega5-extension@npm:~4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/vega5-extension@npm:4.3.0-alpha.0" +"@jupyterlab/vega5-extension@npm:~4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/vega5-extension@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 vega: ^5.20.0 vega-embed: ^6.2.1 vega-lite: ^5.6.1-next.1 - checksum: 3c4bdb4652b46ba23f3c151f4bbebdd484d24b9c6b1fab672ede54c21e10bad987e62573648ef23b60850d6aefa3b04b05300c66ea4c61993feee1a646f634d4 + checksum: a77d355f0b1d93123c55c591377734ae67e37b29bd0f5eb866750034ef39b3326afb2e39c12fe759c1f8061f5ee55f6c373fd24e4e7d74edce19a221669cd1b2 languageName: node linkType: hard -"@jupyterlab/workspaces@npm:^4.3.0-alpha.0": - version: 4.3.0-alpha.0 - resolution: "@jupyterlab/workspaces@npm:4.3.0-alpha.0" +"@jupyterlab/workspaces@npm:^4.3.0-alpha.1": + version: 4.3.0-alpha.1 + resolution: "@jupyterlab/workspaces@npm:4.3.0-alpha.1" dependencies: - "@jupyterlab/services": ^7.3.0-alpha.0 + "@jupyterlab/services": ^7.3.0-alpha.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: 99db32df02f03d82a969a5eee7ca84900a81130a06dfa824cac9548a71457ee67312876ac8f1add354140e6e86ed63af6a665e95ecd818f25b61c0953ca38e39 + checksum: b1071d043ea684704c90ef3dfe873c4a57688a483aaf7fda74f3485a6344c18e7c15b60065e114c29e09ffe37f1b60af97592e667b01bc6ce14829491bd80648 languageName: node linkType: hard