From 2282307c3625d9bb736b70accf2af7d8da029676 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 28 Mar 2023 14:29:41 +0200 Subject: [PATCH] Update to JupyterLab `4.0.0b0` (#6803) * Update to JupyterLab beta * fix resolutions * fix the build --- .github/workflows/buildutils.yml | 4 +- app/package.json | 224 +- buildutils/package.json | 2 +- package.json | 2 +- packages/application-extension/package.json | 22 +- packages/application/package.json | 14 +- packages/console-extension/package.json | 6 +- packages/docmanager-extension/package.json | 10 +- .../documentsearch-extension/package.json | 6 +- packages/help-extension/package.json | 8 +- packages/lab-extension/package.json | 18 +- packages/notebook-extension/package.json | 16 +- packages/terminal-extension/package.json | 6 +- packages/tree-extension/package.json | 28 +- packages/tree/package.json | 26 +- packages/ui-components/package.json | 4 +- pyproject.toml | 4 +- yarn.lock | 2435 ++++++++--------- 18 files changed, 1413 insertions(+), 1422 deletions(-) diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 43e74294f..418177a74 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.0.0a37,<5" hatch + python -m pip install -U "jupyterlab>=4.0.0b0,<5" hatch jlpm jlpm run build @@ -76,6 +76,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.0.0a37,<5" pip + python -m pip install -U "jupyterlab>=4.0.0b0,<5" pip jlpm jlpm run build diff --git a/app/package.json b/app/package.json index e55a287b1..83cff05ec 100644 --- a/app/package.json +++ b/app/package.json @@ -22,77 +22,77 @@ "@jupyter-notebook/tree-extension": "~7.0.0-alpha.18", "@jupyter-notebook/ui-components": "~7.0.0-alpha.18", "@jupyter/ydoc": "~0.3.4", - "@jupyterlab/application": "~4.0.0-alpha.22", - "@jupyterlab/application-extension": "~4.0.0-alpha.22", - "@jupyterlab/apputils": "~4.0.0-alpha.22", - "@jupyterlab/apputils-extension": "~4.0.0-alpha.22", - "@jupyterlab/cell-toolbar": "~4.0.0-alpha.22", - "@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.22", + "@jupyterlab/application": "~4.0.0-beta.0", + "@jupyterlab/application-extension": "~4.0.0-beta.0", + "@jupyterlab/apputils": "~4.0.0-beta.0", + "@jupyterlab/apputils-extension": "~4.0.0-beta.0", + "@jupyterlab/cell-toolbar": "~4.0.0-beta.0", + "@jupyterlab/cell-toolbar-extension": "~4.0.0-beta.0", "@jupyterlab/celltags": "~4.0.0-alpha.20", - "@jupyterlab/celltags-extension": "~4.0.0-alpha.22", - "@jupyterlab/codeeditor": "~4.0.0-alpha.22", - "@jupyterlab/codemirror": "~4.0.0-alpha.22", - "@jupyterlab/codemirror-extension": "~4.0.0-alpha.22", - "@jupyterlab/completer": "~4.0.0-alpha.22", - "@jupyterlab/completer-extension": "~4.0.0-alpha.22", - "@jupyterlab/console": "~4.0.0-alpha.22", - "@jupyterlab/console-extension": "~4.0.0-alpha.22", - "@jupyterlab/coreutils": "~6.0.0-alpha.22", - "@jupyterlab/csvviewer-extension": "~4.0.0-alpha.22", - "@jupyterlab/debugger": "~4.0.0-alpha.22", - "@jupyterlab/debugger-extension": "~4.0.0-alpha.22", - "@jupyterlab/docmanager": "~4.0.0-alpha.22", - "@jupyterlab/docmanager-extension": "~4.0.0-alpha.22", - "@jupyterlab/documentsearch": "~4.0.0-alpha.22", - "@jupyterlab/documentsearch-extension": "~4.0.0-alpha.22", - "@jupyterlab/extensionmanager": "~4.0.0-alpha.22", - "@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.22", - "@jupyterlab/filebrowser": "~4.0.0-alpha.22", - "@jupyterlab/filebrowser-extension": "~4.0.0-alpha.22", - "@jupyterlab/fileeditor": "~4.0.0-alpha.22", - "@jupyterlab/fileeditor-extension": "~4.0.0-alpha.22", - "@jupyterlab/htmlviewer": "~4.0.0-alpha.22", - "@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.22", - "@jupyterlab/hub-extension": "~4.0.0-alpha.22", - "@jupyterlab/javascript-extension": "~4.0.0-alpha.22", - "@jupyterlab/json-extension": "~4.0.0-alpha.22", - "@jupyterlab/lsp": "~4.0.0-alpha.22", - "@jupyterlab/lsp-extension": "~4.0.0-alpha.22", - "@jupyterlab/mainmenu": "~4.0.0-alpha.22", - "@jupyterlab/mainmenu-extension": "~4.0.0-alpha.22", - "@jupyterlab/markedparser-extension": "~4.0.0-alpha.22", - "@jupyterlab/mathjax-extension": "~4.0.0-alpha.22", - "@jupyterlab/notebook": "~4.0.0-alpha.22", - "@jupyterlab/notebook-extension": "~4.0.0-alpha.22", - "@jupyterlab/observables": "~5.0.0-alpha.22", - "@jupyterlab/outputarea": "~4.0.0-alpha.22", - "@jupyterlab/pdf-extension": "~4.0.0-alpha.22", - "@jupyterlab/rendermime": "~4.0.0-alpha.22", - "@jupyterlab/rendermime-extension": "~4.0.0-alpha.22", - "@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.22", - "@jupyterlab/running-extension": "~4.0.0-alpha.22", - "@jupyterlab/services": "~7.0.0-alpha.22", - "@jupyterlab/settingeditor": "~4.0.0-alpha.22", - "@jupyterlab/settingeditor-extension": "~4.0.0-alpha.22", - "@jupyterlab/settingregistry": "~4.0.0-alpha.22", - "@jupyterlab/shortcuts-extension": "~4.0.0-alpha.22", - "@jupyterlab/statedb": "~4.0.0-alpha.22", - "@jupyterlab/statusbar": "~4.0.0-alpha.22", - "@jupyterlab/terminal": "~4.0.0-alpha.22", - "@jupyterlab/terminal-extension": "~4.0.0-alpha.22", - "@jupyterlab/theme-dark-extension": "~4.0.0-alpha.22", - "@jupyterlab/theme-light-extension": "~4.0.0-alpha.22", - "@jupyterlab/toc-extension": "~6.0.0-alpha.22", - "@jupyterlab/tooltip": "~4.0.0-alpha.22", - "@jupyterlab/tooltip-extension": "~4.0.0-alpha.22", - "@jupyterlab/translation": "~4.0.0-alpha.22", - "@jupyterlab/translation-extension": "~4.0.0-alpha.22", - "@jupyterlab/ui-components": "~4.0.0-alpha.37", - "@jupyterlab/ui-components-extension": "~4.0.0-alpha.22", - "@jupyterlab/vega5-extension": "~4.0.0-alpha.22", + "@jupyterlab/celltags-extension": "~4.0.0-beta.0", + "@jupyterlab/codeeditor": "~4.0.0-beta.0", + "@jupyterlab/codemirror": "~4.0.0-beta.0", + "@jupyterlab/codemirror-extension": "~4.0.0-beta.0", + "@jupyterlab/completer": "~4.0.0-beta.0", + "@jupyterlab/completer-extension": "~4.0.0-beta.0", + "@jupyterlab/console": "~4.0.0-beta.0", + "@jupyterlab/console-extension": "~4.0.0-beta.0", + "@jupyterlab/coreutils": "~6.0.0-beta.0", + "@jupyterlab/csvviewer-extension": "~4.0.0-beta.0", + "@jupyterlab/debugger": "~4.0.0-beta.0", + "@jupyterlab/debugger-extension": "~4.0.0-beta.0", + "@jupyterlab/docmanager": "~4.0.0-beta.0", + "@jupyterlab/docmanager-extension": "~4.0.0-beta.0", + "@jupyterlab/documentsearch": "~4.0.0-beta.0", + "@jupyterlab/documentsearch-extension": "~4.0.0-beta.0", + "@jupyterlab/extensionmanager": "~4.0.0-beta.0", + "@jupyterlab/extensionmanager-extension": "~4.0.0-beta.0", + "@jupyterlab/filebrowser": "~4.0.0-beta.0", + "@jupyterlab/filebrowser-extension": "~4.0.0-beta.0", + "@jupyterlab/fileeditor": "~4.0.0-beta.0", + "@jupyterlab/fileeditor-extension": "~4.0.0-beta.0", + "@jupyterlab/htmlviewer": "~4.0.0-beta.0", + "@jupyterlab/htmlviewer-extension": "~4.0.0-beta.0", + "@jupyterlab/hub-extension": "~4.0.0-beta.0", + "@jupyterlab/javascript-extension": "~4.0.0-beta.0", + "@jupyterlab/json-extension": "~4.0.0-beta.0", + "@jupyterlab/lsp": "~4.0.0-beta.0", + "@jupyterlab/lsp-extension": "~4.0.0-beta.0", + "@jupyterlab/mainmenu": "~4.0.0-beta.0", + "@jupyterlab/mainmenu-extension": "~4.0.0-beta.0", + "@jupyterlab/markedparser-extension": "~4.0.0-beta.0", + "@jupyterlab/mathjax-extension": "~4.0.0-beta.0", + "@jupyterlab/notebook": "~4.0.0-beta.0", + "@jupyterlab/notebook-extension": "~4.0.0-beta.0", + "@jupyterlab/observables": "~5.0.0-beta.0", + "@jupyterlab/outputarea": "~4.0.0-beta.0", + "@jupyterlab/pdf-extension": "~4.0.0-beta.0", + "@jupyterlab/rendermime": "~4.0.0-beta.0", + "@jupyterlab/rendermime-extension": "~4.0.0-beta.0", + "@jupyterlab/rendermime-interfaces": "~3.8.0-beta.0", + "@jupyterlab/running-extension": "~4.0.0-beta.0", + "@jupyterlab/services": "~7.0.0-beta.0", + "@jupyterlab/settingeditor": "~4.0.0-beta.0", + "@jupyterlab/settingeditor-extension": "~4.0.0-beta.0", + "@jupyterlab/settingregistry": "~4.0.0-beta.0", + "@jupyterlab/shortcuts-extension": "~4.0.0-beta.0", + "@jupyterlab/statedb": "~4.0.0-beta.0", + "@jupyterlab/statusbar": "~4.0.0-beta.0", + "@jupyterlab/terminal": "~4.0.0-beta.0", + "@jupyterlab/terminal-extension": "~4.0.0-beta.0", + "@jupyterlab/theme-dark-extension": "~4.0.0-beta.0", + "@jupyterlab/theme-light-extension": "~4.0.0-beta.0", + "@jupyterlab/toc-extension": "~6.0.0-beta.0", + "@jupyterlab/tooltip": "~4.0.0-beta.0", + "@jupyterlab/tooltip-extension": "~4.0.0-beta.0", + "@jupyterlab/translation": "~4.0.0-beta.0", + "@jupyterlab/translation-extension": "~4.0.0-beta.0", + "@jupyterlab/ui-components": "~4.0.0-beta.0", + "@jupyterlab/ui-components-extension": "~4.0.0-beta.0", + "@jupyterlab/vega5-extension": "~4.0.0-beta.0", "@lumino/algorithm": "~2.0.0", - "@lumino/application": "~2.0.0", - "@lumino/commands": "~2.0.0", + "@lumino/application": "~2.0.1", + "@lumino/commands": "~2.0.1", "@lumino/coreutils": "~2.0.0", "@lumino/disposable": "~2.0.0", "@lumino/domutils": "~2.0.0", @@ -101,7 +101,7 @@ "@lumino/properties": "~2.0.0", "@lumino/signaling": "~2.0.0", "@lumino/virtualdom": "~2.0.0", - "@lumino/widgets": "~2.0.0", + "@lumino/widgets": "~2.0.1", "react": "~18.2.0", "react-dom": "~18.2.0", "yjs": "~13.5.51" @@ -118,51 +118,51 @@ "@jupyter-notebook/tree": "^7.0.0-alpha.18", "@jupyter-notebook/tree-extension": "^7.0.0-alpha.18", "@jupyter-notebook/ui-components": "^7.0.0-alpha.18", - "@jupyterlab/application-extension": "^4.0.0-alpha.22", - "@jupyterlab/apputils-extension": "^4.0.0-alpha.22", - "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.22", + "@jupyterlab/application-extension": "^4.0.0-beta.0", + "@jupyterlab/apputils-extension": "^4.0.0-beta.0", + "@jupyterlab/cell-toolbar-extension": "^4.0.0-beta.0", "@jupyterlab/celltags": "^4.0.0-alpha.20", - "@jupyterlab/celltags-extension": "^4.0.0-alpha.22", - "@jupyterlab/codemirror": "^4.0.0-alpha.22", - "@jupyterlab/codemirror-extension": "^4.0.0-alpha.22", - "@jupyterlab/completer-extension": "^4.0.0-alpha.22", - "@jupyterlab/console-extension": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", - "@jupyterlab/csvviewer-extension": "^4.0.0-alpha.22", - "@jupyterlab/debugger-extension": "^4.0.0-alpha.22", - "@jupyterlab/docmanager-extension": "^4.0.0-alpha.22", - "@jupyterlab/documentsearch-extension": "^4.0.0-alpha.22", - "@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.22", - "@jupyterlab/filebrowser-extension": "^4.0.0-alpha.22", - "@jupyterlab/fileeditor-extension": "^4.0.0-alpha.22", - "@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.22", - "@jupyterlab/hub-extension": "^4.0.0-alpha.22", - "@jupyterlab/javascript-extension": "^4.0.0-alpha.22", - "@jupyterlab/json-extension": "^4.0.0-alpha.22", - "@jupyterlab/lsp": "^4.0.0-alpha.22", - "@jupyterlab/lsp-extension": "^4.0.0-alpha.22", - "@jupyterlab/mainmenu-extension": "^4.0.0-alpha.22", - "@jupyterlab/markedparser-extension": "^4.0.0-alpha.22", - "@jupyterlab/mathjax-extension": "^4.0.0-alpha.22", - "@jupyterlab/notebook-extension": "^4.0.0-alpha.22", - "@jupyterlab/pdf-extension": "^4.0.0-alpha.22", - "@jupyterlab/rendermime-extension": "^4.0.0-alpha.22", - "@jupyterlab/running-extension": "^4.0.0-alpha.22", - "@jupyterlab/settingeditor": "^4.0.0-alpha.22", - "@jupyterlab/settingeditor-extension": "^4.0.0-alpha.22", - "@jupyterlab/shortcuts-extension": "^4.0.0-alpha.22", - "@jupyterlab/terminal-extension": "^4.0.0-alpha.22", - "@jupyterlab/theme-dark-extension": "^4.0.0-alpha.22", - "@jupyterlab/theme-light-extension": "^4.0.0-alpha.22", - "@jupyterlab/toc-extension": "^6.0.0-alpha.22", - "@jupyterlab/tooltip-extension": "^4.0.0-alpha.22", - "@jupyterlab/translation-extension": "^4.0.0-alpha.22", - "@jupyterlab/ui-components-extension": "^4.0.0-alpha.22", - "@jupyterlab/vega5-extension": "^4.0.0-alpha.22" + "@jupyterlab/celltags-extension": "^4.0.0-beta.0", + "@jupyterlab/codemirror": "^4.0.0-beta.0", + "@jupyterlab/codemirror-extension": "^4.0.0-beta.0", + "@jupyterlab/completer-extension": "^4.0.0-beta.0", + "@jupyterlab/console-extension": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", + "@jupyterlab/csvviewer-extension": "^4.0.0-beta.0", + "@jupyterlab/debugger-extension": "^4.0.0-beta.0", + "@jupyterlab/docmanager-extension": "^4.0.0-beta.0", + "@jupyterlab/documentsearch-extension": "^4.0.0-beta.0", + "@jupyterlab/extensionmanager-extension": "^4.0.0-beta.0", + "@jupyterlab/filebrowser-extension": "^4.0.0-beta.0", + "@jupyterlab/fileeditor-extension": "^4.0.0-beta.0", + "@jupyterlab/htmlviewer-extension": "^4.0.0-beta.0", + "@jupyterlab/hub-extension": "^4.0.0-beta.0", + "@jupyterlab/javascript-extension": "^4.0.0-beta.0", + "@jupyterlab/json-extension": "^4.0.0-beta.0", + "@jupyterlab/lsp": "^4.0.0-beta.0", + "@jupyterlab/lsp-extension": "^4.0.0-beta.0", + "@jupyterlab/mainmenu-extension": "^4.0.0-beta.0", + "@jupyterlab/markedparser-extension": "^4.0.0-beta.0", + "@jupyterlab/mathjax-extension": "^4.0.0-beta.0", + "@jupyterlab/notebook-extension": "^4.0.0-beta.0", + "@jupyterlab/pdf-extension": "^4.0.0-beta.0", + "@jupyterlab/rendermime-extension": "^4.0.0-beta.0", + "@jupyterlab/running-extension": "^4.0.0-beta.0", + "@jupyterlab/settingeditor": "^4.0.0-beta.0", + "@jupyterlab/settingeditor-extension": "^4.0.0-beta.0", + "@jupyterlab/shortcuts-extension": "^4.0.0-beta.0", + "@jupyterlab/terminal-extension": "^4.0.0-beta.0", + "@jupyterlab/theme-dark-extension": "^4.0.0-beta.0", + "@jupyterlab/theme-light-extension": "^4.0.0-beta.0", + "@jupyterlab/toc-extension": "^6.0.0-beta.0", + "@jupyterlab/tooltip-extension": "^4.0.0-beta.0", + "@jupyterlab/translation-extension": "^4.0.0-beta.0", + "@jupyterlab/ui-components-extension": "^4.0.0-beta.0", + "@jupyterlab/vega5-extension": "^4.0.0-beta.0" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0-alpha.22", - "@jupyterlab/buildutils": "^4.0.0-alpha.22", + "@jupyterlab/builder": "^4.0.0-beta.0", + "@jupyterlab/buildutils": "^4.0.0-beta.0", "@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 9f4c99772..c5872bd1c 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -29,7 +29,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "^4.0.0-alpha.22", + "@jupyterlab/buildutils": "^4.0.0-beta.0", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~5.0.2" diff --git a/package.json b/package.json index 5037ccbf2..10d7bcea9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch" }, "devDependencies": { - "@jupyterlab/buildutils": "^4.0.0-alpha.22", + "@jupyterlab/buildutils": "^4.0.0-beta.0", "@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 4105c1cd2..4b87c3daf 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -40,20 +40,20 @@ "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.18", "@jupyter-notebook/ui-components": "^7.0.0-alpha.18", - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/apputils": "^4.0.0-alpha.22", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/apputils": "^4.0.0-beta.0", "@jupyterlab/celltags": "^4.0.0-alpha.20", - "@jupyterlab/codeeditor": "^4.0.0-alpha.22", - "@jupyterlab/console": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", - "@jupyterlab/docmanager": "^4.0.0-alpha.22", - "@jupyterlab/docregistry": "^4.0.0-alpha.22", - "@jupyterlab/mainmenu": "^4.0.0-alpha.22", - "@jupyterlab/settingregistry": "^4.0.0-alpha.22", - "@jupyterlab/translation": "^4.0.0-alpha.22", + "@jupyterlab/codeeditor": "^4.0.0-beta.0", + "@jupyterlab/console": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", + "@jupyterlab/docmanager": "^4.0.0-beta.0", + "@jupyterlab/docregistry": "^4.0.0-beta.0", + "@jupyterlab/mainmenu": "^4.0.0-beta.0", + "@jupyterlab/settingregistry": "^4.0.0-beta.0", + "@jupyterlab/translation": "^4.0.0-beta.0", "@lumino/coreutils": "^2.0.0", "@lumino/disposable": "^2.0.0", - "@lumino/widgets": "^2.0.0" + "@lumino/widgets": "^2.0.1" }, "devDependencies": { "rimraf": "^3.0.2", diff --git a/packages/application/package.json b/packages/application/package.json index 2bff88997..5780873ab 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -42,22 +42,22 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", - "@jupyterlab/docregistry": "^4.0.0-alpha.22", - "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.22", - "@jupyterlab/ui-components": "^4.0.0-alpha.37", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", + "@jupyterlab/docregistry": "^4.0.0-beta.0", + "@jupyterlab/rendermime-interfaces": "^3.8.0-beta.0", + "@jupyterlab/ui-components": "^4.0.0-beta.0", "@lumino/algorithm": "^2.0.0", "@lumino/coreutils": "^2.0.0", "@lumino/messaging": "^2.0.0", "@lumino/polling": "^2.0.0", "@lumino/signaling": "^2.0.0", - "@lumino/widgets": "^2.0.0" + "@lumino/widgets": "^2.0.1" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.12.1", - "@jupyterlab/testutils": "^4.0.0-alpha.22", + "@jupyterlab/testutils": "^4.0.0-beta.0", "@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 5c623e86f..da0c2e6e4 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -38,9 +38,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/console": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/console": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", "@lumino/algorithm": "^2.0.0" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 701d33826..0781e0c61 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -38,11 +38,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", - "@jupyterlab/docmanager": "^4.0.0-alpha.22", - "@jupyterlab/docregistry": "^4.0.0-alpha.22", - "@jupyterlab/services": "^7.0.0-alpha.22", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", + "@jupyterlab/docmanager": "^4.0.0-beta.0", + "@jupyterlab/docregistry": "^4.0.0-beta.0", + "@jupyterlab/services": "^7.0.0-beta.0", "@lumino/algorithm": "^2.0.0", "@lumino/signaling": "^2.0.0" }, diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 7f7832a0d..ea4d90079 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.18", - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/documentsearch": "^4.0.0-alpha.22", - "@lumino/widgets": "^2.0.0" + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/documentsearch": "^4.0.0-beta.0", + "@lumino/widgets": "^2.0.1" }, "devDependencies": { "rimraf": "^3.0.2", diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 8b4e75ed0..de8de270f 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -39,10 +39,10 @@ }, "dependencies": { "@jupyter-notebook/ui-components": "^7.0.0-alpha.18", - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/apputils": "^4.0.0-alpha.22", - "@jupyterlab/mainmenu": "^4.0.0-alpha.22", - "@jupyterlab/translation": "^4.0.0-alpha.22", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/apputils": "^4.0.0-beta.0", + "@jupyterlab/mainmenu": "^4.0.0-beta.0", + "@jupyterlab/translation": "^4.0.0-beta.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 12d7941d5..b8ca92c34 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -44,18 +44,18 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.18", - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/apputils": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", - "@jupyterlab/docregistry": "^4.0.0-alpha.22", - "@jupyterlab/notebook": "^4.0.0-alpha.22", - "@jupyterlab/translation": "^4.0.0-alpha.22", - "@jupyterlab/ui-components": "^4.0.0-alpha.37", - "@lumino/commands": "^2.0.0", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/apputils": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", + "@jupyterlab/docregistry": "^4.0.0-beta.0", + "@jupyterlab/notebook": "^4.0.0-beta.0", + "@jupyterlab/translation": "^4.0.0-beta.0", + "@jupyterlab/ui-components": "^4.0.0-beta.0", + "@lumino/commands": "^2.0.1", "@lumino/disposable": "^2.0.0" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0-alpha.22", + "@jupyterlab/builder": "^4.0.0-beta.0", "rimraf": "^3.0.2", "typescript": "~5.0.2" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index f2b11732a..62711a1a1 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -39,15 +39,15 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.18", - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/apputils": "^4.0.0-alpha.22", - "@jupyterlab/cells": "^4.0.0-alpha.22", - "@jupyterlab/docmanager": "^4.0.0-alpha.22", - "@jupyterlab/notebook": "^4.0.0-alpha.22", - "@jupyterlab/settingregistry": "^4.0.0-alpha.22", - "@jupyterlab/translation": "^4.0.0-alpha.22", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/apputils": "^4.0.0-beta.0", + "@jupyterlab/cells": "^4.0.0-beta.0", + "@jupyterlab/docmanager": "^4.0.0-beta.0", + "@jupyterlab/notebook": "^4.0.0-beta.0", + "@jupyterlab/settingregistry": "^4.0.0-beta.0", + "@jupyterlab/translation": "^4.0.0-beta.0", "@lumino/polling": "^2.0.0", - "@lumino/widgets": "^2.0.0" + "@lumino/widgets": "^2.0.1" }, "devDependencies": { "rimraf": "^3.0.2", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 0fbbe4960..6820fa69e 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -38,9 +38,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", - "@jupyterlab/terminal": "^4.0.0-alpha.22", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", + "@jupyterlab/terminal": "^4.0.0-beta.0", "@lumino/algorithm": "^2.0.0" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index f57c58b43..ee55ff8b0 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -40,21 +40,21 @@ "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.18", "@jupyter-notebook/tree": "^7.0.0-alpha.18", - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/apputils": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", - "@jupyterlab/docmanager": "^4.0.0-alpha.22", - "@jupyterlab/filebrowser": "^4.0.0-alpha.22", - "@jupyterlab/mainmenu": "^4.0.0-alpha.22", - "@jupyterlab/services": "^7.0.0-alpha.22", - "@jupyterlab/settingeditor": "^4.0.0-alpha.22", - "@jupyterlab/settingregistry": "^4.0.0-alpha.22", - "@jupyterlab/statedb": "^4.0.0-alpha.22", - "@jupyterlab/translation": "^4.0.0-alpha.22", - "@jupyterlab/ui-components": "^4.0.0-alpha.37", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/apputils": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", + "@jupyterlab/docmanager": "^4.0.0-beta.0", + "@jupyterlab/filebrowser": "^4.0.0-beta.0", + "@jupyterlab/mainmenu": "^4.0.0-beta.0", + "@jupyterlab/services": "^7.0.0-beta.0", + "@jupyterlab/settingeditor": "^4.0.0-beta.0", + "@jupyterlab/settingregistry": "^4.0.0-beta.0", + "@jupyterlab/statedb": "^4.0.0-beta.0", + "@jupyterlab/translation": "^4.0.0-beta.0", + "@jupyterlab/ui-components": "^4.0.0-beta.0", "@lumino/algorithm": "^2.0.0", - "@lumino/commands": "^2.0.0", - "@lumino/widgets": "^2.0.0" + "@lumino/commands": "^2.0.1", + "@lumino/widgets": "^2.0.1" }, "devDependencies": { "rimraf": "^3.0.2", diff --git a/packages/tree/package.json b/packages/tree/package.json index 7300a5e19..55b523d0d 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -39,21 +39,21 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.18", - "@jupyterlab/application": "^4.0.0-alpha.22", - "@jupyterlab/apputils": "^4.0.0-alpha.22", - "@jupyterlab/coreutils": "^6.0.0-alpha.22", - "@jupyterlab/docmanager": "^4.0.0-alpha.22", - "@jupyterlab/filebrowser": "^4.0.0-alpha.22", - "@jupyterlab/mainmenu": "^4.0.0-alpha.22", - "@jupyterlab/services": "^7.0.0-alpha.22", - "@jupyterlab/settingregistry": "^4.0.0-alpha.22", - "@jupyterlab/statedb": "^4.0.0-alpha.22", - "@jupyterlab/translation": "^4.0.0-alpha.22", - "@jupyterlab/ui-components": "^4.0.0-alpha.37", + "@jupyterlab/application": "^4.0.0-beta.0", + "@jupyterlab/apputils": "^4.0.0-beta.0", + "@jupyterlab/coreutils": "^6.0.0-beta.0", + "@jupyterlab/docmanager": "^4.0.0-beta.0", + "@jupyterlab/filebrowser": "^4.0.0-beta.0", + "@jupyterlab/mainmenu": "^4.0.0-beta.0", + "@jupyterlab/services": "^7.0.0-beta.0", + "@jupyterlab/settingregistry": "^4.0.0-beta.0", + "@jupyterlab/statedb": "^4.0.0-beta.0", + "@jupyterlab/translation": "^4.0.0-beta.0", + "@jupyterlab/ui-components": "^4.0.0-beta.0", "@lumino/algorithm": "^2.0.0", - "@lumino/commands": "^2.0.0", + "@lumino/commands": "^2.0.1", "@lumino/coreutils": "^2.0.0", - "@lumino/widgets": "^2.0.0" + "@lumino/widgets": "^2.0.1" }, "devDependencies": { "rimraf": "^3.0.2", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 0542ecabf..2632d9ab7 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.0.0-alpha.37", + "@jupyterlab/ui-components": "^4.0.0-beta.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", - "@jupyterlab/testutils": "^4.0.0-alpha.22", + "@jupyterlab/testutils": "^4.0.0-beta.0", "@types/jest": "^29.2.5", "babel-loader": "^8.0.6", "jest": "^29.3.1", diff --git a/pyproject.toml b/pyproject.toml index d37dfc3a3..910ede42f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a37,<5"] +requires = ["hatchling>=1.11", "jupyterlab>=4.0.0b0,<5"] build-backend = "hatchling.build" [project] @@ -32,7 +32,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.0.1,<3", "importlib-resources>=5.0;python_version<\"3.9\"", - "jupyterlab>=4.0.0a37,<5", + "jupyterlab>=4.0.0b0,<5", "jupyterlab_server>=2.19.0,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", diff --git a/yarn.lock b/yarn.lock index 1383b3a91..fe1026c7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1366,8 +1366,8 @@ __metadata: linkType: hard "@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.0": - version: 6.4.2 - resolution: "@codemirror/lang-html@npm:6.4.2" + version: 6.4.3 + resolution: "@codemirror/lang-html@npm:6.4.3" dependencies: "@codemirror/autocomplete": ^6.0.0 "@codemirror/lang-css": ^6.0.0 @@ -1378,7 +1378,7 @@ __metadata: "@lezer/common": ^1.0.0 "@lezer/css": ^1.1.0 "@lezer/html": ^1.3.0 - checksum: 10eebf44f275867c9916639f55610214c305d27a8a8545c3fa2d9495cbac33eb9f8751fc6b78e83d957c49a4b446bbee959bdf3eb497e88a05796aca02ed773b + checksum: 6177d19147580964ecd6910ae951201929a96e63f4f0e624c3138e2805fa87ec6d6d952a3a888c5a52af78b6dd6d04d7d8c76c6a9cd65b1921dc467b5dbaea72 languageName: node linkType: hard @@ -1994,49 +1994,49 @@ __metadata: "@jupyter-notebook/tree": ^7.0.0-alpha.18 "@jupyter-notebook/tree-extension": ^7.0.0-alpha.18 "@jupyter-notebook/ui-components": ^7.0.0-alpha.18 - "@jupyterlab/application-extension": ^4.0.0-alpha.22 - "@jupyterlab/apputils-extension": ^4.0.0-alpha.22 - "@jupyterlab/builder": ^4.0.0-alpha.22 - "@jupyterlab/buildutils": ^4.0.0-alpha.22 - "@jupyterlab/cell-toolbar-extension": ^4.0.0-alpha.22 + "@jupyterlab/application-extension": ^4.0.0-beta.0 + "@jupyterlab/apputils-extension": ^4.0.0-beta.0 + "@jupyterlab/builder": ^4.0.0-beta.0 + "@jupyterlab/buildutils": ^4.0.0-beta.0 + "@jupyterlab/cell-toolbar-extension": ^4.0.0-beta.0 "@jupyterlab/celltags": ^4.0.0-alpha.20 - "@jupyterlab/celltags-extension": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/codemirror-extension": ^4.0.0-alpha.22 - "@jupyterlab/completer-extension": ^4.0.0-alpha.22 - "@jupyterlab/console-extension": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/csvviewer-extension": ^4.0.0-alpha.22 - "@jupyterlab/debugger-extension": ^4.0.0-alpha.22 - "@jupyterlab/docmanager-extension": ^4.0.0-alpha.22 - "@jupyterlab/documentsearch-extension": ^4.0.0-alpha.22 - "@jupyterlab/extensionmanager-extension": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser-extension": ^4.0.0-alpha.22 - "@jupyterlab/fileeditor-extension": ^4.0.0-alpha.22 - "@jupyterlab/htmlviewer-extension": ^4.0.0-alpha.22 - "@jupyterlab/hub-extension": ^4.0.0-alpha.22 - "@jupyterlab/javascript-extension": ^4.0.0-alpha.22 - "@jupyterlab/json-extension": ^4.0.0-alpha.22 - "@jupyterlab/lsp": ^4.0.0-alpha.22 - "@jupyterlab/lsp-extension": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu-extension": ^4.0.0-alpha.22 - "@jupyterlab/markedparser-extension": ^4.0.0-alpha.22 - "@jupyterlab/mathjax-extension": ^4.0.0-alpha.22 - "@jupyterlab/notebook-extension": ^4.0.0-alpha.22 - "@jupyterlab/pdf-extension": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-extension": ^4.0.0-alpha.22 - "@jupyterlab/running-extension": ^4.0.0-alpha.22 - "@jupyterlab/settingeditor": ^4.0.0-alpha.22 - "@jupyterlab/settingeditor-extension": ^4.0.0-alpha.22 - "@jupyterlab/shortcuts-extension": ^4.0.0-alpha.22 - "@jupyterlab/terminal-extension": ^4.0.0-alpha.22 - "@jupyterlab/theme-dark-extension": ^4.0.0-alpha.22 - "@jupyterlab/theme-light-extension": ^4.0.0-alpha.22 - "@jupyterlab/toc-extension": ^6.0.0-alpha.22 - "@jupyterlab/tooltip-extension": ^4.0.0-alpha.22 - "@jupyterlab/translation-extension": ^4.0.0-alpha.22 - "@jupyterlab/ui-components-extension": ^4.0.0-alpha.22 - "@jupyterlab/vega5-extension": ^4.0.0-alpha.22 + "@jupyterlab/celltags-extension": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/codemirror-extension": ^4.0.0-beta.0 + "@jupyterlab/completer-extension": ^4.0.0-beta.0 + "@jupyterlab/console-extension": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/csvviewer-extension": ^4.0.0-beta.0 + "@jupyterlab/debugger-extension": ^4.0.0-beta.0 + "@jupyterlab/docmanager-extension": ^4.0.0-beta.0 + "@jupyterlab/documentsearch-extension": ^4.0.0-beta.0 + "@jupyterlab/extensionmanager-extension": ^4.0.0-beta.0 + "@jupyterlab/filebrowser-extension": ^4.0.0-beta.0 + "@jupyterlab/fileeditor-extension": ^4.0.0-beta.0 + "@jupyterlab/htmlviewer-extension": ^4.0.0-beta.0 + "@jupyterlab/hub-extension": ^4.0.0-beta.0 + "@jupyterlab/javascript-extension": ^4.0.0-beta.0 + "@jupyterlab/json-extension": ^4.0.0-beta.0 + "@jupyterlab/lsp": ^4.0.0-beta.0 + "@jupyterlab/lsp-extension": ^4.0.0-beta.0 + "@jupyterlab/mainmenu-extension": ^4.0.0-beta.0 + "@jupyterlab/markedparser-extension": ^4.0.0-beta.0 + "@jupyterlab/mathjax-extension": ^4.0.0-beta.0 + "@jupyterlab/notebook-extension": ^4.0.0-beta.0 + "@jupyterlab/pdf-extension": ^4.0.0-beta.0 + "@jupyterlab/rendermime-extension": ^4.0.0-beta.0 + "@jupyterlab/running-extension": ^4.0.0-beta.0 + "@jupyterlab/settingeditor": ^4.0.0-beta.0 + "@jupyterlab/settingeditor-extension": ^4.0.0-beta.0 + "@jupyterlab/shortcuts-extension": ^4.0.0-beta.0 + "@jupyterlab/terminal-extension": ^4.0.0-beta.0 + "@jupyterlab/theme-dark-extension": ^4.0.0-beta.0 + "@jupyterlab/theme-light-extension": ^4.0.0-beta.0 + "@jupyterlab/toc-extension": ^6.0.0-beta.0 + "@jupyterlab/tooltip-extension": ^4.0.0-beta.0 + "@jupyterlab/translation-extension": ^4.0.0-beta.0 + "@jupyterlab/ui-components-extension": ^4.0.0-beta.0 + "@jupyterlab/vega5-extension": ^4.0.0-beta.0 "@types/rimraf": ^3.0.2 css-loader: ~5.0.1 extra-watch-webpack-plugin: ^1.0.3 @@ -2062,20 +2062,20 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.0.0-alpha.18 "@jupyter-notebook/ui-components": ^7.0.0-alpha.18 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 "@jupyterlab/celltags": ^4.0.0-alpha.20 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/console": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/console": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 - "@lumino/widgets": ^2.0.0 + "@lumino/widgets": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 languageName: unknown @@ -2087,18 +2087,18 @@ __metadata: dependencies: "@babel/core": ^7.11.6 "@babel/preset-env": ^7.12.1 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/testutils": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/testutils": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/polling": ^2.0.0 "@lumino/signaling": ^2.0.0 - "@lumino/widgets": ^2.0.0 + "@lumino/widgets": ^2.0.1 "@types/jest": ^29.2.5 jest: ^29.3.1 rimraf: ^3.0.2 @@ -2111,7 +2111,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/buildutils@workspace:buildutils" dependencies: - "@jupyterlab/buildutils": ^4.0.0-alpha.22 + "@jupyterlab/buildutils": ^4.0.0-beta.0 "@types/fs-extra": ^9.0.10 "@types/node": ^14.6.1 commander: ^6.2.0 @@ -2125,9 +2125,9 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/console": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/console": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 "@lumino/algorithm": ^2.0.0 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2138,11 +2138,11 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/signaling": ^2.0.0 rimraf: ^3.0.2 @@ -2155,9 +2155,9 @@ __metadata: resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: "@jupyter-notebook/application": ^7.0.0-alpha.18 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@lumino/widgets": ^2.0.0 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@lumino/widgets": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 languageName: unknown @@ -2168,10 +2168,10 @@ __metadata: resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: "@jupyter-notebook/ui-components": ^7.0.0-alpha.18 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^3.0.2 @@ -2184,15 +2184,15 @@ __metadata: resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: "@jupyter-notebook/application": ^7.0.0-alpha.18 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/builder": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 - "@lumino/commands": ^2.0.0 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/builder": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 + "@lumino/commands": ^2.0.1 "@lumino/disposable": ^2.0.0 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2224,15 +2224,15 @@ __metadata: resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: "@jupyter-notebook/application": ^7.0.0-alpha.18 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/cells": ^4.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/cells": ^4.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/polling": ^2.0.0 - "@lumino/widgets": ^2.0.0 + "@lumino/widgets": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 languageName: unknown @@ -2242,7 +2242,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/root@workspace:." dependencies: - "@jupyterlab/buildutils": ^4.0.0-alpha.22 + "@jupyterlab/buildutils": ^4.0.0-beta.0 "@typescript-eslint/eslint-plugin": ^5.55.0 "@typescript-eslint/parser": ^5.55.0 eslint: ^8.36.0 @@ -2262,9 +2262,9 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/terminal": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/terminal": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2277,21 +2277,21 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.0.0-alpha.18 "@jupyter-notebook/tree": ^7.0.0-alpha.18 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingeditor": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/filebrowser": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingeditor": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 - "@lumino/commands": ^2.0.0 - "@lumino/widgets": ^2.0.0 + "@lumino/commands": ^2.0.1 + "@lumino/widgets": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 languageName: unknown @@ -2302,21 +2302,21 @@ __metadata: resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: "@jupyter-notebook/application": ^7.0.0-alpha.18 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/filebrowser": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 - "@lumino/commands": ^2.0.0 + "@lumino/commands": ^2.0.1 "@lumino/coreutils": ^2.0.0 - "@lumino/widgets": ^2.0.0 + "@lumino/widgets": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 languageName: unknown @@ -2328,8 +2328,8 @@ __metadata: dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/testutils": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/testutils": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@types/jest": ^29.2.5 babel-loader: ^8.0.6 jest: ^29.3.1 @@ -2355,43 +2355,43 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/application-extension@npm:4.0.0-alpha.22" +"@jupyterlab/application-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/application-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/property-inspector": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/property-inspector": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 4efe3590a3a2b707bf8232d0da36a79b55e26f4bfde9e4217c81d2a10b80415d7c184ff96477cfc78ce0458b41f03c59a5fe2e4d4b57010008795f722f4673e1 + checksum: 175e91fa657f414e34fa8ec1e41b4b7f36295cba4031af9351e5d55dc837cc2ab8597f7fe185e230966bf2d992be880ec709ea63f7d539cf9756ed9fe5dfd83f languageName: node linkType: hard -"@jupyterlab/application@npm:^4.0.0-alpha.20, @jupyterlab/application@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/application@npm:4.0.0-alpha.22" +"@jupyterlab/application@npm:^4.0.0-alpha.20, @jupyterlab/application@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/application@npm:4.0.0-beta.0" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/application": ^2.0.0 "@lumino/commands": ^2.0.0 @@ -2402,27 +2402,27 @@ __metadata: "@lumino/properties": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: fe114bb461a0ddf2759b1aca2e99d2f3da67f34d3a9669c684efce2767746ad815544882fb985816c4c7d88b0b1a907bf479a5360becb9e4b8506708e9c378d7 - languageName: node - linkType: hard - -"@jupyterlab/apputils-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/apputils-extension@npm:4.0.0-alpha.22" - dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + checksum: 0143ff36f29150ee0e43521b5bc0b83b578ea1addf40143b992276433cc7625f1bd303fce29ecf3cfebc35c70ac7f2170e97d459096ba721532bd066dd8bee21 + languageName: node + linkType: hard + +"@jupyterlab/apputils-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/apputils-extension@npm:4.0.0-beta.0" + dependencies: + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/filebrowser": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -2432,23 +2432,23 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: d1ba93f3ec652cd8edcbfba48af5cdd5bff0f84913ada42f6ec6b9bfb6abb2ba3056d40c5635890676c93452b8e9d970aa4a06bde6bf29fc81c509acf0551fff + checksum: 7ad9214c53685fa99beaade08ea24133d7f39026e20bc43662732bad2d94e88b237e20ef17ba867e5136f629fd39dee4e85d0a7e84060703fc574f5a36330771 languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/apputils@npm:4.0.0-alpha.22" +"@jupyterlab/apputils@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/apputils@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -2461,27 +2461,27 @@ __metadata: "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.7.3 - checksum: 216fb22e58aa16f68c6c9fa1ce39ac6a07be27960ee965492293277585ad4d05ee0e3e14ed33d5792afa6f55a0557a7c406e5d5cfd8848290693c0ca7f2c6740 + checksum: 863bb1b19b4d79873ae679ce46e30cb355f8abb7592a1e4bc6889e1516a5b4aaa4918583bf3874fde7cfca2f7f432e77576c950951165bb4bb85e3efd797db1b languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/attachments@npm:4.0.0-alpha.22" +"@jupyterlab/attachments@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/attachments@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 "@lumino/disposable": ^2.0.0 "@lumino/signaling": ^2.0.0 - checksum: f51e6b85cc28cb877300675186e400e8e23be4abfd151cc21c61e6b54df1046e35a23f0a0b698cf12e4bfe1604c18d55939155ea03920ff257a8d655b4c5b11c + checksum: f628fdeab7369a9dac77f2a9a30d16246607e5498f04412e3cdce125717076d294a0f5d5c79bcc42db16d9a2604b4343850d66d4c73021749a9aa01fcfcdaad0 languageName: node linkType: hard -"@jupyterlab/builder@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/builder@npm:4.0.0-alpha.22" +"@jupyterlab/builder@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/builder@npm:4.0.0-beta.0" dependencies: "@lumino/algorithm": ^2.0.0 "@lumino/application": ^2.0.0 @@ -2516,13 +2516,13 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: a57b3571fe222dfd4ddac250f9f8bd53a7f94ac7c9dacdb69ed9c5164f7069e8993d3225da2eb01b7314f9bfcd7b58de07bde3c07c07da3c082c126732f3b195 + checksum: 9245f364d2bb20a4804b63b01cef890a113833057abfa1f978a636fb33dcbe93782a78c1245fa516cf2dde071b937cfd1dabfe6959e84e5b781a9de9a1237300 languageName: node linkType: hard -"@jupyterlab/buildutils@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/buildutils@npm:4.0.0-alpha.22" +"@jupyterlab/buildutils@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/buildutils@npm:4.0.0-beta.0" dependencies: "@yarnpkg/lockfile": ^1.1.0 child_process: ~1.0.2 @@ -2547,65 +2547,65 @@ __metadata: remove-dependency: lib/remove-dependency.js update-dependency: lib/update-dependency.js update-dist-tag: lib/update-dist-tag.js - checksum: 9fd27547e155cd5f40c5285974b0705c166a23bc995d8c923f30fa15536d48b8002ad616a6e4500d89309abea3264849d2ea217ffe636f13eacd8083f68f7ecf + checksum: a138bb8cb2027029599a9540f184145814e4591ef1121e32a7d7fc214f589492156fbbdf629bf2a0498622333c40cc79dd6c8d496d09ec6d91d8ebe85dff3bfe languageName: node linkType: hard -"@jupyterlab/cell-toolbar-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/cell-toolbar-extension@npm:4.0.0-alpha.22" +"@jupyterlab/cell-toolbar-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/cell-toolbar-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/cell-toolbar": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - checksum: 47c25f802875a5bf8baaa138bad63587f8e9e8da47a623408c743e94397d6dc6b0b168fe2c07fd4fffc09c32b3b8e1ecd06d775b607bccc973a466ad356f2984 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/cell-toolbar": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + checksum: 328a132c9b0914d3418c78a197eac9ad4ac998743e40b0993befa1e5c9d3e43831c2b80e9520dc3f8f1fd87d1c7a0a4cecf3be2eddef60932e2ae0788ace7ada languageName: node linkType: hard -"@jupyterlab/cell-toolbar@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/cell-toolbar@npm:4.0.0-alpha.22" +"@jupyterlab/cell-toolbar@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/cell-toolbar@npm:4.0.0-beta.0" dependencies: "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/cells": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/cells": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 390ab6cfdc69b998068bb0928abb56fcf199af7f5324705786ae931a5e2e895027c966f542da6439b1936ab1c9779fdfe2668e3c39ba3c8b88c5e8d9a3518e7e + checksum: 27801ec85b9f0146fca87bbe10947bc533baa891de7f5850c2f0f4ad6bc7c44a17b52915b96cfd19b3e4c1b6a32ea8dc5523a883fb44939fbd649bd732537d03 languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.0.0-alpha.20, @jupyterlab/cells@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/cells@npm:4.0.0-alpha.22" +"@jupyterlab/cells@npm:^4.0.0-alpha.20, @jupyterlab/cells@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/cells@npm:4.0.0-beta.0" dependencies: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.7.0 "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/attachments": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser": ^4.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/outputarea": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/toc": ^6.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/attachments": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@jupyterlab/filebrowser": ^4.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/outputarea": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/toc": ^6.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/domutils": ^2.0.0 @@ -2616,22 +2616,22 @@ __metadata: "@lumino/virtualdom": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: cd43c1a57f737665fad91f183f92b103806a88c0dc51b56a80d3f3bdd93c46d4735c2dfd2953ddf04f6c1c445590bd17e2a8445872457332ed74626857729c9e + checksum: 3fac8fd81735ce300a153348d2829cc8021725759646b84f38767ae5e1675467a389038b420320b81486d5be6275c95f3277dc1fe10a136225604f4afe72b59b languageName: node linkType: hard -"@jupyterlab/celltags-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/celltags-extension@npm:4.0.0-alpha.22" +"@jupyterlab/celltags-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/celltags-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@rjsf/utils": ^5.1.0 react: ^18.2.0 - checksum: 0e336193ef10993d94735c871c448e6959ac71702ee91e1815879044133a4ff930e17f768f589a42b9bd23b105e01289c2505920b1dca36fc8d4b59b1f42b91f + checksum: 64b4a675b50c33717534052acd4751adac2cb88248a3b48419e031366379d0d300848399a58bcfc9829b34301e4a691b851e09b24b0d2703b3a85d1f43e0e384 languageName: node linkType: hard @@ -2653,18 +2653,18 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/codeeditor@npm:4.0.0-alpha.22" +"@jupyterlab/codeeditor@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/codeeditor@npm:4.0.0-beta.0" dependencies: "@codemirror/state": ^6.2.0 "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/dragdrop": ^2.0.0 @@ -2672,34 +2672,34 @@ __metadata: "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: c137fa24932de0cad0a8e6ef42fe084a1ba8c9410e7ae0b7ddd1d9f126591f3126ea37f1167a69b3803ce413005b9d559e396161737ca55e70ab6a076af4dc8b + checksum: c9988e6a92be593859f7f476ff57a226c9ff4064cfdefa9b620eb365cf949c50eafcc23f9191d83c30e230cdbe50430fe55be603697f2bb19eb98753a08e26fc languageName: node linkType: hard -"@jupyterlab/codemirror-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/codemirror-extension@npm:4.0.0-alpha.22" +"@jupyterlab/codemirror-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/codemirror-extension@npm:4.0.0-beta.0" dependencies: "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/widgets": ^2.0.0 "@rjsf/utils": ^5.1.0 "@rjsf/validator-ajv8": ^5.1.0 react: ^18.2.0 - checksum: 38e33882c772a00cc0ec122f81fe0fe04ec6adb2d667fb2c089d7813cffe4be8a50374e458eaf97d24596fd86e892755705a5cee960500949e612606e4cae9cc + checksum: 967e2e2b0e1f8e989979a3518d55dcee05c0f7368bb878fb8e5eaa1b36a60b9d552b7e8a0781d0ad96bf04f96d89d0e8612f900899cd36e4648067c8ab82f140 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/codemirror@npm:4.0.0-alpha.22" +"@jupyterlab/codemirror@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/codemirror@npm:4.0.0-beta.0" dependencies: "@codemirror/autocomplete": ^6.4.0 "@codemirror/commands": ^6.1.0 @@ -2722,11 +2722,11 @@ __metadata: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.7.0 "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lezer/common": ^1.0.0 "@lezer/generator": ^1.0.0 "@lezer/highlight": ^1.0.0 @@ -2734,37 +2734,37 @@ __metadata: "@lumino/disposable": ^2.0.0 "@lumino/signaling": ^2.0.0 yjs: ^13.5.40 - checksum: ae4fddf6a9269c51fa461b3683ea050005d6b1b826d9a6b570e49260b694ab66a4fe7547b97bb77a2c984e2ce498f728327a4bd4cdf4cc5cbb1281598e90aa74 + checksum: 30b50b2ca608cf500c58bea301b9e6dcbffd81e649cb26d85c6a016a8cb0262e22b3e8dec13bc38e0f2c191992871e673c0f6ed3451ae07ad48dd8431cc56d39 languageName: node linkType: hard -"@jupyterlab/completer-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/completer-extension@npm:4.0.0-alpha.22" +"@jupyterlab/completer-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/completer-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/completer": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/completer": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@rjsf/utils": ^5.1.0 react: ^18.2.0 - checksum: c210cba0ac132865823ea63ef8937b0509620af22dc4d55027f0e52e49c7a247f5bce08584cebc00ba64a79c273450897e70d29933a91dae9736e95776096d6b + checksum: 35d3056910ef28672a9d725073b8203ece0449e33ed0fc485b15a937ab2440ec5a424dc459eb96bdec9047277f146135d895607680ebb331d1132720e774685a languageName: node linkType: hard -"@jupyterlab/completer@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/completer@npm:4.0.0-alpha.22" +"@jupyterlab/completer@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/completer@npm:4.0.0-beta.0" dependencies: "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 @@ -2772,65 +2772,65 @@ __metadata: "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 217e502314663a6db219630cf2c7ff7d6e86371cdd532f29623e973131c5cd71afe2e6767436492c4e5cfd5a10a50fd02659d70b8578aa4f0a369a306a02bb39 - languageName: node - linkType: hard - -"@jupyterlab/console-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/console-extension@npm:4.0.0-alpha.22" - dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/completer": ^4.0.0-alpha.22 - "@jupyterlab/console": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser": ^4.0.0-alpha.22 - "@jupyterlab/launcher": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + checksum: 74e3e4f7cb6607fcfeeb366650a1159c4e111ce4ace46aff29c967b5670ee0c5311c18436bc28fbd7ad08537aaf38c0e4649557a41205fe16442998d3fb2360b + languageName: node + linkType: hard + +"@jupyterlab/console-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/console-extension@npm:4.0.0-beta.0" + dependencies: + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/completer": ^4.0.0-beta.0 + "@jupyterlab/console": ^4.0.0-beta.0 + "@jupyterlab/filebrowser": ^4.0.0-beta.0 + "@jupyterlab/launcher": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/properties": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 7ed8deb2890e650b8d2a304516e68cb4891a56259b2d597b7366f30df1afd1def6a8af7244fc94259f888853c5e0a4a7902ff8ed7316e61fb0743c0c8606bfde + checksum: 8847e43038a1d6f43bb98fc8d515a683409bb68073b0a30f16c0d082a1297ff85233f6a05e7283c2593da490ddafb5e1a3d1c34063c3166f067008317ef59d76 languageName: node linkType: hard -"@jupyterlab/console@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/console@npm:4.0.0-alpha.22" +"@jupyterlab/console@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/console@npm:4.0.0-beta.0" dependencies: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.7.0 "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/cells": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/cells": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/dragdrop": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 2c53eafb189456105564307d026866a485b68a9d10f1826db90479af4ee63c5bfb04473bc5b48b4a75400c5f735a9884c7ef11890d523edea801a810930a7fc8 + checksum: 10eefdbd55194a15bf07f7c57f4fdc9a66a4ef3640610deba036864d959d98bc47eaca6122694b7591e176951a6f0814817c9b10b86240f8698e7630ec0642ac languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.0.0-alpha.22": - version: 6.0.0-alpha.22 - resolution: "@jupyterlab/coreutils@npm:6.0.0-alpha.22" +"@jupyterlab/coreutils@npm:^6.0.0-beta.0": + version: 6.0.0-beta.0 + resolution: "@jupyterlab/coreutils@npm:6.0.0-beta.0" dependencies: "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 @@ -2838,92 +2838,92 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 26ed104b5c65fb6e2c813244a87b3a4aa7342363cfb08660b7fa880c8d9dc1ef58b46ec2b1c4c8409f72ba578e9caed97fb4d07a308db9d4969b97f7bd83d564 + checksum: d5321b8b6b4feb248bb6beb039d0589c98501221beb93a9c97a0b7405bd19ef14c80c3afbaa27dbf72b195cd2a3b75e7306c52a43da78f2d133324d2f787573b languageName: node linkType: hard -"@jupyterlab/csvviewer-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/csvviewer-extension@npm:4.0.0-alpha.22" +"@jupyterlab/csvviewer-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/csvviewer-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/csvviewer": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/csvviewer": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/datagrid": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: db4c3c67582ad89b02f7c76134e2670b859d5cd1ac5337bad35d45d2f876b6c173759d24ceaccb84bc0ca9fc38a4b13f528bee5b6322a12d21b9708444deb491 + checksum: 6b30104e5daadd188fd40c71783ef201aef1db7cfe5755839ffb37b04a5538e7f35bc999a77ae1fa7c030d5652ef7f061f3e1bd2da5523433973723ea30f8313 languageName: node linkType: hard -"@jupyterlab/csvviewer@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/csvviewer@npm:4.0.0-alpha.22" +"@jupyterlab/csvviewer@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/csvviewer@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/datagrid": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: bc0a167bf4df59353234ea34cc8b4ed244b9f4465441bf46aa521f66de577ac66a1346a3ca76fb9d84e00bbe75a0e9951ccf18af37e3f5846ab75759b66db310 + checksum: f320a3bfd18a4eadbaf61ac28596504fcb7b43667b75b89cad23f5fda813c06d8ac1dbe6430866d81a16cac601e684a1d37ad4e3b05d980aee19119bc70457ee languageName: node linkType: hard -"@jupyterlab/debugger-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/debugger-extension@npm:4.0.0-alpha.22" +"@jupyterlab/debugger-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/debugger-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/cells": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/console": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/debugger": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/fileeditor": ^4.0.0-alpha.22 - "@jupyterlab/logconsole": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - checksum: acc7b47d4f1cf378fab09c6bb4b0c3975bf3d55329ab01fba8d2d6a3cb7d770e0559900a5f6da78c8f86fa679c6f686a324b94b7e7fbcd90589939b3492ff3e4 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/cells": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/console": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/debugger": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/fileeditor": ^4.0.0-beta.0 + "@jupyterlab/logconsole": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + checksum: 699b763cab5b155cec4312861b54b13d9a101640c726b0d33b0ad497284c0afe8f18ac25a6307cb88c6b8edf6088cb015d52e93ebe2918ad56bd3d8fc6d74b95 languageName: node linkType: hard -"@jupyterlab/debugger@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/debugger@npm:4.0.0-alpha.22" +"@jupyterlab/debugger@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/debugger@npm:4.0.0-beta.0" dependencies: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.7.0 "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/cells": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/console": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/fileeditor": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/cells": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/console": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/fileeditor": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -2935,24 +2935,24 @@ __metadata: "@lumino/widgets": ^2.0.0 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: 72cbb20267caa4bcb461b5748b6b13238bf707b7c31c93010d3660fa667bdca76cdc50121e1d2c45209ed47a65aea744906470bcbe994745d3ba0820fd8f4ddc + checksum: 45e20c8bc6527ba096017645b802cd312fd48939990a3068afa7354cab8c9d4257987cabef40488050f001c8bf64c3d1b9a60b1a87f0a41fa9bcaeb7ebf2741f languageName: node linkType: hard -"@jupyterlab/docmanager-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/docmanager-extension@npm:4.0.0-alpha.22" +"@jupyterlab/docmanager-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/docmanager-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -2960,21 +2960,21 @@ __metadata: "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 2e7af09af2e89fd1eb419da4f9d21a5744a0a2dc04b7f5a76115a71f19523ef2b92269b394624a707a050442f72c32ca8a31e5e04fe11c20c1702e71de8248a3 + checksum: e1cd564389c720aeec529fd24e0fa2dc7d9d34d0d64db4b81cff37deeb1ba9a5f4a0782cd7ebd75ecf7d58bf2d703e883d688f5625e27086512d52b1eef55c4e languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/docmanager@npm:4.0.0-alpha.22" +"@jupyterlab/docmanager@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/docmanager@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 @@ -2983,24 +2983,24 @@ __metadata: "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: a24c6edcbcbe004228cceaf875da8eeb3bbc5bbc1a42d5acd0054ca2842e46337a675407faee43f46f6990476fb4cb48c577207bff700cefcdb312ab7f3dbee3 + checksum: 5cf19942f67d40e9108af6b653a8f7e94d17828e816e56fca14eb96287bfa4bd9b38bcb1674f2718a6b9283c2d8c9ef065004c324cea304342f91f57aaa8d042 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/docregistry@npm:4.0.0-alpha.22" +"@jupyterlab/docregistry@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/docregistry@npm:4.0.0-beta.0" dependencies: "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 @@ -3008,31 +3008,31 @@ __metadata: "@lumino/properties": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: f2323d3ddec436bd47eb54324dd609376078ef785e977319fb6c41cf900d146fcea499f54a3736a2e0d9f4f4187c0b2dd4cc6ebc7abb0e7b580476df3325efe1 + checksum: 413062f626169534bd66485162946faa34825d97d8b02950bc8429f043a3c10e2bd93cec95b9e7362f33efb56a54f0dffd2de7f78a607e41d0555c0be0440334 languageName: node linkType: hard -"@jupyterlab/documentsearch-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/documentsearch-extension@npm:4.0.0-alpha.22" +"@jupyterlab/documentsearch-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/documentsearch-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/widgets": ^2.0.0 - checksum: bfc669f0d42a5e5408f69b5adeecb8e28f2a24a3e20c1ba1fbcde15d86e56454ae5eae83cbef753705f9e23474901dece9d6547d8941a3c36df4860c60942531 + checksum: 37218924f747392e95056691fb4477581acc2c62089279cc9056a7c65b1767b7451ef06daab9506069d6d2f74b233c35486b5d69f450e87013457e95b8b69e53 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/documentsearch@npm:4.0.0-alpha.22" +"@jupyterlab/documentsearch@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/documentsearch@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/messaging": ^2.0.0 @@ -3040,79 +3040,79 @@ __metadata: "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: fd0b55ab222ba625334f0820b66ca5eded36154353c2b84b01f22f9f7b422f1b3b5ca8a673adbcd13fa1904ab3c869d6c2d5d891837481387f6f10c93317a41f + checksum: e29a6f02e6d67a57fdd2beeda3657f537729e4c7d88c463fa6f9c23996d6309d924b62d2fb4f776bac84d17434cfafc80cd25a775f91ccf4827cf8260bac392e languageName: node linkType: hard -"@jupyterlab/extensionmanager-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/extensionmanager-extension@npm:4.0.0-alpha.22" +"@jupyterlab/extensionmanager-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/extensionmanager-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/extensionmanager": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 - checksum: fe04a7322d242ba017ba3b2ba9690f7d2fca4e736993efe4fcd27ad92d8c227bfe6843a9f6d21952f302d8e8ee65fe6bca16a992528b905d85abfd5a4380115f + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/extensionmanager": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 + checksum: cb4bb48cde2b0918b0f39393cd5f7101aac696e1f2e4a9344e0fc597f283ee9854f65116714e0ff736cece3aee12b30b53246e1a7da0ecf533c01446b4a49705 languageName: node linkType: hard -"@jupyterlab/extensionmanager@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/extensionmanager@npm:4.0.0-alpha.22" +"@jupyterlab/extensionmanager@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/extensionmanager@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/messaging": ^2.0.0 "@lumino/polling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 react-paginate: ^6.3.2 semver: ^7.3.2 - checksum: 47df786309be4c97a79266b709ccf15e0c6b7f3f2c7c3ff7449bd019facf92ef1e3263909bc5b92fb23fcac0469e2813670f83cae90fedf3f0989ac09cf9e7d1 - languageName: node - linkType: hard - -"@jupyterlab/filebrowser-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/filebrowser-extension@npm:4.0.0-alpha.22" - dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + checksum: 4cb10ba81441dcb5655ec9d2005296d3ec9f941ac273dbd0947e7c89946a531ccf2425a313ab487b8293ddbb52717d01c35a6da432ffc9b65fbe58534a3c9600 + languageName: node + linkType: hard + +"@jupyterlab/filebrowser-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/filebrowser-extension@npm:4.0.0-beta.0" + dependencies: + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/filebrowser": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: e75e3bde9be27ea0214d86d4d6c3dffb134d1c9efac4b9691addbe45df1686c6783250fccaff16f7084aa5356769df8b700f654b5241a4a21052707866b43f10 + checksum: bb4f0bb458737e41b43257c416de35bf8485dd3120c89376f56bf1a1b54a95519f231f261e403397a55900a6c2c97300bcd97c8848f05bbff9c41e38aa444ca9 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/filebrowser@npm:4.0.0-alpha.22" +"@jupyterlab/filebrowser@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/filebrowser@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 @@ -3124,156 +3124,156 @@ __metadata: "@lumino/virtualdom": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: a15bc694c1897c5dc1561c2f68ccf44cf6cca80b00fd963a7481c3a52e2e4134e1da39fac013502a29796ccd0c60d6a881eed7712b0239d67de31575e0fd3139 + checksum: ff4c5ac57f7e8eb08d2a820a63222248c369ea06e63b9423eb299a3aad07d147ae153569eee73771a21f662b13f10b44d832b6bee29a8968bc50d7668b9233f8 languageName: node linkType: hard -"@jupyterlab/fileeditor-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/fileeditor-extension@npm:4.0.0-alpha.22" +"@jupyterlab/fileeditor-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/fileeditor-extension@npm:4.0.0-beta.0" dependencies: "@codemirror/commands": ^6.1.0 "@codemirror/search": ^6.2.0 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/completer": ^4.0.0-alpha.22 - "@jupyterlab/console": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser": ^4.0.0-alpha.22 - "@jupyterlab/fileeditor": ^4.0.0-alpha.22 - "@jupyterlab/launcher": ^4.0.0-alpha.22 - "@jupyterlab/lsp": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/toc": ^6.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/completer": ^4.0.0-beta.0 + "@jupyterlab/console": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@jupyterlab/filebrowser": ^4.0.0-beta.0 + "@jupyterlab/fileeditor": ^4.0.0-beta.0 + "@jupyterlab/launcher": ^4.0.0-beta.0 + "@jupyterlab/lsp": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/toc": ^6.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 8caa0754d9ae0503b452ae347a9bbe4524623a9b6bc89be8bbf4758ea1a5105bfd99b0a7a18777b39db3656a7c137ba85f2bcf5cd477b6fb29b5d7e6fa6c9077 + checksum: c77e66089abd9057ce6e7d50e04a35acbc10d9b326255fd10a993c0c3c5c4a137a5f5bc47fc5a5bd860fb525f6878b39544f4a9be81d3277d751c1472245de91 languageName: node linkType: hard -"@jupyterlab/fileeditor@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/fileeditor@npm:4.0.0-alpha.22" +"@jupyterlab/fileeditor@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/fileeditor@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@jupyterlab/lsp": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/toc": ^6.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@jupyterlab/lsp": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/toc": ^6.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: 1b9968a29592aaa93aa15f2584698c82e55fe294063ed28c03549d4c7ffeec910028659c65ae1deb595e6e996dd0ad0a239ef0e6e948a06c7fc8d5ce86b39081 + checksum: 184f9dd5313cc581686d3958113c7128c1a89d6133854f85e56c2cad98d3cafcd1340502588e9faeb51ec40a342ae138b634a12883253fd426f68e05bc273cb6 languageName: node linkType: hard -"@jupyterlab/htmlviewer-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/htmlviewer-extension@npm:4.0.0-alpha.22" +"@jupyterlab/htmlviewer-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/htmlviewer-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/htmlviewer": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 - checksum: 571d1e5b02fb27bbb33a96ca286cea200ed9e304175f98e9a0e7bb2a2af397fed4291f41867bf401c8c271db37a148948889999e34676230cbe3d2b1749d7acd + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/htmlviewer": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 + checksum: 2148d5bdb30fe352cf7f75825467f2169271ef32a043a72746b41887a17f68863b6d7d375b33c5acfe7dd3eefff6332e16afe1b920a42afa9cef16b058638b39 languageName: node linkType: hard -"@jupyterlab/htmlviewer@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/htmlviewer@npm:4.0.0-alpha.22" +"@jupyterlab/htmlviewer@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/htmlviewer@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 37144869e0e1fbe02f6dd628618924855d5a02d5d6a69c34e4569ae1ebbae482e09a20365559483ac3d984c275ad4faf37e15b2dd40d7ffc209ca410ef790b4b + checksum: 8d6e6be7cc811531533f69e13aeb1a9fcbe71834004ab480f39cdaec3afd00e44d236090674bd682dadee39378b24df0a2a9104186c57c6e4da35bce8be4cfe2 languageName: node linkType: hard -"@jupyterlab/hub-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/hub-extension@npm:4.0.0-alpha.22" +"@jupyterlab/hub-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/hub-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - checksum: ea5e195cb5bef196976ef76861f65a988fd451e077b0059f2c084ad083f040959b74706d0508e060cad4f526526a0db0373575d5af4b99d6cc836235e8c4260d + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + checksum: 7c78083e930c0415b307ec46c4096570d0a5b66be6b5747600c6cdca19cecd66020965d901df1c7aaaddae4d34a8c51c5dfa2e8bfc36ec747c65a205ce82ea7a languageName: node linkType: hard -"@jupyterlab/inspector@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/inspector@npm:4.0.0-alpha.22" +"@jupyterlab/inspector@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/inspector@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/polling": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 8272eeba0525aa7c257a4096b54bec0b53c7ec3541f03bd34ca458e061b1e8768a96204fda2bd7bc051bbcd2851f9ba071737ee704463bd2e9afa22b87f8d331 + checksum: 752268a465bd295445366a22c09996ae782b07c0233c0197daa81c2ee8cc91bfaab3e0ba92aa015d6432204649ce70d490934ff3941cb703983b5bf19260add9 languageName: node linkType: hard -"@jupyterlab/javascript-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/javascript-extension@npm:4.0.0-alpha.22" +"@jupyterlab/javascript-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/javascript-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - checksum: 958b6c5e03b407578d448a48a0fc75ffdfda7838886ca66048ebc7114cd537c382ff7fc3062be32278464f1625157bb6d3fb51bf0df670d168bd427048ba89c6 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + checksum: 1d369e2f5f901b1b882874c34707695668df06f1198750c3b1eb5ea8e5d6cef5b205107f3d80abd0227ab14b3715b57b3f65a50cdb4c267032de2c89edafcfc5 languageName: node linkType: hard -"@jupyterlab/json-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/json-extension@npm:4.0.0-alpha.22" +"@jupyterlab/json-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/json-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lezer/highlight": ^1.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/messaging": ^2.0.0 @@ -3283,17 +3283,17 @@ __metadata: react-highlight-words: ^0.20.0 react-json-tree: ^0.18.0 style-mod: ^4.0.0 - checksum: f240e88c9985a2c46e99e8fc288540ee58c32b54761b7b27cf6dcf44d57d826ca4acb5514cdf30fa14f017d96bf470960ea1d55fc0fdbc49d6ea68d52f0b4181 + checksum: cd23a30cac4617c3914be4bbe58503a3cffe7321c752d8dc1d18bdf12abc167223ce8e1cf0d7c58472615fd2bc7dbbbb7aa3c96ba01e41f33740d50f4df748af languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/launcher@npm:4.0.0-alpha.22" +"@jupyterlab/launcher@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/launcher@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -3301,58 +3301,58 @@ __metadata: "@lumino/properties": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: debcdfaaaaa03e550b3ad397cb34a33b829313083177c3aca9cfea6dad9d265fd365fe4c3905f6b3dd5be67ca771da734fe5f4b2bb3f5c6ce2be7aa2897b856a + checksum: 44b94bd1e64a648c69d80775b21184e27b0a76b4faea28c9b10c3d45079c3b400be32aceb2c826853976709209068f83073f40f87124ad0f456349675bcca478 languageName: node linkType: hard -"@jupyterlab/logconsole@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/logconsole@npm:4.0.0-alpha.22" +"@jupyterlab/logconsole@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/logconsole@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/outputarea": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/outputarea": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 6b5138f12f27033806aed6b841b716d68957dc0aae0e3780bdb21ccb19caa58af7a5a415d05f79d279138973b3821f0ac0c23ac1205cb36cf4363e51a0ba3775 + checksum: 6642cbfabdc69521e7e230265dfb75e865b6b730a7efbe1a634d22bea116ad8fce655698d37e9ec95c03e19ba9a05a10f91c42572b3d7ad2a4a7f32832843c8a languageName: node linkType: hard -"@jupyterlab/lsp-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/lsp-extension@npm:4.0.0-alpha.22" +"@jupyterlab/lsp-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/lsp-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/lsp": ^4.0.0-alpha.22 - "@jupyterlab/running": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/lsp": ^4.0.0-beta.0 + "@jupyterlab/running": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/polling": ^2.0.0 "@lumino/signaling": ^2.0.0 "@rjsf/utils": ^5.1.0 react: ^18.2.0 - checksum: 6f5834e4bf8067cc1ef9e7b6a890150e7aaa8949678fe9d276ed99d16834de8fcb774b9734e93dacc1cea4e7175d088468eab2761e3e4f17155f4452dda81758 + checksum: 030875664544058b6bd0787fb5b8aed65230df242b615dea4f73e806cc35a590a4a1f95595e80cdcccb753b22a62894578b2ac00ab4bc8e7a571c31f93794b60 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/lsp@npm:4.0.0-alpha.22" +"@jupyterlab/lsp@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/lsp@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/signaling": ^2.0.0 @@ -3360,78 +3360,78 @@ __metadata: vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: 4049e681cd934bfb80903a374e096e72006c975f8fcce2b1b25ae15dd5ad31e33e54ac0230f14db709f8199d23cb28f07a6d9fdfef89c3480d1880bc0cba1697 + checksum: acfbd66d82981075147ac26ba583e311724e20e2cae965945a09da2a43e6f0f658e2eb5947944bfda6a50a55938e97c21251c3036885803204b25bd4411d5c18 languageName: node linkType: hard -"@jupyterlab/mainmenu-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/mainmenu-extension@npm:4.0.0-alpha.22" +"@jupyterlab/mainmenu-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/mainmenu-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 2fa0644ae79704ab09766b0b8be5ebeeda221d90a22c92b7020ad435910ffbe64aecb3c380b719885c2cde1d7b3af89f66f6cd497e64d59b4d936745e942fab4 + checksum: ddaaa55ade8339e1e6bb5a23938740ddc2233010e0d1c9f6236dfb166b42ac0a6662bdbffd4ebaf2a6d0ef15845732e5452acf09d56f55de07c25148227099e0 languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/mainmenu@npm:4.0.0-alpha.22" +"@jupyterlab/mainmenu@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/mainmenu@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 7e7ced1ece2abad6c2a846818ce4fe4d4c0419b31f010553054cb7baad985f924acfa6bcd28d6790d11c20ac96a23c3664e6070d87f37976e6246a32daf2e543 + checksum: 6430d8b7ec457ae2cfcf137affdf929bc4127db80d0c6db0bb9f7eec2b3c9b9f2ecded768c9fac34ea391adb3fd5491d6256d3d5edeab6908f16054a1425c819 languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/markedparser-extension@npm:4.0.0-alpha.22" +"@jupyterlab/markedparser-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/markedparser-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 marked: ^4.0.17 - checksum: 3885a3c5a5914307e855762c9a7f7de6c12002380d775e8299ac32ff1195faa1ff5557e9e82575af5e45d599943a53d139f0ec7a9e05131aeacaeb6bc00a5eec + checksum: 0c8f4b58c374ce9d1733118817894515408830ec5485deb503c87bd18fe2cf2f1ca7891b888d15bdb69edd4bce2095d6c113a0088e6121d424fc202eb30feeae languageName: node linkType: hard -"@jupyterlab/mathjax-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/mathjax-extension@npm:4.0.0-alpha.22" +"@jupyterlab/mathjax-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/mathjax-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 mathjax-full: ^3.2.2 - checksum: 534e70bfec24bc990c9daf0acf90b9c842d32da94e7e2e0d613fc06d4b51369c91e749036e90bf9a3aa7cc8819d61472383a9ff1a05c237b996d1ed7f65d0f3f + checksum: 161ff69e22300d5f05cb19fa8b116a59f968935a925f5c3692edc64788293ba615b3ffd79d01ae09d9a61c7d5c5a2a95038dc0fb5e887ea90637249123bc07c0 languageName: node linkType: hard -"@jupyterlab/metadataform@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/metadataform@npm:4.0.0-alpha.22" +"@jupyterlab/metadataform@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/metadataform@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/widgets": ^2.0.0 @@ -3439,62 +3439,53 @@ __metadata: "@rjsf/validator-ajv8": ^5.1.0 json-schema: ^0.4.0 react: ^18.2.0 - checksum: 8d2ed43f0bcae1004b3663e0432142d65ca547e9e8ac32b6e2965c90b52f0a5e23611bc29abb6bf4ce05889c8f6d923b0893fef9d29b737b4637bd2321599e46 + checksum: f8e9d60347843b65c1e7f2f7b41c6b5fc5b29bcd03e1854a74e030f4bcbb4dc9140df5334edc7ce3aa155ef4b4803874339d679156f883bc53726bba62ba2e64 languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.15": - version: 3.6.2 - resolution: "@jupyterlab/nbformat@npm:3.6.2" - dependencies: - "@lumino/coreutils": ^1.11.0 - checksum: 9da3c71ca8a8c72d77a941fd527ce1e83f9f0978c3f35106f70f40bab929d261d8a91464303da38cca52450a5cbea0375049b2883795cec457f2673138d3e953 - languageName: node - linkType: hard - -"@jupyterlab/nbformat@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/nbformat@npm:4.0.0-alpha.22" +"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.15, @jupyterlab/nbformat@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/nbformat@npm:4.0.0-beta.0" dependencies: "@lumino/coreutils": ^2.0.0 - checksum: b6fdb3745f8f126405d24912f7bc5087d26193b0216c114327b2fdec780dc5c27fec01cc772e551e8e7b3f12a5c229852fdaec0a388d2cd296778935ce76d582 + checksum: 7d6a56d665af349f7e60e0464ce2e4ebc03b25090561aececd23b3e8fe0042af458abb6234523f9a45080f78ac21c5c5bc306a54f74f4b4545e56faf251a9331 languageName: node linkType: hard -"@jupyterlab/notebook-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/notebook-extension@npm:4.0.0-alpha.22" +"@jupyterlab/notebook-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/notebook-extension@npm:4.0.0-beta.0" dependencies: "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/cells": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/completer": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/docmanager-extension": ^4.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@jupyterlab/filebrowser": ^4.0.0-alpha.22 - "@jupyterlab/launcher": ^4.0.0-alpha.22 - "@jupyterlab/logconsole": ^4.0.0-alpha.22 - "@jupyterlab/lsp": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/metadataform": ^4.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/property-inspector": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/toc": ^6.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/cells": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/completer": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/docmanager-extension": ^4.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@jupyterlab/filebrowser": ^4.0.0-beta.0 + "@jupyterlab/launcher": ^4.0.0-beta.0 + "@jupyterlab/logconsole": ^4.0.0-beta.0 + "@jupyterlab/lsp": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/metadataform": ^4.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/property-inspector": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/toc": ^6.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -3504,32 +3495,32 @@ __metadata: "@lumino/widgets": ^2.0.0 "@rjsf/utils": ^5.1.0 react: ^18.2.0 - checksum: d9d37a536f16f03961fa4af265a80e8854117c54685ab30851f356074a6f7081b734a8601a310206d71a1c31f5bf10a8b1ed7adb50a22292e8b001b948fcd393 + checksum: 971ca24e80e19134ba6af69e315cb797aaec23afec3e488d336034f135a26e01bc6701812484d83fb4debcd4b9b5220baa47035690011ad3c132c1b9cd36fa95 languageName: node linkType: hard -"@jupyterlab/notebook@npm:^4.0.0-alpha.20, @jupyterlab/notebook@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/notebook@npm:4.0.0-alpha.22" +"@jupyterlab/notebook@npm:^4.0.0-alpha.20, @jupyterlab/notebook@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/notebook@npm:4.0.0-beta.0" dependencies: "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/cells": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/codemirror": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/documentsearch": ^4.0.0-alpha.22 - "@jupyterlab/lsp": ^4.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statusbar": ^4.0.0-alpha.22 - "@jupyterlab/toc": ^6.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/cells": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/codemirror": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/documentsearch": ^4.0.0-beta.0 + "@jupyterlab/lsp": ^4.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statusbar": ^4.0.0-beta.0 + "@jupyterlab/toc": ^6.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/domutils": ^2.0.0 @@ -3540,34 +3531,34 @@ __metadata: "@lumino/virtualdom": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 1090983d3103fed0e55b38d26b0e383b3cc1df7c6266769af604f2f98da1ea5796a4c4e9202c6399610bc331ee964a7cd323b9cf397032e90c9f88f9f67083cb + checksum: 6f02d4dc28f334e5184c85e1a05a7c50a45a810f372814cc97cf78e4c3e4d95f3def28d59f5cb5a667b943c363db66111ab9a19a59029cf02a866906bd4b2f5c languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.0.0-alpha.22": - version: 5.0.0-alpha.22 - resolution: "@jupyterlab/observables@npm:5.0.0-alpha.22" +"@jupyterlab/observables@npm:^5.0.0-beta.0": + version: 5.0.0-beta.0 + resolution: "@jupyterlab/observables@npm:5.0.0-beta.0" dependencies: "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 - checksum: 6d090640f8b566254ea68a9edd2e1d38b45326321c8741008c36cd4cb4179daa3cc07542ae6ac2618ef24c5d16fe7418dd1e6947eb06260c8577d990b438dfc6 + checksum: 1f75edbba3aa29018e5f60fb05f489eb994e9578e57ffafcfaaf6be17cc45b4bde39d40b6e946d6ec9067134e79197bf990c70c4e2eefa075cb65a0553fa9af5 languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/outputarea@npm:4.0.0-alpha.22" +"@jupyterlab/outputarea@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/outputarea@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 @@ -3575,168 +3566,168 @@ __metadata: "@lumino/properties": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: f1e725c1968df9b1d69525bca348dc562d292f4b3e31e3493d0e2fe30e5833ad529631e1ae23e5e112280c6a1982b4034dbd6a76068c50f580c647f6208148ae + checksum: ba997f1f3c9a23b5d1059aa8b3f22c6ab887ec96eaa6e4845d67662c2788d1ab46befd1c82cde0962bfc4bd91d75856edbd963900f09f8f9baf05756b5beacb3 languageName: node linkType: hard -"@jupyterlab/pdf-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/pdf-extension@npm:4.0.0-alpha.22" +"@jupyterlab/pdf-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/pdf-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: a7adab7e3b2333649d2bcee599aa5dc5583a093196371f1c9b24bbba67462a350d5ef23ba04ff77c5d343c513ad2a4328d26f6088a701a9af3f5927e37f473fb + checksum: 44c05e4e4fc8604f0b2d77f9a39a329aef43025ba4f71155b9b542be2d0e3dda326487f4e8d31b8c3af94f2b8ec4c28cdaa102bddb5ce61efbeeb0f93692fbf4 languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/property-inspector@npm:4.0.0-alpha.22" +"@jupyterlab/property-inspector@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/property-inspector@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 9bda355d6862a677cdb640d621a63e0d7b08e8ef37bcffdb89869bd35dacfc315def5a31e2aed5cd68d15a990d1cea10c385298f177f7aed2b678392b5f5439e + checksum: 4f213563fd67d0ed65853fb0ed229102fee93ab0e96e23d2a64abe0f9b1f6175d7507783c6e96272f9f05c4e25c30faebd4cc61d9292be01b066f079bf327e73 languageName: node linkType: hard -"@jupyterlab/rendermime-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/rendermime-extension@npm:4.0.0-alpha.22" +"@jupyterlab/rendermime-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/rendermime-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/docmanager": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - checksum: 24782da6fa2fd395951b43613644788f11d4d1220008ca79ecd5b4ebdc98b5b6bfc826e290c0df64bbef9e51e2d5623e178ad90cd8e77cdc5631f26cba7bbd77 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/docmanager": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + checksum: 90bb831157e2ff0af7a63c8cf1516fbab8ec3f94496c055845456c7437fa796f3aca157c0ae0fa7fb55863bcac956f2d75007fb3d18afaea7d6380af214ea653 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.8.0-alpha.22": - version: 3.8.0-alpha.22 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.8.0-alpha.22" +"@jupyterlab/rendermime-interfaces@npm:^3.8.0-beta.0": + version: 3.8.0-beta.0 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.8.0-beta.0" dependencies: "@lumino/coreutils": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: bc0bd347e9b7e8fe414bfa497608573e9ad9b8d6ac571c5a4122a0fa14d745ebe43a65b0c570a9177ecff73b0c3ea0da38a2f707d81db697178367d1076be5fd + checksum: c4416c9dab2bccc0fe4e941ef6d58ef8c110178357f2c01960481a6326534d49552bb3cd765ea7b146282103de47f344143aa06aa08db39e2cde835c0f9e76e9 languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/rendermime@npm:4.0.0-alpha.22" +"@jupyterlab/rendermime@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/rendermime@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 lodash.escape: ^4.0.1 - checksum: 1b4feea8fa1bb8ff9f407cac2e7e5567934424deb83ee914459df1f1aa2973e194f699d3f973978a5d6fd4fcefd82743ddc209868b42aea025a350e07ec3a28b + checksum: 387100358027e289a39219e7e6992369e86ff16e18794696516eef3181a7de115a49a4bd0579808b309202a0e3e0c4e4378a059e3dc2f0aa9ef73a00cf8d8c00 languageName: node linkType: hard -"@jupyterlab/running-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/running-extension@npm:4.0.0-alpha.22" +"@jupyterlab/running-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/running-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/running": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/running": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/commands": ^2.0.0 "@lumino/polling": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: a7b60af13bab9095047bad598b117c988ba13f810816895186530f9ed2cb44ebf0bd803fa06ffdaa260ab94b89076b0af541816920c312aa0aac77c15f40e79f + checksum: ce2d15bc8b255b2884bb8876c40917b32667ed675fc0ab859d0604403a0f5c3f130b505faf454df36f9560216abee9ffdba5d331ffbcdded81d8903afa868187 languageName: node linkType: hard -"@jupyterlab/running@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/running@npm:4.0.0-alpha.22" +"@jupyterlab/running@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/running@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 9c7433a7befa1f44e8a78c3693e1fe091740df4c16dbdc7b32c82873a6f7815d0f7c5de3eb831551024f694eb078b1956e8de0b8deb17f424fd01c31f0ae0999 + checksum: 8b0c9ec0bcbd1e6ac8cabc48259e98bf79acdb246aa5482b93e34e4350ebe74ee96dc4b70c6f208d6e5298f75ff190a6bc9cafedfec2ae503c5e27fa554fbc89 languageName: node linkType: hard -"@jupyterlab/services@npm:^7.0.0-alpha.22": - version: 7.0.0-alpha.22 - resolution: "@jupyterlab/services@npm:7.0.0-alpha.22" +"@jupyterlab/services@npm:^7.0.0-beta.0": + version: 7.0.0-beta.0 + resolution: "@jupyterlab/services@npm:7.0.0-beta.0" dependencies: "@jupyter/ydoc": ^0.3.4 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/polling": ^2.0.0 "@lumino/properties": ^2.0.0 "@lumino/signaling": ^2.0.0 ws: ^8.11.0 - checksum: 7b581bcc724974877e936e8a4195fd22d8edf46d68d5e562e746755d0567289d8d59a4755bcf0a702c266969eaf4a51b05ef133fd53141d6727cce68260371cb + checksum: 4c931e73afd252e61f223d97de8589b37f6fa2d898920e6fef30dc217140a9ac18d7ead71ce2f3d1085b991a319d42f9fa7b3587029dd64a4e2883b15d5fcd5d languageName: node linkType: hard -"@jupyterlab/settingeditor-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/settingeditor-extension@npm:4.0.0-alpha.22" +"@jupyterlab/settingeditor-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/settingeditor-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/settingeditor": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/settingeditor": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/disposable": ^2.0.0 - checksum: 44cbe8767cb83d65b803fcb59bf90064c608c8546a9b05c794d35a2ebe00281a0d83eeb9de1b3a028cde0be7cdef5555b6f8192112ad10f6424b10b29c7c77b9 + checksum: ae53b09f0eb01440e36aa59bde6f668fb3241f889ed25355ed8449cec9a527cb82881da70954a18ecec09ecf77278b0081e2601c0d201c0b2862321776a8fe6a languageName: node linkType: hard -"@jupyterlab/settingeditor@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/settingeditor@npm:4.0.0-alpha.22" +"@jupyterlab/settingeditor@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/settingeditor@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/inspector": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/inspector": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -3750,16 +3741,16 @@ __metadata: "@rjsf/validator-ajv8": ^5.1.0 json-schema: ^0.4.0 react: ^18.2.0 - checksum: 58e59e87fc3ecd58ac66f37e8264d87194ff01088ff6f103569f6d99a076f95c0f601855ab9a9ee69fefd2dc8c090e09de291495133b90f26c392cc18cc2a2a9 + checksum: 5b0816c7a54bebebb2b524e50ef187342172c0239895b517382a3a3953849d945d82fda5d788ca39e4fe32d64f595287a89750331d53698bcb4545854ef58a7d languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/settingregistry@npm:4.0.0-alpha.22" +"@jupyterlab/settingregistry@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/settingregistry@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/nbformat": ^4.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 + "@jupyterlab/nbformat": ^4.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 @@ -3767,18 +3758,18 @@ __metadata: "@rjsf/utils": ^5.1.0 ajv: ^8.12.0 json5: ^2.2.3 - checksum: 08058286e3f41ac4f6cb5b57a6189a3b0864f29198504edb6cff4732e7e9c6a8470f62076dc4ced7671b6411bf95dfc1e938921d439970946b10e00fd86f3210 + checksum: 34bf60052ccbfc51a7cbed3fea7e2f737a88e597aab588dd8e772f4414e13c578f6ec7e939184043e00a61cab17147bf63a8afba5fbf5b51f3de7e34c47ec605 languageName: node linkType: hard -"@jupyterlab/shortcuts-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/shortcuts-extension@npm:4.0.0-alpha.22" +"@jupyterlab/shortcuts-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/shortcuts-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -3787,28 +3778,28 @@ __metadata: "@lumino/keyboard": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 5ebd1a15b0a7aacd3bbd30d132128771d406e5f6268af89b59481aed67d6bfc95ae432a9af4c08796c85bfbda4f1fafc69e87c61f33a98f4bfcf449a12136eba + checksum: 3ea74a8bf20beb91dd095fa362cd4318a1f5806080222a91d00da48b51bb23f3b4d053080febccd19a5e00c3108756bd8a7c42c30b1babda6a4e347b2790094a languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/statedb@npm:4.0.0-alpha.22" +"@jupyterlab/statedb@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/statedb@npm:4.0.0-beta.0" dependencies: "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/properties": ^2.0.0 "@lumino/signaling": ^2.0.0 - checksum: 1fc1f01feea2399ab2c7d58780f9e68421dcf70844002813c6ba3eded8e5d1776d74f979aa6842ed91b3b68b20825a3cff92738f3c609a94464a24466d8e7336 + checksum: cad61119c2c519ce4407109bb199b12190f212eefc571cc0f4f234e0a2aae789b5f198272bb3e9d58c15c2aac3b186ed03f104ee4d2bdf57473f3a1788dc3176 languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/statusbar@npm:4.0.0-alpha.22" +"@jupyterlab/statusbar@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/statusbar@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 @@ -3816,36 +3807,36 @@ __metadata: "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 0e4e16f55afab9b2d54f4c3920ac7ec2f0458fb354a420374c9b8e14f9943602f7c6a0a7eb85e8144380024c5d250b13cdd00223f3dc3c0d78713f5cbd7c7b7e + checksum: b6a1cff897b3981dc4565a28d1b9a763293bed3ed0f4a2ad3bee66a1113e7def5e831bb34080a6a22acc04d038583aeb3dbcceef87c72b0eb6c5e876642c85c3 languageName: node linkType: hard -"@jupyterlab/terminal-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/terminal-extension@npm:4.0.0-alpha.22" +"@jupyterlab/terminal-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/terminal-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/launcher": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/running": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/terminal": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/launcher": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/running": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/terminal": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/widgets": ^2.0.0 - checksum: c85e8b8eb7b6e042952dce19c434aff26e1f5266f472af312c685e3c879e73c354d0e6e8a29772dbddbe9574c5cc6a3dc97055ced61aa3eee03994c98a4fb147 + checksum: 0d26d964f999083a692a45456269cbd38322135df1289845c562b98c504c346a05fb0c59a1f10d436c56c3a3aa85800ce62a8de3dea04ec3d5f52dc025dac291 languageName: node linkType: hard -"@jupyterlab/terminal@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/terminal@npm:4.0.0-alpha.22" +"@jupyterlab/terminal@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/terminal@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/domutils": ^2.0.0 "@lumino/messaging": ^2.0.0 @@ -3855,17 +3846,17 @@ __metadata: xterm-addon-fit: ~0.7.0 xterm-addon-web-links: ~0.8.0 xterm-addon-webgl: ~0.14.0 - checksum: af3915555544cb4d671dc5d4a551d69e4f5f49070abd024258271f38a71ab97b0a864c1d39f780c717d6f44eb6717d1f2ff92591324ac41709ac4c6fa7ead3d5 + checksum: 7a3235754732631a0af8b8731bca3ec1138d33ae0a002ab3c49046727bec4f41752daef71afe706689b8964aaa35bf0965da9a4fb5ba653879303fc80264229f languageName: node linkType: hard -"@jupyterlab/testing@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/testing@npm:4.0.0-alpha.22" +"@jupyterlab/testing@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/testing@npm:4.0.0-beta.0" dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 + "@jupyterlab/coreutils": ^6.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/signaling": ^2.0.0 child_process: ~1.0.2 @@ -3878,159 +3869,159 @@ __metadata: node-fetch: ^2.6.0 simulate-event: ~1.4.0 ts-jest: ^29.0.0 - checksum: 282461bd44a02d429cb40d9ea2ccdbbce398f94085e88ee65931965919f02e5a3052f1567059dad890d4f31fcfcbee77c851f7c73126c07e808d8764e0a6bec1 + checksum: 4a78e480b0a55468875e91177facf3e14701c74e05eb7ce0b906fde64dd8bfd967dc7bfa62a3b6e65a0e209b7c30c06dc52fd17d9aa4f634ebacb37e28eaeb33 languageName: node linkType: hard -"@jupyterlab/testutils@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/testutils@npm:4.0.0-alpha.22" +"@jupyterlab/testutils@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/testutils@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/testing": ^4.0.0-alpha.22 - checksum: faa6214d94dd483e445b4be5f3cf3d72612e241b51379a36f75964a155d11d10f54c48fe19f7f2d370c718e140c3e59ab66de5ff325ad72b8e16e4120ea50e57 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/testing": ^4.0.0-beta.0 + checksum: ebaaa688f9c924eebd25bb8807d2b7437de54fcd56d90b3515ee354f7290c747dbc74173f9a608653e851d1a5c550e230de50fcf85dc577b26286309e30a74b8 languageName: node linkType: hard -"@jupyterlab/theme-dark-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/theme-dark-extension@npm:4.0.0-alpha.22" +"@jupyterlab/theme-dark-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/theme-dark-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - checksum: 998cbde635ae7635a8aa1824c7a765bed80667904ac9629c4b38453d0d3e256c31fad2ab72530c315108e17edba42686416f0bc76bcfd8dff064273c52437bfe + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + checksum: 670e9c5a60d9a08fbec0985bb19d02378873430e1ce319b614882d53e04cb552967bcb9c233bd0419de7811d08499820d6263f167cb205865fedd953d79e473e languageName: node linkType: hard -"@jupyterlab/theme-light-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/theme-light-extension@npm:4.0.0-alpha.22" +"@jupyterlab/theme-light-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/theme-light-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - checksum: e5ae6f65e645caadc6376766ef5f9558761c34462020778747b4bed6fac6907b965a58b1e8a6fc58699e30b91b555ccfef7ae2d763ce308b26402be51d2eccd6 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + checksum: df0ffb616447b962c62911e1a613dbf77d0f90cb0d0a3c1f9fd9a0023bb64e1090f797cb2159ab3e4a95e6794423760e1526026be94d28ed401fb62dc49e8dcc languageName: node linkType: hard -"@jupyterlab/toc-extension@npm:^6.0.0-alpha.22": - version: 6.0.0-alpha.22 - resolution: "@jupyterlab/toc-extension@npm:6.0.0-alpha.22" +"@jupyterlab/toc-extension@npm:^6.0.0-beta.0": + version: 6.0.0-beta.0 + resolution: "@jupyterlab/toc-extension@npm:6.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/toc": ^6.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 - checksum: c4cb61d0131579eeff0b31dea8e9c9ccc8e1c38f32293219fdcacd8c96b4a83918277b2df45ad7626ebe905cc745c9eae6869621be58ca0b17f7af5f31ff094f + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/toc": ^6.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 + checksum: af3596b6ea36925f40392fa71eb030c7e695c1f3a44420db47de71ca2a3550f70a14f8e1ef938456ea75bcdefc6b2400f28d65cd60c8f6c09f25480116a131db languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.0.0-alpha.22": - version: 6.0.0-alpha.22 - resolution: "@jupyterlab/toc@npm:6.0.0-alpha.22" +"@jupyterlab/toc@npm:^6.0.0-beta.0": + version: 6.0.0-beta.0 + resolution: "@jupyterlab/toc@npm:6.0.0-beta.0" dependencies: - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/docregistry": ^4.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/docregistry": ^4.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/widgets": ^2.0.0 react: ^18.2.0 - checksum: 614ae54bac2e7590b664810418cefa80b5b385acb6d6ca1bc3ce04d9dde7fdf549ede7f0b9d10b7c51a1728f2dfdfe29964dd66c0d8cb512ebb37ba7d7310263 + checksum: 4b0efdfea85be9787adb06f039dcd428eca072485f653fe3fd7b67138521274da88263330cfccf9a091c03a7d5860ab7430f2e92ffc864d50ae5984db588256f languageName: node linkType: hard -"@jupyterlab/tooltip-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/tooltip-extension@npm:4.0.0-alpha.22" +"@jupyterlab/tooltip-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/tooltip-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/console": ^4.0.0-alpha.22 - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/fileeditor": ^4.0.0-alpha.22 - "@jupyterlab/notebook": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/tooltip": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/console": ^4.0.0-beta.0 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/fileeditor": ^4.0.0-beta.0 + "@jupyterlab/notebook": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/tooltip": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: e100f8c89c5858a8e5d30f38e78330593cfa0c79eb15d5563098ffd118b24e995b757b1afcbca64bebf68dbc9c1655ad9a47ab9b6456779524a03186d7ce82c7 + checksum: 34644ae5073174ac6f0173679e23d253cbbbbc83cdf46d44b8a7b0bfecf6a7581689da73649efcc2eac0e550ade6c5b6f89653ad2ce50b3b75c5efc65bc16d4c languageName: node linkType: hard -"@jupyterlab/tooltip@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/tooltip@npm:4.0.0-alpha.22" +"@jupyterlab/tooltip@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/tooltip@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/codeeditor": ^4.0.0-alpha.22 - "@jupyterlab/rendermime": ^4.0.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 + "@jupyterlab/codeeditor": ^4.0.0-beta.0 + "@jupyterlab/rendermime": ^4.0.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/widgets": ^2.0.0 - checksum: 9d0a4adc01776067f89bf1650f92f44db030222fdf084f916b97f80f9246a08889a54913f496543e6dbc38fce434304174f62fab5051345df6df65d46464be50 + checksum: a61f346885b914864b9b051905415ea40f2b30b3c55c522092400dcafc63872633471193ef62b96cd32140ca7bce7c6d973c0443148c50f17f76d1f67bdc6d13 languageName: node linkType: hard -"@jupyterlab/translation-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/translation-extension@npm:4.0.0-alpha.22" +"@jupyterlab/translation-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/translation-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/apputils": ^4.0.0-alpha.22 - "@jupyterlab/mainmenu": ^4.0.0-alpha.22 - "@jupyterlab/settingregistry": ^4.0.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 - checksum: 0d697b328e6e2740be2ed45cef97b399a72d9f83fc439805808b0a093e1b93017a4d1edbd2d6538e565d238b95281a2a183346a19ffc2cef9562ee2bf2209ed7 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/apputils": ^4.0.0-beta.0 + "@jupyterlab/mainmenu": ^4.0.0-beta.0 + "@jupyterlab/settingregistry": ^4.0.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 + checksum: 46ba7cae08a1df1f7bec8b1e148fe1c41a29753ec372553348891a31f761f743ca83aff1eca3fc16551ed1f79f9be168d4b65f1efb408fbfd79a418778ef47dc languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.0.0-alpha.20, @jupyterlab/translation@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/translation@npm:4.0.0-alpha.22" +"@jupyterlab/translation@npm:^4.0.0-alpha.20, @jupyterlab/translation@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/translation@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/services": ^7.0.0-alpha.22 - "@jupyterlab/statedb": ^4.0.0-alpha.22 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/services": ^7.0.0-beta.0 + "@jupyterlab/statedb": ^4.0.0-beta.0 "@lumino/coreutils": ^2.0.0 - checksum: 7c6887f2e7b0fccb64cbe3cb1b75a803ad0d5dcb89ab34d8ee22b61d12f98eaa6454dd0c94a3178c621f2d24bffa5fcdd902459681e4f4428296f215d64b0ca8 + checksum: 901bf5452b7b00bccab38f7cfd5b40cc37e833c83cf21f9d8b3b6b6422deb7394a2cee0d5df695b3c30f22d7e43e656c03aa19fcc0558abd8ae0e797f4a5105c languageName: node linkType: hard -"@jupyterlab/ui-components-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/ui-components-extension@npm:4.0.0-alpha.22" +"@jupyterlab/ui-components-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/ui-components-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/application": ^4.0.0-alpha.22 - "@jupyterlab/ui-components": ^4.0.0-alpha.37 - checksum: c8946bd7100f8670589df7c5cbb8d0355ce6535260db1262c7ccb1800352d93923496a8588386167aa35175037c8284b1d570eb531abbb532a6d2362cf9dff00 + "@jupyterlab/application": ^4.0.0-beta.0 + "@jupyterlab/ui-components": ^4.0.0-beta.0 + checksum: 39aefbd757c1c4158cb4df6dc276ea74919b67b9a61a23d3ef25de8dc7caeef73a96a10544b3aef8253b6aee0a5d4b02e2a6b75d664378f42a469eeb4d26f29b languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.0.0-alpha.35, @jupyterlab/ui-components@npm:^4.0.0-alpha.37": - version: 4.0.0-alpha.37 - resolution: "@jupyterlab/ui-components@npm:4.0.0-alpha.37" +"@jupyterlab/ui-components@npm:^4.0.0-alpha.35, @jupyterlab/ui-components@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/ui-components@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/coreutils": ^6.0.0-alpha.22 - "@jupyterlab/observables": ^5.0.0-alpha.22 - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 - "@jupyterlab/translation": ^4.0.0-alpha.22 + "@jupyterlab/coreutils": ^6.0.0-beta.0 + "@jupyterlab/observables": ^5.0.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 + "@jupyterlab/translation": ^4.0.0-beta.0 "@lumino/algorithm": ^2.0.0 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -4048,40 +4039,40 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 4fc655e9288330ce88e365f1e38f90cebe7ea9b329e9e8b1baff88608a8956b96b54b32eab297aa0a72c3af36c9d96e5bdc72664dd9696fc102735554083f9da + checksum: f4de4594a4c7301dc1fa055119284a119fbf0d16e6fb5f4e371f855f02a5b47ea148cec0bee4e5217a1c09bda4ad07542554bd6fcaa073e68d6d9409ceb346ad languageName: node linkType: hard -"@jupyterlab/vega5-extension@npm:^4.0.0-alpha.22": - version: 4.0.0-alpha.22 - resolution: "@jupyterlab/vega5-extension@npm:4.0.0-alpha.22" +"@jupyterlab/vega5-extension@npm:^4.0.0-beta.0": + version: 4.0.0-beta.0 + resolution: "@jupyterlab/vega5-extension@npm:4.0.0-beta.0" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.8.0-alpha.22 + "@jupyterlab/rendermime-interfaces": ^3.8.0-beta.0 "@lumino/coreutils": ^2.0.0 "@lumino/widgets": ^2.0.0 vega: ^5.20.0 vega-embed: ^6.2.1 vega-lite: ^5.6.1-next.1 - checksum: ebc39c4842183a49bac2ef49a7eb33fbb1aadd7a420b730e6b5dfb1e963139a9fc08c4c7c4077c7b0a98c4524d12cd766560cc1a3ff3cbf27c5f27bace5941d1 + checksum: 41997a4e037ecbd6f32c06c82996c484db907cb400231c39a1af627e06ef7703d88a536b79a80973c49adb97d136fc6bb1b0d031d4d5266d0ceb9a3393cc081d languageName: node linkType: hard -"@lerna/child-process@npm:6.6.0": - version: 6.6.0 - resolution: "@lerna/child-process@npm:6.6.0" +"@lerna/child-process@npm:6.6.1": + version: 6.6.1 + resolution: "@lerna/child-process@npm:6.6.1" dependencies: chalk: ^4.1.0 execa: ^5.0.0 strong-log-transformer: ^2.1.0 - checksum: 31fd8438cac4a0d2944b425fd3ca4f5ac9845873629e558f80c68b6705c400d319a9b4233e4d0368d99cdafa8e518f0fa579d2ecb0ec265cb8e815e063fb3fec + checksum: 075f872e43b462e07fe3ab690384138f7bfc8313306981e4f2251f3bf8ecc7bae37b35b404cd8cd33e403a7d81975f92bf78c6a1fc1d3140d2b6d3cc38eae555 languageName: node linkType: hard -"@lerna/create@npm:6.6.0": - version: 6.6.0 - resolution: "@lerna/create@npm:6.6.0" +"@lerna/create@npm:6.6.1": + version: 6.6.1 + resolution: "@lerna/create@npm:6.6.1" dependencies: - "@lerna/child-process": 6.6.0 + "@lerna/child-process": 6.6.1 dedent: ^0.7.0 fs-extra: ^9.1.0 init-package-json: ^3.0.2 @@ -4094,13 +4085,13 @@ __metadata: validate-npm-package-license: ^3.0.4 validate-npm-package-name: ^4.0.0 yargs-parser: 20.2.4 - checksum: 64492dfe9981dbc8179d3d638b917416c4167209f442cc83e5613e3a572710d10398fd99e3166c4b09ce61bc7f95e9cad4f04f8be51350848b3d70db98cf07dd + checksum: be8273644d6f156c3c81a89a370e13451ee92c7aeff5dba126be6a909479f2364031a327bd0f43a7beddc03c196c3effff9516201966cc903de3a2e3230dc4d1 languageName: node linkType: hard -"@lerna/legacy-package-management@npm:6.6.0": - version: 6.6.0 - resolution: "@lerna/legacy-package-management@npm:6.6.0" +"@lerna/legacy-package-management@npm:6.6.1": + version: 6.6.1 + resolution: "@lerna/legacy-package-management@npm:6.6.1" dependencies: "@npmcli/arborist": 6.2.3 "@npmcli/run-script": 4.1.7 @@ -4146,7 +4137,6 @@ __metadata: p-queue: 6.6.2 p-waterfall: 2.1.1 pacote: 13.6.2 - path-exists: 4.0.0 pify: 5.0.0 pretty-format: 29.4.3 read-cmd-shim: 3.0.0 @@ -4165,7 +4155,7 @@ __metadata: write-file-atomic: 4.0.1 write-pkg: 4.0.0 yargs: 16.2.0 - checksum: 8f7b3cd908b32b99cb779086d031f97bebf1b2ebb6bbe94cafc62ceb716dc6cde9bfdeb617bcab3627fb014a2b2807d98adaa4affdf1b1cf12c284740f4d4abd + checksum: 198cad91376e16edcb66b77cab58217f04ea97a27ccbd811842c9886330c66b2898fe3972ba91231f54c520f208a52207db7060651b2ff290d3702cfc1daaf77 languageName: node linkType: hard @@ -4218,13 +4208,13 @@ __metadata: linkType: hard "@lezer/html@npm:^1.3.0": - version: 1.3.3 - resolution: "@lezer/html@npm:1.3.3" + version: 1.3.4 + resolution: "@lezer/html@npm:1.3.4" dependencies: "@lezer/common": ^1.0.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 - checksum: ad74a5a751daead9d5979a4e1dc55faf94e623672d6b835e4d84d7a1174f326fa6b511a354f6dd5ec4c0b375242614966607ecf07cc92e5c13afe882178fe01d + checksum: 81dd134ac094edf7c40bae4c3b7126d336ce4c3c87756344bf604eff64d89b06fcb55f91618a4622eb0dae6d6015722f5bab58e2252d86e81fca8c3ced1a0c4d languageName: node linkType: hard @@ -4325,13 +4315,13 @@ __metadata: linkType: hard "@lumino/application@npm:^2.0.0": - version: 2.0.0 - resolution: "@lumino/application@npm:2.0.0" + version: 2.0.1 + resolution: "@lumino/application@npm:2.0.1" dependencies: - "@lumino/commands": ^2.0.0 + "@lumino/commands": ^2.0.1 "@lumino/coreutils": ^2.0.0 - "@lumino/widgets": ^2.0.0 - checksum: 0c33343e0bbfb3908c92eda90e88ad3c94dba9b7ddc2a5c653d3182497b546ddf2cb6ca1c8b7ed83d83a273a5889bf541f5e92d982ed3323d6835aaa5ad3f244 + "@lumino/widgets": ^2.0.1 + checksum: c389b6e35b614c14551963f864a50383ca3a51192adbbef8c208d9ed7d8cd526d5c498743f5e6ca0b7de362027b68324e1cde0c735b314326d21ced15edf8e7b languageName: node linkType: hard @@ -4344,9 +4334,9 @@ __metadata: languageName: node linkType: hard -"@lumino/commands@npm:^2.0.0": - version: 2.0.0 - resolution: "@lumino/commands@npm:2.0.0" +"@lumino/commands@npm:^2.0.0, @lumino/commands@npm:^2.0.1": + version: 2.0.1 + resolution: "@lumino/commands@npm:2.0.1" dependencies: "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -4355,16 +4345,7 @@ __metadata: "@lumino/keyboard": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/virtualdom": ^2.0.0 - checksum: add40b1460260dc536ec6383514b0328ae091bb77739a4bc0c164e1adf2688b000da93a3947517c4f54bb0f20d596805b526e12d06742efe5f81aa60bad7b762 - languageName: node - linkType: hard - -"@lumino/coreutils@npm:^1.11.0": - version: 1.12.1 - resolution: "@lumino/coreutils@npm:1.12.1" - peerDependencies: - crypto: 1.0.1 - checksum: 55f1b87997f8dd0af28ff23c2d4b3aa252e515b9d3bc91b350a5c6c8526ceae61b14b55dc0d8d01691c69d42974b3d559f2b49bc7ced0f474b8f5dc52b3e83ed + checksum: cefc9bb4b7b61054f199b5bf35501765688eb2922af2610087f43e4bb5f6663ee8579fcf02e12d6083697456423ada67cae5b2d020daa0856c646d050b30d420 languageName: node linkType: hard @@ -4376,8 +4357,8 @@ __metadata: linkType: hard "@lumino/datagrid@npm:^2.0.0": - version: 2.0.0 - resolution: "@lumino/datagrid@npm:2.0.0" + version: 2.0.1 + resolution: "@lumino/datagrid@npm:2.0.1" dependencies: "@lumino/algorithm": ^2.0.0 "@lumino/coreutils": ^2.0.0 @@ -4387,8 +4368,8 @@ __metadata: "@lumino/keyboard": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/signaling": ^2.0.0 - "@lumino/widgets": ^2.0.0 - checksum: 43e5e23ad651d657eedb69c86715a3689c9450416494f18f6141f4da25feb8ff5da60a8f087c6aa57a3a017a26546dd87cbe540a3acb69e5a119424bb91bcd62 + "@lumino/widgets": ^2.0.1 + checksum: 38046b34cbdd17601bc708fdc0da127866c643284afc0eb8d985efe024a09961dcd39baca1e3cdecf227544848d90ae5f2f792bc61aaab56969e3f9bbf554a5a languageName: node linkType: hard @@ -4472,12 +4453,12 @@ __metadata: languageName: node linkType: hard -"@lumino/widgets@npm:^2.0.0, @lumino/widgets@npm:^2.0.0-rc.0": - version: 2.0.0 - resolution: "@lumino/widgets@npm:2.0.0" +"@lumino/widgets@npm:^2.0.0, @lumino/widgets@npm:^2.0.0-rc.0, @lumino/widgets@npm:^2.0.1": + version: 2.0.1 + resolution: "@lumino/widgets@npm:2.0.1" dependencies: "@lumino/algorithm": ^2.0.0 - "@lumino/commands": ^2.0.0 + "@lumino/commands": ^2.0.1 "@lumino/coreutils": ^2.0.0 "@lumino/disposable": ^2.0.0 "@lumino/domutils": ^2.0.0 @@ -4487,7 +4468,7 @@ __metadata: "@lumino/properties": ^2.0.0 "@lumino/signaling": ^2.0.0 "@lumino/virtualdom": ^2.0.0 - checksum: 5bb1e03264aa6341b4437bbc4108d9ed3fd64c4feb0549f12703171f16a60caca7b162e14aa3bca39b26c4ce7c88f01a39200c9102aecb6d4f44d2d8afc16c04 + checksum: 5cb54991f269a3ac3517aea20d960cf9340739067a8c11ce3c601d725fe1db841a576a84e316b73f2b35c243f0fa6da98f4cdfe397ce49e05ae886ca38a037e0 languageName: node linkType: hard @@ -4767,18 +4748,18 @@ __metadata: languageName: node linkType: hard -"@nrwl/cli@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/cli@npm:15.8.8" +"@nrwl/cli@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/cli@npm:15.8.9" dependencies: - nx: 15.8.8 - checksum: 077f1de7983bc9512cbf291cb5f67178db93452b9a6f7e27e71df4dbeb514dfbbf4d53fdc2a0c982c76d37fb094b9e60dff19e0fcb02f3b01a7bcac22308b4c9 + nx: 15.8.9 + checksum: e870f8493b132ef2205c37e432decd5c8da2dd337e5f17038736843e9be200fe3b267b1e8b052975cd4eaa7ea370d91a2427cfe983a9458a97f92b89075b8867 languageName: node linkType: hard "@nrwl/devkit@npm:>=15.5.2 < 16": - version: 15.8.8 - resolution: "@nrwl/devkit@npm:15.8.8" + version: 15.8.9 + resolution: "@nrwl/devkit@npm:15.8.9" dependencies: "@phenomnomnominal/tsquery": 4.1.1 ejs: ^3.1.7 @@ -4788,81 +4769,81 @@ __metadata: tslib: ^2.3.0 peerDependencies: nx: ">= 14.1 <= 16" - checksum: 68b4c6b0615e4af96241334363a93f419097ebbef5b992f36c6f0962bdff4f74884a2b87d4e7f89144378d779db97a5c8fb3c62496d21703cedae9274f7d908a + checksum: fbf495d62a4e465224d8b85c4af57c0b1c9fa5b344e3e8313d0c7a2f47930a52c749ca4d1df4851312d1c46d1be03d606af50b28c06f149f20fc430f5f86474c languageName: node linkType: hard -"@nrwl/nx-darwin-arm64@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-darwin-arm64@npm:15.8.8" +"@nrwl/nx-darwin-arm64@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-darwin-arm64@npm:15.8.9" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@nrwl/nx-darwin-x64@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-darwin-x64@npm:15.8.8" +"@nrwl/nx-darwin-x64@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-darwin-x64@npm:15.8.9" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@nrwl/nx-linux-arm-gnueabihf@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-linux-arm-gnueabihf@npm:15.8.8" +"@nrwl/nx-linux-arm-gnueabihf@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-linux-arm-gnueabihf@npm:15.8.9" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@nrwl/nx-linux-arm64-gnu@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-linux-arm64-gnu@npm:15.8.8" +"@nrwl/nx-linux-arm64-gnu@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-linux-arm64-gnu@npm:15.8.9" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@nrwl/nx-linux-arm64-musl@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-linux-arm64-musl@npm:15.8.8" +"@nrwl/nx-linux-arm64-musl@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-linux-arm64-musl@npm:15.8.9" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@nrwl/nx-linux-x64-gnu@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-linux-x64-gnu@npm:15.8.8" +"@nrwl/nx-linux-x64-gnu@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-linux-x64-gnu@npm:15.8.9" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@nrwl/nx-linux-x64-musl@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-linux-x64-musl@npm:15.8.8" +"@nrwl/nx-linux-x64-musl@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-linux-x64-musl@npm:15.8.9" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@nrwl/nx-win32-arm64-msvc@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-win32-arm64-msvc@npm:15.8.8" +"@nrwl/nx-win32-arm64-msvc@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-win32-arm64-msvc@npm:15.8.9" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@nrwl/nx-win32-x64-msvc@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/nx-win32-x64-msvc@npm:15.8.8" +"@nrwl/nx-win32-x64-msvc@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/nx-win32-x64-msvc@npm:15.8.9" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@nrwl/tao@npm:15.8.8": - version: 15.8.8 - resolution: "@nrwl/tao@npm:15.8.8" +"@nrwl/tao@npm:15.8.9": + version: 15.8.9 + resolution: "@nrwl/tao@npm:15.8.9" dependencies: - nx: 15.8.8 + nx: 15.8.9 bin: - tao: index - checksum: 053b05ffcaacbccb84dfbc462d29a3c8da94e1816242ebf81e19dd05c98360a44d200306957cb4d1951f6d479640ff7c6db0deed56320b81d4bc806b3e6a5171 + tao: index.js + checksum: dbf0b187d41110211233ce4fc78f49933d52459a09dbf8c807ad58a02466424503c565b49081067a750aa42fdb4ea1090883dab9f2aa91ce968da434303dadf0 languageName: node linkType: hard @@ -5066,24 +5047,24 @@ __metadata: linkType: hard "@rjsf/core@npm:^5.1.0": - version: 5.3.1 - resolution: "@rjsf/core@npm:5.3.1" + version: 5.4.0 + resolution: "@rjsf/core@npm:5.4.0" dependencies: lodash: ^4.17.15 lodash-es: ^4.17.15 - markdown-to-jsx: ^7.1.9 + markdown-to-jsx: ^7.2.0 nanoid: ^3.3.4 prop-types: ^15.7.2 peerDependencies: "@rjsf/utils": ^5.0.0 react: ^16.14.0 || >=17 - checksum: e7f5c05a594db0549c5289f1dc570977fa37c9ca0f1fed47ec17fa49dd4b6b85ffc3844c9c11d36455a66ff17f898469b6a2dca159223de348f84bdadd28ae32 + checksum: 3d0a2bd0814c8aae3ffb524a0d53ba9141475bcf63975b9a5409602ab9d3ce60f0bdc49c86cff7e30b0d1468562e74a8d5ec2a61b9e5329cf9ef57dcdf227167 languageName: node linkType: hard "@rjsf/utils@npm:^5.1.0": - version: 5.3.1 - resolution: "@rjsf/utils@npm:5.3.1" + version: 5.4.0 + resolution: "@rjsf/utils@npm:5.4.0" dependencies: json-schema-merge-allof: ^0.8.1 jsonpointer: ^5.0.1 @@ -5092,13 +5073,13 @@ __metadata: react-is: ^18.2.0 peerDependencies: react: ^16.14.0 || >=17 - checksum: 400a17bf99a043557adbd4e0dc3651b9d1b47ab61a40acb8756c5b986d044a329bd26bf45263a667eb963acf51084d612c043c9409aeaac4e4c6ab66af0bb700 + checksum: 096283446b100dec731d06abc0a758588138321c930194cc6bb5c4d2def7be28e058eba3ab2741b30421d1c095c3f700a349d3f6d69d2c0b903f2695b855afe6 languageName: node linkType: hard "@rjsf/validator-ajv8@npm:^5.1.0": - version: 5.3.1 - resolution: "@rjsf/validator-ajv8@npm:5.3.1" + version: 5.4.0 + resolution: "@rjsf/validator-ajv8@npm:5.4.0" dependencies: ajv: ^8.12.0 ajv-formats: ^2.1.1 @@ -5106,7 +5087,7 @@ __metadata: lodash-es: ^4.17.15 peerDependencies: "@rjsf/utils": ^5.0.0 - checksum: b99e0d2df6b6431438ea81c2e31636aa5a1939d054153236851e5d8e8b06f8a1958c8c16887dd2babfd1608e18aa1ce3f1c0a778b3b3198028b92f0553e0383e + checksum: 4525cbff8ae11bb43bc1ebb4f64fb19e858973265eab17913299ad06f0874847be9658e087450f2e3d3f114944d20d5dabd5d40be97a0596a646fa1cc245eb6e languageName: node linkType: hard @@ -5390,9 +5371,9 @@ __metadata: linkType: hard "@types/lodash@npm:^4.14.175, @types/lodash@npm:^4.14.178, @types/lodash@npm:^4.14.191": - version: 4.14.191 - resolution: "@types/lodash@npm:4.14.191" - checksum: ba0d5434e10690869f32d5ea49095250157cae502f10d57de0a723fd72229ce6c6a4979576f0f13e0aa9fbe3ce2457bfb9fa7d4ec3d6daba56730a51906d1491 + version: 4.14.192 + resolution: "@types/lodash@npm:4.14.192" + checksum: 31e1f0543a04158d2c429c45efd7c77882736630d0652f82eb337d6159ec0c249c5d175c0af731537b53271e665ff8d76f43221d75d03646d31cb4bd6f0056b1 languageName: node linkType: hard @@ -5418,16 +5399,16 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 18.15.7 - resolution: "@types/node@npm:18.15.7" - checksum: 08d1dd1898be10cd274955ed7f491bcab5b7e70ce66b6a1e996a582d5467f7517046b0d9c5f4e15871df94dd72d1ad9e7be236d2cff1a1450ec906d7fa3062d2 + version: 18.15.10 + resolution: "@types/node@npm:18.15.10" + checksum: 9aeae0b683eda82892def5315812bdee3f1a28c4898b7e70f8e2514564538b16c4dccbe8339c1266f8fc1d707a48f152689264a854f5ebc2eba5011e793612d9 languageName: node linkType: hard "@types/node@npm:^14.6.1": - version: 14.18.40 - resolution: "@types/node@npm:14.18.40" - checksum: 99029290936a6be679dfe5f82687f2f164aedd35f436837577d12cb183a6c4021bd9f9a3093bef07a69b35af3de01b28a7625793f60677511418ace544c4deda + version: 14.18.41 + resolution: "@types/node@npm:14.18.41" + checksum: ba11ade6c2f02e38980a47e3f964776cc0bc0c307d3761e3dcd022b3a1e9233550626f9dce12ff2e3829899882e9fb74a0aaa7b5402ebe695d6613e10aed2d4d languageName: node linkType: hard @@ -5460,13 +5441,13 @@ __metadata: linkType: hard "@types/react@npm:^18.0.26": - version: 18.0.28 - resolution: "@types/react@npm:18.0.28" + version: 18.0.30 + resolution: "@types/react@npm:18.0.30" dependencies: "@types/prop-types": "*" "@types/scheduler": "*" csstype: ^3.0.2 - checksum: e752df961105e5127652460504785897ca6e77259e0da8f233f694f9e8f451cde7fa0709d4456ade0ff600c8ce909cfe29f9b08b9c247fa9b734e126ec53edd7 + checksum: 3ca13fd10a1ee92826e37cd8c2fe563bff65d4bdb3ff53f632bc46c8fba2e94e24247b4b77ce957677a54e592299782e1235f7a3dfcfea327cb3213ddc98e968 languageName: node linkType: hard @@ -5543,22 +5524,22 @@ __metadata: linkType: hard "@types/yargs@npm:^17.0.8": - version: 17.0.23 - resolution: "@types/yargs@npm:17.0.23" + version: 17.0.24 + resolution: "@types/yargs@npm:17.0.24" dependencies: "@types/yargs-parser": "*" - checksum: c5f787d7a9a36ea94ba5d3f340fc5d93d2860eff8fa9731cd614ed23212e4fca75637e2386e37e376a720e4bf088ceed6f39050f1c3638fc1b75bce5c70b1ad4 + checksum: 5f3ac4dc4f6e211c1627340160fbe2fd247ceba002190da6cf9155af1798450501d628c9165a183f30a224fc68fa5e700490d740ff4c73e2cdef95bc4e8ba7bf languageName: node linkType: hard "@typescript-eslint/eslint-plugin@npm:^5.55.0": - version: 5.56.0 - resolution: "@typescript-eslint/eslint-plugin@npm:5.56.0" + version: 5.57.0 + resolution: "@typescript-eslint/eslint-plugin@npm:5.57.0" dependencies: "@eslint-community/regexpp": ^4.4.0 - "@typescript-eslint/scope-manager": 5.56.0 - "@typescript-eslint/type-utils": 5.56.0 - "@typescript-eslint/utils": 5.56.0 + "@typescript-eslint/scope-manager": 5.57.0 + "@typescript-eslint/type-utils": 5.57.0 + "@typescript-eslint/utils": 5.57.0 debug: ^4.3.4 grapheme-splitter: ^1.0.4 ignore: ^5.2.0 @@ -5571,43 +5552,43 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 2eed4a4ed8279950ad553252e8623e947ffdee39b0d677a13f6e4e2d863ea1cbc5d683ff189e55d0de6fd5a25afd72d3c3a9ab7ae417d5405a21ead907e1b154 + checksum: be13aa74ee6f15f0ae67781c625d9dcf3ce8a3feca2b125eef0cfee850b7f9f0cec23fc56a729ef25926298fe3ea51603ebeee2b93fc9b73fce1410638707177 languageName: node linkType: hard "@typescript-eslint/parser@npm:^5.55.0": - version: 5.56.0 - resolution: "@typescript-eslint/parser@npm:5.56.0" + version: 5.57.0 + resolution: "@typescript-eslint/parser@npm:5.57.0" dependencies: - "@typescript-eslint/scope-manager": 5.56.0 - "@typescript-eslint/types": 5.56.0 - "@typescript-eslint/typescript-estree": 5.56.0 + "@typescript-eslint/scope-manager": 5.57.0 + "@typescript-eslint/types": 5.57.0 + "@typescript-eslint/typescript-estree": 5.57.0 debug: ^4.3.4 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: eb25490290bd5e22f9c42603dedc0d2d8ee845553e3cf48ea377bd5dc22440d3463f8b84be637b6a2b37cd9ea56b21e4e43007a0a69998948d9c8965c03fe1aa + checksum: b7e8345631911f721591ba970fea5c888f0f3bf2e2ea2dbc3e5b0dc345c0776b62b92c534edfde1379b4b182958a421f35ac26d84705fe6ae7dd37aa675d9493 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:5.56.0": - version: 5.56.0 - resolution: "@typescript-eslint/scope-manager@npm:5.56.0" +"@typescript-eslint/scope-manager@npm:5.57.0": + version: 5.57.0 + resolution: "@typescript-eslint/scope-manager@npm:5.57.0" dependencies: - "@typescript-eslint/types": 5.56.0 - "@typescript-eslint/visitor-keys": 5.56.0 - checksum: bacac255ee52148cee6622be2811c0d7e25419058b89f1a11f4c1303faef4535a0a1237549f9556ec1d7a297c640ce4357183a1a8465d72e1393b7d8fb43874b + "@typescript-eslint/types": 5.57.0 + "@typescript-eslint/visitor-keys": 5.57.0 + checksum: 4a851f23da2adbf6341b04c1e3f19fcb66415683f26805d3123725d18845bd4a150bd182de0a91279d5682f2568bb5dd831d4ad0bdb70f49d9ca7381cec4dd17 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:5.56.0": - version: 5.56.0 - resolution: "@typescript-eslint/type-utils@npm:5.56.0" +"@typescript-eslint/type-utils@npm:5.57.0": + version: 5.57.0 + resolution: "@typescript-eslint/type-utils@npm:5.57.0" dependencies: - "@typescript-eslint/typescript-estree": 5.56.0 - "@typescript-eslint/utils": 5.56.0 + "@typescript-eslint/typescript-estree": 5.57.0 + "@typescript-eslint/utils": 5.57.0 debug: ^4.3.4 tsutils: ^3.21.0 peerDependencies: @@ -5615,23 +5596,23 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 3dd1fcfadad18790b900a3d90f6617904adb6b0e2bd1e1edb6ebf239e1399865ca9098647405385feb4252d8b2b4577883e6fd3ef8d00bdd521d6070972d486b + checksum: 649d000edabfe4e567b8a384d0012c56396e40ce2123a78857d4b8da6bf2288627dc355745bd7d4a2877d4cc8a26e1d1dbfc422e6382ac3d3ab431b92eb5b852 languageName: node linkType: hard -"@typescript-eslint/types@npm:5.56.0": - version: 5.56.0 - resolution: "@typescript-eslint/types@npm:5.56.0" - checksum: 82ca11553bbb1bbfcaf7e7760b03c0d898940238dc002552c21af3e58f7d482c64c3c6cf0666521aff2a1e7b4b58bb6e4d9a00b1e4998a16b5039f5d288d003a +"@typescript-eslint/types@npm:5.57.0": + version: 5.57.0 + resolution: "@typescript-eslint/types@npm:5.57.0" + checksum: 79a100fb650965f63c01c20e6abd79ca0d2043c3a329b9fef89917d6b9ba3c0f946dca3f14f2975ee6349daadd6ce0e98fde3aafe4b710e5a27abe1adc590c85 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:5.56.0": - version: 5.56.0 - resolution: "@typescript-eslint/typescript-estree@npm:5.56.0" +"@typescript-eslint/typescript-estree@npm:5.57.0": + version: 5.57.0 + resolution: "@typescript-eslint/typescript-estree@npm:5.57.0" dependencies: - "@typescript-eslint/types": 5.56.0 - "@typescript-eslint/visitor-keys": 5.56.0 + "@typescript-eslint/types": 5.57.0 + "@typescript-eslint/visitor-keys": 5.57.0 debug: ^4.3.4 globby: ^11.1.0 is-glob: ^4.0.3 @@ -5640,35 +5621,35 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: ec3e85201786aa9adddba7cb834a9f330a7f55c729ee9ccf847dbdc2f7437b760f3774152ccad6d0aa48d13fd78df766c880e3a7ca42e01a20aba0e1a1ed61c5 + checksum: 648b88f88ea6cc293ec67b4c0f4f3c2bf733be7e0f2eee08aadbaec6939fd724a6c287decc336abbf67b9e366cc2c48f2e0e48d8302b533e783f798332a06e83 languageName: node linkType: hard -"@typescript-eslint/utils@npm:5.56.0, @typescript-eslint/utils@npm:^5.10.0": - version: 5.56.0 - resolution: "@typescript-eslint/utils@npm:5.56.0" +"@typescript-eslint/utils@npm:5.57.0, @typescript-eslint/utils@npm:^5.10.0": + version: 5.57.0 + resolution: "@typescript-eslint/utils@npm:5.57.0" dependencies: "@eslint-community/eslint-utils": ^4.2.0 "@types/json-schema": ^7.0.9 "@types/semver": ^7.3.12 - "@typescript-eslint/scope-manager": 5.56.0 - "@typescript-eslint/types": 5.56.0 - "@typescript-eslint/typescript-estree": 5.56.0 + "@typescript-eslint/scope-manager": 5.57.0 + "@typescript-eslint/types": 5.57.0 + "@typescript-eslint/typescript-estree": 5.57.0 eslint-scope: ^5.1.1 semver: ^7.3.7 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 413e8d4bf7023ee5ba4f695b62e796a1f94930bb92fe5aa0cee58f63b9837116c23f618825a9c671f610e50f5630188b6059b4ed6b05a2a3336f01d8e977becb + checksum: 461258e1194d24c5e642c65ba1afd612712fa8e617ac85cfbbe3dde2557fe4abadedbce19a6954ae0cccbfb92b8a09f38d65a3eedca0394861a5d1c4c893c5ed languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:5.56.0": - version: 5.56.0 - resolution: "@typescript-eslint/visitor-keys@npm:5.56.0" +"@typescript-eslint/visitor-keys@npm:5.57.0": + version: 5.57.0 + resolution: "@typescript-eslint/visitor-keys@npm:5.57.0" dependencies: - "@typescript-eslint/types": 5.56.0 + "@typescript-eslint/types": 5.57.0 eslint-visitor-keys: ^3.3.0 - checksum: 568fda40134e153d7befb59b55698f7919ba780d2d3431d8745feabf2e0fbb8aa7a02173b3c467dd20a0f6594e5248a1f82bb25d6c37827716d77452e86cad29 + checksum: 77d53f74648e48bf1c6313cd60568c2b1539157ac13945f26204a54beb156666c24f3d033dd0db8ed5d1d4595ee63c072732b17132e4488b46763bf8fdcefa49 languageName: node linkType: hard @@ -6105,12 +6086,12 @@ __metadata: linkType: hard "@yarnpkg/parsers@npm:^3.0.0-rc.18": - version: 3.0.0-rc.40 - resolution: "@yarnpkg/parsers@npm:3.0.0-rc.40" + version: 3.0.0-rc.41 + resolution: "@yarnpkg/parsers@npm:3.0.0-rc.41" dependencies: js-yaml: ^3.10.0 tslib: ^2.4.0 - checksum: 64df0d8dad4cd43af5fcff758b0cfc47e7dc56e00eed87e3bd6ce8a9ea265c41fe758c1e01607e630bae46c9f8324ca853bced58be3d1c93492e125757ab7f30 + checksum: b64599f7c104f6f9eb191689f63f458ed0ae8ad5d24dc1893dac664f48e53a6a1234b24ffde20503782ef391904cac9978f70185defd42c89836ee9e53ea2a3b languageName: node linkType: hard @@ -7129,9 +7110,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.30001449": - version: 1.0.30001469 - resolution: "caniuse-lite@npm:1.0.30001469" - checksum: 8e496509d7e9ff189c72205675b5db0c5f1b6a09917027441e835efae0848a468a8c4e7d2b409ffc202438fcd23ae53e017f976a03c22c04d12d3c0e1e33e5de + version: 1.0.30001472 + resolution: "caniuse-lite@npm:1.0.30001472" + checksum: 60f2fbe9b7fc6d88c500779ddbebda5fb0ba86eece32ecf3c18d5c1f74e2c36ac5151ed6464f72b6c43c43dc6a3d1ea83c73a195ebb6d2f49738add1f8a0cd4d languageName: node linkType: hard @@ -7988,11 +7969,11 @@ __metadata: linkType: hard "d3-delaunay@npm:^6.0.2": - version: 6.0.2 - resolution: "d3-delaunay@npm:6.0.2" + version: 6.0.3 + resolution: "d3-delaunay@npm:6.0.3" dependencies: delaunator: 5 - checksum: 80b18686dd7a5919a570000061f1515d106b7c7e3cba9da55706c312fc8f6de58a72674f2ea4eadc6694611f2df59f82c8b9d304845dd8b7903ee1f303aa5865 + checksum: df845baa7d99aa3687e9066b34560822261b6b22cbcf52015e68d764cb2c058b95dec0e6a7a3bb58b0e9d60fb181147e676be1b7cc5b9dd1cb7d70ed5160e14a languageName: node linkType: hard @@ -8589,9 +8570,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.4.284": - version: 1.4.339 - resolution: "electron-to-chromium@npm:1.4.339" - checksum: e329efb7c471f75685fc6f83389d55eeeb73ea4fdd55c568ac8fce624076c41181d55e805e2064dd90d88949ca5af8b230b355d50e8d9370f401329a627c5d0c + version: 1.4.341 + resolution: "electron-to-chromium@npm:1.4.341" + checksum: b97377e4e622266953da2c92276b9c0a948ab7e8a0a9c9947da340269f8eb959b8678f76158b78b473a56912c697d89e37a93d82b4d2db84f622e9be7850a540 languageName: node linkType: hard @@ -8943,9 +8924,9 @@ __metadata: linkType: hard "eslint-visitor-keys@npm:^3.3.0": - version: 3.3.0 - resolution: "eslint-visitor-keys@npm:3.3.0" - checksum: d59e68a7c5a6d0146526b0eec16ce87fbf97fe46b8281e0d41384224375c4e52f5ffb9e16d48f4ea50785cde93f766b0c898e31ab89978d88b0e1720fbfb7808 + version: 3.4.0 + resolution: "eslint-visitor-keys@npm:3.4.0" + checksum: 33159169462d3989321a1ec1e9aaaf6a24cc403d5d347e9886d1b5bfe18ffa1be73bdc6203143a28a606b142b1af49787f33cff0d6d0813eb5f2e8d2e1a6043c languageName: node linkType: hard @@ -9969,7 +9950,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^9.3.0, glob@npm:^9.3.1": +"glob@npm:^9.2.0, glob@npm:^9.3.0, glob@npm:^9.3.1": version: 9.3.2 resolution: "glob@npm:9.3.2" dependencies: @@ -11902,9 +11883,9 @@ __metadata: linkType: hard "just-diff@npm:^6.0.0": - version: 6.0.0 - resolution: "just-diff@npm:6.0.0" - checksum: 966f2b774ac24481d56d62e5020cc31fa943bbc24633beede20f953ace58e985a9752ef8beaa7fe3e990fd93114fdf555023b7d6e80c69f19b69753f97644a10 + version: 6.0.2 + resolution: "just-diff@npm:6.0.2" + checksum: 1a0c7524f640cb88ab013862733e710f840927834208fd3b85cbc5da2ced97acc75e7dcfe493268ac6a6514c51dd8624d2fd9d057050efba3c02b81a6dcb7ff9 languageName: node linkType: hard @@ -11969,12 +11950,12 @@ __metadata: linkType: hard "lerna@npm:^6.5.1": - version: 6.6.0 - resolution: "lerna@npm:6.6.0" + version: 6.6.1 + resolution: "lerna@npm:6.6.1" dependencies: - "@lerna/child-process": 6.6.0 - "@lerna/create": 6.6.0 - "@lerna/legacy-package-management": 6.6.0 + "@lerna/child-process": 6.6.1 + "@lerna/create": 6.6.1 + "@lerna/legacy-package-management": 6.6.1 "@npmcli/arborist": 6.2.3 "@npmcli/run-script": 4.1.7 "@nrwl/devkit": ">=15.5.2 < 16" @@ -12027,12 +12008,11 @@ __metadata: p-reduce: 2.1.0 p-waterfall: 2.1.1 pacote: 13.6.2 - path-exists: 4.0.0 pify: 5.0.0 read-cmd-shim: 3.0.0 read-package-json: 5.0.1 resolve-from: 5.0.0 - rimraf: ^3.0.2 + rimraf: ^4.4.1 semver: ^7.3.8 signal-exit: 3.0.7 slash: 3.0.0 @@ -12051,7 +12031,7 @@ __metadata: yargs-parser: 20.2.4 bin: lerna: dist/cli.js - checksum: c29f96b487609cd4be5def22f51f09e4aee81ce47951148d48f20ac8a9404f5f673d75775bba9c46f822306a505e77bd84920147dae1d54f51e84f84c5112dfd + checksum: 67c7c0975f6dcc2cab8d2b7bd2ddb7c769f88ca55cae7f88153e03b3009c3f3eebc58fe8953b635e04c0cf807f1fa7020c7d272e9f84b1bf1eb8fde9ff701cca languageName: node linkType: hard @@ -12501,7 +12481,7 @@ __metadata: languageName: node linkType: hard -"markdown-to-jsx@npm:^7.1.9": +"markdown-to-jsx@npm:^7.2.0": version: 7.2.0 resolution: "markdown-to-jsx@npm:7.2.0" peerDependencies: @@ -12539,9 +12519,9 @@ __metadata: linkType: hard "memoize-one@npm:^4.0.0": - version: 4.1.0 - resolution: "memoize-one@npm:4.1.0" - checksum: 5a0c5a0795c4af01649797dc7a417d441edda6e5933510aebd47b57a1ea84d31c42092aee03b0d1d969c102b57d45ba673b593228cd507c82e577a69847dfbae + version: 4.0.3 + resolution: "memoize-one@npm:4.0.3" + checksum: addd18c046542f57440ba70bf8ebd48663d17626cade681f777522ef70900a87ec72c5041bed8ece4f6d40a2cb58803bae388b50a4b740d64f36bcda20c147b7 languageName: node linkType: hard @@ -13021,11 +13001,11 @@ __metadata: linkType: hard "nanoid@npm:^3.3.4": - version: 3.3.4 - resolution: "nanoid@npm:3.3.4" + version: 3.3.6 + resolution: "nanoid@npm:3.3.6" bin: nanoid: bin/nanoid.cjs - checksum: 2fddd6dee994b7676f008d3ffa4ab16035a754f4bb586c61df5a22cf8c8c94017aadd360368f47d653829e0569a92b129979152ff97af23a558331e47e37cd9c + checksum: 7d0eda657002738aa5206107bd0580aead6c95c460ef1bdd0b1a87a9c7ae6277ac2e9b945306aaa5b32c6dcb7feaf462d0f552e7f8b5718abfc6ead5c94a71b3 languageName: node linkType: hard @@ -13082,7 +13062,7 @@ __metadata: languageName: node linkType: hard -"node-fetch@cjs, node-fetch@npm:2.6.7": +"node-fetch@npm:2.6.7, node-fetch@npm:cjs": version: 2.6.7 resolution: "node-fetch@npm:2.6.7" dependencies: @@ -13504,21 +13484,21 @@ __metadata: languageName: node linkType: hard -"nx@npm:15.8.8, nx@npm:>=15.5.2 < 16": - version: 15.8.8 - resolution: "nx@npm:15.8.8" +"nx@npm:15.8.9, nx@npm:>=15.5.2 < 16": + version: 15.8.9 + resolution: "nx@npm:15.8.9" dependencies: - "@nrwl/cli": 15.8.8 - "@nrwl/nx-darwin-arm64": 15.8.8 - "@nrwl/nx-darwin-x64": 15.8.8 - "@nrwl/nx-linux-arm-gnueabihf": 15.8.8 - "@nrwl/nx-linux-arm64-gnu": 15.8.8 - "@nrwl/nx-linux-arm64-musl": 15.8.8 - "@nrwl/nx-linux-x64-gnu": 15.8.8 - "@nrwl/nx-linux-x64-musl": 15.8.8 - "@nrwl/nx-win32-arm64-msvc": 15.8.8 - "@nrwl/nx-win32-x64-msvc": 15.8.8 - "@nrwl/tao": 15.8.8 + "@nrwl/cli": 15.8.9 + "@nrwl/nx-darwin-arm64": 15.8.9 + "@nrwl/nx-darwin-x64": 15.8.9 + "@nrwl/nx-linux-arm-gnueabihf": 15.8.9 + "@nrwl/nx-linux-arm64-gnu": 15.8.9 + "@nrwl/nx-linux-arm64-musl": 15.8.9 + "@nrwl/nx-linux-x64-gnu": 15.8.9 + "@nrwl/nx-linux-x64-musl": 15.8.9 + "@nrwl/nx-win32-arm64-msvc": 15.8.9 + "@nrwl/nx-win32-x64-msvc": 15.8.9 + "@nrwl/tao": 15.8.9 "@parcel/watcher": 2.0.4 "@yarnpkg/lockfile": ^1.1.0 "@yarnpkg/parsers": ^3.0.0-rc.18 @@ -13581,7 +13561,7 @@ __metadata: optional: true bin: nx: bin/nx.js - checksum: d7c2a41c611a7be28499c6c3bcdd2cf975156e785d8287d12bb6590636fb8b284a9493dd5904fc57da2cdea42eaeb2c708d901f8b337fbbd376f413504e17f4d + checksum: bbd8417a2d1edea9d710a5841ee7d21d8744f92bf3d45659da48642fd0a4ba8322ed422b6214528ca777377f853ec0599683c18a8107e59c9fc2e65b1ded7d1e languageName: node linkType: hard @@ -14106,13 +14086,6 @@ __metadata: languageName: node linkType: hard -"path-exists@npm:4.0.0, path-exists@npm:^4.0.0": - version: 4.0.0 - resolution: "path-exists@npm:4.0.0" - checksum: 505807199dfb7c50737b057dd8d351b82c033029ab94cb10a657609e00c1bc53b951cfdbccab8de04c5584d5eff31128ce6afd3db79281874a5ef2adbba55ed1 - languageName: node - linkType: hard - "path-exists@npm:^3.0.0": version: 3.0.0 resolution: "path-exists@npm:3.0.0" @@ -14120,6 +14093,13 @@ __metadata: languageName: node linkType: hard +"path-exists@npm:^4.0.0": + version: 4.0.0 + resolution: "path-exists@npm:4.0.0" + checksum: 505807199dfb7c50737b057dd8d351b82c033029ab94cb10a657609e00c1bc53b951cfdbccab8de04c5584d5eff31128ce6afd3db79281874a5ef2adbba55ed1 + languageName: node + linkType: hard + "path-is-absolute@npm:^1.0.0": version: 1.0.1 resolution: "path-is-absolute@npm:1.0.1" @@ -15322,6 +15302,17 @@ __metadata: languageName: node linkType: hard +"rimraf@npm:^4.4.1": + version: 4.4.1 + resolution: "rimraf@npm:4.4.1" + dependencies: + glob: ^9.2.0 + bin: + rimraf: dist/cjs/src/bin.js + checksum: b786adc02651e2e24bbedb04bbdea80652fc9612632931ff2d9f898c5e4708fe30956186597373c568bd5230a4dc2fadfc816ccacba8a1daded3a006a6b74f1a + languageName: node + linkType: hard + "rimraf@npm:~2.4.0": version: 2.4.5 resolution: "rimraf@npm:2.4.5" @@ -15916,9 +15907,9 @@ __metadata: linkType: hard "split2@npm:^4.0.0": - version: 4.1.0 - resolution: "split2@npm:4.1.0" - checksum: ec581597cb74c13cdfb5e2047543dd40cb1e8e9803c7b1e0c29ede05f2b4f049b2d6e7f2788a225d544549375719658b8f38e9366364dec35dc7a12edfda5ee5 + version: 4.2.0 + resolution: "split2@npm:4.2.0" + checksum: 05d54102546549fe4d2455900699056580cca006c0275c334611420f854da30ac999230857a85fdd9914dc2109ae50f80fda43d2a445f2aa86eccdc1dfce779d languageName: node linkType: hard @@ -16396,8 +16387,8 @@ __metadata: linkType: hard "terser@npm:^5.16.5": - version: 5.16.6 - resolution: "terser@npm:5.16.6" + version: 5.16.8 + resolution: "terser@npm:5.16.8" dependencies: "@jridgewell/source-map": ^0.3.2 acorn: ^8.5.0 @@ -16405,7 +16396,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: f763a7bcc7b98cb2bfc41434f7b92bfe8a701a12c92ea6049377736c8e6de328240d654a20dfe15ce170fd783491b9873fad9f4cd8fee4f6c6fb8ca407859dee + checksum: f4a3ef4848a71f74f637c009395cf5a28660b56237fb8f13532cecfb24d6263e2dfbc1a511a11a94568988898f79cdcbecb9a4d8e104db35a0bea9639b70a325 languageName: node linkType: hard @@ -16789,9 +16780,9 @@ __metadata: linkType: hard "type-fest@npm:^3.0.0": - version: 3.7.0 - resolution: "type-fest@npm:3.7.0" - checksum: df6d65e7c78ee4eb90350720cbfef7ee66e815122b19a9faa4e24d604256b8596ed80cba7a5736fa0fc6b95e4e3d49713eb346e90d65a54f78a7e222efb6eda7 + version: 3.7.1 + resolution: "type-fest@npm:3.7.1" + checksum: a694e0d62a06a60dec0f57e2e681d2e8d301992a3abd515fcc2f8f135ca12aa4f7d4aab24532ee781e4fb7735d6cfbd127ff0337b13cdbca6ff32b74d091c403 languageName: node linkType: hard