diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 88b7fcdb8..187b6efba 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.0a33,<5" hatch + python -m pip install -U "jupyterlab>=4.0.0a34,<5" hatch jlpm jlpm run build @@ -76,6 +76,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.0.0a33,<5" pip + python -m pip install -U "jupyterlab>=4.0.0a34,<5" pip jlpm jlpm run build diff --git a/app/index.js b/app/index.js index 3bad9e699..b8ebf3794 100644 --- a/app/index.js +++ b/app/index.js @@ -98,7 +98,7 @@ async function main() { require('@jupyterlab/completer-extension').default.filter(({ id }) => [ '@jupyterlab/completer-extension:base-service', - '@jupyterlab/completer-extension:tracker' + '@jupyterlab/completer-extension:manager' ].includes(id) ), require('@jupyterlab/console-extension').default.filter(({ id }) => @@ -123,7 +123,7 @@ async function main() { require('@jupyterlab/filebrowser-extension').default.filter(({ id }) => [ '@jupyterlab/filebrowser-extension:factory', - '@jupyterlab/filebrowser-extension:defaultFileBrowser' + '@jupyterlab/filebrowser-extension:default-file-browser' ].includes(id) ), require('@jupyterlab/fileeditor-extension').default.filter(({ id }) => @@ -152,7 +152,6 @@ async function main() { require('@jupyterlab/translation-extension'), require('@jupyterlab/ui-components-extension'), // Add the "Hub Control Panel" menu option when running in JupyterHub - require('@jupyterlab/collaboration-extension'), require('@jupyterlab/hub-extension') ]; diff --git a/app/package.json b/app/package.json index 0f3d48968..bc70ca3c8 100644 --- a/app/package.json +++ b/app/package.json @@ -23,74 +23,71 @@ "@jupyter-notebook/tree-extension": "~7.0.0-alpha.12", "@jupyter-notebook/ui-components": "~7.0.0-alpha.12", "@jupyter/ydoc": "~0.3.1", - "@jupyterlab/application": "~4.0.0-alpha.18", - "@jupyterlab/application-extension": "~4.0.0-alpha.18", - "@jupyterlab/apputils": "~4.0.0-alpha.18", - "@jupyterlab/apputils-extension": "~4.0.0-alpha.18", - "@jupyterlab/cell-toolbar": "~4.0.0-alpha.18", - "@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.18", - "@jupyterlab/celltags": "~4.0.0-alpha.18", - "@jupyterlab/celltags-extension": "~4.0.0-alpha.18", - "@jupyterlab/codeeditor": "~4.0.0-alpha.18", - "@jupyterlab/codemirror": "~4.0.0-alpha.18", - "@jupyterlab/codemirror-extension": "~4.0.0-alpha.18", - "@jupyterlab/collaboration": "~4.0.0-alpha.18", - "@jupyterlab/collaboration-extension": "~4.0.0-alpha.18", - "@jupyterlab/completer": "~4.0.0-alpha.18", - "@jupyterlab/completer-extension": "~4.0.0-alpha.18", - "@jupyterlab/console": "~4.0.0-alpha.18", - "@jupyterlab/console-extension": "~4.0.0-alpha.18", - "@jupyterlab/coreutils": "~6.0.0-alpha.18", - "@jupyterlab/debugger": "~4.0.0-alpha.18", - "@jupyterlab/debugger-extension": "~4.0.0-alpha.18", - "@jupyterlab/docmanager": "~4.0.0-alpha.18", - "@jupyterlab/docmanager-extension": "~4.0.0-alpha.18", - "@jupyterlab/docprovider": "~4.0.0-alpha.18", - "@jupyterlab/documentsearch": "~4.0.0-alpha.18", - "@jupyterlab/documentsearch-extension": "~4.0.0-alpha.18", - "@jupyterlab/filebrowser": "~4.0.0-alpha.18", - "@jupyterlab/filebrowser-extension": "~4.0.0-alpha.18", - "@jupyterlab/fileeditor": "~4.0.0-alpha.18", - "@jupyterlab/fileeditor-extension": "~4.0.0-alpha.18", - "@jupyterlab/htmlviewer": "~4.0.0-alpha.18", - "@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.18", - "@jupyterlab/hub-extension": "~4.0.0-alpha.18", - "@jupyterlab/javascript-extension": "~4.0.0-alpha.18", - "@jupyterlab/json-extension": "~4.0.0-alpha.18", - "@jupyterlab/lsp": "~4.0.0-alpha.18", - "@jupyterlab/lsp-extension": "~4.0.0-alpha.18", - "@jupyterlab/mainmenu": "~4.0.0-alpha.18", - "@jupyterlab/mainmenu-extension": "~4.0.0-alpha.18", - "@jupyterlab/markedparser-extension": "~4.0.0-alpha.18", - "@jupyterlab/mathjax2-extension": "~4.0.0-alpha.18", - "@jupyterlab/notebook": "~4.0.0-alpha.18", - "@jupyterlab/notebook-extension": "~4.0.0-alpha.18", - "@jupyterlab/observables": "~5.0.0-alpha.18", - "@jupyterlab/outputarea": "~4.0.0-alpha.18", - "@jupyterlab/pdf-extension": "~4.0.0-alpha.18", - "@jupyterlab/rendermime": "~4.0.0-alpha.18", - "@jupyterlab/rendermime-extension": "~4.0.0-alpha.18", - "@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.18", - "@jupyterlab/running-extension": "~4.0.0-alpha.18", - "@jupyterlab/services": "~7.0.0-alpha.18", - "@jupyterlab/settingeditor": "~4.0.0-alpha.18", - "@jupyterlab/settingeditor-extension": "~4.0.0-alpha.18", - "@jupyterlab/settingregistry": "~4.0.0-alpha.18", - "@jupyterlab/shortcuts-extension": "~4.0.0-alpha.18", - "@jupyterlab/statedb": "~4.0.0-alpha.18", - "@jupyterlab/statusbar": "~4.0.0-alpha.18", - "@jupyterlab/terminal": "~4.0.0-alpha.18", - "@jupyterlab/terminal-extension": "~4.0.0-alpha.18", - "@jupyterlab/theme-dark-extension": "~4.0.0-alpha.18", - "@jupyterlab/theme-light-extension": "~4.0.0-alpha.18", - "@jupyterlab/toc-extension": "~6.0.0-alpha.18", - "@jupyterlab/tooltip": "~4.0.0-alpha.18", - "@jupyterlab/tooltip-extension": "~4.0.0-alpha.18", - "@jupyterlab/translation": "~4.0.0-alpha.18", - "@jupyterlab/translation-extension": "~4.0.0-alpha.18", - "@jupyterlab/ui-components": "~4.0.0-alpha.33", - "@jupyterlab/ui-components-extension": "~4.0.0-alpha.18", - "@jupyterlab/vega5-extension": "~4.0.0-alpha.18", + "@jupyterlab/application": "~4.0.0-alpha.19", + "@jupyterlab/application-extension": "~4.0.0-alpha.19", + "@jupyterlab/apputils": "~4.0.0-alpha.19", + "@jupyterlab/apputils-extension": "~4.0.0-alpha.19", + "@jupyterlab/cell-toolbar": "~4.0.0-alpha.19", + "@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.19", + "@jupyterlab/celltags": "~4.0.0-alpha.19", + "@jupyterlab/celltags-extension": "~4.0.0-alpha.19", + "@jupyterlab/codeeditor": "~4.0.0-alpha.19", + "@jupyterlab/codemirror": "~4.0.0-alpha.19", + "@jupyterlab/codemirror-extension": "~4.0.0-alpha.19", + "@jupyterlab/completer": "~4.0.0-alpha.19", + "@jupyterlab/completer-extension": "~4.0.0-alpha.19", + "@jupyterlab/console": "~4.0.0-alpha.19", + "@jupyterlab/console-extension": "~4.0.0-alpha.19", + "@jupyterlab/coreutils": "~6.0.0-alpha.19", + "@jupyterlab/debugger": "~4.0.0-alpha.19", + "@jupyterlab/debugger-extension": "~4.0.0-alpha.19", + "@jupyterlab/docmanager": "~4.0.0-alpha.19", + "@jupyterlab/docmanager-extension": "~4.0.0-alpha.19", + "@jupyterlab/documentsearch": "~4.0.0-alpha.19", + "@jupyterlab/documentsearch-extension": "~4.0.0-alpha.19", + "@jupyterlab/filebrowser": "~4.0.0-alpha.19", + "@jupyterlab/filebrowser-extension": "~4.0.0-alpha.19", + "@jupyterlab/fileeditor": "~4.0.0-alpha.19", + "@jupyterlab/fileeditor-extension": "~4.0.0-alpha.19", + "@jupyterlab/htmlviewer": "~4.0.0-alpha.19", + "@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.19", + "@jupyterlab/hub-extension": "~4.0.0-alpha.19", + "@jupyterlab/javascript-extension": "~4.0.0-alpha.19", + "@jupyterlab/json-extension": "~4.0.0-alpha.19", + "@jupyterlab/lsp": "~4.0.0-alpha.19", + "@jupyterlab/lsp-extension": "~4.0.0-alpha.19", + "@jupyterlab/mainmenu": "~4.0.0-alpha.19", + "@jupyterlab/mainmenu-extension": "~4.0.0-alpha.19", + "@jupyterlab/markedparser-extension": "~4.0.0-alpha.19", + "@jupyterlab/mathjax2-extension": "~4.0.0-alpha.19", + "@jupyterlab/notebook": "~4.0.0-alpha.19", + "@jupyterlab/notebook-extension": "~4.0.0-alpha.19", + "@jupyterlab/observables": "~5.0.0-alpha.19", + "@jupyterlab/outputarea": "~4.0.0-alpha.19", + "@jupyterlab/pdf-extension": "~4.0.0-alpha.19", + "@jupyterlab/rendermime": "~4.0.0-alpha.19", + "@jupyterlab/rendermime-extension": "~4.0.0-alpha.19", + "@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.19", + "@jupyterlab/running-extension": "~4.0.0-alpha.19", + "@jupyterlab/services": "~7.0.0-alpha.19", + "@jupyterlab/settingeditor": "~4.0.0-alpha.19", + "@jupyterlab/settingeditor-extension": "~4.0.0-alpha.19", + "@jupyterlab/settingregistry": "~4.0.0-alpha.19", + "@jupyterlab/shortcuts-extension": "~4.0.0-alpha.19", + "@jupyterlab/statedb": "~4.0.0-alpha.19", + "@jupyterlab/statusbar": "~4.0.0-alpha.19", + "@jupyterlab/terminal": "~4.0.0-alpha.19", + "@jupyterlab/terminal-extension": "~4.0.0-alpha.19", + "@jupyterlab/theme-dark-extension": "~4.0.0-alpha.19", + "@jupyterlab/theme-light-extension": "~4.0.0-alpha.19", + "@jupyterlab/toc-extension": "~6.0.0-alpha.19", + "@jupyterlab/tooltip": "~4.0.0-alpha.19", + "@jupyterlab/tooltip-extension": "~4.0.0-alpha.19", + "@jupyterlab/translation": "~4.0.0-alpha.19", + "@jupyterlab/translation-extension": "~4.0.0-alpha.19", + "@jupyterlab/ui-components": "~4.0.0-alpha.34", + "@jupyterlab/ui-components-extension": "~4.0.0-alpha.19", + "@jupyterlab/vega5-extension": "~4.0.0-alpha.19", "@lumino/algorithm": "~2.0.0-beta.0", "@lumino/application": "~2.0.0-beta.1", "@lumino/commands": "~2.0.0-beta.1", @@ -119,50 +116,49 @@ "@jupyter-notebook/tree": "^7.0.0-alpha.12", "@jupyter-notebook/tree-extension": "^7.0.0-alpha.12", "@jupyter-notebook/ui-components": "^7.0.0-alpha.12", - "@jupyterlab/application-extension": "^4.0.0-alpha.18", - "@jupyterlab/apputils-extension": "^4.0.0-alpha.18", - "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.18", - "@jupyterlab/celltags": "^4.0.0-alpha.18", - "@jupyterlab/celltags-extension": "^4.0.0-alpha.18", - "@jupyterlab/codemirror": "^4.0.0-alpha.18", - "@jupyterlab/codemirror-extension": "^4.0.0-alpha.18", - "@jupyterlab/collaboration-extension": "^4.0.0-alpha.18", - "@jupyterlab/completer-extension": "^4.0.0-alpha.18", - "@jupyterlab/console-extension": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/debugger-extension": "^4.0.0-alpha.18", - "@jupyterlab/docmanager-extension": "^4.0.0-alpha.18", - "@jupyterlab/documentsearch-extension": "^4.0.0-alpha.18", - "@jupyterlab/filebrowser-extension": "^4.0.0-alpha.18", - "@jupyterlab/fileeditor-extension": "^4.0.0-alpha.18", - "@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.18", - "@jupyterlab/hub-extension": "^4.0.0-alpha.18", - "@jupyterlab/javascript-extension": "^4.0.0-alpha.18", - "@jupyterlab/json-extension": "^4.0.0-alpha.18", - "@jupyterlab/lsp": "^4.0.0-alpha.18", - "@jupyterlab/lsp-extension": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu-extension": "^4.0.0-alpha.18", - "@jupyterlab/markedparser-extension": "^4.0.0-alpha.18", - "@jupyterlab/mathjax2-extension": "^4.0.0-alpha.18", - "@jupyterlab/notebook-extension": "^4.0.0-alpha.18", - "@jupyterlab/pdf-extension": "^4.0.0-alpha.18", - "@jupyterlab/rendermime-extension": "^4.0.0-alpha.18", - "@jupyterlab/running-extension": "^4.0.0-alpha.18", - "@jupyterlab/settingeditor": "^4.0.0-alpha.18", - "@jupyterlab/settingeditor-extension": "^4.0.0-alpha.18", - "@jupyterlab/shortcuts-extension": "^4.0.0-alpha.18", - "@jupyterlab/terminal-extension": "^4.0.0-alpha.18", - "@jupyterlab/theme-dark-extension": "^4.0.0-alpha.18", - "@jupyterlab/theme-light-extension": "^4.0.0-alpha.18", - "@jupyterlab/toc-extension": "^6.0.0-alpha.18", - "@jupyterlab/tooltip-extension": "^4.0.0-alpha.18", - "@jupyterlab/translation-extension": "^4.0.0-alpha.18", - "@jupyterlab/ui-components-extension": "^4.0.0-alpha.18", - "@jupyterlab/vega5-extension": "^4.0.0-alpha.18" + "@jupyterlab/application-extension": "^4.0.0-alpha.19", + "@jupyterlab/apputils-extension": "^4.0.0-alpha.19", + "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.19", + "@jupyterlab/celltags": "^4.0.0-alpha.19", + "@jupyterlab/celltags-extension": "^4.0.0-alpha.19", + "@jupyterlab/codemirror": "^4.0.0-alpha.19", + "@jupyterlab/codemirror-extension": "^4.0.0-alpha.19", + "@jupyterlab/completer-extension": "^4.0.0-alpha.19", + "@jupyterlab/console-extension": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/debugger-extension": "^4.0.0-alpha.19", + "@jupyterlab/docmanager-extension": "^4.0.0-alpha.19", + "@jupyterlab/documentsearch-extension": "^4.0.0-alpha.19", + "@jupyterlab/filebrowser-extension": "^4.0.0-alpha.19", + "@jupyterlab/fileeditor-extension": "^4.0.0-alpha.19", + "@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.19", + "@jupyterlab/hub-extension": "^4.0.0-alpha.19", + "@jupyterlab/javascript-extension": "^4.0.0-alpha.19", + "@jupyterlab/json-extension": "^4.0.0-alpha.19", + "@jupyterlab/lsp": "^4.0.0-alpha.19", + "@jupyterlab/lsp-extension": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu-extension": "^4.0.0-alpha.19", + "@jupyterlab/markedparser-extension": "^4.0.0-alpha.19", + "@jupyterlab/mathjax2-extension": "^4.0.0-alpha.19", + "@jupyterlab/notebook-extension": "^4.0.0-alpha.19", + "@jupyterlab/pdf-extension": "^4.0.0-alpha.19", + "@jupyterlab/rendermime-extension": "^4.0.0-alpha.19", + "@jupyterlab/running-extension": "^4.0.0-alpha.19", + "@jupyterlab/settingeditor": "^4.0.0-alpha.19", + "@jupyterlab/settingeditor-extension": "^4.0.0-alpha.19", + "@jupyterlab/shortcuts-extension": "^4.0.0-alpha.19", + "@jupyterlab/terminal-extension": "^4.0.0-alpha.19", + "@jupyterlab/theme-dark-extension": "^4.0.0-alpha.19", + "@jupyterlab/theme-light-extension": "^4.0.0-alpha.19", + "@jupyterlab/toc-extension": "^6.0.0-alpha.19", + "@jupyterlab/tooltip-extension": "^4.0.0-alpha.19", + "@jupyterlab/translation-extension": "^4.0.0-alpha.19", + "@jupyterlab/ui-components-extension": "^4.0.0-alpha.19", + "@jupyterlab/vega5-extension": "^4.0.0-alpha.19" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0-alpha.18", - "@jupyterlab/buildutils": "^4.0.0-alpha.18", + "@jupyterlab/builder": "^4.0.0-alpha.19", + "@jupyterlab/buildutils": "^4.0.0-alpha.19", "@types/rimraf": "^3.0.2", "css-loader": "~5.0.1", "fs-extra": "^8.1.0", @@ -182,7 +178,6 @@ "name": "Jupyter Notebook", "extensions": [ "@jupyter-notebook/application-extension", - "@jupyterlab/collaboration-extension", "@jupyter-notebook/console-extension", "@jupyter-notebook/docmanager-extension", "@jupyter-notebook/documentsearch-extension", @@ -229,13 +224,11 @@ "@jupyterlab/celltags", "@jupyterlab/codeeditor", "@jupyterlab/codemirror", - "@jupyterlab/collaboration", "@jupyterlab/completer", "@jupyterlab/console", "@jupyterlab/coreutils", "@jupyterlab/debugger", "@jupyterlab/docmanager", - "@jupyterlab/docprovider", "@jupyterlab/documentsearch", "@jupyterlab/filebrowser", "@jupyterlab/fileeditor", diff --git a/buildutils/package.json b/buildutils/package.json index 9d7a425ae..a6c574739 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -30,7 +30,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "^4.0.0-alpha.18", + "@jupyterlab/buildutils": "^4.0.0-alpha.19", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~4.9.3" diff --git a/jupyter_config.json b/jupyter_config.json index f00d47ca2..4d392a974 100644 --- a/jupyter_config.json +++ b/jupyter_config.json @@ -1,4 +1,4 @@ { - "LabApp": { "collaborative": true, "expose_app_in_browser": true }, - "JupyterNotebookApp": { "collaborative": true, "expose_app_in_browser": true } + "LabApp": { "expose_app_in_browser": true }, + "JupyterNotebookApp": { "expose_app_in_browser": true } } diff --git a/notebook/app.py b/notebook/app.py index 64ee27cf2..c81c4abbe 100644 --- a/notebook/app.py +++ b/notebook/app.py @@ -47,7 +47,6 @@ class NotebookBaseHandler(ExtensionHandlerJinjaMixin, ExtensionHandlerMixin, Jup "fullStaticUrl": ujoin(self.base_url, "static", self.name), "frontendUrl": ujoin(self.base_url, "/"), "exposeAppInBrowser": app.expose_app_in_browser, - "collaborative": app.collaborative, } if "hub_prefix" in app.serverapp.tornado_settings: @@ -228,17 +227,11 @@ class JupyterNotebookApp(NotebookConfigShimMixin, LabServerApp): help="Whether to expose the global app instance to browser via window.jupyterapp", ) - collaborative = Bool(False, config=True, help="Whether to enable collaborative mode.") - flags = flags flags["expose-app-in-browser"] = ( {"JupyterNotebookApp": {"expose_app_in_browser": True}}, "Expose the global app instance to browser via window.jupyterapp.", ) - flags["collaborative"] = ( - {"JupyterNotebookApp": {"collaborative": True}}, - "Whether to enable collaborative mode.", - ) @default("static_dir") def _default_static_dir(self): diff --git a/package.json b/package.json index 9b354306d..8db275b18 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch" }, "devDependencies": { - "@jupyterlab/buildutils": "^4.0.0-alpha.18", + "@jupyterlab/buildutils": "^4.0.0-alpha.19", "@typescript-eslint/eslint-plugin": "^4.2.0", "@typescript-eslint/parser": "^4.2.0", "eslint": "^7.10.0", diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 5a6c70a40..93fae4444 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -41,17 +41,17 @@ "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", "@jupyter-notebook/ui-components": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/celltags": "^4.0.0-alpha.18", - "@jupyterlab/codeeditor": "^4.0.0-alpha.18", - "@jupyterlab/console": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/docregistry": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu": "^4.0.0-alpha.18", - "@jupyterlab/settingregistry": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/celltags": "^4.0.0-alpha.19", + "@jupyterlab/codeeditor": "^4.0.0-alpha.19", + "@jupyterlab/console": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/docregistry": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu": "^4.0.0-alpha.19", + "@jupyterlab/settingregistry": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", "@lumino/coreutils": "^2.0.0-beta.0", "@lumino/disposable": "^2.0.0-beta.1", "@lumino/widgets": "^2.0.0-beta.1" diff --git a/packages/application/package.json b/packages/application/package.json index cf70a34a7..509ba2b11 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -43,11 +43,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docregistry": "^4.0.0-alpha.18", - "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.18", - "@jupyterlab/ui-components": "^4.0.0-alpha.33", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docregistry": "^4.0.0-alpha.19", + "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.19", + "@jupyterlab/ui-components": "^4.0.0-alpha.34", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/coreutils": "^2.0.0-beta.0", "@lumino/messaging": "^2.0.0-beta.0", @@ -58,7 +58,7 @@ "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.12.1", - "@jupyterlab/testutils": "^4.0.0-alpha.18", + "@jupyterlab/testutils": "^4.0.0-alpha.19", "@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 b6381f85d..b2ab38cbe 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -39,9 +39,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/console": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/console": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", "@lumino/algorithm": "^2.0.0-beta.0" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 6639b984d..cb5c134ad 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -39,11 +39,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/docregistry": "^4.0.0-alpha.18", - "@jupyterlab/services": "^7.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/docregistry": "^4.0.0-alpha.19", + "@jupyterlab/services": "^7.0.0-alpha.19", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/signaling": "^2.0.0-beta.1" }, diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index eb72ee877..02046016b 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -40,8 +40,8 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/documentsearch": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/documentsearch": "^4.0.0-alpha.19", "@lumino/widgets": "^2.0.0-beta.1" }, "devDependencies": { diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 87ae5efd4..44aa1cfa7 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -40,15 +40,14 @@ }, "dependencies": { "@jupyter-notebook/ui-components": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.0.27", "rimraf": "^3.0.2", "typescript": "~4.9.3" }, diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 2fc07ee17..6b2fa7da0 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -44,17 +44,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docregistry": "^4.0.0-alpha.18", - "@jupyterlab/notebook": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docregistry": "^4.0.0-alpha.19", + "@jupyterlab/notebook": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", "@lumino/commands": "^2.0.0-beta.1", "@lumino/disposable": "^2.0.0-beta.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0-alpha.18", + "@jupyterlab/builder": "^4.0.0-alpha.19", "rimraf": "^3.0.2", "typescript": "~4.9.3" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index bce9bae99..ae86e4197 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -40,13 +40,13 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/cells": "^4.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/notebook": "^4.0.0-alpha.18", - "@jupyterlab/settingregistry": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/cells": "^4.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/notebook": "^4.0.0-alpha.19", + "@jupyterlab/settingregistry": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", "@lumino/polling": "^2.0.0-beta.1", "@lumino/widgets": "^2.0.0-beta.1" }, diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 3b718b218..b65a8fd2a 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -39,9 +39,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/terminal": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/terminal": "^4.0.0-alpha.19", "@lumino/algorithm": "^2.0.0-beta.0" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index a78432548..14f27df4d 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -41,18 +41,18 @@ "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", "@jupyter-notebook/tree": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/filebrowser": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu": "^4.0.0-alpha.18", - "@jupyterlab/services": "^7.0.0-alpha.18", - "@jupyterlab/settingeditor": "^4.0.0-alpha.18", - "@jupyterlab/settingregistry": "^4.0.0-alpha.18", - "@jupyterlab/statedb": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", - "@jupyterlab/ui-components": "^4.0.0-alpha.33", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/filebrowser": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu": "^4.0.0-alpha.19", + "@jupyterlab/services": "^7.0.0-alpha.19", + "@jupyterlab/settingeditor": "^4.0.0-alpha.19", + "@jupyterlab/settingregistry": "^4.0.0-alpha.19", + "@jupyterlab/statedb": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", + "@jupyterlab/ui-components": "^4.0.0-alpha.34", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/commands": "^2.0.0-beta.1", "@lumino/widgets": "^2.0.0-beta.1" diff --git a/packages/tree/package.json b/packages/tree/package.json index cd97d1f26..e80001b89 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -40,17 +40,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/filebrowser": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu": "^4.0.0-alpha.18", - "@jupyterlab/services": "^7.0.0-alpha.18", - "@jupyterlab/settingregistry": "^4.0.0-alpha.18", - "@jupyterlab/statedb": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", - "@jupyterlab/ui-components": "^4.0.0-alpha.33", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/filebrowser": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu": "^4.0.0-alpha.19", + "@jupyterlab/services": "^7.0.0-alpha.19", + "@jupyterlab/settingregistry": "^4.0.0-alpha.19", + "@jupyterlab/statedb": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", + "@jupyterlab/ui-components": "^4.0.0-alpha.34", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/commands": "^2.0.0-beta.1", "@lumino/coreutils": "^2.0.0-beta.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index b1ec85030..d1eb110c0 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -43,14 +43,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/ui-components": "^4.0.0-alpha.33", + "@jupyterlab/ui-components": "^4.0.0-alpha.34", "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.18", + "@jupyterlab/testutils": "^4.0.0-alpha.19", "@types/jest": "^29.2.5", "babel-loader": "^8.0.6", "jest": "^29.3.1", diff --git a/pyproject.toml b/pyproject.toml index 4856f962a..7c14695d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a33,<5"] +requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a34,<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.0a33,<5", + "jupyterlab>=4.0.0a34,<5", "jupyterlab_server>=2.19.0,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", @@ -269,6 +269,8 @@ ignore = [ # F841 Local variable `foo` is assigned to but never used # PLR2004 Magic value used in comparison "tests/*" = ["S101", "F841", "PLR2004"] +# undefined name 'c' +"ui-tests/test/jupyter_server_config.py" = ["F821"] [tool.interrogate] ignore-init-module=true diff --git a/ui-tests/package.json b/ui-tests/package.json index b55c469ee..92c9b811f 100644 --- a/ui-tests/package.json +++ b/ui-tests/package.json @@ -15,7 +15,7 @@ "test:update": "playwright test --update-snapshots" }, "dependencies": { - "@jupyterlab/galata": "~5.0.0-alpha.17", + "@jupyterlab/galata": "~5.0.0-alpha.19", "rimraf": "^3.0.2" } } diff --git a/ui-tests/test/jupyter_server_config.py b/ui-tests/test/jupyter_server_config.py index 808c66110..6718f22d5 100644 --- a/ui-tests/test/jupyter_server_config.py +++ b/ui-tests/test/jupyter_server_config.py @@ -1,6 +1,9 @@ +from pathlib import Path from tempfile import mkdtemp from typing import Any +import jupyterlab + c: Any c.ServerApp.port = 8888 # noqa c.ServerApp.port_retries = 0 # noqa @@ -12,3 +15,4 @@ c.ServerApp.password = "" # noqa c.ServerApp.disable_check_xsrf = True # noqa c.JupyterNotebookApp.expose_app_in_browser = True # noqa +c.LabServerApp.extra_labextensions_path = str(Path(jupyterlab.__file__).parent / "galata") diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png index 281bb7f20..b4fe77a67 100644 Binary files a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png and b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png differ diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png index 243ac5efc..1a2c0a1bf 100644 Binary files a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png and b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png differ diff --git a/ui-tests/yarn.lock b/ui-tests/yarn.lock index c35047b71..8ac497c49 100644 --- a/ui-tests/yarn.lock +++ b/ui-tests/yarn.lock @@ -209,10 +209,10 @@ resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5" integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg== -"@jupyter/ydoc@~0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@jupyter/ydoc/-/ydoc-0.2.2.tgz#a2be83d2a0e076cef7ed77302e69153a0a4d6c16" - integrity sha512-UtU7ZxpL0k+QF9So4wtGxaS2C+nno58dig7sQUaBn48wlQDiuypzKgUmF7I37srpu6f/ywon3JBuEjxuL1CIBQ== +"@jupyter/ydoc@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@jupyter/ydoc/-/ydoc-0.3.1.tgz#d7859a9bb511f19571559ee8a4e12d2d2e50b64f" + integrity sha512-e7tzgNYJW3XhO0gf39cKQrXxw1/1Z7h950xsKauwUij06ngMluj464b+FK1/n3/p/jD1GMhx5RNkQYvX6V9tAg== dependencies: "@jupyterlab/nbformat" "^3.0.0 || ^4.0.0-alpha.15" "@lumino/coreutils" "^1.11.0 || ^2.0.0-alpha.6" @@ -221,128 +221,128 @@ y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/application@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.17.tgz#72ae711a2d7495ad72585757854176158a7060ea" - integrity sha512-BudgguelAcT2p7SsmLUreimthDOgotQxKJ4EKJYY/acRfKLAREzO5tVmBUz3JBRqKDeVcfvU162HPHOacvwAGQ== +"@jupyterlab/application@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.19.tgz#9fafdc559ce040287cdb05a46b86c585b3a4aa5d" + integrity sha512-J+J8DXRWA4oVu+sX32JSdG6kkcOlVBrK1qcTtjSVluxKNwW3oqXBk+c8eEi1uxUaiVqi/gqpSYEm3x1MGbbdtw== dependencies: "@fortawesome/fontawesome-free" "^5.12.0" - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/application" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/application" "^2.0.0-beta.1" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/apputils@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.17.tgz#0f27d9550ea562bd9f3f04630284e0803bba42b7" - integrity sha512-CJ1kcLxKixfzFu5e/sD/fdoamq2ufG8zpHWM2kalTajDCi9e6chmdnsZXhWQoyIxe/OtQT3zuqeNY0akazC8ZQ== +"@jupyterlab/apputils@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.19.tgz#f9f7d80a264d4d08b7f105ae58bc5c503659a2b6" + integrity sha512-dDn9THDexcawh4JkPUMBekz1ru93IP9U+pcOjR48eK4vdnNaMMJQAW1gHVI5vM96YouQttm5+adqnRTDTc8IRw== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/settingregistry" "^4.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@types/react" "^17.0.0" - react "^17.0.1" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + "@types/react" "^18.0.26" + react "^18.2.0" sanitize-html "~2.7.3" -"@jupyterlab/attachments@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.17.tgz#0da0cdea17c5900518a366e5f4bade831c8f058f" - integrity sha512-KU47M07SKhRM/lk6LLjNFmeE7I5NWBmlhdKLGoJxr4fyL8tF/v2xk21X0WC512GqTUuYkmlWJ2irRX9e/v4mrA== +"@jupyterlab/attachments@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.19.tgz#48abe8cc19168ccd7e527d6278cb7eb9678052dc" + integrity sha512-rGBWL6NK6bDFBiq5o6sa6nZ+iLTnwXLQXUiI2CTDq6JN2zWyALytOd0Pw+MjrvyhnnK5aYnD3Cv/JDU2u6kskQ== dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/cells@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.17.tgz#b56eaf41322260fd081adda76e1b8c74b3ac9556" - integrity sha512-XdImnkDI2dnNMCEyO0RW8nzvtJX6wyFVIKQ0BchSZkSw0RZ7hJjpIer2E7gavj3Y5MGwrivDGJGxZShVha658Q== +"@jupyterlab/cells@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.19.tgz#1e189b999f40ace5ecbeaa4dd0a0a2faee2b0b2a" + integrity sha512-F2mqqSkjhxJtsGIDkRNPQwJiqUwAn/8NZzjL3kCZOlpkei+jVXy1B/T5cvjaqDO700Z4r1VJA9azLSXzbXl3lA== dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/attachments" "^4.0.0-alpha.17" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/codemirror" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/documentsearch" "^4.0.0-alpha.17" - "@jupyterlab/filebrowser" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/outputarea" "^4.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/toc" "^6.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/attachments" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/outputarea" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/codeeditor@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.17.tgz#f7f2394e3532289d11e2dc8d221480fe6b380d89" - integrity sha512-i+I4qgCW8g3gVzeuClxvskKhSL2mgyp7BMsTqqQ35EiU5WMZIxhwHONdksDZTuIaXEGZ67iT8VRXeh6QDhmYQg== +"@jupyterlab/codeeditor@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.19.tgz#25b588247beb030f540210fa47f8e7a011fdea20" + integrity sha512-cjxIM3Q/MTVsQPZFHPuI8Ua0i5Gja0Jw2TIoZm5RT8JmZx2SZmc7UBhcaTtOchAQbwSCIJueXS6jFcAj1o8B7w== dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/codemirror@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.17.tgz#cf4882be030bf0d5650594387f6d18a434ba9475" - integrity sha512-951QM8Vc9PuMNnSSZoEvdBS4kXQeYomReH3mgAdGSHSJyMsbJDNkUspkRVb9XwP79Q30tr3x5HGgukuPKWZhOQ== +"@jupyterlab/codemirror@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.19.tgz#0d31c8b4c483f1cf494f64d6288d65c01dd5b003" + integrity sha512-8PcntIcXxgiqNSqXCqtByaZYcE7y2LxUHjE6+rE+ZtLk/6eFtZ1zGTuaCUR+ga8i+Z5/7RuJOuaJAPJbDXDrKQ== dependencies: "@codemirror/autocomplete" "^6.0.0" "@codemirror/commands" "^6.0.0" @@ -364,185 +364,164 @@ "@codemirror/search" "^6.0.0" "@codemirror/state" "^6.0.0" "@codemirror/view" "^6.0.0" - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/documentsearch" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lezer/common" "^1.0.0" "@lezer/highlight" "^1.0.0" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" style-mod "^4.0.0" y-codemirror.next "^0.3.2" y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/coreutils@^6.0.0-alpha.17": - version "6.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.17.tgz#e4bceb662bc2e11a65b315f1b3b9b95b0edeb40b" - integrity sha512-F6ql6s2o+eYtEAkqpf9smF9gS1ln7KNtJaRmKG8FLC6pzGKMI6HmrTkWTUS9eU6hBEXidibYtZuj2bVv4B/Stg== +"@jupyterlab/coreutils@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.19.tgz#05d4984f6af640bea74002f59fb32d2e077ebd35" + integrity sha512-aCTf3o2OZRSAYMFoHJNqSimu0dyuTRDyQmQyglVBuMwH4SLXIXGnKQatxHwsFFyFMxOgiFxlYFLP1TK83WJFXQ== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" minimist "~1.2.0" - moment "^2.24.0" path-browserify "^1.0.0" url-parse "~1.5.4" -"@jupyterlab/docmanager@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.17.tgz#dbd132a37b16d123fc71bdc4c828c7f00153bcc7" - integrity sha512-eyT2akjunbX59D/Fj7SPwzU5BEVNpiHZ1lwtloQMYU0cmLQfdV3IVE28Lt5Rlp8cZw3wGhO+nuUmd6LUZrznIQ== +"@jupyterlab/docmanager@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.19.tgz#d13c8180f04b696bfbf477278ad918bdf9c27ab6" + integrity sha512-r75N8VWRjWXp0BrlvSkCPWySWlrQy2sCsi4M8IG1pToUdCjxTGwvj7O14T1iI6iZWk2q9Bdk2EUxWt3QMsZ74g== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docprovider" "^4.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/docprovider@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-4.0.0-alpha.17.tgz#13347c6ca5ec6bf343b41a70281eb5c5a742b19e" - integrity sha512-vU86YlIpaY4dezO7TxpBSUob95pq0AQmpU+Yqi1oP7Y9K81aLKMwe8doj92o5MDbysw8xyO3GgGR2ceT1loV4g== +"@jupyterlab/docregistry@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.19.tgz#2c9c4755cdf00967d48296cefa7bd3ded0b3882f" + integrity sha512-dzRyDiOh2nOnOpnhszQlLVCQawwSbhstQoOM5bg9tiCQW+C86TczXbtIORaqEAI1SKHCfb+YMMlcywkLFwDaUQ== dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - y-protocols "^1.0.5" - y-websocket "^1.3.15" - yjs "^13.5.40" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/docregistry@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.17.tgz#124c8a7c3c66b09c3ef9007904262157d5ac923f" - integrity sha512-W6DBdJ0bvPzCyIdHo/oTKkVTbS5DdzEhWPedPpB3lFZTEz4YGw6bzeBfw9Pd8tCX76F5Clfk/jRZaPLg7A2AMg== +"@jupyterlab/documentsearch@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.19.tgz#d67e46c7e74a3043204e4ccb1ad09743b40c4d3b" + integrity sha512-3PYyD9/mt9GMZJz1zWD4Bg0bHxruLDq1VMTD360GJYgn9paBPyEruEhfLYyyubmngyGrjJvUCmDOfI96xxAKzg== dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/codemirror" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docprovider" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/documentsearch@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.17.tgz#10c37270e0e9cc3b80ea704b26601279db2492e4" - integrity sha512-dBlSfKpIqOqFGOM8o+K5Zhyj/7TVc6KD5Mrre9F/ACah0NEUtuskq7AmTv4AVrqqySO/r0xZh7y7h5BV3Z2KaQ== +"@jupyterlab/filebrowser@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.19.tgz#baba1bba0cba0e55e4392562922e94781a9dd965" + integrity sha512-OFA6MSKvbqQ2C9tdnKSa3RmJ+0V+S449wnFvOcHSd2YRpiLtAQ2/JFbj01wDXnYgthv9ZeT9vmoh/cfynNgqfg== dependencies: - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/filebrowser@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.17.tgz#29522de1c9298e47843e95443bb6549d3030c54e" - integrity sha512-R+ylK5GPyOXqvRE1ebcGGt17G5Tx5g4rfNOSvhNjAjVWup6I+qpLdvDHi5w4Uw1yXzYfMhqrVJA9mEalITjsgQ== +"@jupyterlab/galata@~5.0.0-alpha.19": + version "5.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/galata/-/galata-5.0.0-alpha.19.tgz#01ba34c5599242da66ce1bf5b038ebea55956a20" + integrity sha512-qjO8hoHTOOJX51zJ+PcX7UNmYp1L0N1KidWIgig4Ydt+0KQdJV1J6YJ0NlKfpV9m+XzJsrDYKlTz024K92Bigw== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docmanager" "^4.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/galata@~5.0.0-alpha.17": - version "5.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/galata/-/galata-5.0.0-alpha.17.tgz#c2e2aae8f5104a95e6db4601da57ea4285f959fa" - integrity sha512-IWppq8XzBo92Si7a+HREHemrQYLpfcY2xy63VeeAjEBG9PqeC2Xl1GRhnTpP+ue0N/M8nRgoKMrYoAoUNlyLhA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.17" - "@jupyterlab/cells" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docmanager" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/notebook" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/settingregistry" "^4.0.0-alpha.17" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@playwright/test" "^1.29.0" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@playwright/test" "^1.30.0" "@stdlib/stats" "~0.0.13" fs-extra "^10.1.0" - http-server "^13.0.0" - json5 "^2.1.1" + json5 "^2.2.3" path "~0.12.7" systeminformation "^5.8.6" vega "^5.20.0" vega-lite "^5.1.0" vega-statistics "^1.7.9" -"@jupyterlab/lsp@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.17.tgz#b8064486cdcf85a80b722c6fb88b55eecb32a761" - integrity sha512-+0GrbIphCABaj7t0apNwTryJgLIY7SZ68jGLOlOe1gPOc78l0AZr2Bq5wbLIOJ5V8kpvaCTrU3shMQ5d3K3YPg== +"@jupyterlab/lsp@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.19.tgz#ae3a9d5a097a468810440138be1453bebd80733a" + integrity sha512-CZ0KrS+9oq6xPSqzjoRP+MOgXbnA8R9OMUV9fxo2x0J+7ysVSdMJwrXy4uP7Vwh1mac6j/ZWiw0Xh6BM8xXKdw== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" lodash.mergewith "^4.6.1" vscode-jsonrpc "^6.0.0" vscode-languageserver-protocol "^3.17.0" @@ -555,213 +534,215 @@ dependencies: "@lumino/coreutils" "^1.11.0" -"@jupyterlab/nbformat@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.17.tgz#4b25586913f73956e1c289667b9e9e278e2b68bf" - integrity sha512-qVp3s+QAdQr/AkR/ISMbrwzRRZlC98/COYIyGO5YhBQyHcOrryivYW4T//YsM1aetyoon1JNtVS68Xieca3Z9Q== +"@jupyterlab/nbformat@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.19.tgz#f12697b830168acfb08df68d1d46ee298010d4e7" + integrity sha512-4F6TJyTSZD4+Ez73lnItp099ZYUQ6jxKRbTsyyppwSUYycrws34FbNcoGPIGgL0fF77chn7WMmPvg9hgGfdKmw== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" -"@jupyterlab/notebook@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.17.tgz#4a03f357ac260bf20fb52e224c42e34b2530aff2" - integrity sha512-gwqCCYTxC2/R8RJ2OXnaw3P/mcOUlsoid8vGXZlrgS2N+ZDU0qM5Wi8bHqdBIMGoC7HOiBOBUUPwJGt/J9qYcA== +"@jupyterlab/notebook@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.19.tgz#06d8708c9482213e855192ec95aa015f30fa0992" + integrity sha512-LFkmOM0X5jrdFp/tvmFFyVnxGad7wteEQ7EM2VUK0H+h+moT4y+Plo4e/evJM75TOxjMbofaJuq3FJkvaFg7Ig== dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/cells" "^4.0.0-alpha.17" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/codemirror" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/documentsearch" "^4.0.0-alpha.17" - "@jupyterlab/lsp" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/settingregistry" "^4.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/toc" "^6.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/observables@^5.0.0-alpha.17": - version "5.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.17.tgz#0ceab3709ff99ea7e596bc715ba20f99b8f34e4d" - integrity sha512-RlmyUn8imE04G39c5ay2mR4X7xd4+x9q6GSm3ObvzuBN6A2r/q17dfGFUMlJeyEfoV1MuMo1oGqsyABWNi33lg== +"@jupyterlab/observables@^5.0.0-alpha.19": + version "5.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.19.tgz#8da3e90b27563884bcbb9020f501f1cb61a3d155" + integrity sha512-q2sgbyCXmN/6HjyEWI980qBSrX/+YnqW1gugjhxDajvT0I7njOhxsdt+njQfvSZS3HuD5sOIECQrI/7Ce1e8xg== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/outputarea@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.17.tgz#eac911f9578abcac1d93c7de93293276bff5ff27" - integrity sha512-bmJ7uFCLL1RvvkaS7C6wlNJmgOx5iMXyLxpPZ2FH/xDZAP7n+TrWYjHUsuoO7ARTX34H0NFX3qa4hWEfJqHGhQ== +"@jupyterlab/outputarea@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.19.tgz#5bc2d150888dc603d5e5ce6739b4187448768ddc" + integrity sha512-peYM4RZJLp2SmX3Fs0oGqJIn/1zaC9NKWEjuQZ0WpKL6FM6sY9695HrYZBjO4kYsOgWhKiaddMyKIcMZbVK/8g== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.17": - version "3.8.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.17.tgz#79943eae7f4eb2fc773138f4f2ac99e8ef5dfd22" - integrity sha512-WU6MTvrnRgoxrN5ZnT63s/Ag1n3Q/DeFpq8sBcoglzckCcmVIi0OwNHZZMFQWw1jQgDQfr0SXQgXKDxtg6pgzQ== +"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.19": + version "3.8.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.19.tgz#a896583e9dadd65def05638e5e28dc61a7ef73f5" + integrity sha512-AUkllpfWTwpvvYwpfePByeknaZzBUFkh3BBoPkjXEKhBLiVireykTF3Vml7TxxY3MFmLi/G/xuLBBpmmjVQYEA== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/rendermime@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.17.tgz#950da12cbe2f748d0515bee2dc0ae0bc7b9627fb" - integrity sha512-lO+dT1E2ODyQerofFCybwcwaRhWzXmQoBP7mbtckBZPgaqG24j1cIK5exiEvObGeOoAeITNbwcHK+O27l4Antw== +"@jupyterlab/rendermime@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.19.tgz#f7e7dedff75040efa099f425f04294dc331055e2" + integrity sha512-GF+bs1CeLoqH7FBhsr/pZhlpwze8WACg4A3C4TX1AcE4etUywI1OWxquI+F5OPXpEJCvttQVusFE4pjGNckmLg== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" lodash.escape "^4.0.1" -"@jupyterlab/services@^7.0.0-alpha.17": - version "7.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.17.tgz#d6fb53b69399efe11f5da71494279db49d4a3279" - integrity sha512-T1sT//vXllwsLBRGxEFNkqF4AcTFBV7PRCPblK66Wwa5gvu+KvLRoL2CiPOYjwSrASZ/6nhaQyL3oBnRlvFmoA== +"@jupyterlab/services@^7.0.0-alpha.19": + version "7.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.19.tgz#6071f4547f3c341ae076b34b7e92eaa7ce8b8535" + integrity sha512-fFahcIEdb/LQS8qGy7cYyfBAdifF2yjEhrdgfq7fCTNvuP8BkZr6MKNiTv7HlsADeg+7XvmbgWIzcfeOnmGiWg== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/settingregistry" "^4.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - node-fetch "^2.6.0" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" ws "^8.11.0" -"@jupyterlab/settingregistry@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.17.tgz#8ccc96bab21115d0b45d4045b3c05c8a26b2c58e" - integrity sha512-aBm6lnEiYJv9S84dIks3vOKNrIy3OmXk/HgtL4qxfGVr5N+uPjIhY0F5eW8atCi+N2fzPugN3YnRclen5IXImg== +"@jupyterlab/settingregistry@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.19.tgz#359e8fbf1c97f900c4811338ef8b4333caf27eb6" + integrity sha512-JRNdyZt/+ON2UH2ASSK1MWRc8pQZ91iE/Ls92+MOvaTqAVXDjHYECftdXY7p7YzsAw250YfsUOuvMFshwWyKJA== dependencies: - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - ajv "^6.12.3" - json5 "^2.1.1" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@rjsf/utils" "^5.1.0" + ajv "^8.12.0" + json5 "^2.2.3" -"@jupyterlab/statedb@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.17.tgz#82a82a8295c72cac1fe4d1eab93f16b5c063cd01" - integrity sha512-oUy1WELSjaXUveR0WaQfu7qTi8c5GEAbR/ve3M/gzJNtPkR8lq5KexOQmuIUAKscY9IE7Xm2MHTRm6aTTfsZJg== +"@jupyterlab/statedb@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.19.tgz#7887e31514413c9338b768becf4688f797085ead" + integrity sha512-bN1VIrBFWgPgZKVdVRlp0+Go59eOQQzwZ9kykTMCQumsdWdwvA+QPbiKLhsn4HepGJpUu7Yw4WRPatkG/m/kTQ== dependencies: - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/statusbar@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.17.tgz#c8277cf74504b962d4f9e13bc0fcdd895148a32d" - integrity sha512-572a7BXj8qXPq1H/++IBoRsP8dNpOtKYJxWz7G2I0B+gEu4fioMfkgKkP1W1gYlYZ87nPE0GmuWptgwrH9ddRA== +"@jupyterlab/statusbar@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.19.tgz#a528f520d947f766a2bf51d80da3d475f0ee99c7" + integrity sha512-wtPfM6sJH0MwJzbGfqySF6j6UYXfw+1KzrQ+jRvUju9S+WptMLAJ8nhP5DMl5Iki1WdcInZiZ+eb2XsRduulsA== dependencies: - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/toc@^6.0.0-alpha.17": - version "6.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.17.tgz#05d7539a15051cbf2a41f421f16e7f1375c3b140" - integrity sha512-2KFIQV6EwqHN7fSSGHoaffJqILpKaV7aG97wOejXqYTgAFul5qeOJHB5M3d3seO2bDcoX7YRsrGU9tEKiuWfhA== +"@jupyterlab/toc@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.19.tgz#0c0cdb6b3340dfcccc17122ec9f19dbf0d90a61e" + integrity sha512-pO2hky0s9qdFDHAL3L+MwJqUXfH+Y1v5+sWfDVMkpKyoLel6u6wWJ6xRS9OUjSL+UtQX7t/HkyuJhCBcu+5JAA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/translation@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.17.tgz#8c00772182119e081f325b7cf2ef7a3498213eea" - integrity sha512-lJZsIC2RoENTBvyT+xJENXal/bAwF/HI295IIflvB1hJZ3837cWToXuKM/zMyKtku8uPNQo2aI9/kBmtMguz4Q== +"@jupyterlab/translation@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.19.tgz#4f978efc2b5e4a18ff729a8383ab3b0800686c20" + integrity sha512-KDOWeUswjOSVSv2ytH0BJaDIT6JhmNP5cAPlHoDF54G0AotWEdethaTDpjdi4Bi40wqgEpJqLg+C/ebIDE7n2Q== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" -"@jupyterlab/ui-components@^4.0.0-alpha.32": - version "4.0.0-alpha.32" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.32.tgz#faa5ef36243bd4b9239f47c5c7036c0fa8158fac" - integrity sha512-IfGYp4va44MYdapEKhUtXcRBG3jBiChDKEocu1FvwspcgDWJcoK5HlPTJX1W7EivPvwN8u/XYZjkvoMw8CGQ2w== +"@jupyterlab/ui-components@^4.0.0-alpha.34": + version "4.0.0-alpha.34" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.34.tgz#eef2a505f36b576b674252219852583dd97e5ccd" + integrity sha512-84cYWCj0Hq1v2BCXneI11KQ2F+HtNPZIC1H/vM77pRCm8XTdMNh5/L+tl4OrCF5eI6pTfZa9RdZll8e1TTy/2g== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" - react "^17.0.1" - react-dom "^17.0.1" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + "@rjsf/core" "^5.1.0" + "@rjsf/utils" "^5.1.0" + react "^18.2.0" + react-dom "^18.2.0" typestyle "^2.0.4" "@lezer/common@^1.0.0": @@ -877,49 +858,49 @@ resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.2.tgz#b95e6419aed58ff6b863a51bfb4add0f795141d3" integrity sha512-Z06lp/yuhz8CtIir3PNTGnuk7909eXt4ukJsCzChsGuot2l5Fbs96RJ/FOHgwCedaX74CtxPjXHXoszFbUA+4A== -"@lumino/algorithm@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.0-alpha.6.tgz#8fe693a929e4a755135ee96f0faa2b65252b2727" - integrity sha512-pEU2ESKVp6APuR+H32oJFIpQUDKozhyruwznoKh7P3RnaqnjaMMdCSMWzfKIojgINfDqqWNY3awurPtbToht1g== +"@lumino/algorithm@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.0-beta.0.tgz#97c13c7b62ed3c86a3b40c34ac9b1e61c9cb1742" + integrity sha512-Uh2luxjC8L80Z1lTHUzRWp/2fc3ZaWy+db0SvqYU61xrp73nyUpwp237E/s4IaLSGP3TVkp5WFcUagt6Ehy+5w== -"@lumino/application@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/application/-/application-2.0.0-alpha.6.tgz#34b26f5e1c6929ebe77bfe53359b1fcb55e29d46" - integrity sha512-CIwpuBF+tzu5MQdpfdyDsmkDRI2SK/mvyrAdYbe5G4gST8k18wbzdxvst3+QOshieKjzol8iUlsQTBGJVcvkNg== +"@lumino/application@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/application/-/application-2.0.0-beta.1.tgz#e92ef42008c437d353120e87784d1597868a0f71" + integrity sha512-QBEHd0KbAP4eQIy12bxxuoIGyvWd1awgdFF1nOY2wjKN9V6qhi7OROXR+6WubXGIlK4AC0L6iBi+9TOev9cI5Q== dependencies: - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@lumino/collections@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.0-alpha.6.tgz#1ae69c534f035ff6c1ad0e3e859e76e0b1380a4a" - integrity sha512-/rTBvYH1hZc3kTdoJS4QML+bICXfH/Ecch9nOiGzFmG8rFlCt3FGZlDiNft5TzuRjbs+DFn4r4JPSl8t9HSBXA== +"@lumino/collections@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.0-beta.0.tgz#72ccc98effd904b90e4b5e6ce4301146b3fdb1c3" + integrity sha512-mO7zOS+lkes/Ouy8ibdPexEh5Nu6ec7XEw5lffhGlbBfrg/s/mkHUjOdnKrtiTAI2Nq4APLHZftcZuCHCVWknA== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" -"@lumino/commands@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.0.0-alpha.6.tgz#5823aa1234c183e4160e7e0bbae3715bad0a5a48" - integrity sha512-y6EIijVEMwxYdWy2vDrD3gjv0d2Z5ZYtekjyjoK58W8I24qoYyxxg/6rlhUNp/fl8MW3/gj9v+qxNnmto6wkdg== +"@lumino/commands@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.0.0-beta.1.tgz#1cb4f00180d5fd501d0fee361727076c291d1e1f" + integrity sha512-1VhFwJGuGaUMUdoUbWW0zhiVw8D8VhXtTdy3c8nUi3+D0iaI+PgWutZh/BmIC9/uCYeYttQiIm2lcEZrjoCS9w== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/keyboard" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/keyboard" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" "@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6": version "1.12.1" resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.12.1.tgz#79860c9937483ddf6cda87f6c2b9da8eb1a5d768" integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ== -"@lumino/coreutils@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.0.0-alpha.6.tgz#77279303fc72932e3131a085dcaa34e808a09739" - integrity sha512-W0qqJZoPRHscHL5k/DHSOea7LugPVx7DmART925bdrD8PU1Rw4K0mUzKb/Zsin4m1O5IMBoPuGEdEG5Jhq3KyA== +"@lumino/coreutils@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.0.0-beta.0.tgz#7be152e1d507365524c7b284360d6b78b6c93d2d" + integrity sha512-leOyutyBztkWdb3v8keD7+y5FyZvU0LKsws79I3zm68pqi4XecqzZdKkcJ8OuyG8N9Ug5Xtw3uNXC2kyt9/eIA== "@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6": version "1.10.3" @@ -929,57 +910,57 @@ "@lumino/algorithm" "^1.9.2" "@lumino/signaling" "^1.11.0" -"@lumino/disposable@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.0.0-alpha.6.tgz#ccb899b7b4ad6db359c351fe2b2ba989977b06a7" - integrity sha512-jh3QbkmIVHJfavXh068J/T/xC+mM9CxItUUApkbYlPBrpc38AzT0Cj1hdnyURsIo1nbOObydgw2H1SD5UssoEw== +"@lumino/disposable@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.0.0-beta.1.tgz#0b1fa3492d31c3c6d34cc7ec5c1f031d95178e3e" + integrity sha512-QkQC4LXK+slgRVmIQDwAbN5vdGXV+S/meRHqSYJxyJj5PDJsilCn4TKohRA4ld+n1yuBqKuuFurui5wXnYjjKw== dependencies: - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/signaling" "^2.0.0-beta.1" -"@lumino/domutils@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.0-alpha.6.tgz#efd9cdb9d387c6bd9b078a8d610c8eceacef507a" - integrity sha512-hgNIGscYFwXOX3Wr5sbNFVaApCtr8diyrKmEw9l7NE/iT1DvLVUyfig+PG1ROgBIXMv/2DRvd9/S3Tm1rZ0+2g== +"@lumino/domutils@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.0-beta.0.tgz#9d6d0ccc2f878dbf229ed9e6865f677fbbebf123" + integrity sha512-fuht6bEWEuoTxQPtrEwKb2dIe8MLS5clXEg1ERVdPiALkwQZyQjcqv0hj2izE+g+qca8uZ/IWe4cXu96uOgTzA== -"@lumino/dragdrop@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.0.0-alpha.6.tgz#0380a04ee581a453456f6489bd97191326600208" - integrity sha512-/ZCoIxiyJo0VcPfYQcABmWHuBfG33UlHH1mmxEw+HsC/HKcNqLuSzLb2N1vi/E18H9poeE1uIBQjy8SxVcLK2A== +"@lumino/dragdrop@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.0.0-beta.1.tgz#9563acac5156377a7038374e88a53f5a60f559fb" + integrity sha512-IF2v17h38PwkMQw0xb2wl8QvM4viC1NkYaMI7VRU9yprH+9kuJ23IfxcBvVYJgONxLDvUMARlsAHXwQEhkVFKw== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" -"@lumino/keyboard@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.0-alpha.6.tgz#66160bee7dd36d45007e682b7d34bb289f69cc0c" - integrity sha512-p/V3hNrxa3QbEetLDXZOWDFFFQ71PCwEpmMwZohIXgSGR1Z7x/dAIhA6oBlN5YuDpjnTboIDUKKgRZ+SNy9UxA== +"@lumino/keyboard@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.0-beta.0.tgz#21368492984acef4d593c033b92dadee17689128" + integrity sha512-YUwfgzvDCtTcctWvQ71ZRj6JBGL1HfR9MBcP4fFJnqWI96Zuht/VEH745U/WK1pwa0FKq3gWcDlwf4b61y2/eg== -"@lumino/messaging@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.0-alpha.6.tgz#0502023edb7d64e94edd6e9e79b3f5a7d2c138bb" - integrity sha512-fNoZDBrzag57t+POlUNZLhdHEGrtXImfARbl3VUvufbEi8hrXvkRAa0TS1rU/gRQM1tZApGZTrTwNDwkZa+f5w== +"@lumino/messaging@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.0-beta.0.tgz#c1a11ef66e1e2645fad2953761973d8c4eb453a8" + integrity sha512-EP28kYRQO1Y8fuAoM6ANieIQyu4iF9AP1vPqzPBxLK3GiYWZo0b1wwjxqBIFxMfx2fovpM9mLrU9aDnQIOZqJw== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/collections" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/collections" "^2.0.0-beta.0" -"@lumino/polling@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-2.0.0-alpha.6.tgz#5f9f50725efa1080e8bac80c2c35c14401b8b5a1" - integrity sha512-lTyJsxwQnm1qBjDkMHVOW+TuPRjtzcvs9N7SEDEoQGFgerhYTpwree6AkLO4FSjo58BeHThOvYoUiTPPW1Dhxg== +"@lumino/polling@^2.0.0-beta.0": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-2.0.0-beta.1.tgz#f6cef4884a5969f71d55e8bfcea71692fde42fbd" + integrity sha512-MaxtQsbtSWZmNtVa5/kHz74LJn1COdA2jtDIt/YZEv8A1U4UOL6++Q863HPIKttYIcuDk/16K0kBAEoAJPJQ6Q== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" "@lumino/properties@^1.8.2": version "1.8.2" resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.2.tgz#91131f2ca91a902faa138771eb63341db78fc0fd" integrity sha512-EkjI9Cw8R0U+xC9HxdFSu7X1tz1H1vKu20cGvJ2gU+CXlMB1DvoYJCYxCThByHZ+kURTAap4SE5x8HvKwNPbig== -"@lumino/properties@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.0-alpha.6.tgz#610195cdbe7307b1f49d6c59d71504c60cae8c20" - integrity sha512-UeJv3vX9QxfSof6asjJWjw+voDT6VSViCq5EMsbxRtBco4oH/48m1pOyLPRagfNL/ii3pEhsHaqax992OsTVKg== +"@lumino/properties@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.0-beta.0.tgz#df0852e6b040ab063f25a74d16655ed53570d06d" + integrity sha512-Yt1EFrDXUx4fNPLZtNf1j5hscVJrDAzarrmAv3haeN78vG8VZM6IacG0/wetYPFs5/d4ploz07+TkHlUnFDHfQ== "@lumino/signaling@^1.10.0 || ^2.0.0-alpha.6", "@lumino/signaling@^1.11.0": version "1.11.0" @@ -989,60 +970,66 @@ "@lumino/algorithm" "^1.9.2" "@lumino/properties" "^1.8.2" -"@lumino/signaling@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.0.0-alpha.6.tgz#bc017718ff7f9ca2675a51594908e03c17936fef" - integrity sha512-LEtaxMXmy1yJuej68/6vCOx1FyrH9lA18z11ejvxLKkKuqWh9srFil0yHhljK+Qvd5ZUpg6vyMI+oBYiL2GPtQ== +"@lumino/signaling@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.0.0-beta.1.tgz#ad0a02aba49718084b5e5c630c1e40a1b75eacd3" + integrity sha512-hmQDMCSA7pGuOB0sb9I7e73Pome2dyWc1z9W6I/4n7+qzcqVlFrx07hN01SosSldZ5I769ZIscAIuKaUrey86g== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" -"@lumino/virtualdom@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.0-alpha.6.tgz#608efc17ed2eda6eee4fd90a18e0739cd5316c5f" - integrity sha512-eSo0OnKK6WLjH8ktZSbBX09+oahd6m7aPWFufFe+U2UMzx6f0O8ZfWMj6qCsj5EqHtk37jSD0XejQhXP8AAjeA== +"@lumino/virtualdom@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.0-beta.0.tgz#134bd2023b95591de687aed883f892ba1edbc451" + integrity sha512-oVrV//M0xpGZ9yeA2oQ6kWTRaNbS8JAzzY7yw5sqOkZxLJ/MFpebnq31L6CHXPmTnW4xkZK7hsFKbZjfgMnCyQ== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" -"@lumino/widgets@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.0.0-alpha.6.tgz#2a218fb5d07f3433ab78ab5f057ba880279f608f" - integrity sha512-eGvIJjZSubdTJ/Hl/n4x2fAN357LI9qWlpKNA55LoD11T26Sjz/dR+Gsz5TSXCUKreQaUIElcKtqDMiW+RUM5A== +"@lumino/widgets@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.0.0-beta.1.tgz#d4cf14b216dccc3e9d2a5b30ce5d4069c64730bd" + integrity sha512-YjSA0yUA+8CfzkpX4PXlp0PfEEbKBHBqtwe+GvkWmY8k3Sqbjtkpmf2L+N1QA2Z5EW6d6vct4mqV3NlHd9qrLg== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/keyboard" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/keyboard" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" -"@playwright/test@^1.29.0": - version "1.29.1" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.1.tgz#f2ed4dc143b9c7825a7ad2703b2f1ac4354e1145" - integrity sha512-iQxk2DX5U9wOGV3+/Jh9OHPsw5H3mleUL2S4BgQuwtlAfK3PnKvn38m4Rg9zIViGHVW24opSm99HQm/UFLEy6w== +"@playwright/test@^1.30.0": + version "1.30.0" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.30.0.tgz#8c0c4930ff2c7be7b3ec3fd434b2a3b4465ed7cb" + integrity sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw== dependencies: "@types/node" "*" - playwright-core "1.29.1" + playwright-core "1.30.0" -"@rjsf/core@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-4.2.3.tgz#7ff2fb593f0af20485dc267391a8971378eec655" - integrity sha512-dRXhd1Tac/9OcG0VDrYDF2boNTyKINEEITEtJ4L1Yce2iMVk66U52BhWKIFp/WXDM27vwnOfwQo4NwGiqeQeHw== +"@rjsf/core@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.1.0.tgz#431e45c273f51badbffe4359ff294d927852ff58" + integrity sha512-n2FeSk9iDuCF+Zo6nMLPuWsGsHCRiWnfohLNoyl1ll/tv6Ac5Oh0W3cwClIUEmJwaUFPaU/2O4ihFvSCdXwHlw== dependencies: - "@types/json-schema" "^7.0.7" - ajv "^6.7.0" - core-js-pure "^3.6.5" - json-schema-merge-allof "^0.6.0" - jsonpointer "^5.0.0" lodash "^4.17.15" lodash-es "^4.17.15" - nanoid "^3.1.23" + nanoid "^3.3.4" prop-types "^15.7.2" - react-is "16.9.0" + +"@rjsf/utils@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.1.0.tgz#d96dea755a17f8d5758c49b87ad125e0cb0a7426" + integrity sha512-b6ZPl5H+1trBitFUfNY9eBClfxsHqsRDtw6fwxSwdVgseAnb33kGxO+/0KLzDfSY2L0b2yOwKGY4kyHmpBUThQ== + dependencies: + json-schema-merge-allof "^0.8.1" + jsonpointer "^5.0.1" + lodash "^4.17.15" + lodash-es "^4.17.15" + react-is "^18.2.0" "@stdlib/array@^0.0.x": version "0.0.12" @@ -1383,11 +1370,6 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83" integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw== -"@types/json-schema@^7.0.7": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== - "@types/node@*": version "18.7.23" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f" @@ -1398,10 +1380,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@^17.0.0": - version "17.0.50" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc" - integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA== +"@types/react@^18.0.26": + version "18.0.28" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065" + integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -1412,36 +1394,14 @@ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== -abstract-leveldown@^6.2.1: - version "6.3.0" - resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.3.0.tgz#d25221d1e6612f820c35963ba4bd739928f6026a" - integrity sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ== - dependencies: - buffer "^5.5.0" - immediate "^3.2.3" - level-concat-iterator "~2.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - -abstract-leveldown@~6.2.1, abstract-leveldown@~6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz#036543d87e3710f2528e47040bc3261b77a9a8eb" - integrity sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ== - dependencies: - buffer "^5.5.0" - immediate "^3.2.3" - level-concat-iterator "~2.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - -ajv@^6.12.3, ajv@^6.7.0: - version "6.12.6" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== +ajv@^8.12.0: + version "8.12.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1" + integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== dependencies: fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" uri-js "^4.2.2" ansi-regex@^5.0.1: @@ -1449,7 +1409,7 @@ ansi-regex@^5.0.1: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== -ansi-styles@^4.0.0, ansi-styles@^4.1.0: +ansi-styles@^4.0.0: version "4.3.0" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== @@ -1461,33 +1421,11 @@ array-flat-polyfill@^1.0.1: resolved "https://registry.yarnpkg.com/array-flat-polyfill/-/array-flat-polyfill-1.0.1.tgz#1e3a4255be619dfbffbfd1d635c1cf357cd034e7" integrity sha512-hfJmKupmQN0lwi0xG6FQ5U8Rd97RnIERplymOv/qpq8AoNKPPAnxJadjFA23FNWm88wykh9HmpLJUUwUtNU/iw== -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - -async@^2.6.4: - version "2.6.4" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" - integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA== - dependencies: - lodash "^4.17.14" - balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -base64-js@^1.3.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -basic-auth@^1.0.3: - version "1.1.0" - resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884" - integrity sha512-CtGuTyWf3ig+sgRyC7uP6DM3N+5ur/p8L+FPfsd+BbIfIs74TFfCajZTHnCw6K5dqM0bZEbRIqRy1fAdiUJhTA== - brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -1496,30 +1434,6 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -buffer@^5.5.0, buffer@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -call-bind@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -chalk@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - cliui@^7.0.2: version "7.0.4" resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" @@ -1565,7 +1479,7 @@ compute-gcd@^1.2.1: validate.io-function "^1.0.2" validate.io-integer-array "^1.0.0" -compute-lcm@^1.1.0: +compute-lcm@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/compute-lcm/-/compute-lcm-1.1.2.tgz#9107c66b9dca28cefb22b4ab4545caac4034af23" integrity sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ== @@ -1580,21 +1494,11 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -core-js-pure@^3.6.5: - version "3.25.3" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.25.3.tgz#66ac5bfa5754b47fdfd14f3841c5ed21c46db608" - integrity sha512-T/7qvgv70MEvRkZ8p6BasLZmOVYKzOaWNBEHAU8FmveCJkl4nko2quqPQOmy6AJIp5MBanhz9no3A94NoRb0XA== - core-util-is@~1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== -corser@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/corser/-/corser-2.0.1.tgz#8eda252ecaab5840dcd975ceb90d9370c819ff87" - integrity sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ== - crelt@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.5.tgz#57c0d52af8c859e354bace1883eb2e1eb182bb94" @@ -1746,26 +1650,11 @@ debug@^2.6.9: dependencies: ms "2.0.0" -debug@^3.2.7: - version "3.2.7" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" - integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== - dependencies: - ms "^2.1.1" - deepmerge@^4.2.2: version "4.2.2" resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== -deferred-leveldown@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/deferred-leveldown/-/deferred-leveldown-5.3.0.tgz#27a997ad95408b61161aa69bd489b86c71b78058" - integrity sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw== - dependencies: - abstract-leveldown "~6.2.1" - inherits "^2.0.3" - delaunator@5: version "5.0.0" resolved "https://registry.yarnpkg.com/delaunator/-/delaunator-5.0.0.tgz#60f052b28bd91c9b4566850ebf7756efe821d81b" @@ -1808,28 +1697,11 @@ emoji-regex@^8.0.0: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== -encoding-down@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/encoding-down/-/encoding-down-6.3.0.tgz#b1c4eb0e1728c146ecaef8e32963c549e76d082b" - integrity sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw== - dependencies: - abstract-leveldown "^6.2.1" - inherits "^2.0.3" - level-codec "^9.0.0" - level-errors "^2.0.0" - entities@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== -errno@~0.1.1: - version "0.1.8" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" - integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== - dependencies: - prr "~1.0.1" - escalade@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" @@ -1840,26 +1712,16 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eventemitter3@^4.0.0: - version "4.0.7" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" - integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - fast-deep-equal@^3.1.1, fast-deep-equal@~3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@~2.1.0: +fast-json-stable-stringify@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== -follow-redirects@^1.0.0: - version "1.15.2" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" - integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== - free-style@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/free-style/-/free-style-3.1.0.tgz#4e2996029534e6b1731611d843437b9e2f473f08" @@ -1879,25 +1741,11 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== -get-intrinsic@^1.0.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385" - integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.3" - glob@^7.1.3: version "7.2.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" @@ -1915,28 +1763,6 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -he@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" - integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - htmlparser2@^6.0.0: version "6.1.0" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" @@ -1947,33 +1773,6 @@ htmlparser2@^6.0.0: domutils "^2.5.2" entities "^2.0.0" -http-proxy@^1.18.0: - version "1.18.1" - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" - integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== - dependencies: - eventemitter3 "^4.0.0" - follow-redirects "^1.0.0" - requires-port "^1.0.0" - -http-server@^13.0.0: - version "13.1.0" - resolved "https://registry.yarnpkg.com/http-server/-/http-server-13.1.0.tgz#ef2ceb4efd08da87e93ac0f33727ecb9f3f4d629" - integrity sha512-MLqBMXeY/YN0FYMz4ifeOQCcg8pKj8YdmzX1pr/Vb2VrNnbxHN1s4K9BuZRVSyK/j3DQ8UVrrABb8m6EmFjWog== - dependencies: - basic-auth "^1.0.3" - chalk "^4.1.2" - corser "^2.0.1" - he "^1.1.0" - http-proxy "^1.18.0" - mime "^1.6.0" - minimist "^1.2.5" - opener "^1.5.1" - portfinder "^1.0.25" - secure-compare "3.0.1" - union "~0.5.0" - url-join "^2.0.5" - iconv-lite@0.6: version "0.6.3" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" @@ -1981,16 +1780,6 @@ iconv-lite@0.6: dependencies: safer-buffer ">= 2.1.2 < 3.0.0" -ieee754@^1.1.13: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -immediate@^3.2.3: - version "3.3.0" - resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266" - integrity sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q== - inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" @@ -1999,7 +1788,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: +inherits@2, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -2046,26 +1835,26 @@ json-schema-compare@^0.2.2: dependencies: lodash "^4.17.4" -json-schema-merge-allof@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.6.0.tgz#64d48820fec26b228db837475ce3338936bf59a5" - integrity sha512-LEw4VMQVRceOPLuGRWcxW5orTTiR9ZAtqTAe4rQUjNADTeR81bezBVFa0MqIwp0YmHIM1KkhSjZM7o+IQhaPbQ== +json-schema-merge-allof@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.8.1.tgz#ed2828cdd958616ff74f932830a26291789eaaf2" + integrity sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w== dependencies: - compute-lcm "^1.1.0" + compute-lcm "^1.1.2" json-schema-compare "^0.2.2" - lodash "^4.17.4" + lodash "^4.17.20" -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== json-stringify-pretty-compact@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz#f71ef9d82ef16483a407869556588e91b681d9ab" integrity sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA== -json5@^2.1.1: +json5@^2.2.3: version "2.2.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== @@ -2079,94 +1868,12 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" -jsonpointer@^5.0.0: +jsonpointer@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559" integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== -level-codec@^9.0.0: - version "9.0.2" - resolved "https://registry.yarnpkg.com/level-codec/-/level-codec-9.0.2.tgz#fd60df8c64786a80d44e63423096ffead63d8cbc" - integrity sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ== - dependencies: - buffer "^5.6.0" - -level-concat-iterator@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/level-concat-iterator/-/level-concat-iterator-2.0.1.tgz#1d1009cf108340252cb38c51f9727311193e6263" - integrity sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw== - -level-errors@^2.0.0, level-errors@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/level-errors/-/level-errors-2.0.1.tgz#2132a677bf4e679ce029f517c2f17432800c05c8" - integrity sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw== - dependencies: - errno "~0.1.1" - -level-iterator-stream@~4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-4.0.2.tgz#7ceba69b713b0d7e22fcc0d1f128ccdc8a24f79c" - integrity sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q== - dependencies: - inherits "^2.0.4" - readable-stream "^3.4.0" - xtend "^4.0.2" - -level-js@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/level-js/-/level-js-5.0.2.tgz#5e280b8f93abd9ef3a305b13faf0b5397c969b55" - integrity sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg== - dependencies: - abstract-leveldown "~6.2.3" - buffer "^5.5.0" - inherits "^2.0.3" - ltgt "^2.1.2" - -level-packager@^5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/level-packager/-/level-packager-5.1.1.tgz#323ec842d6babe7336f70299c14df2e329c18939" - integrity sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ== - dependencies: - encoding-down "^6.3.0" - levelup "^4.3.2" - -level-supports@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/level-supports/-/level-supports-1.0.1.tgz#2f530a596834c7301622521988e2c36bb77d122d" - integrity sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg== - dependencies: - xtend "^4.0.2" - -level@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/level/-/level-6.0.1.tgz#dc34c5edb81846a6de5079eac15706334b0d7cd6" - integrity sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw== - dependencies: - level-js "^5.0.0" - level-packager "^5.1.0" - leveldown "^5.4.0" - -leveldown@^5.4.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/leveldown/-/leveldown-5.6.0.tgz#16ba937bb2991c6094e13ac5a6898ee66d3eee98" - integrity sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ== - dependencies: - abstract-leveldown "~6.2.1" - napi-macros "~2.0.0" - node-gyp-build "~4.1.0" - -levelup@^4.3.2: - version "4.4.0" - resolved "https://registry.yarnpkg.com/levelup/-/levelup-4.4.0.tgz#f89da3a228c38deb49c48f88a70fb71f01cafed6" - integrity sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ== - dependencies: - deferred-leveldown "~5.3.0" - level-errors "~2.0.0" - level-iterator-stream "~4.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - -lib0@^0.2.31, lib0@^0.2.42, lib0@^0.2.49, lib0@^0.2.52: +lib0@^0.2.42, lib0@^0.2.49: version "0.2.52" resolved "https://registry.yarnpkg.com/lib0/-/lib0-0.2.52.tgz#f07c975673ab3273e676712860d941f996e5fe79" integrity sha512-CjxlM7UgICfN6b2OPALBXchIBiNk6jE+1g7JP8ha+dh1xKRDSYpH0WQl1+rMqCju49xUnwPG34v4CR5/rPOZhg== @@ -2178,11 +1885,6 @@ lodash-es@^4.17.15: resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== -lodash.debounce@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== - lodash.escape@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98" @@ -2193,7 +1895,7 @@ lodash.mergewith@^4.6.1: resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55" integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ== -lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4: +lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.4: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -2205,16 +1907,6 @@ loose-envify@^1.1.0, loose-envify@^1.4.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -ltgt@^2.1.2: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5" - integrity sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA== - -mime@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - minimatch@^3.1.1: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" @@ -2222,65 +1914,33 @@ minimatch@^3.1.1: dependencies: brace-expansion "^1.1.7" -minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@~1.2.0: +minimist@^1.2.0, minimist@~1.2.0: version "1.2.6" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== -mkdirp@^0.5.6: - version "0.5.6" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - -moment@^2.24.0: - version "2.29.4" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" - integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== - ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== -ms@^2.1.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -nanoid@^3.1.23, nanoid@^3.3.4: +nanoid@^3.3.4: version "3.3.4" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== -napi-macros@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/napi-macros/-/napi-macros-2.0.0.tgz#2b6bae421e7b96eb687aa6c77a7858640670001b" - integrity sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg== - -node-fetch@^2.6.0, node-fetch@^2.6.7: +node-fetch@^2.6.7: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== dependencies: whatwg-url "^5.0.0" -node-gyp-build@~4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.1.1.tgz#d7270b5d86717068d114cc57fff352f96d745feb" - integrity sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ== - object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== -object-inspect@^1.9.0: - version "1.12.2" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" - integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== - once@^1.3.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" @@ -2288,11 +1948,6 @@ once@^1.3.0: dependencies: wrappy "1" -opener@^1.5.1: - version "1.5.2" - resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" - integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== - parse-srcset@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/parse-srcset/-/parse-srcset-1.0.2.tgz#f2bd221f6cc970a938d88556abc589caaaa2bde1" @@ -2321,19 +1976,10 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -playwright-core@1.29.1: - version "1.29.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.1.tgz#9ec15d61c4bd2f386ddf6ce010db53a030345a47" - integrity sha512-20Ai3d+lMkWpI9YZYlxk8gxatfgax5STW8GaMozAHwigLiyiKQrdkt7gaoT9UQR8FIVDg6qVXs9IoZUQrDjIIg== - -portfinder@^1.0.25: - version "1.0.32" - resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.32.tgz#2fe1b9e58389712429dc2bea5beb2146146c7f81" - integrity sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg== - dependencies: - async "^2.6.4" - debug "^3.2.7" - mkdirp "^0.5.6" +playwright-core@1.30.0: + version "1.30.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.30.0.tgz#de987cea2e86669e3b85732d230c277771873285" + integrity sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g== postcss@^8.3.11: version "8.4.16" @@ -2363,54 +2009,40 @@ prop-types@^15.7.2: object-assign "^4.1.1" react-is "^16.13.1" -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw== - punycode@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -qs@^6.4.0: - version "6.11.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" - integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== - dependencies: - side-channel "^1.0.4" - querystringify@^2.1.1: version "2.2.0" resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== -react-dom@^17.0.1: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" - integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA== +react-dom@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d" + integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== dependencies: loose-envify "^1.1.0" - object-assign "^4.1.1" - scheduler "^0.20.2" - -react-is@16.9.0: - version "16.9.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" - integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw== + scheduler "^0.23.0" react-is@^16.13.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react@^17.0.1: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== +react-is@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" + integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== + +react@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" + integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== dependencies: loose-envify "^1.1.0" - object-assign "^4.1.1" readable-stream@^2.1.4: version "2.3.7" @@ -2425,20 +2057,16 @@ readable-stream@^2.1.4: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.4.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + requires-port@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" @@ -2466,11 +2094,6 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" @@ -2488,27 +2111,12 @@ sanitize-html@~2.7.3: parse-srcset "^1.0.2" postcss "^8.3.11" -scheduler@^0.20.2: - version "0.20.2" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" - integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== +scheduler@^0.23.0: + version "0.23.0" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe" + integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw== dependencies: loose-envify "^1.1.0" - object-assign "^4.1.1" - -secure-compare@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/secure-compare/-/secure-compare-3.0.1.tgz#f1a0329b308b221fae37b9974f3d578d0ca999e3" - integrity sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw== - -side-channel@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" source-map-js@^1.0.2: version "1.0.2" @@ -2524,13 +2132,6 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - string_decoder@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" @@ -2550,13 +2151,6 @@ style-mod@^4.0.0: resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.0.0.tgz#97e7c2d68b592975f2ca7a63d0dd6fcacfe35a01" integrity sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw== -supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - systeminformation@^5.8.6: version "5.12.6" resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.12.6.tgz#b75d7aaf9f5da32439fc633d2be9eb741691d200" @@ -2587,13 +2181,6 @@ typestyle@^2.0.4: csstype "3.0.10" free-style "3.1.0" -union@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/union/-/union-0.5.0.tgz#b2c11be84f60538537b846edb9ba266ba0090075" - integrity sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA== - dependencies: - qs "^6.4.0" - universalify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" @@ -2606,11 +2193,6 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -url-join@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz#5af22f18c052a000a48d7b82c5e9c2e2feeda728" - integrity sha512-c2H1fIgpUdwFRIru9HFno5DT73Ok8hg5oOb5AT3ayIgvCRfxgs2jyt5Slw8kEB7j3QUr6yJmMPDT/odjk7jXow== - url-parse@~1.5.4: version "1.5.10" resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" @@ -2619,7 +2201,7 @@ url-parse@~1.5.4: querystringify "^2.1.1" requires-port "^1.0.0" -util-deprecate@^1.0.1, util-deprecate@~1.0.1: +util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== @@ -3054,23 +2636,11 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -ws@^6.2.1: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== - dependencies: - async-limiter "~1.0.0" - ws@^8.11.0: version "8.11.0" resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143" integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg== -xtend@^4.0.2, xtend@~4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - y-codemirror.next@^0.3.2: version "0.3.2" resolved "https://registry.yarnpkg.com/y-codemirror.next/-/y-codemirror.next-0.3.2.tgz#15f7afec14a56fba4f25811d5f90b986e1cc644c" @@ -3078,14 +2648,6 @@ y-codemirror.next@^0.3.2: dependencies: lib0 "^0.2.42" -y-leveldb@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/y-leveldb/-/y-leveldb-0.1.1.tgz#c2c35bc2b12a6c195b807a127c56c7c5a50cc610" - integrity sha512-L8Q0MQmxCQ0qWIOuPzLbWn95TNhrCI7M6LaHnilU4I2IX08e4Dmfg5Tgy4JZ3tnl2aiuZyDOJplHl/msIB/IsA== - dependencies: - level "^6.0.1" - lib0 "^0.2.31" - y-protocols@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/y-protocols/-/y-protocols-1.0.5.tgz#91d574250060b29fcac8f8eb5e276fbad594245e" @@ -3093,18 +2655,6 @@ y-protocols@^1.0.5: dependencies: lib0 "^0.2.42" -y-websocket@^1.3.15: - version "1.4.5" - resolved "https://registry.yarnpkg.com/y-websocket/-/y-websocket-1.4.5.tgz#8da81b466997bcc4660059f542d0a6ce62581478" - integrity sha512-5d9LTSy0GQKqSd/FKRo5DMBlsiTlCipbKcIgPLlno+5xHtfT8bm3uQdcbY9JvLfckojilLZWauXJu0vzDZX05w== - dependencies: - lib0 "^0.2.52" - lodash.debounce "^4.0.8" - y-protocols "^1.0.5" - optionalDependencies: - ws "^6.2.1" - y-leveldb "^0.1.0" - y18n@^5.0.5: version "5.0.8" resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" diff --git a/yarn.lock b/yarn.lock index 95c23a0d6..859858d03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1459,33 +1459,33 @@ "@jridgewell/sourcemap-codec" "1.4.14" "@jupyter-notebook/application-extension@file:packages/application-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyter-notebook/ui-components" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/celltags" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyter-notebook/ui-components" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/celltags" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/disposable" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/application@file:packages/application": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/messaging" "^2.0.0-beta.0" @@ -1494,123 +1494,123 @@ "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/console-extension@file:packages/console-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" "@lumino/algorithm" "^2.0.0-beta.0" "@jupyter-notebook/docmanager-extension@file:packages/docmanager-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/signaling" "^2.0.0-beta.1" "@jupyter-notebook/documentsearch-extension@file:packages/documentsearch-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/help-extension@file:packages/help-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/ui-components" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyter-notebook/ui-components" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" react "^18.2.0" react-dom "^18.2.0" "@jupyter-notebook/lab-extension@file:packages/lab-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" "@lumino/commands" "^2.0.0-beta.1" "@lumino/disposable" "^2.0.0-beta.1" "@jupyter-notebook/notebook-extension@file:packages/notebook-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" "@lumino/polling" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/terminal-extension@file:packages/terminal-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/terminal" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/terminal" "^4.0.0-alpha.19" "@lumino/algorithm" "^2.0.0-beta.0" "@jupyter-notebook/tree-extension@file:packages/tree-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyter-notebook/tree" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingeditor" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyter-notebook/tree" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingeditor" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/commands" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/tree@file:packages/tree": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/commands" "^2.0.0-beta.1" "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/ui-components@file:packages/ui-components": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" react "^18.2.0" react-dom "^18.2.0" @@ -1626,137 +1626,138 @@ y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/application-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-4.0.0-alpha.18.tgz#84b7b2048ecb3676974e6618cd27668c7e32191d" - integrity sha512-F15g6YHlXeAq4Ck18C12TzqradelRnInLHDNioUnK+HRkY6qVKYhsIzXpHIA6UZWSEyFlLoycUShx51Ht+o2Wg== +"@jupyterlab/application-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-4.0.0-alpha.19.tgz#0f6c837ec9992921c6342d4f27b172269f0b44cf" + integrity sha512-XFAO/XHJI8F2QEs4xEtaRCn9iARteveU9SoD9ZPq45QWgLCg4htIzwJBbNJIzJ+SLqBjX4uy+nZ8fj8acJG5+Q== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/property-inspector" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/property-inspector" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/application@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.18.tgz#c7db9690e05cdfd9485446fcf4df119430c584ac" - integrity sha512-brH/8I8Za3FmTypxtXB+LBVaRBuJztHmzbF6sOOzyqscJXMILdJuUNDA7qSliCfWubWbWMVYzPQPFYPUGEXm6A== +"@jupyterlab/application@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.19.tgz#9fafdc559ce040287cdb05a46b86c585b3a4aa5d" + integrity sha512-J+J8DXRWA4oVu+sX32JSdG6kkcOlVBrK1qcTtjSVluxKNwW3oqXBk+c8eEi1uxUaiVqi/gqpSYEm3x1MGbbdtw== dependencies: "@fortawesome/fontawesome-free" "^5.12.0" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/application" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/application" "^2.0.0-beta.1" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/apputils-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-4.0.0-alpha.18.tgz#efcded1f4048f914e8f6a4e8d3ec825f4b4c4184" - integrity sha512-uWfs1iAigCKNATi8eLnlyAP/S/LC6MsTEg5qpjx+1P0y4lnEfJZ9BVVcO1aEaJzdac6w86dcXknt7CpYOm7UOA== +"@jupyterlab/apputils-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-4.0.0-alpha.19.tgz#c07cc1fb6dc0a41cf78f79669835fc8e132f0b4b" + integrity sha512-zl9Dj6RU9jnuoy0sUxeQ6zj2/99iVSorhLfTGyM5E46hKIs9vfnXui0SxvuHKjbAIuoY0t9xJvCo9H13a3V36A== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" react-dom "^18.2.0" react-toastify "^9.0.8" -"@jupyterlab/apputils@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.18.tgz#edccdfb72872b5854aa68cdfb985b82ff191aae5" - integrity sha512-z1W7zDeGGtaQ/0X6o05kc9n8FyuzpIr2pjcKZEXXhXwXWvKi5IJwLq/QXo3FG7pf0Dg8bprDmzXaJMBa/yRqZg== +"@jupyterlab/apputils@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.19.tgz#f9f7d80a264d4d08b7f105ae58bc5c503659a2b6" + integrity sha512-dDn9THDexcawh4JkPUMBekz1ru93IP9U+pcOjR48eK4vdnNaMMJQAW1gHVI5vM96YouQttm5+adqnRTDTc8IRw== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + "@types/react" "^18.0.26" react "^18.2.0" sanitize-html "~2.7.3" -"@jupyterlab/attachments@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.18.tgz#73380be5cfa5649b2df7f0d72559d2b146cc3884" - integrity sha512-CB1kQcNuq66yyQ8Ut/nBzJ9SzzaCwVdBuWB2LANPKuzlBC1VuNEqosIUefSqgT9YW6xiuqgvjJY7NTRz6tXRrw== +"@jupyterlab/attachments@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.19.tgz#48abe8cc19168ccd7e527d6278cb7eb9678052dc" + integrity sha512-rGBWL6NK6bDFBiq5o6sa6nZ+iLTnwXLQXUiI2CTDq6JN2zWyALytOd0Pw+MjrvyhnnK5aYnD3Cv/JDU2u6kskQ== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/builder@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-4.0.0-alpha.18.tgz#886fe37c557f6014df8b377b4b1e865fb4df396c" - integrity sha512-i2dtLQohucm+h8FtDCi907yc1j3dfGyrYaOZfYCLFNiofvlDKYUzFIHQIAckfTzqOhRNppx+Wo8S3HvEL5dGsQ== +"@jupyterlab/builder@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-4.0.0-alpha.19.tgz#7d103c92aacda5ecda65e418a38afefead8436f3" + integrity sha512-k7j2HY7osN8QFLXrwPLKs+faIVpPwt16bYU3I4Jxrz/vHLBdQfIfLD2gQ4TS8PZdBzM7iru9p7lQLcA7OpNGxg== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/application" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - ajv "^6.12.3" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/application" "^2.0.0-beta.1" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + ajv "^8.12.0" commander "^9.4.1" css-loader "^6.7.1" duplicate-package-checker-webpack-plugin "^3.0.0" @@ -1776,10 +1777,10 @@ webpack-merge "^5.8.0" worker-loader "^3.0.2" -"@jupyterlab/buildutils@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-4.0.0-alpha.18.tgz#5f65cb60718a15db044ab75d7d6913d773eaa364" - integrity sha512-6GeUvM3Pa7qAkmGgA0P57SPO8/uRA8lc5nEOlPyJVoTh2cllaWDYjT18138hTN9UC+gXId5YO/NlIgWF2/lJug== +"@jupyterlab/buildutils@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-4.0.0-alpha.19.tgz#8878dfda515607c69eb5d97d3702f0868f3884dc" + integrity sha512-cvQtcZV9axJK2bKGbenrYJ8/nuikexL9ccgoRhZxkfsPxFp634/WdXXZrLCC4fBy1ulghf/7MKl2IwdoNSQcAg== dependencies: "@yarnpkg/lockfile" "^1.1.0" child_process "~1.0.2" @@ -1799,133 +1800,133 @@ typescript "~4.7.3" verdaccio "^5.19.1" -"@jupyterlab/cell-toolbar-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar-extension/-/cell-toolbar-extension-4.0.0-alpha.18.tgz#1031f0dd692f3af5aa6f818f046d4b8be31539ef" - integrity sha512-crRhpVLab42gH0NH3bCaDdoxy2buH+KxHzamwbcF4sTwcKQaOtTifeQBVaDJ+bDUxLg8dCjkGbPU1f0yfc5pFQ== +"@jupyterlab/cell-toolbar-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar-extension/-/cell-toolbar-extension-4.0.0-alpha.19.tgz#c2f726b80c4a7ae8ae574a25d9ebe23d766bcb66" + integrity sha512-9YCJePLQohUeH28JnNTnozQbYoUWFvgSi4lEW6YI9JhVJK2+eosiJfQy+jA8ZDYpc1HiagxLS1EG0Xwe7A2/hw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cell-toolbar" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cell-toolbar" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/cell-toolbar@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar/-/cell-toolbar-4.0.0-alpha.18.tgz#94039c94a70f0a42fb0b9b55e17073e696e409c4" - integrity sha512-Ao2QH/mi0za8koknr/jB3iEcJ7aPAl2hNo2i9hOjQgtXBA+A1b1O4AbLUycwyi3nnu1kRiaT4XkaGewOwxiR3w== +"@jupyterlab/cell-toolbar@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar/-/cell-toolbar-4.0.0-alpha.19.tgz#d144842476bcbc501c71385ddfc20217fd101757" + integrity sha512-EytoXkmo1MSYcEbXKxx+YDDI2dIqfNcaF+EacVplX3yETY4WPS5ApAp4GAL65+ChHeg0JFrgqDuEgfen2YkPBw== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/cells@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.18.tgz#792168050fa1ff73749897d5d76d64ff4400fff3" - integrity sha512-RT5xw3+o+zboJhL0WfXfe1bRcfJcHUXqyS//b/F3JgleDEAWZzjCR8Iib71kv9Wtrs4ERSYXKOg97KA7DWv1tQ== +"@jupyterlab/cells@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.19.tgz#1e189b999f40ace5ecbeaa4dd0a0a2faee2b0b2a" + integrity sha512-F2mqqSkjhxJtsGIDkRNPQwJiqUwAn/8NZzjL3kCZOlpkei+jVXy1B/T5cvjaqDO700Z4r1VJA9azLSXzbXl3lA== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/attachments" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/outputarea" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/attachments" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/outputarea" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/celltags-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-4.0.0-alpha.18.tgz#800aba82413f2d4e9c4a66e3044ec8c4ccae7106" - integrity sha512-+ojB0nvf49nzi9w4laAZgzaRUImKS4Y8IRj6miZJd2iGp6oQOrFjYJhXrtfMFmpYihtFab3+K18cYtHqP7G6dA== +"@jupyterlab/celltags-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-4.0.0-alpha.19.tgz#81f6be29f7899fae153b49ed78fdd7d4e8d88fb3" + integrity sha512-6u4H7XVHd4N3gcY38OUestWRe8faElc5oZsdiRf939Whq87UXOPseXhlMrKJkPYraYpW4+1kmgyjCbzHUX35EQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/celltags" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/celltags" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/celltags@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-4.0.0-alpha.18.tgz#b8e9c2881cf1453f55f218e06570ebf515f59b6b" - integrity sha512-x6iR6C8BhVB0h7V2Br3Co1M5XnjRvwDRe1UhCtjNcVLGnebSgxLP00RCyDwH3XiiOmS3R5KnIh6IaQ2jVBCWVA== +"@jupyterlab/celltags@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-4.0.0-alpha.19.tgz#ff08f43714a651a9938f59b37dd7a4e3a562badf" + integrity sha512-2C2iPhRMxuqpr9hs2RrV3pDbStvWCHUU7mzoflbw77f9S9CSsawIDBWg3Kx8ISbOFnmkkZMny5ZNX1wDmjf0pw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/codeeditor@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.18.tgz#375d2332d6e3aac88710f8928097b25fa6637485" - integrity sha512-prQYP3MojOzNgDTZcg9jPhojsyTDfUOwanFr6wzgQf1L+sr+BlgGRGuhWncfolcQxZvwf+5AbBguXQD/Nb5ogg== +"@jupyterlab/codeeditor@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.19.tgz#25b588247beb030f540210fa47f8e7a011fdea20" + integrity sha512-cjxIM3Q/MTVsQPZFHPuI8Ua0i5Gja0Jw2TIoZm5RT8JmZx2SZmc7UBhcaTtOchAQbwSCIJueXS6jFcAj1o8B7w== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/codemirror-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-4.0.0-alpha.18.tgz#992638509b0290713e1e61b5311f2336f36a9780" - integrity sha512-6+NyhgXJH02/xRNdnL0L5qIyk+WTLBmvMy99YGFRVOa2ixiWj28vuKX6wbEkfm0NXjSQHmJmg6WINrxLEmllPw== +"@jupyterlab/codemirror-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-4.0.0-alpha.19.tgz#29941c985e32e350323165795188e5671e391cd4" + integrity sha512-x7B0BWJ+7jbDJXGZqe6Puqtivv2VNIadRrIKbotpaqzlPl4UwrLqWRO2HJ/BWzP9o8EXeQ2VtcYyL2xeqFkwoQ== dependencies: "@codemirror/search" "^6.0.0" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/codemirror@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.18.tgz#185ff14213666b4a82beb2084f5b9f3df000f996" - integrity sha512-Xl+Yv3fddE+PjNTYfqfAByG7sKFbsYu9mJ3msiSi+eZSoSH6cZXiuKMwHJVRo3rEoz+ehbU589q8R16tfKEuew== +"@jupyterlab/codemirror@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.19.tgz#0d31c8b4c483f1cf494f64d6288d65c01dd5b003" + integrity sha512-8PcntIcXxgiqNSqXCqtByaZYcE7y2LxUHjE6+rE+ZtLk/6eFtZ1zGTuaCUR+ga8i+Z5/7RuJOuaJAPJbDXDrKQ== dependencies: "@codemirror/autocomplete" "^6.0.0" "@codemirror/commands" "^6.0.0" @@ -1948,632 +1949,582 @@ "@codemirror/state" "^6.0.0" "@codemirror/view" "^6.0.0" "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lezer/common" "^1.0.0" "@lezer/highlight" "^1.0.0" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" style-mod "^4.0.0" y-codemirror.next "^0.3.2" y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/collaboration-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration-extension/-/collaboration-extension-4.0.0-alpha.18.tgz#ed065ea9ff1d7b0ecdf292640dd9634f7c70e4c1" - integrity sha512-OG0rzHijiCszDMiVEcWmIGKLdZqUnGw0KEtcLd6AocJW3dQ9AlVN4p+r1ml9kkLF2BXnEPlMtJu4hQk9G3kXVw== +"@jupyterlab/completer-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-4.0.0-alpha.19.tgz#687d131b95575e65f1b616b67d8767bfc6195c05" + integrity sha512-HLj3mKBX9iyN4VbSAJ1kamVSufMfVu8xVuYKRbUFqw0YuF+P54SsyAw931CdTeHPcNZqxh5nIk+WkOtHPx3BRg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/collaboration" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/widgets" "^2.0.0-alpha.6" - y-protocols "^1.0.5" - y-websocket "^1.3.15" - yjs "^13.5.40" - -"@jupyterlab/collaboration@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration/-/collaboration-4.0.0-alpha.18.tgz#c3c487dae1322f96ec19dcf587d2d91efce674df" - integrity sha512-aQxBApzt5xyEgAp6X74l2bplgyGUpUKXDYA+nH7v2zxsFz8dRD7fzVB7i5dBsVLBgqcV6DIj5S/4PE5diM1Q6Q== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^18.2.0" - y-protocols "^1.0.5" - yjs "^13.5.40" - -"@jupyterlab/completer-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-4.0.0-alpha.18.tgz#feeceb6ae6dad465e11ae4c2ab8b4c13569ac882" - integrity sha512-8D3M1YPu6Q2wL8VvZMAfX1SoDkfOq9KpMQcfpQfpLzl9QCjMUsruhs9ZM7pF71na0REHQWXseRe/X+R7Ejjo7g== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/completer" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/completer" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@rjsf/utils" "^5.1.0" react "^18.2.0" -"@jupyterlab/completer@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-4.0.0-alpha.18.tgz#002d15a7779783d3b31c3675638f92b3ea1e42ca" - integrity sha512-kP0ncS32kxC3i3uLG0zy1Pwzj/zsUj5GhHIIjYl983vVKaxfhRYmzqTlzfnNdaWZGfsTXs1LJYyn22bV3Vo+OQ== +"@jupyterlab/completer@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-4.0.0-alpha.19.tgz#c753ae80dc69fe28c84f79734641d2468b5e76ad" + integrity sha512-JuniicfrLD6dxF4PwPCqscUaB7OwoFrGLUHo9A2AkL5ieHqX5q3OUFF0SokV7LEN3dxbeSVOoqsrlf+oQSsx1w== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/console-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-4.0.0-alpha.18.tgz#122a6d4dedd5a4ee6617062de125e3af3b6aff24" - integrity sha512-NGcFQ7gRaSwjlIwA62f+et4d3cz3DF/cxbO433d7pCUL9Yb1SHXJU13S4uwXqhMvLKr+dzhERFjUXy8LvA2C+g== +"@jupyterlab/console-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-4.0.0-alpha.19.tgz#dc70421b7f1471410fe0216f9052bc6b091ad989" + integrity sha512-oCEevgDNberELykC79yrC/9SkXT9JhCYgRWGc/vRdXQPkvaVtgl8RV/cbjrHRZT8mFEsiFajcsUcSbqSzSUWLg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/completer" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/launcher" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/completer" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/launcher" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/console@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-4.0.0-alpha.18.tgz#93ebc163fd551266b0c646a653b25e8e727e17a8" - integrity sha512-I0tYqj8yGOZ1ur4plUp14itqynroUcecGAofF/aAddYyn01EROqWSRsdVJIxOf1vblWesGrHKClqyt4NYUK/OQ== +"@jupyterlab/console@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-4.0.0-alpha.19.tgz#a743a167f41d0fa66f43439fbc263f8a2591fc40" + integrity sha512-CkrFrSMAd/vHT5gP+a5ryC5DJNovrZ+v3TyWHzO6QAfsxH5jP6uoCH1wv5WLgx2+7MlSC0/GKEMokNE3EPVtOw== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/coreutils@^6.0.0-alpha.18": - version "6.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.18.tgz#896d8c9290267f4aeb0fbfaaf4f28948550651fd" - integrity sha512-Ye4RHeCUlckMkuHc6Z9W7o4TkDkwZztiiJyR0MMnJciKAiFCPX8BVqssGYr+KcXAqJLzj1zgMRmTCuAmBiGl+Q== +"@jupyterlab/coreutils@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.19.tgz#05d4984f6af640bea74002f59fb32d2e077ebd35" + integrity sha512-aCTf3o2OZRSAYMFoHJNqSimu0dyuTRDyQmQyglVBuMwH4SLXIXGnKQatxHwsFFyFMxOgiFxlYFLP1TK83WJFXQ== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" minimist "~1.2.0" path-browserify "^1.0.0" url-parse "~1.5.4" -"@jupyterlab/debugger-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-4.0.0-alpha.18.tgz#252f7a87ab2bbf4c4e811823e17397fecb3ff038" - integrity sha512-U3vstddelDKipHfpQaHITUGbJeTN8AtjCTOFDi6mlhEBkVpw9CWiwvVu40yQg9oFR8pps4HAR8sI1MUo+CzEnw== +"@jupyterlab/debugger-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-4.0.0-alpha.19.tgz#14e692e886db1a0ee0b6d74a109fbc69c4d84cd7" + integrity sha512-5mhEwGxs6vw9MX1YaKpR46HdZkx3T2eHNokOF8r3Q5YTPrwv1f7/7MChhbfR7RyF4ceMfDxXCoGHvzQp+Q4ziQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/debugger" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/logconsole" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/debugger" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/logconsole" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/debugger@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/debugger/-/debugger-4.0.0-alpha.18.tgz#1e9bcba8ea6ee1b1fc459f09ab7bc5f3468683e7" - integrity sha512-Xe3VK9qxt2xtFPEe1iHo1sZeCeNr0nNYBQOo5kNqV8J4OHUgAiIVzBHBAq7V98zReGCeKwiv63VINslygwkSiA== +"@jupyterlab/debugger@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/debugger/-/debugger-4.0.0-alpha.19.tgz#9682193b10a5788ac973fb99f720d19f1fdb9fb2" + integrity sha512-pfe/6KYmWpI7roLMH4l+BGanPgAVEkivbfg5iEWBPHofsaG8MZhhrRw+CUXvDOb2AiPLKqpL9WsSUgHONiTimg== dependencies: "@codemirror/state" "^6.0.0" "@codemirror/view" "^6.0.0" "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/datagrid" "^1.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/datagrid" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" "@vscode/debugprotocol" "^1.51.0" react "^18.2.0" -"@jupyterlab/docmanager-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-4.0.0-alpha.18.tgz#66dcfb360b31745087080c752c68280c670f3489" - integrity sha512-DheevxHzON1mIwkEQDyxt3PNLo+0FLcq2y4DHoiuPM1OzRWoUQGLPwQpKLBVohE3/MjWBtfAgT/ZIFB7eYRLEA== +"@jupyterlab/docmanager-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-4.0.0-alpha.19.tgz#1647ba209a819758dd6ae11d89e7cfee53df1a22" + integrity sha512-MNSvlY+eC9lgXtEAo+ULB4M/7E/h6RJc9/3H/Z1GY7sS1nqUKafD3Vl5WpNlnAphC6/69GPAgFcwDyJIbT72Pw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/docmanager@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.18.tgz#1b39442d88fb5eee0e885259493e7bf89dcb47c2" - integrity sha512-Yq16wz4sjSIt3s7+UaR0oUaOYa4MV18Yh+JSxcOHTF/xb0RwRO52M7QngxHfTAf738Dzi+oymDTvxLrcmeA8qA== +"@jupyterlab/docmanager@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.19.tgz#d13c8180f04b696bfbf477278ad918bdf9c27ab6" + integrity sha512-r75N8VWRjWXp0BrlvSkCPWySWlrQy2sCsi4M8IG1pToUdCjxTGwvj7O14T1iI6iZWk2q9Bdk2EUxWt3QMsZ74g== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/docprovider@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-4.0.0-alpha.18.tgz#f8d2ec35e9b2d105fe1b1ce5b26edbc2939dae74" - integrity sha512-krcQJhOG9p8jJrpiRn+hNLUz3vv94Jt/g82mnvHWd6vPPPd8qg6viYSHPZDTgpMWRV07yT+ePWJuBhhqhCirbg== +"@jupyterlab/docregistry@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.19.tgz#2c9c4755cdf00967d48296cefa7bd3ded0b3882f" + integrity sha512-dzRyDiOh2nOnOpnhszQlLVCQawwSbhstQoOM5bg9tiCQW+C86TczXbtIORaqEAI1SKHCfb+YMMlcywkLFwDaUQ== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - y-protocols "^1.0.5" - y-websocket "^1.3.15" - yjs "^13.5.40" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/docregistry@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.18.tgz#fda19d358dd058e1b201c9b8c550a8e5a4eb95e8" - integrity sha512-irWz+mWuhm7tsjXm4gLF8ApdQ7m3Ob9tddQhld3R/HSEmSNRXXQ2QlPBw2pSKzF//eSd+QN+MYBZ39ZVgNuuNQ== +"@jupyterlab/documentsearch-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-4.0.0-alpha.19.tgz#a7e436e6a0d9db374e2694550e64cae264082f6a" + integrity sha512-4rq1cSTeMnaIJa9RRMi9gQzOrOGok/jLT/gq+6W+g7lON4AxD2jSgfVdcrAHamS1F7TfuhQORrThTF1Ewx+xTQ== dependencies: - "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/documentsearch-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-4.0.0-alpha.18.tgz#fd60c6aa8220efa41a584dd5b1930210b0f0e360" - integrity sha512-3v38E3/0pNkhbrMl8rS2b0Eip+8jQ1SDHc2v+VHE5v7I7ce1XQud6nIRUKU0ZFJrbY4PH9Gq9QO5yy5oQnM69w== +"@jupyterlab/documentsearch@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.19.tgz#d67e46c7e74a3043204e4ccb1ad09743b40c4d3b" + integrity sha512-3PYyD9/mt9GMZJz1zWD4Bg0bHxruLDq1VMTD360GJYgn9paBPyEruEhfLYyyubmngyGrjJvUCmDOfI96xxAKzg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/widgets" "^2.0.0-alpha.6" - -"@jupyterlab/documentsearch@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.18.tgz#439b4679e88078a167822b23a6f183d6d5610f07" - integrity sha512-w+b6fB6V5QY8LVorul7152T+F9gLyo7hUgZNHeo9p/xJY6x5DUErxT+RS1QYg5BVhoOOdJtQLyM53Bnmp25o3g== - dependencies: - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/filebrowser-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-4.0.0-alpha.18.tgz#cc7ec2ee4c4caebae87861b3be101d1d4b143433" - integrity sha512-6HGhnPYr+ayvFngx5Uys7G9w1RGvwJ+4ws7U6RFe8ec9PVu00Z8Hi0zyaMNxG9cl3NUUqywREIpp872sw6qAhw== +"@jupyterlab/filebrowser-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-4.0.0-alpha.19.tgz#befcbdea206cae096f2da87072cdc06f90f022a8" + integrity sha512-w8XtM8s9Gfg3hUkjyh2i/hAMPaI+Ygl3jxXWoLqBmPbkQhRplvxo/kwE666qd+gVdOq7lKthTGNWwX2eENEi8g== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docprovider" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/filebrowser@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.18.tgz#3b758598e49a69a6f39905b2e9f2caddd6ea0887" - integrity sha512-woMvTQ0G0/se0KkF78fLuQ0RziOnb94WkkL83mPSxexCsWh8MOsvcX+vu4nloGDHDJV2nhE4yweKJN3ipCjl8A== +"@jupyterlab/filebrowser@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.19.tgz#baba1bba0cba0e55e4392562922e94781a9dd965" + integrity sha512-OFA6MSKvbqQ2C9tdnKSa3RmJ+0V+S449wnFvOcHSd2YRpiLtAQ2/JFbj01wDXnYgthv9ZeT9vmoh/cfynNgqfg== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/fileeditor-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-4.0.0-alpha.18.tgz#ae08382726f007516045e6728aa66690cf0dc28a" - integrity sha512-22bna+aAaFjFQeqgro3aekMfM9x5hLjYz0/qplNIhNYlzA5Uuk12jwfLuTOf4LNiKmYvyeuAWe37YAGSS3w87w== +"@jupyterlab/fileeditor-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-4.0.0-alpha.19.tgz#0abbdcffacd68ac2ab196488c586d5d601c8dbf4" + integrity sha512-AYgNdJxrI9kRN2tkQUTGXxoB7/qL4A/8FlX2R5vIWpG0undVOLO1Y+x4CJuccEY9oMbAFmFBS2stMqPNiVKG8Q== dependencies: "@codemirror/commands" "^6.0.0" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/completer" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/launcher" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/completer" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/launcher" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/fileeditor@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-4.0.0-alpha.18.tgz#c310ad9a6370579c400a04c0fe2b10e94f7835b3" - integrity sha512-zavZ/GrhFjXNRdo8PDMhfGfcpZtyGdU2BFzvSG/e5M5/9mGPhbKA/JwgQzaviITeD+l2BkPqbOgKQgZEvuzlVg== +"@jupyterlab/fileeditor@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-4.0.0-alpha.19.tgz#a21cdadfa6796560900ab4503a2b0a56adbcb3e8" + integrity sha512-ESMq8VSschrEuKtqs2A4xWwk2bsrO4YfBH7yENXnjbMNV/H+YjZiPQeU0RT9M2WLITecNfBrR2S5DNOcY5eaTw== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" regexp-match-indices "^1.0.2" -"@jupyterlab/htmlviewer-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-4.0.0-alpha.18.tgz#e7442e51f1617d2ba605440d37aa469dadc5509e" - integrity sha512-1rfeYihcqV+bOlhX+ElbVLexF4wGrj43550Ay3i3FzbKqNjpjzxsWQKD/HAN8j+F0gp466bdimgdXCarCOJe2A== +"@jupyterlab/htmlviewer-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-4.0.0-alpha.19.tgz#1b3304c315518ea29c67d8cdbcd09423048ed9f2" + integrity sha512-lVDzk7j/EZ5e0PZdBHrQVMrooToNl6Cz0pmCt5i0tQEUm/vGa4a9Z48w2ltL3S6SJpBk4ihy8qKNty1nKth4uA== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/htmlviewer" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/htmlviewer" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" -"@jupyterlab/htmlviewer@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-4.0.0-alpha.18.tgz#6db42dc6f1ba879465d1988cd9985c8f11709437" - integrity sha512-UZat4p9E+9CZWLnj1Rjtu5H8aZZ8H5dA27/FabIxgZDdqjBaB/pdIaqVvGEE87i5Ot2Ot0j0L8jZPIMBnFuNEA== +"@jupyterlab/htmlviewer@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-4.0.0-alpha.19.tgz#2dc4c8769a77072a96483d843b1a1cba0f74dcc0" + integrity sha512-7aAVR4RJJhBbCD9vjtXQJxEJZyEBetAgKD43Fa51X7ihcDNLchbYCRast0z8t9TuFNVrKagGyvnnqOsJcBzHJg== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/hub-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-4.0.0-alpha.18.tgz#5e4d6f1a95b29038a9fec974b040aea8cee36946" - integrity sha512-jf5MQwnfFG7uegWB0PoCpsdghYsHQYiIEFh9iLJRfvv/2riwCznTPec3Dr56Z1SaHyQrFonQ29YtNP47cYSUFQ== +"@jupyterlab/hub-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-4.0.0-alpha.19.tgz#e1bcd5d7f5d99f1cff8ace26cd99c77c5d7b04c5" + integrity sha512-Ue1BWAyAl0wsBhndnvaWlwqwXoXxqAhGXP0pN95qcE5CCJPTkb3HE+4CnMgE+8Mm1JwdVhjlkFmrvgoYU1xeDQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/inspector@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-4.0.0-alpha.18.tgz#c1a7c91fc9df33b140e30eadafc9fdd8d90e3fe4" - integrity sha512-H9IENs1j7XpUeQiJAPJfEGt+72cWZhPLJRhi8b3GwN2FAz+TRLoR19XMeJYQZxdcCoOE49Xx1YGRtFv+ADLAHg== +"@jupyterlab/inspector@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-4.0.0-alpha.19.tgz#0d2a32b65c5645efc5179822034bdcff4660c808" + integrity sha512-QtrkO9hg/6SNUoRP0znvF7I3kEzfYdKaefc7g4OQ/m0KFKF0XCBWhaKBSki1wqIvRModqWP/JMln598mMbYDbg== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/javascript-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-4.0.0-alpha.18.tgz#a2ff712698987cb74b73c2dc450cb2c437d6c6e7" - integrity sha512-1+fPM1+Dy0dQru+KGLRYiYmBDZiNRgm7d+VtEd60GA5okn/f9ZjnpEEFgAOgpxZSJI0ZA2g/RDNw7AqFBlISrw== +"@jupyterlab/javascript-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-4.0.0-alpha.19.tgz#03104b1ed64a0b980476dcb0d42b919298daf26a" + integrity sha512-ZfjxRGBGuGwi1NOpncJalqGIAw/PKeq9qzORUhs19f4KcDVQLOj/ZDCBauINi6rE0XEcHz+7cXHyZ4okigSZuw== dependencies: - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" -"@jupyterlab/json-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-4.0.0-alpha.18.tgz#89f724f2dacbcb76cd5fbf5f89639074d975edbc" - integrity sha512-kv3rS+TnAk/QM2pGPhJES3H4O7pAepib4bOMGWENfPgAzj0aLCJfex+VaIOStkj4IB8z14/EjTTLtb8XrLKHJQ== +"@jupyterlab/json-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-4.0.0-alpha.19.tgz#a68cf12f1f9b474d4d53fc571842752ce4f8c539" + integrity sha512-E1sbWGQeIqbEcsdVjDeagcBJjyHsaSuVOCK40vNZN5yv3cWli4ESmiub+Bv2W1Pelb60MvRL4xG9ML9bv/OrXA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lezer/highlight" "^1.0.0" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" react-dom "^18.2.0" react-highlighter "^0.4.3" react-json-tree "^0.16.1" style-mod "^4.0.0" -"@jupyterlab/launcher@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-4.0.0-alpha.18.tgz#41f1231641b906c554a30beb187c9f75b5454655" - integrity sha512-kQAbTgwdi5nc9rHhgQyReeliwjSRDI7hjZMSeiXqnoSyg+GPLYDe8lZBzh02OkDtFsoqDSpWT+gmESrhsjHrTQ== +"@jupyterlab/launcher@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-4.0.0-alpha.19.tgz#3cc05f68de5aea907cf1ba84fb24763d37f8cd9f" + integrity sha512-ZLnRjSBdDTsWBRmeJ7kg72x5pgm69uRXr7a9ed47fTrNLXY2bD9e9wxPmcEjGN0abpNhoywxcB0xko5HHxuz1g== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/logconsole@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-4.0.0-alpha.18.tgz#38de945d0017b376e8d05b73033a855f6c8c0505" - integrity sha512-ihEEkL9frcd63W1+X7k31YMKRAHDdxiVY4w3hWlJUivUKZ/qgCUbEMq/gsci71y7qxGFvUwjxsLJB9Z9PkiC2Q== +"@jupyterlab/logconsole@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-4.0.0-alpha.19.tgz#db0bc4486af41ac24857834d685d3959d552613f" + integrity sha512-d/X7m3H9Tyg4k4cpbnU1joF+l7kWngW7smnvI9h/ZexJIfgF7cKZ/mmGCy8o2u321NMBGkTjii9CnhDV4d9PYw== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/outputarea" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/outputarea" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/lsp-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/lsp-extension/-/lsp-extension-4.0.0-alpha.18.tgz#5cf81ae1a6f742360dfc09b3db9222fb639ed695" - integrity sha512-Ds6wlZCHqgzM6ZmHNJI7Mq4BfXlWC44uEpJ+rO37qDx9CGNpKMZboAMU8FvidC+CziKahHMSuVVUvX/8Ov8igA== +"@jupyterlab/lsp-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/lsp-extension/-/lsp-extension-4.0.0-alpha.19.tgz#0d02aecdfba18346208a930df1740c8a3770b858" + integrity sha512-gPdgeXoM+uy6tgJlHHQAee6GZc+joXOiXwmrApUFZVtxRoVul4Mp5iDu7UkhzFZPtuENViEQ2Vytok/VkBpmig== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/running" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/running" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@rjsf/utils" "^5.1.0" react "^18.2.0" -"@jupyterlab/lsp@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.18.tgz#8e11a04411e2f1e9eb559c7fb21d0ba0b0d858ca" - integrity sha512-LeQpCZs+ww1CcOCL0t/Kgc45uSv/vmJLvfn4RbcdWrwFgql3Q80hKW5fl2MIqc1dlvn7ySoHUW2lPSTqIb8GcA== +"@jupyterlab/lsp@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.19.tgz#ae3a9d5a097a468810440138be1453bebd80733a" + integrity sha512-CZ0KrS+9oq6xPSqzjoRP+MOgXbnA8R9OMUV9fxo2x0J+7ysVSdMJwrXy4uP7Vwh1mac6j/ZWiw0Xh6BM8xXKdw== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" lodash.mergewith "^4.6.1" vscode-jsonrpc "^6.0.0" vscode-languageserver-protocol "^3.17.0" vscode-ws-jsonrpc "~1.0.2" -"@jupyterlab/mainmenu-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-4.0.0-alpha.18.tgz#7a59b845d0cbeaa209e462e77b3ca7b53b3750ff" - integrity sha512-8HG29el0+VXwDYzjeLEqaE3FbaAP+WHnWsejQBE4GNxiuSSMzl2YJVJE2cKgjsAhxPESs0JbIXsfPqV05IdksQ== +"@jupyterlab/mainmenu-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-4.0.0-alpha.19.tgz#a2022511ff1df6a2494feb2add4ff73c6bf1be06" + integrity sha512-+/FQYJ25g8nN73gbkHSs4WU7KF6BYL2qySdEwtCYI4SGrK9QlIAGYNmZT7CkmVMQZZU92MpEDORQN3GOC8PBIQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/mainmenu@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-4.0.0-alpha.18.tgz#121c999694f7afa1aeae3ad30cc0710dce91c349" - integrity sha512-FXMQu/dprDo0UHTcnuR3+FbkcQ8yAMWxoeHOGQe9bpYbaFFH4YCo1AoDn2230p55wG1hTZ4Fcq+TeMIn7oBtaA== +"@jupyterlab/mainmenu@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-4.0.0-alpha.19.tgz#84797dadaca9fb5d1ffe9f1b3ccaefcff5435e0e" + integrity sha512-CMdAvXrkAlHr0/I/ZnaBurESgZesqZCLuwcGdG1HN6AuYI/gjjIF7EUzyWLHI9/pgj/cmpzBTOxyFZLa7CiqmA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/markedparser-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/markedparser-extension/-/markedparser-extension-4.0.0-alpha.18.tgz#794258cee835449c74e5a5ee5b1b367b313f7892" - integrity sha512-Qr7C7AxrYQV/sxxl3fpnm3QG/2yUZT6jOhXL6VLd6nRKBfbbWSmRwODi3fqa2jweSEzo5YIZZ7QwsmpRUsW+Lw== +"@jupyterlab/markedparser-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/markedparser-extension/-/markedparser-extension-4.0.0-alpha.19.tgz#dfd7fd5b512c2ddd4afc361fd23d745286d33bab" + integrity sha512-DS3XkP8ksqby1ORSdU7F9xEFOnDJgoDnN+Bnxbc/sXNU5kNf182mqPYgnrvUrD1KM9I7eaV/5OwsVQ0P8lk/OQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" marked "^4.0.17" -"@jupyterlab/mathjax2-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-4.0.0-alpha.18.tgz#4e05aeb59ee6457759a3f4c019548e58836b3e6b" - integrity sha512-lgK2ZnqE3XpkZRls1vy1m5XMSuAPc1I+gXGnxjSb7OqRX01FlMvp3crAu/zTl6US2uSJf4e085qhfAx08fx8Bg== +"@jupyterlab/mathjax2-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-4.0.0-alpha.19.tgz#8e2fc506258f386afb7b910adba55212cf6ae7ab" + integrity sha512-4eqftOJdrur7taLmxhhC4G1UsOpEKr1OmdNG0WBZAmE1+i0lGXMHoX921oVp8stGdP0PLPnwUtRsCIQ3vChpUQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/mathjax2" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/mathjax2" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" -"@jupyterlab/mathjax2@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-4.0.0-alpha.18.tgz#ff4cae5cdc02204e412c2cdbe7443e6e37f6dace" - integrity sha512-sQWQq1ivtZFNRxVwJHBhHT1ZDYBe+HiEXs7AQoElPzo3Bamsd+ENGLog45RZcHbpRKWT/1mcCi9dxR3qolJc0A== +"@jupyterlab/mathjax2@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-4.0.0-alpha.19.tgz#38620f604501078c193d812b93147b7adcdda887" + integrity sha512-Ggfjpne9eCWOJZSfjVnZGbzLVMvw+vUtrwgSztssKMsPQrisigX7g00yXrBDPdl0XYaBD9QrHtvJsBNGLrWxYA== dependencies: - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" "@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15": version "3.6.1" @@ -2582,370 +2533,374 @@ dependencies: "@lumino/coreutils" "^1.11.0" -"@jupyterlab/nbformat@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.18.tgz#fefbe2ae842ce855dcd05ffe313829b7554095ef" - integrity sha512-3/D93GouwyF9PX/a5gun22Jn9MPc8acmz6FvHbY6ndRSNHSMNAzNTKjEJEx4vgze25hpXXYKobu1LwiOoGXQ5g== +"@jupyterlab/nbformat@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.19.tgz#f12697b830168acfb08df68d1d46ee298010d4e7" + integrity sha512-4F6TJyTSZD4+Ez73lnItp099ZYUQ6jxKRbTsyyppwSUYycrws34FbNcoGPIGgL0fF77chn7WMmPvg9hgGfdKmw== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" -"@jupyterlab/notebook-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-4.0.0-alpha.18.tgz#783ddad9c3c7943d7c25bc58aea4693f1331e330" - integrity sha512-+mlncJyTTbsRKSySEIdbK8dT+qdgnKy9B0IlcoALI0olDTuQFlyX7ef8DqsIYLCaHPWrMoVcHUYcnyfnw95uAA== +"@jupyterlab/notebook-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-4.0.0-alpha.19.tgz#9c5fa9e5a6749a297295311e5b2005f02583504d" + integrity sha512-+bznogNDFIzbuqumcwifVo+0xXh+Y5QCPDwZ7Tx+LXsqUAegCRQ4qkgDbpqoaa/D3GbqmQ1na4ridZUBgSNsoA== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/completer" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docmanager-extension" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/launcher" "^4.0.0-alpha.18" - "@jupyterlab/logconsole" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/property-inspector" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/completer" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docmanager-extension" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/launcher" "^4.0.0-alpha.19" + "@jupyterlab/logconsole" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/property-inspector" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/notebook@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.18.tgz#28efb78dc5b5ac7220ebf3c8c22dc84bdb542913" - integrity sha512-FH0ljFet3b0rQiXmAQHOg9fpCfgDDkN44/5ch48Ev+5a06MRyven4kzX5lgeELeYaQXVaJQw8D5YBMznZgEkAg== +"@jupyterlab/notebook@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.19.tgz#06d8708c9482213e855192ec95aa015f30fa0992" + integrity sha512-LFkmOM0X5jrdFp/tvmFFyVnxGad7wteEQ7EM2VUK0H+h+moT4y+Plo4e/evJM75TOxjMbofaJuq3FJkvaFg7Ig== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/observables@^5.0.0-alpha.18": - version "5.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.18.tgz#4ec161f734fb4b0e4c6444c53e6d3612f9a32790" - integrity sha512-Al1EY1z5lnFcKMwBnfPGYJWOIAhav0BURccAhVoUnx+/HYBWr/RzsLFy9tsDKDe00edRKf77OKIC1TxIuYa99w== +"@jupyterlab/observables@^5.0.0-alpha.19": + version "5.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.19.tgz#8da3e90b27563884bcbb9020f501f1cb61a3d155" + integrity sha512-q2sgbyCXmN/6HjyEWI980qBSrX/+YnqW1gugjhxDajvT0I7njOhxsdt+njQfvSZS3HuD5sOIECQrI/7Ce1e8xg== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/outputarea@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.18.tgz#e54a666f1ed21434b0325c13625668dc91242087" - integrity sha512-w/5AyodfkJHPPavM8fXXmYGr3pEm4RkVetnHefGrWWLcpGX+Og1QOVVtW69kc1uWl2bUHh0AycTspNNRgFFvaw== +"@jupyterlab/outputarea@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.19.tgz#5bc2d150888dc603d5e5ce6739b4187448768ddc" + integrity sha512-peYM4RZJLp2SmX3Fs0oGqJIn/1zaC9NKWEjuQZ0WpKL6FM6sY9695HrYZBjO4kYsOgWhKiaddMyKIcMZbVK/8g== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/pdf-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-4.0.0-alpha.18.tgz#024b01c1269110655c22fcd5e77d811754ff6625" - integrity sha512-fwYzaxKMo0VIgie4ZXhgAqXsXhbEoUUGMd3dMszgMyIPLqHIEdIL/ibHvdjZg2GvQv3zHp6cmN+3i1d4yTHN9Q== +"@jupyterlab/pdf-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-4.0.0-alpha.19.tgz#8c4752b22003a179074c2f367c8ca9c8a8e9a851" + integrity sha512-KleW+TdOnqVdXAHse1fH1/IwB85ODcceNeH8JvlRTjDDNqDExr4RHG9kRKzIv0JH2oQbRcTdHy7zEwfv/fuoCA== dependencies: - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/property-inspector@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-4.0.0-alpha.18.tgz#15de70da56da2a7dfe3dbb4a87007ef4a3df7a37" - integrity sha512-TpJxPXRKfawD8cQEL97whEJOOUxqdscBI1q0KTZ0F6SqCyujRmzV0jYnGsDePCXyau/qHCcrsL4PvYnzJXjv6A== +"@jupyterlab/property-inspector@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-4.0.0-alpha.19.tgz#c8f0d9dbbe49c33e43b2556dc6709d526373ede8" + integrity sha512-iRaTfp3gEWRSC2SsFSdrcTAl34J4dUQK7dJxlHiuvx/kdVblti2jpDCL1aXQq5cC2UoFabtopn0DiT1b38xuvg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/rendermime-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-4.0.0-alpha.18.tgz#099d46f3e1eeb8e42afcdde86f9bcf59a28b2596" - integrity sha512-LHk4dRd/rOF4/CIFgmBk35GNiFCBEiVIIR4M6v6bxjorV05eBUOhuE27H0Cv3HFA4UB5pBQNiL5c5Ux25Awr1w== +"@jupyterlab/rendermime-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-4.0.0-alpha.19.tgz#2e4456b39ab9864c69cf0f27aef673f4c46a4ea0" + integrity sha512-glM8xC73TDcsxilv0eETva1dFmUX8Z7QGIUTweDazTInk5Hq3gi3BmPDOkYh1wFYsVTnLmuTO584tL9PvMhG8w== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.18": - version "3.8.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.18.tgz#d7406fe2fca3eaf7d04f331404f53d8c6e411901" - integrity sha512-PM0tNeU5qCxCeBRdGNsZiWQb/VMLD2WVwssDG+GWmeGvPoz7vUvDKtmxqGxO8l1mBnwGTBNAjlanzHeeTnfMnA== +"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.19": + version "3.8.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.19.tgz#a896583e9dadd65def05638e5e28dc61a7ef73f5" + integrity sha512-AUkllpfWTwpvvYwpfePByeknaZzBUFkh3BBoPkjXEKhBLiVireykTF3Vml7TxxY3MFmLi/G/xuLBBpmmjVQYEA== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/rendermime@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.18.tgz#66139cd2eb0ba55cf9e2df8d71b1354879fb0a75" - integrity sha512-KDW+zD8LMWfKaPimWuJ0JDL1x+gtdpAlTwSuHSqT7dbzlepx67Zb6uqvMIdegPKVNpGoX2G1zyakuaDQMzYpsw== +"@jupyterlab/rendermime@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.19.tgz#f7e7dedff75040efa099f425f04294dc331055e2" + integrity sha512-GF+bs1CeLoqH7FBhsr/pZhlpwze8WACg4A3C4TX1AcE4etUywI1OWxquI+F5OPXpEJCvttQVusFE4pjGNckmLg== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" lodash.escape "^4.0.1" -"@jupyterlab/running-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-4.0.0-alpha.18.tgz#23eb12281dc93622ac2a3d28b1e4d9699f6accfe" - integrity sha512-aSTUON6/EWQDq9ZE3wPW71B810upOVnNdT3YjtYdJrbFwKUD6q1tdwVt6Mi50dbZGrjMiEw0NxqO3GQ4oL2OEQ== +"@jupyterlab/running-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-4.0.0-alpha.19.tgz#03aa383e8f699f68bfad145636080c84083e8718" + integrity sha512-cwRyfAYovvFYeAicYqyvy9/Herk5/Mq3zTy+skRMoxzcUdZkjQS3zW92O2wOdZXprpPLxInS0dOH7XICcVW+uA== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/running" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/running" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/running@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-4.0.0-alpha.18.tgz#7b43afe6aadde76aa0a8ea8a4122be0b9850fd17" - integrity sha512-h6SDIzhnKfAk3uoNiOCfUTayvB79mWSjG86h6w7p+GAOhH0k2R5JuAjKPENQqRjz381RSz8sWCSjaQh33Zu/DA== +"@jupyterlab/running@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-4.0.0-alpha.19.tgz#ff4391980a8bfb19b0b8cfc7993b274c89bc8301" + integrity sha512-rlQ5qCNivQzVBaULd8SPhtVQEmVwMasWpR/9buK9ODyEf7PHtUrp9xfJz9sPlzRjQKXZGbHgSa9YwB0vTMCHhA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/services@^7.0.0-alpha.18": - version "7.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.18.tgz#e2fe40fa9cd3e3d8d0a9d646361764115d84bdf6" - integrity sha512-qSFw3h23YgkgAzgPzxwOEs3dDjFnHJWMXG8WEzAzsmTXbY+hozEy8fEZDAalRXYYIraoDoZi+ioPyNhv7vjBgw== +"@jupyterlab/services@^7.0.0-alpha.19": + version "7.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.19.tgz#6071f4547f3c341ae076b34b7e92eaa7ce8b8535" + integrity sha512-fFahcIEdb/LQS8qGy7cYyfBAdifF2yjEhrdgfq7fCTNvuP8BkZr6MKNiTv7HlsADeg+7XvmbgWIzcfeOnmGiWg== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" ws "^8.11.0" -"@jupyterlab/settingeditor-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-4.0.0-alpha.18.tgz#bf36f6893a2dabb88781b094806ff3541205ed47" - integrity sha512-FjlbAeb61H84GeqMxGTCMv4s8MZCeBwf/iD5LUZPcXniJ8ugMuek9YpDKKYERgfNtapQk4s/1TCmiPPdGdmpzA== +"@jupyterlab/settingeditor-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-4.0.0-alpha.19.tgz#cdd5f2aab31b635f9bc4fa38f3c69c5531f1914d" + integrity sha512-BXeJnmJVkcXHV73ULn74W8WIjklY8v3aiIgAHRcvpa9dTsN3jfic5LoPDewyG0LVjQVxy+PF9PI/QqL1S15zzQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/settingeditor" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/disposable" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/settingeditor" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/disposable" "^2.0.0-beta.1" -"@jupyterlab/settingeditor@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-4.0.0-alpha.18.tgz#219c30564c931518f509a50344e5a08517b58ce7" - integrity sha512-buB6w3wmONxj6eu1KB7NIE97ZHF/xHBIwMni3Lr7Acn3n14ogUkAgYBySrpGgK5xR7J3dzukwXGuhbgB1j9HWA== +"@jupyterlab/settingeditor@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-4.0.0-alpha.19.tgz#1b7e6885592b868e8a3b2c8c784c1b297a6e6b0c" + integrity sha512-jiliI4rEnj/11wCDubyEGKHFGYApTUffLLzHaRb/mgqPuDMzlr4UtWNUqqwe8PiF/rb6HVSccIpXg6/CMliGAw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/inspector" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/inspector" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + "@rjsf/core" "^5.1.0" + "@rjsf/utils" "^5.1.0" + "@rjsf/validator-ajv8" "^5.1.0" json-schema "^0.4.0" react "^18.2.0" -"@jupyterlab/settingregistry@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.18.tgz#8879e9e8168894d49b3fc909dfe5ab3cb931d7b4" - integrity sha512-tnauP99LQHY9hBYyp94VMpKX0uy+Xlsebv+ZlkHStU73BfZq3ZfGBJ21FBHngNpiyJm4GAiwDJ7PALcingpOKw== +"@jupyterlab/settingregistry@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.19.tgz#359e8fbf1c97f900c4811338ef8b4333caf27eb6" + integrity sha512-JRNdyZt/+ON2UH2ASSK1MWRc8pQZ91iE/Ls92+MOvaTqAVXDjHYECftdXY7p7YzsAw250YfsUOuvMFshwWyKJA== dependencies: - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - ajv "^6.12.3" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@rjsf/utils" "^5.1.0" + ajv "^8.12.0" json5 "^2.2.3" -"@jupyterlab/shortcuts-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-4.0.0-alpha.18.tgz#912fe0a6f656a698422b273f718b2b637847c9c8" - integrity sha512-PtLSa7xMePYozvU3zDHQVOtHixcPH+oC7BIfo57Wk4heZ23mVITiqWy3ibn2q1eQfiVX/Y0MpowOO23NgCRfyA== +"@jupyterlab/shortcuts-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-4.0.0-alpha.19.tgz#545b809847d817faaf92ed36b10c6df0f8bbf8e9" + integrity sha512-5VIF059o1KpX+jBogvpcD8V5KHJW9UL+cS13E51J30rri0wx87LdQbjdO7TwDr01A3MNZPwgs2MgSmXmYyBvyw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/keyboard" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/keyboard" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/statedb@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.18.tgz#771fbbd024573bee21de41b113d6c043c5b647b1" - integrity sha512-t6W44viC6AyRGckSSU+2yQLbGlS7Mp19hbw2c0Qf34a2N7eWzCX1QqmSmhsuIE7eFBPJh1cPua6OSGKObV6MYg== +"@jupyterlab/statedb@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.19.tgz#7887e31514413c9338b768becf4688f797085ead" + integrity sha512-bN1VIrBFWgPgZKVdVRlp0+Go59eOQQzwZ9kykTMCQumsdWdwvA+QPbiKLhsn4HepGJpUu7Yw4WRPatkG/m/kTQ== dependencies: - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/statusbar@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.18.tgz#edb774fd9e5b08f3ab21b7d736dc27ed1e853e9a" - integrity sha512-d5kxMMUgDo3w/g9ZgFHrwibJJcMegyrVCDh/gNKwJcKog6NRDOVuiZQP9PDWkWYl009fGTDvxhljSOTo4BdQqA== +"@jupyterlab/statusbar@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.19.tgz#a528f520d947f766a2bf51d80da3d475f0ee99c7" + integrity sha512-wtPfM6sJH0MwJzbGfqySF6j6UYXfw+1KzrQ+jRvUju9S+WptMLAJ8nhP5DMl5Iki1WdcInZiZ+eb2XsRduulsA== dependencies: - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/terminal-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-4.0.0-alpha.18.tgz#a5312d73bdbd94edc7293bdcda1642a4c99b361c" - integrity sha512-1KmcxeDv097KwFrGN/rDs2AKF1GVXV6PvZQYkEKaC+Mu8p6rWJeJGHqEaYjyCTIyX/4U2fkTPIqiKcYuOjo6gQ== +"@jupyterlab/terminal-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-4.0.0-alpha.19.tgz#dd3fe842d416a445fc49a386dab249edea4312da" + integrity sha512-Xm9Mik7hthm+4707enxpydCcv2SR0OsGkznNBP6+yZBBDNZqVyO102OBiRtU+dIL7oWaSyK0uXi6ilZ2bcPJnQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/launcher" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/running" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/terminal" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/launcher" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/running" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/terminal" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/terminal@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-4.0.0-alpha.18.tgz#2261b71b22cd9ed90045ae96e6d7b4da1837b12f" - integrity sha512-fRjzTmmMcvAEXNrsIovqygF8e/Wsj98iBcUa8NcY/kleUPRad75Fdy9g9w8E7XRhX5OLHhQUhaB2mBMqCrGOOQ== +"@jupyterlab/terminal@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-4.0.0-alpha.19.tgz#da30bd5b1e6025d67cb7aeca3dc8a485d8cd0f81" + integrity sha512-A7jrFWcCti7UnB3rOGFPNgjavZjrDzVRgk4qDv+nLhjByKyc2YWUmdjLgKOA7tmzLXUXqx4ibjeQqWh/twcxMA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" xterm "~5.1.0" xterm-addon-canvas "~0.3.0" xterm-addon-fit "~0.7.0" xterm-addon-web-links "~0.8.0" xterm-addon-webgl "~0.14.0" -"@jupyterlab/testing@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/testing/-/testing-4.0.0-alpha.18.tgz#5dd0a3481fe9f5c7e30949c3c47b6e75e2d354fc" - integrity sha512-+VLbPJclUM2Q981LNdqHC8cWx4Hk694F15tTl/FZ05yhHdmWe3C49bi9DOWx72S7K2+bJbSfutL7udtkmj0qtg== +"@jupyterlab/testing@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/testing/-/testing-4.0.0-alpha.19.tgz#1e70dfe0e9591024b671f5913d8f7b8dc21b9724" + integrity sha512-oajc0GyJM6Qd1nzl0tLeHW6EISVLYNH5zWvDgqdUvHM+k5zyY5tPuu4teGm4xb7V37PUHUlLQ/Np5zaHQJ8hWA== dependencies: "@babel/core" "^7.10.2" "@babel/preset-env" "^7.10.2" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" child_process "~1.0.2" deepmerge "^4.2.2" fs-extra "^10.1.0" @@ -2957,159 +2912,160 @@ simulate-event "~1.4.0" ts-jest "^29.0.0" -"@jupyterlab/testutils@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/testutils/-/testutils-4.0.0-alpha.18.tgz#b44976e94e9dd795aea2d6a8a2c05306fa10cba4" - integrity sha512-4yQqgFDRzVR1K96bpfm8/r3ZJu2AqLp05G9RdKL3WPRezheZOF/hyTuX9FoNBCRKaJ8rEEHEC5hVJam6snzCWw== +"@jupyterlab/testutils@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/testutils/-/testutils-4.0.0-alpha.19.tgz#d9ff2ec7731e1cd7804e21a184f2eb7276b0fcff" + integrity sha512-B4UKraIjZmyGUuNT87PfDUkxm9B8wvS93hrCK8xqVx4GtMiwOaT05967aCLlrHJJAOfmQQwTdhaD48yha338Aw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/testing" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/testing" "^4.0.0-alpha.19" -"@jupyterlab/theme-dark-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-4.0.0-alpha.18.tgz#3b9f49fbaa8a40ea73ef39ce59db7d472f93e3fa" - integrity sha512-JL2KqvbilTxmXmwbPSFIwufm/dA5KLQ87pe4ISebXfk2mImH8iLckk03UiIzdmDZKnR4j4j+v34s7ZCz5kBGag== +"@jupyterlab/theme-dark-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-4.0.0-alpha.19.tgz#dd3738e64b847ebcc17d6ce70808c7fab2bc2da7" + integrity sha512-f9Ip4uzc2fcqNTtfwR1o8GEyfEEGARbuBiXdDvKnlCh56n69n/wI8sXkAXNvbbGd5lO9wy8sbm9tAxXDIvyhgQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/theme-light-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.0-alpha.18.tgz#5f44c60054151b875cb2b785cf3ff45a20730104" - integrity sha512-3Lvaihu66O3JfntKn9gFNp3laFPlxOHnXnCNPHFKlnwENSTL0hOqyo0zWddKFlaOqfs+g+g8DZPu/YG8PVAAKg== +"@jupyterlab/theme-light-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.0-alpha.19.tgz#392bb98043892abd4abb67b2f70f80ca5ee6633f" + integrity sha512-3Kuu58gQK/ym/iBALThl+9Swmqf5OkSRTUSTCv4uez05TnltqpcbpBbDyTa9KJMfbS624eVpPPZtb46fW7AUvg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/toc-extension@^6.0.0-alpha.18": - version "6.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/toc-extension/-/toc-extension-6.0.0-alpha.18.tgz#b1e3ed8e25af714d637860d97a5ab942c8da5b11" - integrity sha512-s8+34KV/FyXusy8OdRAnWfUQ6bbwGlbHNThy5nnufsw+ETFvwWev/nrdy0R04ntGH4Qk4Btiv4eV+DL2aw+tTQ== +"@jupyterlab/toc-extension@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/toc-extension/-/toc-extension-6.0.0-alpha.19.tgz#7fce1be361f90bb41492b56bb2c4957d90e5cebd" + integrity sha512-6bMZCf6hDFUAisQMDF8redvi7vtmjmsgEO6brFnD81UQyQvJaJQUwZLNLMsEjt5t/NXddSIX+LUaO31GBkbXLg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" -"@jupyterlab/toc@^6.0.0-alpha.18": - version "6.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.18.tgz#c2a325df6f7f9dd96af61b961c3b2e5f780f5e56" - integrity sha512-8jA56r/FSaAi9SrX/5IOTtdb1FluUbcox+VraSFnBrf/9cdOKqvGOhLOung8wLP00VLwVfeL5CT0Zz1wk+UW5w== +"@jupyterlab/toc@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.19.tgz#0c0cdb6b3340dfcccc17122ec9f19dbf0d90a61e" + integrity sha512-pO2hky0s9qdFDHAL3L+MwJqUXfH+Y1v5+sWfDVMkpKyoLel6u6wWJ6xRS9OUjSL+UtQX7t/HkyuJhCBcu+5JAA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/tooltip-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-4.0.0-alpha.18.tgz#50231c1dc2b2ca488cb4e52a1ee544da511bdf2d" - integrity sha512-Bqbd6SO/qVGuXsGh0eQKweC0cJB9C/Sd3CT+YisEOYG5AaYLEMuNEuPbR73veVTwxqGxupfgDult/a1NZi1C8w== +"@jupyterlab/tooltip-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-4.0.0-alpha.19.tgz#3b4a8db4b4c779918b8d8fbb5e3b2a2e8ceb0cfb" + integrity sha512-fuV59yvyOWMvMMWYVnT/czbvLTm1FfSK0hgsE99raHdwKf+hcZq9kSZiMazJARBadp2x9ss7QSNaYaWSWhXLPA== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/tooltip" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/tooltip" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/tooltip@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-4.0.0-alpha.18.tgz#8b0bdb1b8dc00c254e26bf1f2ad650fef13bc1a5" - integrity sha512-EQVEeYt+gPGh+N4AocYwD/9u8jfB+JEfvMEWauxCwusPZPagaUqSpRv1M7aY3NbHDdmdXY6Wla2u1MOHMeSAnA== +"@jupyterlab/tooltip@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-4.0.0-alpha.19.tgz#15b12eec07e5ebd0fb043ac5ba6bd560314b9a57" + integrity sha512-+9ArnYINyKIAyqIRHUOcGA3r1GH28Szke+ImkZwBHtI07/I5WNiguv0E/nu0QqI8cvpgrR6ssEizatIqJ6EaHA== dependencies: - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/translation-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-4.0.0-alpha.18.tgz#fa363ddc31aaf5a6e1d047156f8ce2ea16cb03ab" - integrity sha512-Z8f7ARHyxxCUx3mdohOMhlnUNPN7Ie7bhTm3a+br69W7WBnBs9gbcHzTX/c/EEbwkT1z67DhoHKspuSNhVj1ww== +"@jupyterlab/translation-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-4.0.0-alpha.19.tgz#47bb8a0c89835163d55b653bf9a744e02d345172" + integrity sha512-Bqd84bSMv8JHvKV0PaslSVZtxED4fDvM/jYPAQSNySAMNlg7AEA8m/ByBJGYTINEPYF6D6Z68Y+t6yRorqHybg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/translation@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.18.tgz#146871e13fed98396b7767422a9c8e445aba7cdd" - integrity sha512-v55zNhpoKeajp3p2i++0bJxxiOCZgEO3G3O1GRa2RxZQkcMbTRgS7r9a9QJ6CDPsPPru/Qs+v09lqlXkgpx+5w== +"@jupyterlab/translation@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.19.tgz#4f978efc2b5e4a18ff729a8383ab3b0800686c20" + integrity sha512-KDOWeUswjOSVSv2ytH0BJaDIT6JhmNP5cAPlHoDF54G0AotWEdethaTDpjdi4Bi40wqgEpJqLg+C/ebIDE7n2Q== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" -"@jupyterlab/ui-components-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-4.0.0-alpha.18.tgz#2ad085433adb8d5842b54337456559aa55a3d836" - integrity sha512-UEO18vNvIvYqzjs0pVtNicLjfbzJiv/CyTZ7Kmj6ucYtwwJuto3DS+PFIOSplAPLT06h0+TC0qeBCpRJCZ3eHQ== +"@jupyterlab/ui-components-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-4.0.0-alpha.19.tgz#cd4805fe47240770e31811e75482301291e137a4" + integrity sha512-Jnyj0wBRO9bnsDOB1xlYFbafvV4ERB5jgqeJ2bi4M8nvf1axpaR8BT6kwlwKaTXrEvlDk0UEupBkX6CKuO+yNw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" -"@jupyterlab/ui-components@^4.0.0-alpha.33": - version "4.0.0-alpha.33" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.33.tgz#de9f04ff4374379a00bb3df6b4fc6cf77e83e4f8" - integrity sha512-fIwcyLcmWzEM8UBC4tz/qTuCyn0ZpKpBX368HgeP2BPY7LnJg+7UfpyUj5iWlWjlYsMX7dAGyINPH/roANC4kQ== +"@jupyterlab/ui-components@^4.0.0-alpha.34": + version "4.0.0-alpha.34" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.34.tgz#eef2a505f36b576b674252219852583dd97e5ccd" + integrity sha512-84cYWCj0Hq1v2BCXneI11KQ2F+HtNPZIC1H/vM77pRCm8XTdMNh5/L+tl4OrCF5eI6pTfZa9RdZll8e1TTy/2g== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + "@rjsf/core" "^5.1.0" + "@rjsf/utils" "^5.1.0" react "^18.2.0" react-dom "^18.2.0" typestyle "^2.0.4" -"@jupyterlab/vega5-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-4.0.0-alpha.18.tgz#11fa6317c4c937e8e550533acf715c2fc8a7f745" - integrity sha512-+1d1ZhLTet0CGm9tHfZ9PW75ifmYMVqV1cAoyOtYQ/slCLccL6DcEIVOjP1+nHWcgDvrhCU7f/XySzT2Ey2OJQ== +"@jupyterlab/vega5-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-4.0.0-alpha.19.tgz#a0c47fc4e3693fbc1f155b590efb6b9ce00f1fab" + integrity sha512-1m+C7kHrWfYySzaCl3Uq6kDs6vaI6KVXLYO33RpnpJDelaIuWzCIb0ckds8SPMZ+ebmy4RXFU5LGBriQ7Cf+9g== dependencies: - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" vega "^5.20.0" vega-embed "^6.2.1" vega-lite "^5.1.0" @@ -3912,12 +3868,12 @@ resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.2.tgz#b95e6419aed58ff6b863a51bfb4add0f795141d3" integrity sha512-Z06lp/yuhz8CtIir3PNTGnuk7909eXt4ukJsCzChsGuot2l5Fbs96RJ/FOHgwCedaX74CtxPjXHXoszFbUA+4A== -"@lumino/algorithm@^2.0.0-alpha.6", "@lumino/algorithm@^2.0.0-beta.0": +"@lumino/algorithm@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.0-beta.0.tgz#97c13c7b62ed3c86a3b40c34ac9b1e61c9cb1742" integrity sha512-Uh2luxjC8L80Z1lTHUzRWp/2fc3ZaWy+db0SvqYU61xrp73nyUpwp237E/s4IaLSGP3TVkp5WFcUagt6Ehy+5w== -"@lumino/application@^2.0.0-alpha.6": +"@lumino/application@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/application/-/application-2.0.0-beta.1.tgz#e92ef42008c437d353120e87784d1597868a0f71" integrity sha512-QBEHd0KbAP4eQIy12bxxuoIGyvWd1awgdFF1nOY2wjKN9V6qhi7OROXR+6WubXGIlK4AC0L6iBi+9TOev9cI5Q== @@ -3933,7 +3889,7 @@ dependencies: "@lumino/algorithm" "^2.0.0-beta.0" -"@lumino/commands@^2.0.0-alpha.6", "@lumino/commands@^2.0.0-beta.1": +"@lumino/commands@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.0.0-beta.1.tgz#1cb4f00180d5fd501d0fee361727076c291d1e1f" integrity sha512-1VhFwJGuGaUMUdoUbWW0zhiVw8D8VhXtTdy3c8nUi3+D0iaI+PgWutZh/BmIC9/uCYeYttQiIm2lcEZrjoCS9w== @@ -3951,25 +3907,25 @@ resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.12.1.tgz#79860c9937483ddf6cda87f6c2b9da8eb1a5d768" integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ== -"@lumino/coreutils@^2.0.0-alpha.6", "@lumino/coreutils@^2.0.0-beta.0": +"@lumino/coreutils@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.0.0-beta.0.tgz#7be152e1d507365524c7b284360d6b78b6c93d2d" integrity sha512-leOyutyBztkWdb3v8keD7+y5FyZvU0LKsws79I3zm68pqi4XecqzZdKkcJ8OuyG8N9Ug5Xtw3uNXC2kyt9/eIA== -"@lumino/datagrid@^1.0.0-alpha.6": - version "1.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/datagrid/-/datagrid-1.0.0-alpha.6.tgz#90364797ab0cc7cdb60b72b6448462d56e07219c" - integrity sha512-dwQvaEzka8DBbaHHi/HHtzI4sW+U0iX/RgBFfOlFQWtprZfV+Rjeaw2TWPmXPiR/ugy8zGBYhwxPigfR4zO2Kg== +"@lumino/datagrid@^2.0.0-beta.0": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/datagrid/-/datagrid-2.0.0-beta.1.tgz#9768e19aea86d3705d10bb7941dae812f97f8362" + integrity sha512-Ksfgk3LnXeF8V8RjjAoXYzkSXRAFi++B3DK/cuc4iQ0AZMR43sbT7Z/cFYqVs+akMT0zH7mz5mi1rnZ7stimmQ== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/keyboard" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/keyboard" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" "@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6": version "1.10.4" @@ -3979,19 +3935,19 @@ "@lumino/algorithm" "^1.9.2" "@lumino/signaling" "^1.11.1" -"@lumino/disposable@^2.0.0-alpha.6", "@lumino/disposable@^2.0.0-beta.1": +"@lumino/disposable@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.0.0-beta.1.tgz#0b1fa3492d31c3c6d34cc7ec5c1f031d95178e3e" integrity sha512-QkQC4LXK+slgRVmIQDwAbN5vdGXV+S/meRHqSYJxyJj5PDJsilCn4TKohRA4ld+n1yuBqKuuFurui5wXnYjjKw== dependencies: "@lumino/signaling" "^2.0.0-beta.1" -"@lumino/domutils@^2.0.0-alpha.6", "@lumino/domutils@^2.0.0-beta.0": +"@lumino/domutils@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.0-beta.0.tgz#9d6d0ccc2f878dbf229ed9e6865f677fbbebf123" integrity sha512-fuht6bEWEuoTxQPtrEwKb2dIe8MLS5clXEg1ERVdPiALkwQZyQjcqv0hj2izE+g+qca8uZ/IWe4cXu96uOgTzA== -"@lumino/dragdrop@^2.0.0-alpha.6", "@lumino/dragdrop@^2.0.0-beta.1": +"@lumino/dragdrop@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.0.0-beta.1.tgz#9563acac5156377a7038374e88a53f5a60f559fb" integrity sha512-IF2v17h38PwkMQw0xb2wl8QvM4viC1NkYaMI7VRU9yprH+9kuJ23IfxcBvVYJgONxLDvUMARlsAHXwQEhkVFKw== @@ -3999,12 +3955,12 @@ "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/disposable" "^2.0.0-beta.1" -"@lumino/keyboard@^2.0.0-alpha.6", "@lumino/keyboard@^2.0.0-beta.0": +"@lumino/keyboard@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.0-beta.0.tgz#21368492984acef4d593c033b92dadee17689128" integrity sha512-YUwfgzvDCtTcctWvQ71ZRj6JBGL1HfR9MBcP4fFJnqWI96Zuht/VEH745U/WK1pwa0FKq3gWcDlwf4b61y2/eg== -"@lumino/messaging@^2.0.0-alpha.6", "@lumino/messaging@^2.0.0-beta.0": +"@lumino/messaging@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.0-beta.0.tgz#c1a11ef66e1e2645fad2953761973d8c4eb453a8" integrity sha512-EP28kYRQO1Y8fuAoM6ANieIQyu4iF9AP1vPqzPBxLK3GiYWZo0b1wwjxqBIFxMfx2fovpM9mLrU9aDnQIOZqJw== @@ -4012,7 +3968,7 @@ "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/collections" "^2.0.0-beta.0" -"@lumino/polling@^2.0.0-alpha.6", "@lumino/polling@^2.0.0-beta.1": +"@lumino/polling@^2.0.0-beta.0", "@lumino/polling@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-2.0.0-beta.1.tgz#f6cef4884a5969f71d55e8bfcea71692fde42fbd" integrity sha512-MaxtQsbtSWZmNtVa5/kHz74LJn1COdA2jtDIt/YZEv8A1U4UOL6++Q863HPIKttYIcuDk/16K0kBAEoAJPJQ6Q== @@ -4026,7 +3982,7 @@ resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.2.tgz#91131f2ca91a902faa138771eb63341db78fc0fd" integrity sha512-EkjI9Cw8R0U+xC9HxdFSu7X1tz1H1vKu20cGvJ2gU+CXlMB1DvoYJCYxCThByHZ+kURTAap4SE5x8HvKwNPbig== -"@lumino/properties@^2.0.0-alpha.6", "@lumino/properties@^2.0.0-beta.0": +"@lumino/properties@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.0-beta.0.tgz#df0852e6b040ab063f25a74d16655ed53570d06d" integrity sha512-Yt1EFrDXUx4fNPLZtNf1j5hscVJrDAzarrmAv3haeN78vG8VZM6IacG0/wetYPFs5/d4ploz07+TkHlUnFDHfQ== @@ -4039,7 +3995,7 @@ "@lumino/algorithm" "^1.9.2" "@lumino/properties" "^1.8.2" -"@lumino/signaling@^2.0.0-alpha.6", "@lumino/signaling@^2.0.0-beta.1": +"@lumino/signaling@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.0.0-beta.1.tgz#ad0a02aba49718084b5e5c630c1e40a1b75eacd3" integrity sha512-hmQDMCSA7pGuOB0sb9I7e73Pome2dyWc1z9W6I/4n7+qzcqVlFrx07hN01SosSldZ5I769ZIscAIuKaUrey86g== @@ -4047,14 +4003,14 @@ "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/coreutils" "^2.0.0-beta.0" -"@lumino/virtualdom@^2.0.0-alpha.6", "@lumino/virtualdom@^2.0.0-beta.0": +"@lumino/virtualdom@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.0-beta.0.tgz#134bd2023b95591de687aed883f892ba1edbc451" integrity sha512-oVrV//M0xpGZ9yeA2oQ6kWTRaNbS8JAzzY7yw5sqOkZxLJ/MFpebnq31L6CHXPmTnW4xkZK7hsFKbZjfgMnCyQ== dependencies: "@lumino/algorithm" "^2.0.0-beta.0" -"@lumino/widgets@^2.0.0-alpha.6", "@lumino/widgets@^2.0.0-beta.1": +"@lumino/widgets@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.0.0-beta.1.tgz#d4cf14b216dccc3e9d2a5b30ce5d4069c64730bd" integrity sha512-YjSA0yUA+8CfzkpX4PXlp0PfEEbKBHBqtwe+GvkWmY8k3Sqbjtkpmf2L+N1QA2Z5EW6d6vct4mqV3NlHd9qrLg== @@ -4377,21 +4333,36 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== -"@rjsf/core@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-4.2.3.tgz#7ff2fb593f0af20485dc267391a8971378eec655" - integrity sha512-dRXhd1Tac/9OcG0VDrYDF2boNTyKINEEITEtJ4L1Yce2iMVk66U52BhWKIFp/WXDM27vwnOfwQo4NwGiqeQeHw== +"@rjsf/core@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.1.0.tgz#431e45c273f51badbffe4359ff294d927852ff58" + integrity sha512-n2FeSk9iDuCF+Zo6nMLPuWsGsHCRiWnfohLNoyl1ll/tv6Ac5Oh0W3cwClIUEmJwaUFPaU/2O4ihFvSCdXwHlw== dependencies: - "@types/json-schema" "^7.0.7" - ajv "^6.7.0" - core-js-pure "^3.6.5" - json-schema-merge-allof "^0.6.0" - jsonpointer "^5.0.0" lodash "^4.17.15" lodash-es "^4.17.15" - nanoid "^3.1.23" + nanoid "^3.3.4" prop-types "^15.7.2" - react-is "16.9.0" + +"@rjsf/utils@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.1.0.tgz#d96dea755a17f8d5758c49b87ad125e0cb0a7426" + integrity sha512-b6ZPl5H+1trBitFUfNY9eBClfxsHqsRDtw6fwxSwdVgseAnb33kGxO+/0KLzDfSY2L0b2yOwKGY4kyHmpBUThQ== + dependencies: + json-schema-merge-allof "^0.8.1" + jsonpointer "^5.0.1" + lodash "^4.17.15" + lodash-es "^4.17.15" + react-is "^18.2.0" + +"@rjsf/validator-ajv8@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/validator-ajv8/-/validator-ajv8-5.1.0.tgz#e9c2cfa9c4aeec7df4ece7981701a31df4684a86" + integrity sha512-J3+cPT+saU2i4nOe8EDIMAWfrM4T48J8kgFL5O2mAObzlOI6O1UOSc0Rt82ag5zHhyAON0B6t0nG54/eDiCWfA== + dependencies: + ajv "^8.12.0" + ajv-formats "^2.1.1" + lodash "^4.17.15" + lodash-es "^4.17.15" "@sinclair/typebox@^0.25.16": version "0.25.21" @@ -4646,10 +4617,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@^18.0.27": - version "18.0.27" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.27.tgz#d9425abe187a00f8a5ec182b010d4fd9da703b71" - integrity sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA== +"@types/react@^18.0.26": + version "18.0.28" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065" + integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -5135,28 +5106,6 @@ abbrev@1, abbrev@^1.0.0: resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== -abstract-leveldown@^6.2.1: - version "6.3.0" - resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.3.0.tgz#d25221d1e6612f820c35963ba4bd739928f6026a" - integrity sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ== - dependencies: - buffer "^5.5.0" - immediate "^3.2.3" - level-concat-iterator "~2.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - -abstract-leveldown@~6.2.1, abstract-leveldown@~6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz#036543d87e3710f2528e47040bc3261b77a9a8eb" - integrity sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ== - dependencies: - buffer "^5.5.0" - immediate "^3.2.3" - level-concat-iterator "~2.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - accepts@~1.3.5, accepts@~1.3.8: version "1.3.8" resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" @@ -5261,7 +5210,7 @@ ajv@8.11.2: require-from-string "^2.0.2" uri-js "^4.2.2" -ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.7.0: +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -5271,7 +5220,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.7.0: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.0, ajv@^8.0.1, ajv@^8.8.0: +ajv@^8.0.0, ajv@^8.0.1, ajv@^8.12.0, ajv@^8.8.0: version "8.12.0" resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1" integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== @@ -5439,11 +5388,6 @@ astral-regex@^2.0.0: resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - async@3.2.4, async@^3.2.3: version "3.2.4" resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" @@ -5719,7 +5663,7 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -buffer@^5.5.0, buffer@^5.6.0: +buffer@^5.5.0: version "5.7.1" resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== @@ -6127,7 +6071,7 @@ compute-gcd@^1.2.1: validate.io-function "^1.0.2" validate.io-integer-array "^1.0.0" -compute-lcm@^1.1.0: +compute-lcm@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/compute-lcm/-/compute-lcm-1.1.2.tgz#9107c66b9dca28cefb22b4ab4545caac4034af23" integrity sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ== @@ -6294,11 +6238,6 @@ core-js-compat@^3.25.1: dependencies: browserslist "^4.21.4" -core-js-pure@^3.6.5: - version "3.27.2" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.27.2.tgz#47e9cc96c639eefc910da03c3ece26c5067c7553" - integrity sha512-Cf2jqAbXgWH3VVzjyaaFkY1EBazxugUepGymDoeteyYr9ByX51kD2jdHZlsEF/xnJMyN3Prua7mQuzwMg6Zc9A== - core-js@3.27.0: version "3.27.0" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.0.tgz#a343bc614f29d9dcffa7616e65e10f9001cdd332" @@ -6680,14 +6619,6 @@ defer-to-connect@^2.0.0: resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587" integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg== -deferred-leveldown@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/deferred-leveldown/-/deferred-leveldown-5.3.0.tgz#27a997ad95408b61161aa69bd489b86c71b78058" - integrity sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw== - dependencies: - abstract-leveldown "~6.2.1" - inherits "^2.0.3" - define-lazy-prop@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" @@ -6915,16 +6846,6 @@ encodeurl@~1.0.2: resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== -encoding-down@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/encoding-down/-/encoding-down-6.3.0.tgz#b1c4eb0e1728c146ecaef8e32963c549e76d082b" - integrity sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw== - dependencies: - abstract-leveldown "^6.2.1" - inherits "^2.0.3" - level-codec "^9.0.0" - level-errors "^2.0.0" - encoding@^0.1.13: version "0.1.13" resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" @@ -6979,13 +6900,6 @@ err-code@^2.0.2: resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== -errno@~0.1.1: - version "0.1.8" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" - integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== - dependencies: - prr "~1.0.1" - error-ex@^1.3.1: version "1.3.2" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" @@ -8257,11 +8171,6 @@ ignore@^5.0.4, ignore@^5.1.1, ignore@^5.1.8, ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== -immediate@^3.2.3: - version "3.3.0" - resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266" - integrity sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q== - import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" @@ -9193,14 +9102,14 @@ json-schema-compare@^0.2.2: dependencies: lodash "^4.17.4" -json-schema-merge-allof@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.6.0.tgz#64d48820fec26b228db837475ce3338936bf59a5" - integrity sha512-LEw4VMQVRceOPLuGRWcxW5orTTiR9ZAtqTAe4rQUjNADTeR81bezBVFa0MqIwp0YmHIM1KkhSjZM7o+IQhaPbQ== +json-schema-merge-allof@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.8.1.tgz#ed2828cdd958616ff74f932830a26291789eaaf2" + integrity sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w== dependencies: - compute-lcm "^1.1.0" + compute-lcm "^1.1.2" json-schema-compare "^0.2.2" - lodash "^4.17.4" + lodash "^4.17.20" json-schema-traverse@^0.4.1: version "0.4.1" @@ -9275,7 +9184,7 @@ jsonparse@^1.2.0, jsonparse@^1.3.1: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== -jsonpointer@^5.0.0: +jsonpointer@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559" integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== @@ -9395,88 +9304,6 @@ lerna@^6.0.1: nx ">=15.4.2 < 16" typescript "^3 || ^4" -level-codec@^9.0.0: - version "9.0.2" - resolved "https://registry.yarnpkg.com/level-codec/-/level-codec-9.0.2.tgz#fd60df8c64786a80d44e63423096ffead63d8cbc" - integrity sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ== - dependencies: - buffer "^5.6.0" - -level-concat-iterator@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/level-concat-iterator/-/level-concat-iterator-2.0.1.tgz#1d1009cf108340252cb38c51f9727311193e6263" - integrity sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw== - -level-errors@^2.0.0, level-errors@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/level-errors/-/level-errors-2.0.1.tgz#2132a677bf4e679ce029f517c2f17432800c05c8" - integrity sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw== - dependencies: - errno "~0.1.1" - -level-iterator-stream@~4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-4.0.2.tgz#7ceba69b713b0d7e22fcc0d1f128ccdc8a24f79c" - integrity sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q== - dependencies: - inherits "^2.0.4" - readable-stream "^3.4.0" - xtend "^4.0.2" - -level-js@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/level-js/-/level-js-5.0.2.tgz#5e280b8f93abd9ef3a305b13faf0b5397c969b55" - integrity sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg== - dependencies: - abstract-leveldown "~6.2.3" - buffer "^5.5.0" - inherits "^2.0.3" - ltgt "^2.1.2" - -level-packager@^5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/level-packager/-/level-packager-5.1.1.tgz#323ec842d6babe7336f70299c14df2e329c18939" - integrity sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ== - dependencies: - encoding-down "^6.3.0" - levelup "^4.3.2" - -level-supports@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/level-supports/-/level-supports-1.0.1.tgz#2f530a596834c7301622521988e2c36bb77d122d" - integrity sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg== - dependencies: - xtend "^4.0.2" - -level@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/level/-/level-6.0.1.tgz#dc34c5edb81846a6de5079eac15706334b0d7cd6" - integrity sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw== - dependencies: - level-js "^5.0.0" - level-packager "^5.1.0" - leveldown "^5.4.0" - -leveldown@^5.4.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/leveldown/-/leveldown-5.6.0.tgz#16ba937bb2991c6094e13ac5a6898ee66d3eee98" - integrity sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ== - dependencies: - abstract-leveldown "~6.2.1" - napi-macros "~2.0.0" - node-gyp-build "~4.1.0" - -levelup@^4.3.2: - version "4.4.0" - resolved "https://registry.yarnpkg.com/levelup/-/levelup-4.4.0.tgz#f89da3a228c38deb49c48f88a70fb71f01cafed6" - integrity sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ== - dependencies: - deferred-leveldown "~5.3.0" - level-errors "~2.0.0" - level-iterator-stream "~4.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - leven@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" @@ -9498,7 +9325,7 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lib0@^0.2.31, lib0@^0.2.42, lib0@^0.2.49, lib0@^0.2.52: +lib0@^0.2.42, lib0@^0.2.49: version "0.2.61" resolved "https://registry.yarnpkg.com/lib0/-/lib0-0.2.61.tgz#a33133db526cff1bbccaa6ddd779821d0524ed12" integrity sha512-yVhT0uMXNWk50KqBgsZPxmcoO7Yft341wDTByKjXIzBpkhUjEzXl/M9b/GfqyDFBdiLCGg19Cv26NHUEnbL1pA== @@ -9714,11 +9541,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -ltgt@^2.1.2: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5" - integrity sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA== - lunr-mutable-indexes@2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/lunr-mutable-indexes/-/lunr-mutable-indexes-2.3.2.tgz#864253489735d598c5140f3fb75c0a5c8be2e98c" @@ -10104,16 +9926,11 @@ nanoclone@^0.2.1: resolved "https://registry.yarnpkg.com/nanoclone/-/nanoclone-0.2.1.tgz#dd4090f8f1a110d26bb32c49ed2f5b9235209ed4" integrity sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA== -nanoid@^3.1.23, nanoid@^3.3.4: +nanoid@^3.3.4: version "3.3.4" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== -napi-macros@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/napi-macros/-/napi-macros-2.0.0.tgz#2b6bae421e7b96eb687aa6c77a7858640670001b" - integrity sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg== - natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" @@ -10163,11 +9980,6 @@ node-gyp-build@^4.3.0: resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055" integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ== -node-gyp-build@~4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.1.1.tgz#d7270b5d86717068d114cc57fff352f96d745feb" - integrity sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ== - node-gyp@^9.0.0: version "9.3.1" resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.3.1.tgz#1e19f5f290afcc9c46973d68700cbd21a96192e4" @@ -11109,11 +10921,6 @@ proxy-from-env@^1.1.0: resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw== - psl@^1.1.24, psl@^1.1.33: version "1.9.0" resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7" @@ -11250,17 +11057,12 @@ react-highlighter@^0.4.3: escape-string-regexp "^1.0.5" prop-types "^15.6.0" -react-is@16.9.0: - version "16.9.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" - integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw== - react-is@^16.13.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-is@^18.0.0: +react-is@^18.0.0, react-is@^18.2.0: version "18.2.0" resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== @@ -13705,13 +13507,6 @@ write-pkg@^4.0.0: type-fest "^0.4.1" write-json-file "^3.2.0" -ws@^6.2.1: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== - dependencies: - async-limiter "~1.0.0" - ws@^7.3.1: version "7.5.9" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" @@ -13737,7 +13532,7 @@ xmlchars@^2.2.0: resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== -xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1: +xtend@^4.0.1, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== @@ -13774,14 +13569,6 @@ y-codemirror.next@^0.3.2: dependencies: lib0 "^0.2.42" -y-leveldb@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/y-leveldb/-/y-leveldb-0.1.2.tgz#43f6c5004b6891b57926d8a1e0eb0c883003e34b" - integrity sha512-6ulEn5AXfXJYi89rXPEg2mMHAyyw8+ZfeMMdOtBbV8FJpQ1NOrcgi6DTAcXof0dap84NjHPT2+9d0rb6cFsjEg== - dependencies: - level "^6.0.1" - lib0 "^0.2.31" - y-protocols@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/y-protocols/-/y-protocols-1.0.5.tgz#91d574250060b29fcac8f8eb5e276fbad594245e" @@ -13789,18 +13576,6 @@ y-protocols@^1.0.5: dependencies: lib0 "^0.2.42" -y-websocket@^1.3.15: - version "1.4.5" - resolved "https://registry.yarnpkg.com/y-websocket/-/y-websocket-1.4.5.tgz#8da81b466997bcc4660059f542d0a6ce62581478" - integrity sha512-5d9LTSy0GQKqSd/FKRo5DMBlsiTlCipbKcIgPLlno+5xHtfT8bm3uQdcbY9JvLfckojilLZWauXJu0vzDZX05w== - dependencies: - lib0 "^0.2.52" - lodash.debounce "^4.0.8" - y-protocols "^1.0.5" - optionalDependencies: - ws "^6.2.1" - y-leveldb "^0.1.0" - y18n@^5.0.5: version "5.0.8" resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"