From 2118c8aa773a49eb0a169287c4572720307e54b5 Mon Sep 17 00:00:00 2001 From: Vishnutheep B Date: Sun, 31 Mar 2024 09:19:59 +0000 Subject: [PATCH 1/3] test123 --- .github/workflows/upgrade_jupyterlab_dependencies.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upgrade_jupyterlab_dependencies.yml b/.github/workflows/upgrade_jupyterlab_dependencies.yml index ed54abd53b..22cbc86fc0 100644 --- a/.github/workflows/upgrade_jupyterlab_dependencies.yml +++ b/.github/workflows/upgrade_jupyterlab_dependencies.yml @@ -41,10 +41,9 @@ jobs: with: node-version: '20.x' - - name: yarn build buildutils + - name: Run Build run: | - cd buildutils - yarn run build + jlpm run build - name: Install npm dependencies run: | From a1c7e3af28b3c238aaa215c677b24ac4024a1f2d Mon Sep 17 00:00:00 2001 From: Vishnutheep B Date: Sun, 31 Mar 2024 09:22:03 +0000 Subject: [PATCH 2/3] jlpm run build --- .github/workflows/upgrade_jupyterlab_dependencies.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/upgrade_jupyterlab_dependencies.yml b/.github/workflows/upgrade_jupyterlab_dependencies.yml index 22cbc86fc0..f22cef7053 100644 --- a/.github/workflows/upgrade_jupyterlab_dependencies.yml +++ b/.github/workflows/upgrade_jupyterlab_dependencies.yml @@ -41,13 +41,10 @@ jobs: with: node-version: '20.x' - - name: Run Build - run: | - jlpm run build - - - name: Install npm dependencies + - name: Install npm dependencies and build run: | jlpm install + jlpm run build - name: Check for new releases and update shell: bash From cfba8e3f75ea257bf5381ca6fb100e6b20e1b09c Mon Sep 17 00:00:00 2001 From: Jupyter Bot Date: Sun, 31 Mar 2024 09:25:13 +0000 Subject: [PATCH 3/3] Update to JupyterLab v4.1.5 --- app/package.json | 250 +- buildutils/package.json | 2 +- package.json | 2 +- packages/application-extension/package.json | 22 +- packages/application/package.json | 10 +- packages/console-extension/package.json | 6 +- packages/docmanager-extension/package.json | 10 +- .../documentsearch-extension/package.json | 4 +- packages/help-extension/package.json | 8 +- packages/lab-extension/package.json | 16 +- packages/notebook-extension/package.json | 14 +- packages/terminal-extension/package.json | 6 +- packages/tree-extension/package.json | 24 +- packages/tree/package.json | 22 +- packages/ui-components/package.json | 2 +- yarn.lock | 2617 ++++++++++------- 16 files changed, 1826 insertions(+), 1189 deletions(-) diff --git a/app/package.json b/app/package.json index f3fca5fc62..621c081632 100644 --- a/app/package.json +++ b/app/package.json @@ -24,83 +24,83 @@ "@jupyter-notebook/tree-extension": "~7.2.0-alpha.0", "@jupyter-notebook/ui-components": "~7.2.0-alpha.0", "@jupyter/ydoc": "~2.0.1", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/application-extension": "~4.2.0-alpha.2", - "@jupyterlab/apputils": "~4.3.0-alpha.2", - "@jupyterlab/apputils-extension": "~4.2.0-alpha.2", - "@jupyterlab/attachments": "~4.2.0-alpha.2", - "@jupyterlab/cell-toolbar": "~4.2.0-alpha.2", - "@jupyterlab/cell-toolbar-extension": "~4.2.0-alpha.2", - "@jupyterlab/celltags-extension": "~4.2.0-alpha.2", - "@jupyterlab/codeeditor": "~4.2.0-alpha.2", - "@jupyterlab/codemirror": "~4.2.0-alpha.2", - "@jupyterlab/codemirror-extension": "~4.2.0-alpha.2", - "@jupyterlab/completer": "~4.2.0-alpha.2", - "@jupyterlab/completer-extension": "~4.2.0-alpha.2", - "@jupyterlab/console": "~4.2.0-alpha.2", - "@jupyterlab/console-extension": "~4.2.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/csvviewer-extension": "~4.2.0-alpha.2", - "@jupyterlab/debugger": "~4.2.0-alpha.2", - "@jupyterlab/debugger-extension": "~4.2.0-alpha.2", - "@jupyterlab/docmanager": "~4.2.0-alpha.2", - "@jupyterlab/docmanager-extension": "~4.2.0-alpha.2", - "@jupyterlab/documentsearch": "~4.2.0-alpha.2", - "@jupyterlab/documentsearch-extension": "~4.2.0-alpha.2", - "@jupyterlab/extensionmanager": "~4.2.0-alpha.2", - "@jupyterlab/extensionmanager-extension": "~4.2.0-alpha.2", - "@jupyterlab/filebrowser": "~4.2.0-alpha.2", - "@jupyterlab/filebrowser-extension": "~4.2.0-alpha.2", - "@jupyterlab/fileeditor": "~4.2.0-alpha.2", - "@jupyterlab/fileeditor-extension": "~4.2.0-alpha.2", - "@jupyterlab/help-extension": "~4.2.0-alpha.2", - "@jupyterlab/htmlviewer": "~4.2.0-alpha.2", - "@jupyterlab/htmlviewer-extension": "~4.2.0-alpha.2", - "@jupyterlab/hub-extension": "~4.2.0-alpha.2", - "@jupyterlab/imageviewer": "~4.2.0-alpha.2", - "@jupyterlab/imageviewer-extension": "~4.2.0-alpha.2", - "@jupyterlab/javascript-extension": "~4.2.0-alpha.2", - "@jupyterlab/json-extension": "~4.2.0-alpha.2", - "@jupyterlab/lsp": "~4.2.0-alpha.2", - "@jupyterlab/lsp-extension": "~4.2.0-alpha.2", - "@jupyterlab/mainmenu": "~4.2.0-alpha.2", - "@jupyterlab/mainmenu-extension": "~4.2.0-alpha.2", - "@jupyterlab/markdownviewer": "~4.2.0-alpha.2", - "@jupyterlab/markdownviewer-extension": "~4.2.0-alpha.2", - "@jupyterlab/markedparser-extension": "~4.2.0-alpha.2", - "@jupyterlab/mathjax-extension": "~4.2.0-alpha.2", - "@jupyterlab/mermaid": "~4.2.0-alpha.2", - "@jupyterlab/mermaid-extension": "~4.2.0-alpha.2", - "@jupyterlab/metadataform": "~4.2.0-alpha.2", - "@jupyterlab/metadataform-extension": "~4.2.0-alpha.2", - "@jupyterlab/notebook": "~4.2.0-alpha.2", - "@jupyterlab/notebook-extension": "~4.2.0-alpha.2", - "@jupyterlab/observables": "~5.2.0-alpha.2", - "@jupyterlab/outputarea": "~4.2.0-alpha.2", - "@jupyterlab/pdf-extension": "~4.2.0-alpha.2", - "@jupyterlab/pluginmanager-extension": "~4.2.0-alpha.2", - "@jupyterlab/rendermime": "~4.2.0-alpha.2", - "@jupyterlab/rendermime-interfaces": "~3.10.0-alpha.2", - "@jupyterlab/running-extension": "~4.2.0-alpha.2", - "@jupyterlab/services": "~7.2.0-alpha.2", - "@jupyterlab/settingeditor": "~4.2.0-alpha.2", - "@jupyterlab/settingeditor-extension": "~4.2.0-alpha.2", - "@jupyterlab/settingregistry": "~4.2.0-alpha.2", - "@jupyterlab/shortcuts-extension": "~4.2.0-alpha.2", - "@jupyterlab/statedb": "~4.2.0-alpha.2", - "@jupyterlab/statusbar": "~4.2.0-alpha.2", - "@jupyterlab/terminal": "~4.2.0-alpha.2", - "@jupyterlab/terminal-extension": "~4.2.0-alpha.2", - "@jupyterlab/theme-dark-extension": "~4.2.0-alpha.2", - "@jupyterlab/theme-light-extension": "~4.2.0-alpha.2", - "@jupyterlab/toc-extension": "~6.2.0-alpha.2", - "@jupyterlab/tooltip": "~4.2.0-alpha.2", - "@jupyterlab/tooltip-extension": "~4.2.0-alpha.2", - "@jupyterlab/translation": "~4.2.0-alpha.2", - "@jupyterlab/translation-extension": "~4.2.0-alpha.2", - "@jupyterlab/ui-components": "~4.2.0-alpha.2", - "@jupyterlab/ui-components-extension": "~4.2.0-alpha.2", - "@jupyterlab/vega5-extension": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/application-extension": "~4.1.5", + "@jupyterlab/apputils": "~4.2.5", + "@jupyterlab/apputils-extension": "~4.1.5", + "@jupyterlab/attachments": "~4.1.5", + "@jupyterlab/cell-toolbar": "~4.1.5", + "@jupyterlab/cell-toolbar-extension": "~4.1.5", + "@jupyterlab/celltags-extension": "~4.1.5", + "@jupyterlab/codeeditor": "~4.1.5", + "@jupyterlab/codemirror": "~4.1.5", + "@jupyterlab/codemirror-extension": "~4.1.5", + "@jupyterlab/completer": "~4.1.5", + "@jupyterlab/completer-extension": "~4.1.5", + "@jupyterlab/console": "~4.1.5", + "@jupyterlab/console-extension": "~4.1.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/csvviewer-extension": "~4.1.5", + "@jupyterlab/debugger": "~4.1.5", + "@jupyterlab/debugger-extension": "~4.1.5", + "@jupyterlab/docmanager": "~4.1.5", + "@jupyterlab/docmanager-extension": "~4.1.5", + "@jupyterlab/documentsearch": "~4.1.5", + "@jupyterlab/documentsearch-extension": "~4.1.5", + "@jupyterlab/extensionmanager": "~4.1.5", + "@jupyterlab/extensionmanager-extension": "~4.1.5", + "@jupyterlab/filebrowser": "~4.1.5", + "@jupyterlab/filebrowser-extension": "~4.1.5", + "@jupyterlab/fileeditor": "~4.1.5", + "@jupyterlab/fileeditor-extension": "~4.1.5", + "@jupyterlab/help-extension": "~4.1.5", + "@jupyterlab/htmlviewer": "~4.1.5", + "@jupyterlab/htmlviewer-extension": "~4.1.5", + "@jupyterlab/hub-extension": "~4.1.5", + "@jupyterlab/imageviewer": "~4.1.5", + "@jupyterlab/imageviewer-extension": "~4.1.5", + "@jupyterlab/javascript-extension": "~4.1.5", + "@jupyterlab/json-extension": "~4.1.5", + "@jupyterlab/lsp": "~4.1.5", + "@jupyterlab/lsp-extension": "~4.1.5", + "@jupyterlab/mainmenu": "~4.1.5", + "@jupyterlab/mainmenu-extension": "~4.1.5", + "@jupyterlab/markdownviewer": "~4.1.5", + "@jupyterlab/markdownviewer-extension": "~4.1.5", + "@jupyterlab/markedparser-extension": "~4.1.5", + "@jupyterlab/mathjax-extension": "~4.1.5", + "@jupyterlab/mermaid": "~4.1.5", + "@jupyterlab/mermaid-extension": "~4.1.5", + "@jupyterlab/metadataform": "~4.1.5", + "@jupyterlab/metadataform-extension": "~4.1.5", + "@jupyterlab/notebook": "~4.1.5", + "@jupyterlab/notebook-extension": "~4.1.5", + "@jupyterlab/observables": "~5.1.5", + "@jupyterlab/outputarea": "~4.1.5", + "@jupyterlab/pdf-extension": "~4.1.5", + "@jupyterlab/pluginmanager-extension": "~4.1.5", + "@jupyterlab/rendermime": "~4.1.5", + "@jupyterlab/rendermime-interfaces": "~3.9.5", + "@jupyterlab/running-extension": "~4.1.5", + "@jupyterlab/services": "~7.1.5", + "@jupyterlab/settingeditor": "~4.1.5", + "@jupyterlab/settingeditor-extension": "~4.1.5", + "@jupyterlab/settingregistry": "~4.1.5", + "@jupyterlab/shortcuts-extension": "~4.1.5", + "@jupyterlab/statedb": "~4.1.5", + "@jupyterlab/statusbar": "~4.1.5", + "@jupyterlab/terminal": "~4.1.5", + "@jupyterlab/terminal-extension": "~4.1.5", + "@jupyterlab/theme-dark-extension": "~4.1.5", + "@jupyterlab/theme-light-extension": "~4.1.5", + "@jupyterlab/toc-extension": "~6.1.5", + "@jupyterlab/tooltip": "~4.1.5", + "@jupyterlab/tooltip-extension": "~4.1.5", + "@jupyterlab/translation": "~4.1.5", + "@jupyterlab/translation-extension": "~4.1.5", + "@jupyterlab/ui-components": "~4.1.5", + "@jupyterlab/ui-components-extension": "~4.1.5", + "@jupyterlab/vega5-extension": "~4.1.5", "@lezer/common": "~1.2.1", "@lezer/highlight": "~1.2.0", "@lumino/algorithm": "~2.0.1", @@ -131,59 +131,59 @@ "@jupyter-notebook/tree": "^7.2.0-alpha.0", "@jupyter-notebook/tree-extension": "^7.2.0-alpha.0", "@jupyter-notebook/ui-components": "^7.2.0-alpha.0", - "@jupyterlab/application-extension": "~4.2.0-alpha.2", - "@jupyterlab/apputils-extension": "~4.2.0-alpha.2", - "@jupyterlab/attachments": "~4.2.0-alpha.2", - "@jupyterlab/cell-toolbar-extension": "~4.2.0-alpha.2", - "@jupyterlab/celltags-extension": "~4.2.0-alpha.2", - "@jupyterlab/codemirror": "~4.2.0-alpha.2", - "@jupyterlab/codemirror-extension": "~4.2.0-alpha.2", - "@jupyterlab/completer-extension": "~4.2.0-alpha.2", - "@jupyterlab/console-extension": "~4.2.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/csvviewer-extension": "~4.2.0-alpha.2", - "@jupyterlab/debugger-extension": "~4.2.0-alpha.2", - "@jupyterlab/docmanager-extension": "~4.2.0-alpha.2", - "@jupyterlab/documentsearch-extension": "~4.2.0-alpha.2", - "@jupyterlab/extensionmanager-extension": "~4.2.0-alpha.2", - "@jupyterlab/filebrowser-extension": "~4.2.0-alpha.2", - "@jupyterlab/fileeditor-extension": "~4.2.0-alpha.2", - "@jupyterlab/help-extension": "~4.2.0-alpha.2", - "@jupyterlab/htmlviewer-extension": "~4.2.0-alpha.2", - "@jupyterlab/hub-extension": "~4.2.0-alpha.2", - "@jupyterlab/imageviewer-extension": "~4.2.0-alpha.2", - "@jupyterlab/javascript-extension": "~4.2.0-alpha.2", - "@jupyterlab/json-extension": "~4.2.0-alpha.2", - "@jupyterlab/lsp": "~4.2.0-alpha.2", - "@jupyterlab/lsp-extension": "~4.2.0-alpha.2", - "@jupyterlab/mainmenu-extension": "~4.2.0-alpha.2", - "@jupyterlab/markdownviewer-extension": "~4.2.0-alpha.2", - "@jupyterlab/markedparser-extension": "~4.2.0-alpha.2", - "@jupyterlab/mathjax-extension": "~4.2.0-alpha.2", - "@jupyterlab/mermaid-extension": "~4.2.0-alpha.2", - "@jupyterlab/metadataform-extension": "~4.2.0-alpha.2", - "@jupyterlab/notebook-extension": "~4.2.0-alpha.2", - "@jupyterlab/pdf-extension": "~4.2.0-alpha.2", - "@jupyterlab/pluginmanager-extension": "~4.2.0-alpha.2", - "@jupyterlab/running-extension": "~4.2.0-alpha.2", - "@jupyterlab/settingeditor": "~4.2.0-alpha.2", - "@jupyterlab/settingeditor-extension": "~4.2.0-alpha.2", - "@jupyterlab/shortcuts-extension": "~4.2.0-alpha.2", - "@jupyterlab/terminal-extension": "~4.2.0-alpha.2", - "@jupyterlab/theme-dark-extension": "~4.2.0-alpha.2", - "@jupyterlab/theme-light-extension": "~4.2.0-alpha.2", - "@jupyterlab/toc-extension": "~6.2.0-alpha.2", - "@jupyterlab/tooltip-extension": "~4.2.0-alpha.2", - "@jupyterlab/translation-extension": "~4.2.0-alpha.2", - "@jupyterlab/ui-components-extension": "~4.2.0-alpha.2", - "@jupyterlab/vega5-extension": "~4.2.0-alpha.2", + "@jupyterlab/application-extension": "~4.1.5", + "@jupyterlab/apputils-extension": "~4.1.5", + "@jupyterlab/attachments": "~4.1.5", + "@jupyterlab/cell-toolbar-extension": "~4.1.5", + "@jupyterlab/celltags-extension": "~4.1.5", + "@jupyterlab/codemirror": "~4.1.5", + "@jupyterlab/codemirror-extension": "~4.1.5", + "@jupyterlab/completer-extension": "~4.1.5", + "@jupyterlab/console-extension": "~4.1.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/csvviewer-extension": "~4.1.5", + "@jupyterlab/debugger-extension": "~4.1.5", + "@jupyterlab/docmanager-extension": "~4.1.5", + "@jupyterlab/documentsearch-extension": "~4.1.5", + "@jupyterlab/extensionmanager-extension": "~4.1.5", + "@jupyterlab/filebrowser-extension": "~4.1.5", + "@jupyterlab/fileeditor-extension": "~4.1.5", + "@jupyterlab/help-extension": "~4.1.5", + "@jupyterlab/htmlviewer-extension": "~4.1.5", + "@jupyterlab/hub-extension": "~4.1.5", + "@jupyterlab/imageviewer-extension": "~4.1.5", + "@jupyterlab/javascript-extension": "~4.1.5", + "@jupyterlab/json-extension": "~4.1.5", + "@jupyterlab/lsp": "~4.1.5", + "@jupyterlab/lsp-extension": "~4.1.5", + "@jupyterlab/mainmenu-extension": "~4.1.5", + "@jupyterlab/markdownviewer-extension": "~4.1.5", + "@jupyterlab/markedparser-extension": "~4.1.5", + "@jupyterlab/mathjax-extension": "~4.1.5", + "@jupyterlab/mermaid-extension": "~4.1.5", + "@jupyterlab/metadataform-extension": "~4.1.5", + "@jupyterlab/notebook-extension": "~4.1.5", + "@jupyterlab/pdf-extension": "~4.1.5", + "@jupyterlab/pluginmanager-extension": "~4.1.5", + "@jupyterlab/running-extension": "~4.1.5", + "@jupyterlab/settingeditor": "~4.1.5", + "@jupyterlab/settingeditor-extension": "~4.1.5", + "@jupyterlab/shortcuts-extension": "~4.1.5", + "@jupyterlab/terminal-extension": "~4.1.5", + "@jupyterlab/theme-dark-extension": "~4.1.5", + "@jupyterlab/theme-light-extension": "~4.1.5", + "@jupyterlab/toc-extension": "~6.1.5", + "@jupyterlab/tooltip-extension": "~4.1.5", + "@jupyterlab/translation-extension": "~4.1.5", + "@jupyterlab/ui-components-extension": "~4.1.5", + "@jupyterlab/vega5-extension": "~4.1.5", "react": "^18.2.0", "react-dom": "^18.2.0", "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/builder": "~4.2.0-alpha.2", - "@jupyterlab/buildutils": "~4.2.0-alpha.2", + "@jupyterlab/builder": "~4.1.5", + "@jupyterlab/buildutils": "~4.1.5", "@types/rimraf": "^3.0.2", "css-loader": "~5.0.1", "extra-watch-webpack-plugin": "^1.0.3", diff --git a/buildutils/package.json b/buildutils/package.json index 05393dcb3f..99466e2672 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -29,7 +29,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "~4.2.0-alpha.2", + "@jupyterlab/buildutils": "~4.1.5", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~5.0.2" diff --git a/package.json b/package.json index 0ee8750270..3296211f33 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/buildutils": "~4.2.0-alpha.2", + "@jupyterlab/buildutils": "~4.1.5", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "eslint": "^8.36.0", diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index f1928cb879..dad0162cc3 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -40,17 +40,17 @@ "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", "@jupyter-notebook/ui-components": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/apputils": "~4.3.0-alpha.2", - "@jupyterlab/codeeditor": "~4.2.0-alpha.2", - "@jupyterlab/console": "~4.2.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/docmanager": "~4.2.0-alpha.2", - "@jupyterlab/docregistry": "~4.2.0-alpha.2", - "@jupyterlab/mainmenu": "~4.2.0-alpha.2", - "@jupyterlab/rendermime": "~4.2.0-alpha.2", - "@jupyterlab/settingregistry": "~4.2.0-alpha.2", - "@jupyterlab/translation": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/apputils": "~4.2.5", + "@jupyterlab/codeeditor": "~4.1.5", + "@jupyterlab/console": "~4.1.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/docmanager": "~4.1.5", + "@jupyterlab/docregistry": "~4.1.5", + "@jupyterlab/mainmenu": "~4.1.5", + "@jupyterlab/rendermime": "~4.1.5", + "@jupyterlab/settingregistry": "~4.1.5", + "@jupyterlab/translation": "~4.1.5", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/widgets": "^2.3.2" diff --git a/packages/application/package.json b/packages/application/package.json index df24959a8a..8cc6b5feb4 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -42,11 +42,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/docregistry": "~4.2.0-alpha.2", - "@jupyterlab/rendermime-interfaces": "~3.10.0-alpha.2", - "@jupyterlab/ui-components": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/docregistry": "~4.1.5", + "@jupyterlab/rendermime-interfaces": "~3.9.5", + "@jupyterlab/ui-components": "~4.1.5", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index 51204afb03..64fc5635c3 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/console": "~4.2.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/console": "~4.1.5", + "@jupyterlab/coreutils": "~6.1.5", "@lumino/algorithm": "^2.0.1" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index cbe0a5734f..28115f6d0f 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -39,11 +39,11 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/docmanager": "~4.2.0-alpha.2", - "@jupyterlab/docregistry": "~4.2.0-alpha.2", - "@jupyterlab/services": "~7.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/docmanager": "~4.1.5", + "@jupyterlab/docregistry": "~4.1.5", + "@jupyterlab/services": "~7.1.5", "@lumino/algorithm": "^2.0.1", "@lumino/signaling": "^2.1.2" }, diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 267b365424..ed360cb58e 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -39,8 +39,8 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/documentsearch": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/documentsearch": "~4.1.5", "@lumino/widgets": "^2.3.2" }, "devDependencies": { diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index e3c6a3444b..86816a14b7 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -39,10 +39,10 @@ }, "dependencies": { "@jupyter-notebook/ui-components": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/apputils": "~4.3.0-alpha.2", - "@jupyterlab/mainmenu": "~4.2.0-alpha.2", - "@jupyterlab/translation": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/apputils": "~4.2.5", + "@jupyterlab/mainmenu": "~4.1.5", + "@jupyterlab/translation": "~4.1.5", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 26d5565c7c..9fc61d32db 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -44,18 +44,18 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/apputils": "~4.3.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/docregistry": "~4.2.0-alpha.2", - "@jupyterlab/notebook": "~4.2.0-alpha.2", - "@jupyterlab/translation": "~4.2.0-alpha.2", - "@jupyterlab/ui-components": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/apputils": "~4.2.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/docregistry": "~4.1.5", + "@jupyterlab/notebook": "~4.1.5", + "@jupyterlab/translation": "~4.1.5", + "@jupyterlab/ui-components": "~4.1.5", "@lumino/commands": "^2.3.0", "@lumino/disposable": "^2.1.2" }, "devDependencies": { - "@jupyterlab/builder": "~4.2.0-alpha.2", + "@jupyterlab/builder": "~4.1.5", "rimraf": "^3.0.2", "typescript": "~5.0.2" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 31fdbdd9c7..47b4a8627f 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -39,13 +39,13 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/apputils": "~4.3.0-alpha.2", - "@jupyterlab/cells": "~4.2.0-alpha.2", - "@jupyterlab/docmanager": "~4.2.0-alpha.2", - "@jupyterlab/notebook": "~4.2.0-alpha.2", - "@jupyterlab/settingregistry": "~4.2.0-alpha.2", - "@jupyterlab/translation": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/apputils": "~4.2.5", + "@jupyterlab/cells": "~4.1.5", + "@jupyterlab/docmanager": "~4.1.5", + "@jupyterlab/notebook": "~4.1.5", + "@jupyterlab/settingregistry": "~4.1.5", + "@jupyterlab/translation": "~4.1.5", "@lumino/polling": "^2.1.2", "@lumino/widgets": "^2.3.2", "react": "^18.2.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 73f9ee91c8..73815cb7e4 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/terminal": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/terminal": "~4.1.5", "@lumino/algorithm": "^2.0.1" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 2f50e1be89..8d360c8f08 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -40,18 +40,18 @@ "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", "@jupyter-notebook/tree": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/apputils": "~4.3.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/docmanager": "~4.2.0-alpha.2", - "@jupyterlab/filebrowser": "~4.2.0-alpha.2", - "@jupyterlab/mainmenu": "~4.2.0-alpha.2", - "@jupyterlab/services": "~7.2.0-alpha.2", - "@jupyterlab/settingeditor": "~4.2.0-alpha.2", - "@jupyterlab/settingregistry": "~4.2.0-alpha.2", - "@jupyterlab/statedb": "~4.2.0-alpha.2", - "@jupyterlab/translation": "~4.2.0-alpha.2", - "@jupyterlab/ui-components": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/apputils": "~4.2.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/docmanager": "~4.1.5", + "@jupyterlab/filebrowser": "~4.1.5", + "@jupyterlab/mainmenu": "~4.1.5", + "@jupyterlab/services": "~7.1.5", + "@jupyterlab/settingeditor": "~4.1.5", + "@jupyterlab/settingregistry": "~4.1.5", + "@jupyterlab/statedb": "~4.1.5", + "@jupyterlab/translation": "~4.1.5", + "@jupyterlab/ui-components": "~4.1.5", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/widgets": "^2.3.2" diff --git a/packages/tree/package.json b/packages/tree/package.json index 6162c2e000..8b202c45c0 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -39,17 +39,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.2.0-alpha.0", - "@jupyterlab/application": "~4.2.0-alpha.2", - "@jupyterlab/apputils": "~4.3.0-alpha.2", - "@jupyterlab/coreutils": "~6.2.0-alpha.2", - "@jupyterlab/docmanager": "~4.2.0-alpha.2", - "@jupyterlab/filebrowser": "~4.2.0-alpha.2", - "@jupyterlab/mainmenu": "~4.2.0-alpha.2", - "@jupyterlab/services": "~7.2.0-alpha.2", - "@jupyterlab/settingregistry": "~4.2.0-alpha.2", - "@jupyterlab/statedb": "~4.2.0-alpha.2", - "@jupyterlab/translation": "~4.2.0-alpha.2", - "@jupyterlab/ui-components": "~4.2.0-alpha.2", + "@jupyterlab/application": "~4.1.5", + "@jupyterlab/apputils": "~4.2.5", + "@jupyterlab/coreutils": "~6.1.5", + "@jupyterlab/docmanager": "~4.1.5", + "@jupyterlab/filebrowser": "~4.1.5", + "@jupyterlab/mainmenu": "~4.1.5", + "@jupyterlab/services": "~7.1.5", + "@jupyterlab/settingregistry": "~4.1.5", + "@jupyterlab/statedb": "~4.1.5", + "@jupyterlab/translation": "~4.1.5", + "@jupyterlab/ui-components": "~4.1.5", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 72aab98f03..5d95577b58 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -42,7 +42,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/ui-components": "~4.2.0-alpha.2", + "@jupyterlab/ui-components": "~4.1.5", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/yarn.lock b/yarn.lock index 8b5d2abf07..875446b4a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1370,7 +1370,21 @@ __metadata: languageName: node linkType: hard -"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.15.0, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.7.1": +"@chevrotain/types@npm:^9.1.0": + version: 9.1.0 + resolution: "@chevrotain/types@npm:9.1.0" + checksum: 5f26ff26aa345bc823b39ebe48f038db0998c80d13fa4b937961d68523a259ac86ec693bc1ad3f3cfa9ef83e5ffb6d94337960c3a1ee7cb82e3014adb4f5bf30 + languageName: node + linkType: hard + +"@chevrotain/utils@npm:^9.1.0": + version: 9.1.0 + resolution: "@chevrotain/utils@npm:9.1.0" + checksum: ca78c97c7c3e444431d0fafa348f0c955998cd86bc0d4bbdeaae3ff5abba8d416d69d5a4163e86cac962a392f1c325cb4a97b8b05722527da62e9b7635025e02 + languageName: node + linkType: hard + +"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.15.0, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.5.1, @codemirror/autocomplete@npm:^6.7.1": version: 6.15.0 resolution: "@codemirror/autocomplete@npm:6.15.0" dependencies: @@ -1387,7 +1401,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/commands@npm:^6.3.3": +"@codemirror/commands@npm:^6.2.3, @codemirror/commands@npm:^6.3.3": version: 6.3.3 resolution: "@codemirror/commands@npm:6.3.3" dependencies: @@ -1409,7 +1423,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-css@npm:^6.0.0, @codemirror/lang-css@npm:^6.2.1": +"@codemirror/lang-css@npm:^6.0.0, @codemirror/lang-css@npm:^6.1.1, @codemirror/lang-css@npm:^6.2.1": version: 6.2.1 resolution: "@codemirror/lang-css@npm:6.2.1" dependencies: @@ -1422,7 +1436,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.8": +"@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.3, @codemirror/lang-html@npm:^6.4.8": version: 6.4.8 resolution: "@codemirror/lang-html@npm:6.4.8" dependencies: @@ -1449,7 +1463,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-javascript@npm:^6.0.0, @codemirror/lang-javascript@npm:^6.2.2": +"@codemirror/lang-javascript@npm:^6.0.0, @codemirror/lang-javascript@npm:^6.1.7, @codemirror/lang-javascript@npm:^6.2.2": version: 6.2.2 resolution: "@codemirror/lang-javascript@npm:6.2.2" dependencies: @@ -1474,7 +1488,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-markdown@npm:^6.2.4": +"@codemirror/lang-markdown@npm:^6.1.1, @codemirror/lang-markdown@npm:^6.2.4": version: 6.2.4 resolution: "@codemirror/lang-markdown@npm:6.2.4" dependencies: @@ -1502,7 +1516,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-python@npm:^6.1.4": +"@codemirror/lang-python@npm:^6.1.3, @codemirror/lang-python@npm:^6.1.4": version: 6.1.5 resolution: "@codemirror/lang-python@npm:6.1.5" dependencies: @@ -1525,7 +1539,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-sql@npm:^6.6.1": +"@codemirror/lang-sql@npm:^6.4.1, @codemirror/lang-sql@npm:^6.6.1": version: 6.6.2 resolution: "@codemirror/lang-sql@npm:6.6.2" dependencies: @@ -1539,7 +1553,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-wast@npm:^6.0.2": +"@codemirror/lang-wast@npm:^6.0.1, @codemirror/lang-wast@npm:^6.0.2": version: 6.0.2 resolution: "@codemirror/lang-wast@npm:6.0.2" dependencies: @@ -1551,7 +1565,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-xml@npm:^6.1.0": +"@codemirror/lang-xml@npm:^6.0.2, @codemirror/lang-xml@npm:^6.1.0": version: 6.1.0 resolution: "@codemirror/lang-xml@npm:6.1.0" dependencies: @@ -1579,7 +1593,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/legacy-modes@npm:^6.3.3": +"@codemirror/legacy-modes@npm:^6.3.2, @codemirror/legacy-modes@npm:^6.3.3": version: 6.3.3 resolution: "@codemirror/legacy-modes@npm:6.3.3" dependencies: @@ -1599,7 +1613,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/search@npm:^6.5.6": +"@codemirror/search@npm:^6.3.0, @codemirror/search@npm:^6.5.6": version: 6.5.6 resolution: "@codemirror/search@npm:6.5.6" dependencies: @@ -1610,14 +1624,14 @@ __metadata: languageName: node linkType: hard -"@codemirror/state@npm:^6.0.0, @codemirror/state@npm:^6.4.0, @codemirror/state@npm:^6.4.1": +"@codemirror/state@npm:^6.0.0, @codemirror/state@npm:^6.2.0, @codemirror/state@npm:^6.4.0, @codemirror/state@npm:^6.4.1": version: 6.4.1 resolution: "@codemirror/state@npm:6.4.1" checksum: b81b55574091349eed4d32fc0eadb0c9688f1f7c98b681318f59138ee0f527cb4c4a97831b70547c0640f02f3127647838ae6730782de4a3dd2cc58836125d01 languageName: node linkType: hard -"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.26.0": +"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.26.0, @codemirror/view@npm:^6.9.6": version: 6.26.1 resolution: "@codemirror/view@npm:6.26.1" dependencies: @@ -2061,54 +2075,54 @@ __metadata: "@jupyter-notebook/tree": ^7.2.0-alpha.0 "@jupyter-notebook/tree-extension": ^7.2.0-alpha.0 "@jupyter-notebook/ui-components": ^7.2.0-alpha.0 - "@jupyterlab/application-extension": ~4.2.0-alpha.2 - "@jupyterlab/apputils-extension": ~4.2.0-alpha.2 - "@jupyterlab/attachments": ~4.2.0-alpha.2 - "@jupyterlab/builder": ~4.2.0-alpha.2 - "@jupyterlab/buildutils": ~4.2.0-alpha.2 - "@jupyterlab/cell-toolbar-extension": ~4.2.0-alpha.2 - "@jupyterlab/celltags-extension": ~4.2.0-alpha.2 - "@jupyterlab/codemirror": ~4.2.0-alpha.2 - "@jupyterlab/codemirror-extension": ~4.2.0-alpha.2 - "@jupyterlab/completer-extension": ~4.2.0-alpha.2 - "@jupyterlab/console-extension": ~4.2.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 - "@jupyterlab/csvviewer-extension": ~4.2.0-alpha.2 - "@jupyterlab/debugger-extension": ~4.2.0-alpha.2 - "@jupyterlab/docmanager-extension": ~4.2.0-alpha.2 - "@jupyterlab/documentsearch-extension": ~4.2.0-alpha.2 - "@jupyterlab/extensionmanager-extension": ~4.2.0-alpha.2 - "@jupyterlab/filebrowser-extension": ~4.2.0-alpha.2 - "@jupyterlab/fileeditor-extension": ~4.2.0-alpha.2 - "@jupyterlab/help-extension": ~4.2.0-alpha.2 - "@jupyterlab/htmlviewer-extension": ~4.2.0-alpha.2 - "@jupyterlab/hub-extension": ~4.2.0-alpha.2 - "@jupyterlab/imageviewer-extension": ~4.2.0-alpha.2 - "@jupyterlab/javascript-extension": ~4.2.0-alpha.2 - "@jupyterlab/json-extension": ~4.2.0-alpha.2 - "@jupyterlab/lsp": ~4.2.0-alpha.2 - "@jupyterlab/lsp-extension": ~4.2.0-alpha.2 - "@jupyterlab/mainmenu-extension": ~4.2.0-alpha.2 - "@jupyterlab/markdownviewer-extension": ~4.2.0-alpha.2 - "@jupyterlab/markedparser-extension": ~4.2.0-alpha.2 - "@jupyterlab/mathjax-extension": ~4.2.0-alpha.2 - "@jupyterlab/mermaid-extension": ~4.2.0-alpha.2 - "@jupyterlab/metadataform-extension": ~4.2.0-alpha.2 - "@jupyterlab/notebook-extension": ~4.2.0-alpha.2 - "@jupyterlab/pdf-extension": ~4.2.0-alpha.2 - "@jupyterlab/pluginmanager-extension": ~4.2.0-alpha.2 - "@jupyterlab/running-extension": ~4.2.0-alpha.2 - "@jupyterlab/settingeditor": ~4.2.0-alpha.2 - "@jupyterlab/settingeditor-extension": ~4.2.0-alpha.2 - "@jupyterlab/shortcuts-extension": ~4.2.0-alpha.2 - "@jupyterlab/terminal-extension": ~4.2.0-alpha.2 - "@jupyterlab/theme-dark-extension": ~4.2.0-alpha.2 - "@jupyterlab/theme-light-extension": ~4.2.0-alpha.2 - "@jupyterlab/toc-extension": ~6.2.0-alpha.2 - "@jupyterlab/tooltip-extension": ~4.2.0-alpha.2 - "@jupyterlab/translation-extension": ~4.2.0-alpha.2 - "@jupyterlab/ui-components-extension": ~4.2.0-alpha.2 - "@jupyterlab/vega5-extension": ~4.2.0-alpha.2 + "@jupyterlab/application-extension": ~4.1.5 + "@jupyterlab/apputils-extension": ~4.1.5 + "@jupyterlab/attachments": ~4.1.5 + "@jupyterlab/builder": ~4.1.5 + "@jupyterlab/buildutils": ~4.1.5 + "@jupyterlab/cell-toolbar-extension": ~4.1.5 + "@jupyterlab/celltags-extension": ~4.1.5 + "@jupyterlab/codemirror": ~4.1.5 + "@jupyterlab/codemirror-extension": ~4.1.5 + "@jupyterlab/completer-extension": ~4.1.5 + "@jupyterlab/console-extension": ~4.1.5 + "@jupyterlab/coreutils": ~6.1.5 + "@jupyterlab/csvviewer-extension": ~4.1.5 + "@jupyterlab/debugger-extension": ~4.1.5 + "@jupyterlab/docmanager-extension": ~4.1.5 + "@jupyterlab/documentsearch-extension": ~4.1.5 + "@jupyterlab/extensionmanager-extension": ~4.1.5 + "@jupyterlab/filebrowser-extension": ~4.1.5 + "@jupyterlab/fileeditor-extension": ~4.1.5 + "@jupyterlab/help-extension": ~4.1.5 + "@jupyterlab/htmlviewer-extension": ~4.1.5 + "@jupyterlab/hub-extension": ~4.1.5 + "@jupyterlab/imageviewer-extension": ~4.1.5 + "@jupyterlab/javascript-extension": ~4.1.5 + "@jupyterlab/json-extension": ~4.1.5 + "@jupyterlab/lsp": ~4.1.5 + "@jupyterlab/lsp-extension": ~4.1.5 + "@jupyterlab/mainmenu-extension": ~4.1.5 + "@jupyterlab/markdownviewer-extension": ~4.1.5 + "@jupyterlab/markedparser-extension": ~4.1.5 + "@jupyterlab/mathjax-extension": ~4.1.5 + "@jupyterlab/mermaid-extension": ~4.1.5 + "@jupyterlab/metadataform-extension": ~4.1.5 + "@jupyterlab/notebook-extension": ~4.1.5 + "@jupyterlab/pdf-extension": ~4.1.5 + "@jupyterlab/pluginmanager-extension": ~4.1.5 + "@jupyterlab/running-extension": ~4.1.5 + "@jupyterlab/settingeditor": ~4.1.5 + "@jupyterlab/settingeditor-extension": ~4.1.5 + "@jupyterlab/shortcuts-extension": ~4.1.5 + "@jupyterlab/terminal-extension": ~4.1.5 + "@jupyterlab/theme-dark-extension": ~4.1.5 + "@jupyterlab/theme-light-extension": ~4.1.5 + "@jupyterlab/toc-extension": ~6.1.5 + "@jupyterlab/tooltip-extension": ~4.1.5 + "@jupyterlab/translation-extension": ~4.1.5 + "@jupyterlab/ui-components-extension": ~4.1.5 + "@jupyterlab/vega5-extension": ~4.1.5 "@types/rimraf": ^3.0.2 css-loader: ~5.0.1 extra-watch-webpack-plugin: ^1.0.3 @@ -2137,17 +2151,17 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 "@jupyter-notebook/ui-components": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/apputils": ~4.3.0-alpha.2 - "@jupyterlab/codeeditor": ~4.2.0-alpha.2 - "@jupyterlab/console": ~4.2.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 - "@jupyterlab/docmanager": ~4.2.0-alpha.2 - "@jupyterlab/docregistry": ~4.2.0-alpha.2 - "@jupyterlab/mainmenu": ~4.2.0-alpha.2 - "@jupyterlab/rendermime": ~4.2.0-alpha.2 - "@jupyterlab/settingregistry": ~4.2.0-alpha.2 - "@jupyterlab/translation": ~4.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/apputils": ~4.2.5 + "@jupyterlab/codeeditor": ~4.1.5 + "@jupyterlab/console": ~4.1.5 + "@jupyterlab/coreutils": ~6.1.5 + "@jupyterlab/docmanager": ~4.1.5 + "@jupyterlab/docregistry": ~4.1.5 + "@jupyterlab/mainmenu": ~4.1.5 + "@jupyterlab/rendermime": ~4.1.5 + "@jupyterlab/settingregistry": ~4.1.5 + "@jupyterlab/translation": ~4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -2162,12 +2176,12 @@ __metadata: dependencies: "@babel/core": ^7.11.6 "@babel/preset-env": ^7.12.1 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 - "@jupyterlab/docregistry": ~4.2.0-alpha.2 - "@jupyterlab/rendermime-interfaces": ~3.10.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/coreutils": ~6.1.5 + "@jupyterlab/docregistry": ~4.1.5 + "@jupyterlab/rendermime-interfaces": ~3.9.5 "@jupyterlab/testutils": ~4.2.0-alpha.2 - "@jupyterlab/ui-components": ~4.2.0-alpha.2 + "@jupyterlab/ui-components": ~4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -2186,7 +2200,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/buildutils@workspace:buildutils" dependencies: - "@jupyterlab/buildutils": ~4.2.0-alpha.2 + "@jupyterlab/buildutils": ~4.1.5 "@types/fs-extra": ^9.0.10 "@types/node": ^14.6.1 commander: ^6.2.0 @@ -2201,9 +2215,9 @@ __metadata: resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/console": ~4.2.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/console": ~4.1.5 + "@jupyterlab/coreutils": ~6.1.5 "@lumino/algorithm": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2215,11 +2229,11 @@ __metadata: resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 - "@jupyterlab/docmanager": ~4.2.0-alpha.2 - "@jupyterlab/docregistry": ~4.2.0-alpha.2 - "@jupyterlab/services": ~7.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/coreutils": ~6.1.5 + "@jupyterlab/docmanager": ~4.1.5 + "@jupyterlab/docregistry": ~4.1.5 + "@jupyterlab/services": ~7.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/signaling": ^2.1.2 rimraf: ^3.0.2 @@ -2232,8 +2246,8 @@ __metadata: resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/documentsearch": ~4.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/documentsearch": ~4.1.5 "@lumino/widgets": ^2.3.2 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2245,10 +2259,10 @@ __metadata: resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: "@jupyter-notebook/ui-components": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/apputils": ~4.3.0-alpha.2 - "@jupyterlab/mainmenu": ~4.2.0-alpha.2 - "@jupyterlab/translation": ~4.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/apputils": ~4.2.5 + "@jupyterlab/mainmenu": ~4.1.5 + "@jupyterlab/translation": ~4.1.5 react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^3.0.2 @@ -2261,14 +2275,14 @@ __metadata: resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/apputils": ~4.3.0-alpha.2 - "@jupyterlab/builder": ~4.2.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 - "@jupyterlab/docregistry": ~4.2.0-alpha.2 - "@jupyterlab/notebook": ~4.2.0-alpha.2 - "@jupyterlab/translation": ~4.2.0-alpha.2 - "@jupyterlab/ui-components": ~4.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/apputils": ~4.2.5 + "@jupyterlab/builder": ~4.1.5 + "@jupyterlab/coreutils": ~6.1.5 + "@jupyterlab/docregistry": ~4.1.5 + "@jupyterlab/notebook": ~4.1.5 + "@jupyterlab/translation": ~4.1.5 + "@jupyterlab/ui-components": ~4.1.5 "@lumino/commands": ^2.3.0 "@lumino/disposable": ^2.1.2 rimraf: ^3.0.2 @@ -2301,13 +2315,13 @@ __metadata: resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/apputils": ~4.3.0-alpha.2 - "@jupyterlab/cells": ~4.2.0-alpha.2 - "@jupyterlab/docmanager": ~4.2.0-alpha.2 - "@jupyterlab/notebook": ~4.2.0-alpha.2 - "@jupyterlab/settingregistry": ~4.2.0-alpha.2 - "@jupyterlab/translation": ~4.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/apputils": ~4.2.5 + "@jupyterlab/cells": ~4.1.5 + "@jupyterlab/docmanager": ~4.1.5 + "@jupyterlab/notebook": ~4.1.5 + "@jupyterlab/settingregistry": ~4.1.5 + "@jupyterlab/translation": ~4.1.5 "@lumino/polling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 @@ -2321,7 +2335,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/root@workspace:." dependencies: - "@jupyterlab/buildutils": ~4.2.0-alpha.2 + "@jupyterlab/buildutils": ~4.1.5 "@typescript-eslint/eslint-plugin": ^5.55.0 "@typescript-eslint/parser": ^5.55.0 eslint: ^8.36.0 @@ -2342,9 +2356,9 @@ __metadata: resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 - "@jupyterlab/terminal": ~4.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/coreutils": ~6.1.5 + "@jupyterlab/terminal": ~4.1.5 "@lumino/algorithm": ^2.0.1 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2357,18 +2371,18 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 "@jupyter-notebook/tree": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/apputils": ~4.3.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 - "@jupyterlab/docmanager": ~4.2.0-alpha.2 - "@jupyterlab/filebrowser": ~4.2.0-alpha.2 - "@jupyterlab/mainmenu": ~4.2.0-alpha.2 - "@jupyterlab/services": ~7.2.0-alpha.2 - "@jupyterlab/settingeditor": ~4.2.0-alpha.2 - "@jupyterlab/settingregistry": ~4.2.0-alpha.2 - "@jupyterlab/statedb": ~4.2.0-alpha.2 - "@jupyterlab/translation": ~4.2.0-alpha.2 - "@jupyterlab/ui-components": ~4.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/apputils": ~4.2.5 + "@jupyterlab/coreutils": ~6.1.5 + "@jupyterlab/docmanager": ~4.1.5 + "@jupyterlab/filebrowser": ~4.1.5 + "@jupyterlab/mainmenu": ~4.1.5 + "@jupyterlab/services": ~7.1.5 + "@jupyterlab/settingeditor": ~4.1.5 + "@jupyterlab/settingregistry": ~4.1.5 + "@jupyterlab/statedb": ~4.1.5 + "@jupyterlab/translation": ~4.1.5 + "@jupyterlab/ui-components": ~4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 @@ -2382,17 +2396,17 @@ __metadata: resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: "@jupyter-notebook/application": ^7.2.0-alpha.0 - "@jupyterlab/application": ~4.2.0-alpha.2 - "@jupyterlab/apputils": ~4.3.0-alpha.2 - "@jupyterlab/coreutils": ~6.2.0-alpha.2 - "@jupyterlab/docmanager": ~4.2.0-alpha.2 - "@jupyterlab/filebrowser": ~4.2.0-alpha.2 - "@jupyterlab/mainmenu": ~4.2.0-alpha.2 - "@jupyterlab/services": ~7.2.0-alpha.2 - "@jupyterlab/settingregistry": ~4.2.0-alpha.2 - "@jupyterlab/statedb": ~4.2.0-alpha.2 - "@jupyterlab/translation": ~4.2.0-alpha.2 - "@jupyterlab/ui-components": ~4.2.0-alpha.2 + "@jupyterlab/application": ~4.1.5 + "@jupyterlab/apputils": ~4.2.5 + "@jupyterlab/coreutils": ~6.1.5 + "@jupyterlab/docmanager": ~4.1.5 + "@jupyterlab/filebrowser": ~4.1.5 + "@jupyterlab/mainmenu": ~4.1.5 + "@jupyterlab/services": ~7.1.5 + "@jupyterlab/settingregistry": ~4.1.5 + "@jupyterlab/statedb": ~4.1.5 + "@jupyterlab/translation": ~4.1.5 + "@jupyterlab/ui-components": ~4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2409,7 +2423,7 @@ __metadata: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 "@jupyterlab/testutils": ~4.2.0-alpha.2 - "@jupyterlab/ui-components": ~4.2.0-alpha.2 + "@jupyterlab/ui-components": ~4.1.5 "@types/jest": ^29.2.5 babel-loader: ^8.0.6 jest: ^29.3.1 @@ -2444,6 +2458,20 @@ __metadata: languageName: node linkType: hard +"@jupyter/ydoc@npm:^1.1.1": + version: 1.1.1 + resolution: "@jupyter/ydoc@npm:1.1.1" + dependencies: + "@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0 + "@lumino/coreutils": ^1.11.0 || ^2.0.0 + "@lumino/disposable": ^1.10.0 || ^2.0.0 + "@lumino/signaling": ^1.10.0 || ^2.0.0 + y-protocols: ^1.0.5 + yjs: ^13.5.40 + checksum: a239b1dd57cfc9ba36c06ac5032a1b6388849ae01a1d0db0d45094f71fdadf4d473b4bf8becbef0cfcdc85cae505361fbec0822b02da5aa48e06b66f742dd7a0 + languageName: node + linkType: hard + "@jupyter/ydoc@npm:^2.0.1": version: 2.0.1 resolution: "@jupyter/ydoc@npm:2.0.1" @@ -2458,30 +2486,58 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/application-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/property-inspector": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/statusbar": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/application-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/application-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/property-inspector": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: a1e6cc1c6ba925f6ba779f0f87d4eb5268f1e5caf34828ca1e5eccb513a8f87b1e78d41ad7c28efc00f6fc36ecc17ba9090a65acbcf9458080ea14f0eaaa64df + checksum: 0e07b2a433ad90a2f8fc596f7ed19b78edfb64acd50c9f8bcf6d2f321c340627253e266d5b24f5c2ee276f90d5479795cdbc2490d7e1fdeec89ac7faf5e3d318 + languageName: node + linkType: hard + +"@jupyterlab/application@npm:^4.1.5, @jupyterlab/application@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/application@npm:4.1.5" + dependencies: + "@fortawesome/fontawesome-free": ^5.12.0 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/application": ^2.3.0 + "@lumino/commands": ^2.2.0 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/polling": ^2.1.2 + "@lumino/properties": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + checksum: 53feb2574cecc408aa4fec223dc9e2864f16593b3bdc6fb25904d350908883aef60e8a07ceb4da6224af6b9c810a8f311c6edc1b21ed7e2a9f83567e49f8a029 languageName: node linkType: hard -"@jupyterlab/application@npm:^4.2.0-alpha.2, @jupyterlab/application@npm:~4.2.0-alpha.2": +"@jupyterlab/application@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/application@npm:4.2.0-alpha.2" dependencies: @@ -2509,23 +2565,23 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/apputils-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/apputils-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/statusbar": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 - "@jupyterlab/workspaces": ^4.2.0-alpha.2 +"@jupyterlab/apputils-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/apputils-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/filebrowser": ^4.1.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -2536,11 +2592,40 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: 485f8729cec3ddc75c3e7b4c5f979a25a46e81f1c05196c1034eb55c309c59fdf4171f4d459e8f89c0e625d334f3cc68f8f4beb12441296eb3bd33f89ff69b81 + checksum: 21cbe8c4b1e1f5a3afb24a365d4f7c36d79ef3830dfd8e8eee8ba11ae1eb36ea588103266df6635362def813bbb98e9aa7c0e30ea33ce87e646289d1a7d1057b + languageName: node + linkType: hard + +"@jupyterlab/apputils@npm:^4.2.5, @jupyterlab/apputils@npm:~4.2.5": + version: 4.2.5 + resolution: "@jupyterlab/apputils@npm:4.2.5" + dependencies: + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/commands": ^2.2.0 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/domutils": ^2.0.1 + "@lumino/messaging": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/virtualdom": ^2.0.1 + "@lumino/widgets": ^2.3.1 + "@types/react": ^18.0.26 + react: ^18.2.0 + sanitize-html: ~2.7.3 + checksum: e5652a14d1d7972bcff84cec13fc2849a6520f6e7cb82275eff37869afdb7aa856af88dad5621dfb967ea99733539488164d3b5f54885248a87adf4c86c2ce65 languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.3.0-alpha.2, @jupyterlab/apputils@npm:~4.3.0-alpha.2": +"@jupyterlab/apputils@npm:^4.3.0-alpha.2": version: 4.3.0-alpha.2 resolution: "@jupyterlab/apputils@npm:4.3.0-alpha.2" dependencies: @@ -2569,7 +2654,21 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.2.0-alpha.2, @jupyterlab/attachments@npm:~4.2.0-alpha.2": +"@jupyterlab/attachments@npm:^4.1.5, @jupyterlab/attachments@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/attachments@npm:4.1.5" + dependencies: + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@lumino/disposable": ^2.1.2 + "@lumino/signaling": ^2.1.2 + checksum: 82a7c475a0eb4b7622d2d1290e4eb3aef9f9f4d104625def1ae4404628bcdcd543355cbe70a2f7675bca6a08e2a02d7ceedec376dcd3d7115ccfcd3497562690 + languageName: node + linkType: hard + +"@jupyterlab/attachments@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/attachments@npm:4.2.0-alpha.2" dependencies: @@ -2583,9 +2682,9 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/builder@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/builder@npm:4.2.0-alpha.2" +"@jupyterlab/builder@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/builder@npm:4.1.5" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.0 @@ -2620,16 +2719,17 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 648fdf6bf3d6c4067c14cf169e088b96597b2290ae37356033c270536e99dd7584a7bf89fdab1c9f89704e58791964b5ddb02a993bf366818e3f7ee9426e5ca3 + checksum: f7618f4ab388337248018680456f886d106e096a425c406f743559f11ef21380b9fc1d578bc008f7336e38b050ebe945e45d26bb18e7f6c28b27e2ff72e8be0e languageName: node linkType: hard -"@jupyterlab/buildutils@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/buildutils@npm:4.2.0-alpha.2" +"@jupyterlab/buildutils@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/buildutils@npm:4.1.5" dependencies: - "@yarnpkg/core": ^4.0.3 - "@yarnpkg/parsers": ^3.0.0 + "@yarnpkg/core": ^3.0.0 + "@yarnpkg/parsers": ^2.0.0 + child_process: ~1.0.2 commander: ^9.4.1 crypto: ~1.0.1 dependency-graph: ^0.11.0 @@ -2653,44 +2753,80 @@ __metadata: update-dependency: lib/update-dependency.js update-dist-tag: lib/update-dist-tag.js update-staging-lock: lib/update-staging-lock.js - checksum: 8d67457463d6d0561cd6656cbd40f66558a058b3f3bb564746e8db5293a6e9ae871b92a8295b5f82cb605a58355574ad2939eecdfc16441433369c7bede90a67 + checksum: 73c069190a555fd4aa52d6b26c2b15e43b321445adfa6558118675957c5565d743a92945077038b15f4550761bda765aa2a117c315419baf3d24a1c519063b1f languageName: node linkType: hard -"@jupyterlab/cell-toolbar-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/cell-toolbar-extension@npm:4.2.0-alpha.2" +"@jupyterlab/cell-toolbar-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/cell-toolbar-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/cell-toolbar": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: ba8d63c505c1f1f78eed66be597827fcd08a1c024a58367b19fc6df6206318468bd240ab188cfbff7f7126c8591ee8b978d0c66bb1d16ee515fa8132a19cc236 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/cell-toolbar": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + checksum: 07e8b9c70bc8dce8febf134e26a9dede3a998d0a83831c6edf8febb51af823ab304e51122a1cbc68f5f9ac29b249671bf704c8ecb97d3640963f0af42688e28f languageName: node linkType: hard -"@jupyterlab/cell-toolbar@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/cell-toolbar@npm:4.2.0-alpha.2" - dependencies: - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/cells": ^4.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/notebook": ^4.2.0-alpha.2 - "@jupyterlab/observables": ^5.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/cell-toolbar@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/cell-toolbar@npm:4.1.5" + dependencies: + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/cells": ^4.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/notebook": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: fd8e3dce349593b9acb6ff2e03cd58d011d4ebe9382865a83d55d74a74b8904bf73746cf15670f1b9ff8daac46da2d886021fef4f62e7e956c1b93eb262ab42e + checksum: bffddd58bc536980e082ecd1521ad5b41730fa1bac2f55f869ed4f4214d19d86c6337c5b51b154324cb5c66d305fa57e30ca76ebae450a2933f2fa9e4d133405 + languageName: node + linkType: hard + +"@jupyterlab/cells@npm:^4.1.5, @jupyterlab/cells@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/cells@npm:4.1.5" + dependencies: + "@codemirror/state": ^6.2.0 + "@codemirror/view": ^6.9.6 + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/attachments": ^4.1.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/documentsearch": ^4.1.5 + "@jupyterlab/filebrowser": ^4.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/outputarea": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/toc": ^6.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/coreutils": ^2.1.2 + "@lumino/domutils": ^2.0.1 + "@lumino/dragdrop": ^2.1.4 + "@lumino/messaging": ^2.0.1 + "@lumino/polling": ^2.1.2 + "@lumino/signaling": ^2.1.2 + "@lumino/virtualdom": ^2.0.1 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: 49a9eec0323f4fcc96016303185dae72571a9b846c3ec0fc188e99b66ce7be6cd82efdd8056d041f9a4e55a1156b22004143a4c175b339fe83621e592e11c923 languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.2.0-alpha.2, @jupyterlab/cells@npm:~4.2.0-alpha.2": +"@jupyterlab/cells@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/cells@npm:4.2.0-alpha.2" dependencies: @@ -2726,22 +2862,46 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/celltags-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/celltags-extension@npm:4.2.0-alpha.2" +"@jupyterlab/celltags-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/celltags-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/notebook": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/notebook": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 3e012c6dc8a8af807c49fe4a1b80f100475371a4851eca694908b8cd3a1513d6eb563fba6483a1969f30c017ae26cebcc7b2f9bb569a6c6a648f7764e3e34bca + checksum: 4061f787e363211cd86c7505ce43e21440944c5b40237437c37c62f7e11ed1a0b0c11dd144a51cf99b0645ceaca51aee167e0152b8d907c1b383bb09acee1b98 + languageName: node + linkType: hard + +"@jupyterlab/codeeditor@npm:^4.1.5, @jupyterlab/codeeditor@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/codeeditor@npm:4.1.5" + dependencies: + "@codemirror/state": ^6.2.0 + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/dragdrop": ^2.1.4 + "@lumino/messaging": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: f9f52122fa90058f716023489a66e2c7c2830580484a4f5474570da302452c4fa8680e55c18988cfe7e19f204839628bfada358d46027d9971ba91f56b79be78 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.2.0-alpha.2, @jupyterlab/codeeditor@npm:~4.2.0-alpha.2": +"@jupyterlab/codeeditor@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/codeeditor@npm:4.2.0-alpha.2" dependencies: @@ -2765,31 +2925,73 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/codemirror-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/codemirror-extension@npm:4.2.0-alpha.2" +"@jupyterlab/codemirror-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/codemirror-extension@npm:4.1.5" dependencies: - "@codemirror/lang-markdown": ^6.2.4 - "@codemirror/language": ^6.10.1 - "@codemirror/legacy-modes": ^6.3.3 - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/codemirror": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statusbar": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@codemirror/lang-markdown": ^6.1.1 + "@codemirror/language": ^6.6.0 + "@codemirror/legacy-modes": ^6.3.2 + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: 660c840f1ae039e1df20ed26777f6e1e77e3aac7f6a7fa43ce86f8965ac6e19321d160b7041570aa9b2b1b4ad110f5f6984371aeba265852a82bac72ae9e86f1 + checksum: 81a23ea40845d2c6c175730fa45bbd1fda74b6ebae43edf01a5a0e9784a02a329bc51fbfb2c46d74ead1dbcaf4a0f7753630088ef3d89af062d07544dd9e15df + languageName: node + linkType: hard + +"@jupyterlab/codemirror@npm:^4.1.5, @jupyterlab/codemirror@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/codemirror@npm:4.1.5" + dependencies: + "@codemirror/autocomplete": ^6.5.1 + "@codemirror/commands": ^6.2.3 + "@codemirror/lang-cpp": ^6.0.2 + "@codemirror/lang-css": ^6.1.1 + "@codemirror/lang-html": ^6.4.3 + "@codemirror/lang-java": ^6.0.1 + "@codemirror/lang-javascript": ^6.1.7 + "@codemirror/lang-json": ^6.0.1 + "@codemirror/lang-markdown": ^6.1.1 + "@codemirror/lang-php": ^6.0.1 + "@codemirror/lang-python": ^6.1.3 + "@codemirror/lang-rust": ^6.0.1 + "@codemirror/lang-sql": ^6.4.1 + "@codemirror/lang-wast": ^6.0.1 + "@codemirror/lang-xml": ^6.0.2 + "@codemirror/language": ^6.6.0 + "@codemirror/legacy-modes": ^6.3.2 + "@codemirror/search": ^6.3.0 + "@codemirror/state": ^6.2.0 + "@codemirror/view": ^6.9.6 + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/documentsearch": ^4.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@lezer/common": ^1.0.2 + "@lezer/generator": ^1.2.2 + "@lezer/highlight": ^1.1.4 + "@lezer/markdown": ^1.0.2 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/signaling": ^2.1.2 + yjs: ^13.5.40 + checksum: 8f6f30fbaebb2a88d50c5af5732058e2e605077871c079524d6466949973660a862cf75a205100019bd02d9888a9d7d85460269bfe646257dd50e4c61c4d0af3 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.2.0-alpha.2, @jupyterlab/codemirror@npm:~4.2.0-alpha.2": +"@jupyterlab/codemirror@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/codemirror@npm:4.2.0-alpha.2" dependencies: @@ -2831,40 +3033,40 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/completer-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/completer-extension@npm:4.2.0-alpha.2" +"@jupyterlab/completer-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/completer-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/completer": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/completer": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 12a53d5687e140370ed9a3fa959ebd039ad296a068e65ff1e13cadf827c66f493cc796120823b9bdb6fb42a0c207b3ac5e7c3466f74a32cf284995b56425bce8 + checksum: ae198c739290e18230f0509ac8d0b5ed437e6c1ade25e853cdd25782576087aa29622cdfe93e44ebb78bbf4b45973e095a6ecea071ea03ae6661b942bc47a4e5 languageName: node linkType: hard -"@jupyterlab/completer@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/completer@npm:4.2.0-alpha.2" - dependencies: - "@codemirror/state": ^6.4.1 - "@codemirror/view": ^6.26.0 - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/codemirror": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/completer@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/completer@npm:4.1.5" + dependencies: + "@codemirror/state": ^6.2.0 + "@codemirror/view": ^6.9.6 + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2872,63 +3074,77 @@ __metadata: "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 098281739d2a1e983990695226e31583317ab1c3a35477c26d55d25df739ba55738d2941448cb3cb4956f8178306144043a7b89a62b9c03961df7abd6791fbd6 + checksum: 49e481b45d73f4cdec6bbf4a01665f946b436c38953f360abf8043fc8952c22192f05dabb3a582d40c5d91ef022b6d969ee797b6976a6e2b462887a524445f56 languageName: node linkType: hard -"@jupyterlab/console-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/console-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/completer": ^4.2.0-alpha.2 - "@jupyterlab/console": ^4.2.0-alpha.2 - "@jupyterlab/filebrowser": ^4.2.0-alpha.2 - "@jupyterlab/launcher": ^4.2.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/console-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/console-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/completer": ^4.1.5 + "@jupyterlab/console": ^4.1.5 + "@jupyterlab/filebrowser": ^4.1.5 + "@jupyterlab/launcher": ^4.1.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/widgets": ^2.3.1 - checksum: d4116bfe3c4746572a7c3ac1e9adfa4506feffff45aff67337f29ff067ae3081d405b33e2923aae7061cd763b28b1dd07b6343bdc9cfa9205e6b2a9162ec6392 + checksum: e58d3d63ec6fde0e41e5ea51f915f99555e5cc468cde3d2d18b16161cd168c7244020a4652a5e24fdc8cc7ada4b88f003f0ff976fadd445dcb9d152b4303042b languageName: node linkType: hard -"@jupyterlab/console@npm:^4.2.0-alpha.2, @jupyterlab/console@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/console@npm:4.2.0-alpha.2" - dependencies: - "@codemirror/state": ^6.4.1 - "@codemirror/view": ^6.26.0 - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/cells": ^4.2.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/nbformat": ^4.2.0-alpha.2 - "@jupyterlab/observables": ^5.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/console@npm:^4.1.5, @jupyterlab/console@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/console@npm:4.1.5" + dependencies: + "@codemirror/state": ^6.2.0 + "@codemirror/view": ^6.9.6 + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/cells": ^4.1.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 7b9c34780b935fdc9d0ec8f49a7d3dd14657a35381c3f3b2f112d3d27b72af7eff8e1bee8c4f502dfccebfdbe4ca0596c34ddbe505c72666d1eb732a75e7ba36 + checksum: 01e90b8527583c5ed0ad4b17db3d8062b96cac8517319d6a8a4fecec31e612264c06f5434adf3313b6a16eec190c456116c2095fcb9e4234f30d8d042ee7d734 + languageName: node + linkType: hard + +"@jupyterlab/coreutils@npm:^6.1.5, @jupyterlab/coreutils@npm:~6.1.5": + version: 6.1.5 + resolution: "@jupyterlab/coreutils@npm:6.1.5" + dependencies: + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/signaling": ^2.1.2 + minimist: ~1.2.0 + path-browserify: ^1.0.0 + url-parse: ~1.5.4 + checksum: b91c5a374f3c97d62e2442bb5f12cb79c6e440b5f6aa4d4ed6e492e8ca38836f7068106bb7029834a4e5de1947a9c44c342d23bedf9a4611aafca33629aed049 languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.2.0-alpha.2, @jupyterlab/coreutils@npm:~6.2.0-alpha.2": +"@jupyterlab/coreutils@npm:^6.2.0-alpha.2": version: 6.2.0-alpha.2 resolution: "@jupyterlab/coreutils@npm:6.2.0-alpha.2" dependencies: @@ -2942,88 +3158,88 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/csvviewer-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/csvviewer-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/csvviewer": ^4.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/documentsearch": ^4.2.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/observables": ^5.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 +"@jupyterlab/csvviewer-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/csvviewer-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/csvviewer": ^4.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/documentsearch": ^4.1.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 "@lumino/datagrid": ^2.3.0 "@lumino/widgets": ^2.3.1 - checksum: bb06882ec1f0fa28f6d0b22d3f8fd88c209dfd9d024e8d919199ae2d95c44e23c0859ed1fc654a5071470de56e90dde07a22de822001f09eaaed6f9d2cc4fb60 + checksum: 29125c98a1c58511552860e260e3d7c2152679896a19942e32b2d990467aa40741ddeda3ad27e07df3326f6095a1ab0d7c50156f4921499c713e2ce6e331ac96 languageName: node linkType: hard -"@jupyterlab/csvviewer@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/csvviewer@npm:4.2.0-alpha.2" +"@jupyterlab/csvviewer@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/csvviewer@npm:4.1.5" dependencies: - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/datagrid": ^2.3.0 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 88e1a47ea765d8406d83792d96a0fbf4d5dec9a05d98a0160f4b5a6333c2dc52e0f09c4d664b9776974fc660e994f9e9f57c7c95ae80600eec4ad0a47e2f44ae - languageName: node - linkType: hard - -"@jupyterlab/debugger-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/debugger-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/cells": ^4.2.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/console": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/debugger": ^4.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/fileeditor": ^4.2.0-alpha.2 - "@jupyterlab/logconsole": ^4.2.0-alpha.2 - "@jupyterlab/notebook": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: 557255ded5c58d7b7d1e7b4162f7fee7931e0504a891aae3fa570d66fb96d505285b32e95e3a116f2916c243cb93e6442ff352ce8af69d782cf53e63fa02cc23 + checksum: 1ceeea1d8dfc6da9bfd800b89ce2e7f0a146ba190b8cf366aa2a2b27ff9013a239fa7beb588b8ff12695feb92e521cd55cfea52631aaa8e634a50167e60210dd languageName: node linkType: hard -"@jupyterlab/debugger@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/debugger@npm:4.2.0-alpha.2" - dependencies: - "@codemirror/state": ^6.4.1 - "@codemirror/view": ^6.26.0 - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/cells": ^4.2.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/codemirror": ^4.2.0-alpha.2 - "@jupyterlab/console": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/fileeditor": ^4.2.0-alpha.2 - "@jupyterlab/notebook": ^4.2.0-alpha.2 - "@jupyterlab/observables": ^5.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/debugger-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/debugger-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/cells": ^4.1.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/console": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/debugger": ^4.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/fileeditor": ^4.1.5 + "@jupyterlab/logconsole": ^4.1.5 + "@jupyterlab/notebook": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + checksum: b93e13531f309d89f00bf106e2d23d4f39f0072131f69635e43ef22a18b2c6c280efc62837d7056995f599c5625d5e843680e12934a737eab4ed8ab72f09d6d7 + languageName: node + linkType: hard + +"@jupyterlab/debugger@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/debugger@npm:4.1.5" + dependencies: + "@codemirror/state": ^6.2.0 + "@codemirror/view": ^6.9.6 + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/cells": ^4.1.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/console": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/fileeditor": ^4.1.5 + "@jupyterlab/notebook": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -3035,25 +3251,24 @@ __metadata: "@lumino/widgets": ^2.3.1 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: 62b1abd5a90252a435fc84e2fc9f1419c2850f14136102201002c17afa3e902afdcc0ff7ae0da1b566c7d58710f434d66abe579b725a4922a780d4819f4affdc + checksum: 729fafacac228d2034a42fd216b50502ef34db828f5324731206e3558d8eed91a33ba4422da45a86d239e970a878686a188c8ae443e22cf47ed136a827f4d083 languageName: node linkType: hard -"@jupyterlab/docmanager-extension@npm:^4.2.0-alpha.2, @jupyterlab/docmanager-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/docmanager-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docmanager": ^4.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/statusbar": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/docmanager-extension@npm:^4.1.5, @jupyterlab/docmanager-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/docmanager-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docmanager": ^4.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -3061,11 +3276,34 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: b488f840587e59f881a77437351195ff1f247c64da9468feb954d40e5aa06cf3c06d0cd166fe72a480c9258cdb9b70179dee6b70da199ab39a0b606954898f5e + checksum: a3794e9228d55d68beeabefae1b4acffc3a51f4e745b302408ed663aacd4db727613a18cb2d3ba7650f1104238f38082d45b111a99150511b97574cc95f77275 + languageName: node + linkType: hard + +"@jupyterlab/docmanager@npm:^4.1.5, @jupyterlab/docmanager@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/docmanager@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/properties": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: d56e8ab83f523c5c90593147cd5bf12a704348bcdec243f8ecaa375f91f6f4c7646a76e9c10920f4f7d1cd19f09f79adc5eb0fbc5d1ac817b6031d3ad6ce600b languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.2.0-alpha.2, @jupyterlab/docmanager@npm:~4.2.0-alpha.2": +"@jupyterlab/docmanager@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/docmanager@npm:4.2.0-alpha.2" dependencies: @@ -3090,7 +3328,33 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.2.0-alpha.2, @jupyterlab/docregistry@npm:~4.2.0-alpha.2": +"@jupyterlab/docregistry@npm:^4.1.5, @jupyterlab/docregistry@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/docregistry@npm:4.1.5" + dependencies: + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/properties": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: 9b017d775c31dfb4ac60908afd9d24210e9434bf6d090fb3d55fcdc0ec9c16b23b6a009fe54a376f89363882f7c25f5e5eadf3b096fa72ce1a148b14773675e4 + languageName: node + linkType: hard + +"@jupyterlab/docregistry@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/docregistry@npm:4.2.0-alpha.2" dependencies: @@ -3116,22 +3380,41 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/documentsearch-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/documentsearch-extension@npm:4.2.0-alpha.2" +"@jupyterlab/documentsearch-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/documentsearch-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/documentsearch": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/documentsearch": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 "@lumino/commands": ^2.2.0 "@lumino/widgets": ^2.3.1 - checksum: f01c79ed962edfeabf2852713167d301debaac487da3d5428c027cba6e7028a8208864b94c9e18dec27f87c615222497d24a1a460cb40484be19c69500e01599 + checksum: 5fb96a1e59a52b47f938b311a45f5c83bb03e5e767a8f15159c357400e0aad17ce3720dd86458e0a62e3253c1ffd03bea5b3482a5f875723aec11e793acb2bc3 + languageName: node + linkType: hard + +"@jupyterlab/documentsearch@npm:^4.1.5, @jupyterlab/documentsearch@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/documentsearch@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/commands": ^2.2.0 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/polling": ^2.1.2 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: 496748a03177574a79305a42e29e996bf3633523cf9a6624ac117c97df2f5d4697cd45bf421033068539f94f568811307d0deccf2d1e24885d8f7d205b13a481 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.2.0-alpha.2, @jupyterlab/documentsearch@npm:~4.2.0-alpha.2": +"@jupyterlab/documentsearch@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/documentsearch@npm:4.2.0-alpha.2" dependencies: @@ -3150,63 +3433,91 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/extensionmanager-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/extensionmanager-extension@npm:4.2.0-alpha.2" +"@jupyterlab/extensionmanager-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/extensionmanager-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/extensionmanager": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 - checksum: 915ece51651bbc129051d44e78e48463504ecb249e5d387bbb9d75b8c9ec0133c87cc548de4ec03c84120ab3a2a1e054c46f7b8f600aed02448e4990c5fd4bb4 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/extensionmanager": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + checksum: a301ba918e38bee5cd11f4eb817aa386a5a7e7ee15f79e148a19ca54f6b0234c477401acc0d4cbdb450931d83b3b0309f85d136755acc57e7f7587e418ceb8d5 languageName: node linkType: hard -"@jupyterlab/extensionmanager@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/extensionmanager@npm:4.2.0-alpha.2" +"@jupyterlab/extensionmanager@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/extensionmanager@npm:4.1.5" dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 react-paginate: ^6.3.2 semver: ^7.3.2 - checksum: ad2b05a570c05b72687376120f8828dab635b4c2c00ebb483a380ecb23600a7c94f495410b4e3e9e1966dde4638f36a54ff3fda871b1d54f6ac178b3c077f5bc + checksum: 35a464bba21244dba9515344f57abd3c06b680842f8d8a6805385ab06fba508f6cd8157dfe5036793d7a53c236da9ce4f36529c069e12784e7c40300a6ab51ca languageName: node linkType: hard -"@jupyterlab/filebrowser-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/filebrowser-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docmanager": ^4.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/filebrowser": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/statusbar": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/filebrowser-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/filebrowser-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docmanager": ^4.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/filebrowser": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/widgets": ^2.3.1 - checksum: 98aef72ce648a0b6958dd854a55efcd36c5ee769005ae7b3c51bcf87f3ad4e6e6d80d80bd82ca1f180aa4be4742efdde5fda2caebf106f49fd2149e9d2701e7c + checksum: cf2aa75f18863a4df723a35f0dc3796886ce6a855e90370c7f3b7847894edc85f303e27505bc5b677d7c1287e19b928a1db90a2f3a804621e863b32a7cab0992 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.2.0-alpha.2, @jupyterlab/filebrowser@npm:~4.2.0-alpha.2": +"@jupyterlab/filebrowser@npm:^4.1.5, @jupyterlab/filebrowser@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/filebrowser@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docmanager": ^4.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/domutils": ^2.0.1 + "@lumino/dragdrop": ^2.1.4 + "@lumino/messaging": ^2.0.1 + "@lumino/polling": ^2.1.2 + "@lumino/signaling": ^2.1.2 + "@lumino/virtualdom": ^2.0.1 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: 6ec08114012ab6ec8c3263fcff932c6949445c4d01f1f8aeefb9e6c496628025ca84683ae212aa03c5342b43e5df9082c812c6bf2b05fc0e2dc7aefeedf47cd2 + languageName: node + linkType: hard + +"@jupyterlab/filebrowser@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/filebrowser@npm:4.2.0-alpha.2" dependencies: @@ -3234,201 +3545,201 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/fileeditor-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/fileeditor-extension@npm:4.2.0-alpha.2" - dependencies: - "@codemirror/commands": ^6.3.3 - "@codemirror/search": ^6.5.6 - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/codemirror": ^4.2.0-alpha.2 - "@jupyterlab/completer": ^4.2.0-alpha.2 - "@jupyterlab/console": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/documentsearch": ^4.2.0-alpha.2 - "@jupyterlab/filebrowser": ^4.2.0-alpha.2 - "@jupyterlab/fileeditor": ^4.2.0-alpha.2 - "@jupyterlab/launcher": ^4.2.0-alpha.2 - "@jupyterlab/lsp": ^4.2.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/observables": ^5.2.0-alpha.2 - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statusbar": ^4.2.0-alpha.2 - "@jupyterlab/toc": ^6.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/fileeditor-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/fileeditor-extension@npm:4.1.5" + dependencies: + "@codemirror/commands": ^6.2.3 + "@codemirror/search": ^6.3.0 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/completer": ^4.1.5 + "@jupyterlab/console": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/documentsearch": ^4.1.5 + "@jupyterlab/filebrowser": ^4.1.5 + "@jupyterlab/fileeditor": ^4.1.5 + "@jupyterlab/launcher": ^4.1.5 + "@jupyterlab/lsp": ^4.1.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/toc": ^6.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 0d84dc99c3e6e97f7f63faa85aa9377159d5fbd2a7672457f7ca1c7d50a8ff53793f64dd1f172da9eee4fe78d56654f7b3ca6ea81f74fcb75973336e8918db21 + checksum: 91e7d97b71d814cabb75b9f67462dd613f1f1eb5a96254e1598b4e7efb17b6422db58b10a0776f84d91998f221bc7bb08e4ae475e57bd7e99c138d65c6ef8c1d languageName: node linkType: hard -"@jupyterlab/fileeditor@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/fileeditor@npm:4.2.0-alpha.2" - dependencies: - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/codemirror": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/documentsearch": ^4.2.0-alpha.2 - "@jupyterlab/lsp": ^4.2.0-alpha.2 - "@jupyterlab/statusbar": ^4.2.0-alpha.2 - "@jupyterlab/toc": ^6.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/fileeditor@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/fileeditor@npm:4.1.5" + dependencies: + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/documentsearch": ^4.1.5 + "@jupyterlab/lsp": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/toc": ^6.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: f43967eeb9a5f11ea303363492e1a60e743b7b4df8317420448bed828e236998eca18f84e787709b74db468c58e89d42279e09bb2853205d10ef7d5f2a372dd4 + checksum: 88fe63f91ed7266afa0447f4d919b57cd8bae944d8661bc570562b570a8196cc23c5f92777058515cfeb0c12c5fb98b6906b5d8c91190dd8c961b921f268d1af languageName: node linkType: hard -"@jupyterlab/help-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/help-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/help-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/help-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 95cd0b78ffc28bbb49eec3c6cae43a10e894d88d0317bb7f8563963aa00a9559d386564877b4c4d929673f5a8da53913f30dbb04679bf407322c21570bd68c71 + checksum: f6b5d13d0181a5cd49110a7ba11779f78933da52c2ebfd11839e2a080549be460121ac8a11d441c5a18aeccab4f6885554ad28caa91ea43d8bc91e93652de698 languageName: node linkType: hard -"@jupyterlab/htmlviewer-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/htmlviewer-extension@npm:4.2.0-alpha.2" +"@jupyterlab/htmlviewer-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/htmlviewer-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/htmlviewer": ^4.2.0-alpha.2 - "@jupyterlab/observables": ^5.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 - checksum: bafa5979542aebf90f23496c70d2ba651f4dda9683f8dce736b663512f4b33994bc30c23abe74abef5f92323d215052a42daf9491355ac349623f29ece43da88 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/htmlviewer": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + checksum: e46ed0fc0df1f27eceab067e34f3b45fdb5703f2f98b03b0da352ccd95c8256859fd07b12fd1bf94ee9fa3fc3f20a8dfc9f1bd08de59238d2945d0b61d61495f languageName: node linkType: hard -"@jupyterlab/htmlviewer@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/htmlviewer@npm:4.2.0-alpha.2" +"@jupyterlab/htmlviewer@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/htmlviewer@npm:4.1.5" dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 2a55a041403a1554577426cdf3bae60eb94c4e251047f671f88f24c8920503efb423e187d57a8d60c113b5416f6251ee005f9ef64c28432a3d10a749f4f6c868 + checksum: e1bb9fa7d385dca7781d42d665d30f6983fdaf29155f0d7c9f6f7f1f4c47973d8bf3d28a9b711c9abd988b2cc2de5f07f8841e736fb7c5a33cf9855ea03da990 languageName: node linkType: hard -"@jupyterlab/hub-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/hub-extension@npm:4.2.0-alpha.2" +"@jupyterlab/hub-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/hub-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: 4ed92ba36c18e98b7ad8149ce683596010031e5fe41e6daf7d093e8ebedd90f7fb60a8579c4a672aa35ec2c7ae1a6acd783b8c6f6d2ec2607b2816e028302483 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + checksum: 90a8287e76b7e5f84f73e6a0590c73a287f5f33db7a568e0a01234ef2056d36250ff1ffbfa99d606d46b714fba522409431efbb545a051a4464565540149a130 languageName: node linkType: hard -"@jupyterlab/imageviewer-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/imageviewer-extension@npm:4.2.0-alpha.2" +"@jupyterlab/imageviewer-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/imageviewer-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/imageviewer": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: 5f9e3eae12196cb880991e89ab7814dd68f355eb0f875b317cce6e15db943e31b8f754bb6db1d38ef640cd6e3cd19875e239080bacecc59f58ed97307b1328f1 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/imageviewer": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + checksum: 57b41a940e7728ea3bbbcd4a243b71fd9108711764e566f6de894ae23816b92046106cd27f46fa42b529565dcdda23e91629e602d5864061f191b4503530c9b9 languageName: node linkType: hard -"@jupyterlab/imageviewer@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/imageviewer@npm:4.2.0-alpha.2" +"@jupyterlab/imageviewer@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/imageviewer@npm:4.1.5" dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.1 - checksum: 547a6f81195cde3ef01436c75a446344aaf146d6ef219fb7393fc6cd4e3d2e7e6d0b14ea73d276a750a8ddebdf451ca2915330e30a7cb13013ea67340b2cbc5b + checksum: 963e9f58f55d63dba9cab7ebe06fd80d0a3f403b0366b91d7161a3d834bd044b32cca3a539923f3dd29003b2bf4b5cb5f581ba40b8fc459ea3e5e45f32e6fe39 languageName: node linkType: hard -"@jupyterlab/inspector@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/inspector@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 +"@jupyterlab/inspector@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/inspector@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 7a5a9d72242fff1f8153d17dc8174ca9529f383cfdc125c829cc6d218e6f996828127eab528ba3b910adcd7183fe9ba1674b84625a8873c4fc3dc4b67ba0224c + checksum: ab98848ad92a8a38c88a15df79b2d15772aa3bec2d46022ffffb8d80abe57f0ce865f13177ccfb2736921208cb539cd4aef353bb8ee8eade5e59825fcd13ee0f languageName: node linkType: hard -"@jupyterlab/javascript-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/javascript-extension@npm:4.2.0-alpha.2" +"@jupyterlab/javascript-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/javascript-extension@npm:4.1.5" dependencies: - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 - checksum: c0119c7efc38a5445bbb5f11991ad16f3e4aa6ff208afbdcde85940db784f81b23159b676d286164919140f5ecd5b6e434bdadafd1b32e8fa25451a251393645 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + checksum: 111ade14cda8d41e636b95c06266c0b9b6b5048256395f2eeafffaadd71ffab9aaf3077f09220e31fb343aa73c109c7ca46244bd54325089a58f099f4c0bf77a languageName: node linkType: hard -"@jupyterlab/json-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/json-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/codemirror": ^4.2.0-alpha.2 - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 - "@lezer/highlight": ^1.2.0 +"@jupyterlab/json-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/json-extension@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lezer/highlight": ^1.1.4 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.1 @@ -3437,17 +3748,17 @@ __metadata: react-highlight-words: ^0.20.0 react-json-tree: ^0.18.0 style-mod: ^4.0.0 - checksum: 3265aa695769db58c214831d570a80a2ac81c76c69ee4dcb0c7420b5a980a1c264567e8c43a243cd4f53534d6d9f5109e8aaf5a6309595441bed5095e98ebc5f + checksum: 0af66d40dc2c81add879a01472e73a34fa9c7cc2d2528c7cbab6f7f8076779cb8fcc378b555e5592236c60740279ef9dc0882cf56365ba6b66f702ac895936c4 languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/launcher@npm:4.2.0-alpha.2" +"@jupyterlab/launcher@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/launcher@npm:4.1.5" dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -3455,50 +3766,73 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: a1a9357335fa3517cb7b7df293dcbdeb3e42869ddabad92649e098f758bc33d1fc143023f74516ecd70e825f13c8818de4dd2c5490c22d9070ecd49af7ab2148 + checksum: 78ffd573f18f21e954969e29e4d2002631b7ccee4f44dc32373e8fe64fdc0ba523aec6f535e636e0395953cc1013a22b1cc520ad75cfc3029c842335030785b1 languageName: node linkType: hard -"@jupyterlab/logconsole@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/logconsole@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/nbformat": ^4.2.0-alpha.2 - "@jupyterlab/outputarea": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 +"@jupyterlab/logconsole@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/logconsole@npm:4.1.5" + dependencies: + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/outputarea": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: edefe392c02dd0ad753789b6e4eb8c8a0afc14a858c636443c3bea46eb4f691f00af7bb0084eb4c525e200ccfc11d9ac0b727622760d9dbd8343853a20d136f0 + checksum: 9a6ce7edc30d3511d59fc81476539c4508bb117d2a6d9bc276abc48983daa9819584bcc7c8bd61bd5c09b80aa010b70d61f17d128ff480b413cb2206b87e089f languageName: node linkType: hard -"@jupyterlab/lsp-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/lsp-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/lsp": ^4.2.0-alpha.2 - "@jupyterlab/running": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/lsp-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/lsp-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/lsp": ^4.1.5 + "@jupyterlab/running": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: ff1a680e8ebbb2c39825837b6c5f95999523e5b0e1ce0042b9614f5545f48a27db5bab26b71c954b7d7e813e3c5f41b562d9f91e19bc9fa67d31f6686b4cde81 + checksum: c51ad772fdff756a53122ddd07e7207753e42342113d94631d3bf74a432b15b681445eda9f881e8b16124ef0d3a23ac2b31c6e7acf0bcde2a306f710b1457bf8 + languageName: node + linkType: hard + +"@jupyterlab/lsp@npm:^4.1.5, @jupyterlab/lsp@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/lsp@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + lodash.mergewith: ^4.6.1 + vscode-jsonrpc: ^6.0.0 + vscode-languageserver-protocol: ^3.17.0 + vscode-ws-jsonrpc: ~1.0.2 + checksum: 2f8a63214684c5dde76eed7c7b22dbf3a4b33babdf081d3f321b00caae83045b97d4df216a903ecc0ed22950e8c213b11885f7efc94d1ce0ac30a5ca5b9362f6 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.2.0-alpha.2, @jupyterlab/lsp@npm:~4.2.0-alpha.2": +"@jupyterlab/lsp@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/lsp@npm:4.2.0-alpha.2" dependencies: @@ -3521,159 +3855,156 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/mainmenu-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/mainmenu-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docmanager": ^4.2.0-alpha.2 - "@jupyterlab/filebrowser": ^4.2.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/mainmenu-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/mainmenu-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 - "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.1 - checksum: cacb4b9f9ed19598cb0fb91ed66d74bcadda2c30b5a24f9c0082dfdc1e3acb246ea02f3dca3c9059ff5fba9bcde4772ac81ad26e4b15eaa3e2829492c9fa61af + checksum: 6a7e5a2246806cbfb81bfd2acd8095d816381fc08afa7d08684e9e09cce220f7977f673df0fc09604dd64c6413cf8fe1cebc1696614ff635a90736d80ffc014d languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.2.0-alpha.2, @jupyterlab/mainmenu@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/mainmenu@npm:4.2.0-alpha.2" +"@jupyterlab/mainmenu@npm:^4.1.5, @jupyterlab/mainmenu@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/mainmenu@npm:4.1.5" dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 630f67f357566b13ebf62a595f091736bd90b37d7594babeef7ca5121266e8eb71b1f9c156ced9ddf605413ec1575829e810009ef1894c7a815b88af37b25835 + checksum: 7e0e3fe6635dee022cdc5326306ed0abe4b1a04b4f110c2393c825479e5959b9e33a6fc030e61324d09f7dadfc39dd041a58ad299dc522ce55988e6aa06fdc0b languageName: node linkType: hard -"@jupyterlab/markdownviewer-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/markdownviewer-extension@npm:4.2.0-alpha.2" +"@jupyterlab/markdownviewer-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/markdownviewer-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/markdownviewer": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/toc": ^6.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: 857877c4cc128d950be9b47300385a5aff67a5e679eb4fee84ac69e3f83e96aba90b6daba72001c7860385fdef51a1647d1190b00e4b6d32bf3c0d668ec258e5 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/markdownviewer": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/toc": ^6.1.5 + "@jupyterlab/translation": ^4.1.5 + checksum: f125de07cf1f6d62cea6cd0fb518eed285483524af8751c3ff622a86d06997ab1535ab24195f9cfe3acb6052811f74c08e0d62f28caaad22f350f7179261ae4b languageName: node linkType: hard -"@jupyterlab/markdownviewer@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/markdownviewer@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/toc": ^6.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 +"@jupyterlab/markdownviewer@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/markdownviewer@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/toc": ^6.1.5 + "@jupyterlab/translation": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 0db7abe766edeea4e14be9ee5a63cb5ddad10d56c5707da0394a23375f963dbd5a2c80854c34756b868f4f4dfab38846929cb47b9329db902da1965528674940 + checksum: 45f4397265fd44144a948588f6770498ba07a7b93a81697fc6f0423d4e9730149eff8213f9371954439d7ee5ba526f43c216696a752d213647c2068b10931686 languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/markedparser-extension@npm:4.2.0-alpha.2" +"@jupyterlab/markedparser-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/markedparser-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/codemirror": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/mermaid": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/mermaid": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 "@lumino/coreutils": ^2.1.2 marked: ^9.1.2 marked-gfm-heading-id: ^3.1.0 marked-mangle: ^1.1.4 - checksum: 7dc614d7f351b1a811ae0e3440a2b205f9261c56c26d3ab3fd783b79d22cbfe8308e5e8ebe7b2b2e28861be122d7ea1eef350a502cbb27fd2cfea68bacd1a0bf + checksum: d8b651e3e3eb339d4a9f44bb49323dc3c55e27a7afe8c397c149c2b0adca3f36a3d46306e37341f376587af25c60d7e910afb4114e4112056ba677c145dd99b7 languageName: node linkType: hard -"@jupyterlab/mathjax-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/mathjax-extension@npm:4.2.0-alpha.2" +"@jupyterlab/mathjax-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/mathjax-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 "@lumino/coreutils": ^2.1.2 mathjax-full: ^3.2.2 - checksum: ba51d34ab9fafa98afa39507b39b41f64c70071aac67ba609e9a5cb67cf8cf1cfaccc5651ef6cf08b9ad94183e478c407a2537203557f9a4036d56968c25f3d2 + checksum: 91714e7913c32fd054db9ae0040023eba2addccc1261e109feb4bf58f51f5bd08b447f7cfce3e7cbaf4a1ee3adb300fe4ddcd9bc45d008483dd1483cdb5638b7 languageName: node linkType: hard -"@jupyterlab/mermaid-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/mermaid-extension@npm:4.2.0-alpha.2" +"@jupyterlab/mermaid-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/mermaid-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/mermaid": ^4.2.0-alpha.2 - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: b8603ec537e8bd82712a384bb8cebab743a102754dcf7d3ae0292c212c04380169b5a8b05fe642a6255de026bf0130a784df950b9832a22ec6846fd61e3493df + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/mermaid": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/translation": ^4.1.5 + checksum: 60a98c69c382af0ed10cca4aa50f3e744635ba483256360213d648eb2bf2b7eb291c4f2a926b8e8663d5e0b65c95a48fe9b791bfc7cc612982caa508bf7f0342 languageName: node linkType: hard -"@jupyterlab/mermaid@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/mermaid@npm:4.2.0-alpha.2" +"@jupyterlab/mermaid@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/mermaid@npm:4.1.5" dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 mermaid: ^10.7.0 - checksum: afe9ee133255e55335b406a49d1d14b342797aeab4513aa1de44832d6d19acbeec4ab97d1b764a7256dd2005f0ac9e06de94cedcc341fa4d3fe0e26c3192cc1e + checksum: 32d3d8ec5658a8549cd22b9a78948116d45dc36f741a2a66c3b0f26d87cbe8d7c796a71df4363c4760e9d8b76bd15a76a09893330d2eda89bf117e86988ddfbe languageName: node linkType: hard -"@jupyterlab/metadataform-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/metadataform-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/metadataform": ^4.2.0-alpha.2 - "@jupyterlab/notebook": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/metadataform-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/metadataform-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/metadataform": ^4.1.5 + "@jupyterlab/notebook": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 - checksum: 6148d3b8cc27c1bc1ad2b3e6c1ce770b1b1db9a60708b84aab327f075a022c126c15389947faadd34383de6b1c0da0aa192c70c2248e84382269a7249e05d2fc + checksum: 0b7a2b39b0a332e4f103c9a93244221c6fab39fc90da7ba961233baaaf58da683ac3f51a5665120f7c1c9fc23eed9def9059f6afe5a4d987069953da09e5eb0b languageName: node linkType: hard -"@jupyterlab/metadataform@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/metadataform@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/nbformat": ^4.2.0-alpha.2 - "@jupyterlab/notebook": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/metadataform@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/metadataform@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/notebook": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.1 @@ -3681,7 +4012,7 @@ __metadata: "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: ca7896aebe8d77d45c1af31026c8ca0c74c4f0dc4aacabf443bbff77edb72bce664f824e5a8d049525dc094ab797d736a555262b5e1b1cca65988c7d03b339d8 + checksum: dcb7feffc47a8a72cf7533c4327036fc09ee09cc635a47d45060fe954942424265971ec0223c9991b6466b526f5ba20e2da2ec355facd2c008676fa7a50f3639 languageName: node linkType: hard @@ -3694,6 +4025,15 @@ __metadata: languageName: node linkType: hard +"@jupyterlab/nbformat@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/nbformat@npm:4.1.5" + dependencies: + "@lumino/coreutils": ^2.1.2 + checksum: d417d7eade40d389fea8593358b6455158cf3e67fa40c0c4c05c865852520acc466102109723c9cb16eecf95952617d79f7fe6be9da6ca3f601749bdecdfda97 + languageName: node + linkType: hard + "@jupyterlab/nbformat@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/nbformat@npm:4.2.0-alpha.2" @@ -3703,40 +4043,40 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/notebook-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/notebook-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/cells": ^4.2.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/codemirror": ^4.2.0-alpha.2 - "@jupyterlab/completer": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docmanager": ^4.2.0-alpha.2 - "@jupyterlab/docmanager-extension": ^4.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/documentsearch": ^4.2.0-alpha.2 - "@jupyterlab/filebrowser": ^4.2.0-alpha.2 - "@jupyterlab/launcher": ^4.2.0-alpha.2 - "@jupyterlab/logconsole": ^4.2.0-alpha.2 - "@jupyterlab/lsp": ^4.2.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/metadataform": ^4.2.0-alpha.2 - "@jupyterlab/nbformat": ^4.2.0-alpha.2 - "@jupyterlab/notebook": ^4.2.0-alpha.2 - "@jupyterlab/observables": ^5.2.0-alpha.2 - "@jupyterlab/property-inspector": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/statusbar": ^4.2.0-alpha.2 - "@jupyterlab/toc": ^6.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/notebook-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/notebook-extension@npm:4.1.5" + dependencies: + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/cells": ^4.1.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/completer": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docmanager": ^4.1.5 + "@jupyterlab/docmanager-extension": ^4.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/documentsearch": ^4.1.5 + "@jupyterlab/filebrowser": ^4.1.5 + "@jupyterlab/launcher": ^4.1.5 + "@jupyterlab/logconsole": ^4.1.5 + "@jupyterlab/lsp": ^4.1.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/metadataform": ^4.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/notebook": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/property-inspector": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/toc": ^6.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -3746,11 +4086,48 @@ __metadata: "@lumino/widgets": ^2.3.1 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: b614f5466192b0a25684e89c47c5bc9beadabbb02d17788208c125a6c2fa88e396b801d950deecf9a6f7331c61a9d3bd1e74a65f02e7670293bf443d6baecc08 + checksum: a129f0cf3784624768e75ed4f509b496a56bee8aebfb373a830ec37de4e010add8732330d14f35657b367230a6d6701915d5d9cc5bd474808a5c13f386530c26 + languageName: node + linkType: hard + +"@jupyterlab/notebook@npm:^4.1.5, @jupyterlab/notebook@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/notebook@npm:4.1.5" + dependencies: + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/cells": ^4.1.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/codemirror": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/documentsearch": ^4.1.5 + "@jupyterlab/lsp": ^4.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statusbar": ^4.1.5 + "@jupyterlab/toc": ^6.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/domutils": ^2.0.1 + "@lumino/dragdrop": ^2.1.4 + "@lumino/messaging": ^2.0.1 + "@lumino/properties": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/virtualdom": ^2.0.1 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: 63ae9f1ec558b48cd81f4155d52a5c0ae9cf4bc76fe21273762e45077a7e5768b071b20aeee616cfdfee767f26667b2b896304c90ced3db96605e6e655a00903 languageName: node linkType: hard -"@jupyterlab/notebook@npm:^4.2.0-alpha.2, @jupyterlab/notebook@npm:~4.2.0-alpha.2": +"@jupyterlab/notebook@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/notebook@npm:4.2.0-alpha.2" dependencies: @@ -3787,6 +4164,19 @@ __metadata: languageName: node linkType: hard +"@jupyterlab/observables@npm:^5.1.5": + version: 5.1.5 + resolution: "@jupyterlab/observables@npm:5.1.5" + dependencies: + "@lumino/algorithm": ^2.0.1 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/signaling": ^2.1.2 + checksum: 6d45de8a137c79566818ff56460366419b2603a06ab5d9cef4f0b311df3fd69c755b357ab3bd9c26ed56dec5a2247ef0cfc15cfa6e2e180aa46af7f96c6ab10c + languageName: node + linkType: hard + "@jupyterlab/observables@npm:^5.2.0-alpha.2": version: 5.2.0-alpha.2 resolution: "@jupyterlab/observables@npm:5.2.0-alpha.2" @@ -3800,6 +4190,28 @@ __metadata: languageName: node linkType: hard +"@jupyterlab/outputarea@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/outputarea@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/properties": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + checksum: 3cd51dd9ba4d613c42ec2917065c8b6f39b418e3a892b7662741f31aceaca816e55af80af97513e783a6b1e4d152497e03062b18ee80dc1bace0b4d2a7f4b439 + languageName: node + linkType: hard + "@jupyterlab/outputarea@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/outputarea@npm:4.2.0-alpha.2" @@ -3822,67 +4234,67 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/pdf-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/pdf-extension@npm:4.2.0-alpha.2" +"@jupyterlab/pdf-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/pdf-extension@npm:4.1.5" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 + "@jupyterlab/rendermime-interfaces": ^3.9.5 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 134e738afd31348b4a8b1f6a2ff21695aca1cafaa010a51088b55aafb2581c78e5716a34d5504b37313b78babd35c36c0d2642243e41cb04bcc42b271080eb9b + checksum: a8a567c1dc4d49d6561df272626a44cc8d40c2d859f1860b8d9200831bd0724bb529b93ec3ab614bf677d1ec3ed9abec553cc68a48d256ad835cf0dac98a7b3b languageName: node linkType: hard -"@jupyterlab/pluginmanager-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/pluginmanager-extension@npm:4.2.0-alpha.2" +"@jupyterlab/pluginmanager-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/pluginmanager-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/pluginmanager": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/pluginmanager": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 - checksum: 6dae5942364f5324a796f6582be918ff5ca4d98db8835793174bf5e84f5861119bb6b002b434f304862b59c070786bea115a2408f0ecf4c04e64b012d9b69a8d + checksum: 34a3799ddc2b1bc0ac29c8084565b37ccac83285500b9df70af7e38b01cdf0f065b38d49037d23c6852cbd74995159131329c9a892997ee82887441603fba289 languageName: node linkType: hard -"@jupyterlab/pluginmanager@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/pluginmanager@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/pluginmanager@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/pluginmanager@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 25c8690536c7a9b6d7969426ace99ff5cdd99c35c73c6f468464a8803bf8aa0c319fc702d8239ba1aa8911fe1aaf6d1293ad267d082f350597df19930c50cf86 + checksum: 5b8dc56f2970c57059b2a4429decd61e7062654084008f85abe7ef8eb2580ad1d6776ceb4f4e1709b365812605edd30be61d5d20adcdaba99227ab9819fe7feb languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/property-inspector@npm:4.2.0-alpha.2" +"@jupyterlab/property-inspector@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/property-inspector@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: ae95103de8ace7fac36ed0ddf791d38124fb4a145cee25f9f39efef0f0417906b815e43ef99a6cc3b9ed45a3e8d69255bf2b6994410fef006f8c91b97fca81cd + checksum: b24cfcb8f5aeb598d02b02aefa2b2dab2621fb5c2cf38f3ef6ea24bebdf26a765b87e89869d357eda5a423eb806f1b28f036f33ac3365dae25e3dd655e820b5b languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.10.0-alpha.2, @jupyterlab/rendermime-interfaces@npm:~3.10.0-alpha.2": +"@jupyterlab/rendermime-interfaces@npm:^3.10.0-alpha.2": version: 3.10.0-alpha.2 resolution: "@jupyterlab/rendermime-interfaces@npm:3.10.0-alpha.2" dependencies: @@ -3892,7 +4304,37 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.2.0-alpha.2, @jupyterlab/rendermime@npm:~4.2.0-alpha.2": +"@jupyterlab/rendermime-interfaces@npm:^3.9.5, @jupyterlab/rendermime-interfaces@npm:~3.9.5": + version: 3.9.5 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.9.5" + dependencies: + "@lumino/coreutils": ^1.11.0 || ^2.1.2 + "@lumino/widgets": ^1.37.2 || ^2.3.1 + checksum: 790c8d4d58213c02470599b2c69e8ccff8d3496750fc88403aafe4e7bc26bb262d40c9ed3fdd27fdfd77268b94e7ea4e178f73897dd42d9ab18cbe5a359d925c + languageName: node + linkType: hard + +"@jupyterlab/rendermime@npm:^4.1.5, @jupyterlab/rendermime@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/rendermime@npm:4.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@lumino/coreutils": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + lodash.escape: ^4.0.1 + checksum: b96a56aa5e32cfcb99ac757ccb41cad29f2be9ded204c6f7bdc5b1bf55cdb4e2129aef596c0ee21ac96384e809c3aea59cd2885c7e2c8d39d45bdf373041259b + languageName: node + linkType: hard + +"@jupyterlab/rendermime@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/rendermime@npm:4.2.0-alpha.2" dependencies: @@ -3912,50 +4354,63 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/running-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/running-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/docmanager": ^4.2.0-alpha.2 - "@jupyterlab/docregistry": ^4.2.0-alpha.2 - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 - "@jupyterlab/running": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/running-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/running-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/running": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/commands": ^2.2.0 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - react: ^18.2.0 - checksum: f1df290ae342f926e5cf4f38606c94582da9ab2802fda6d37a30d78624fdf1c902e9eb6e0ba6f83573f13cedeed2e5262af137b8033d8af51819268431ea657c + checksum: 781997edc1a8f4db25412cf989e52eb4f22e4e7ffb74f3245f1dad696303572b8546180957f3c17acb4fa62c4d38f4d16acae40bc129af22efeafccd91c2cce8 languageName: node linkType: hard -"@jupyterlab/running@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/running@npm:4.2.0-alpha.2" +"@jupyterlab/running@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/running@npm:4.1.5" dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 - "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 29ad039c641af139854444ac34dc75cfdb57b6208be386297d7ef712e89e69ca3170f0b79ca2e3ea311b9235f6c122a9f804b27ce19fc3493bc77a79ffa36a5b + checksum: 650102b49e54ad725c99e49382921b05418f922ee7ae99f0404a146516e54387ec0ebb26c6e9255beadc94a1fd3111c2fae12148e196879ef7ec3ea4b1fde6f1 + languageName: node + linkType: hard + +"@jupyterlab/services@npm:^7.1.5, @jupyterlab/services@npm:~7.1.5": + version: 7.1.5 + resolution: "@jupyterlab/services@npm:7.1.5" + dependencies: + "@jupyter/ydoc": ^1.1.1 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/polling": ^2.1.2 + "@lumino/properties": ^2.0.1 + "@lumino/signaling": ^2.1.2 + ws: ^8.11.0 + checksum: f4b20ee62e5c3c7e0fa5942d3deb95329beb5a9ea6295403eefc0d5a723665379a09c58b21bc6a9fed7a69990570e5cfb66bc314e037a452b678fc4ec237dc55 languageName: node linkType: hard -"@jupyterlab/services@npm:^7.2.0-alpha.2, @jupyterlab/services@npm:~7.2.0-alpha.2": +"@jupyterlab/services@npm:^7.2.0-alpha.2": version: 7.2.0-alpha.2 resolution: "@jupyterlab/services@npm:7.2.0-alpha.2" dependencies: @@ -3974,38 +4429,38 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/settingeditor-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/settingeditor-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/pluginmanager": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/settingeditor": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/settingeditor-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/settingeditor-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/pluginmanager": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/settingeditor": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/disposable": ^2.1.2 - checksum: 8d5af62f90a32c6d9e93e9852dcf7b14aaec4368e07c88025ffa8023721eb48ad3741f8a9bcdc1ed4b06fb488190be8df5fff79d35e06e0330e8d2137b831d3d + checksum: df1911e98001f3ff5fdde35a2aa101e0c9a21e7d3ee7e69ca8c852d54fb80f5951e0eb01e6a0aa7fe1b1e12da06ea90c445aa970d413ed9973eee5cff17665b0 languageName: node linkType: hard -"@jupyterlab/settingeditor@npm:^4.2.0-alpha.2, @jupyterlab/settingeditor@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/settingeditor@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/inspector": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/statedb": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/settingeditor@npm:^4.1.5, @jupyterlab/settingeditor@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/settingeditor@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/inspector": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -4019,11 +4474,30 @@ __metadata: "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: 90254c50306052353c33b11521494fca84575e6cbc14d9dad761c647bdde90fd59f1f2c7e10257be5cc984eee532a72b526e78d806b5cff4318191ab1c6cffb6 + checksum: fff554b0a736a724ca8c5df9a8cce44ff540a58402aef348187d7740f0308e0e9ac724f950c18e27925d895e593190bc3e4e0bdfa472561278755609b37fb4c1 + languageName: node + linkType: hard + +"@jupyterlab/settingregistry@npm:^4.1.5, @jupyterlab/settingregistry@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/settingregistry@npm:4.1.5" + dependencies: + "@jupyterlab/nbformat": ^4.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@lumino/commands": ^2.2.0 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/signaling": ^2.1.2 + "@rjsf/utils": ^5.13.4 + ajv: ^8.12.0 + json5: ^2.2.3 + peerDependencies: + react: ">=16" + checksum: 576d49cbbb4a18ba5f55230938b67c6dbc6819dfafb75ece2d9d030913e69768ddcb2616de4f7dbd3bcd8aa35e292aee90fe98b91e7dccdaae2610c64ec07f94 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.2.0-alpha.2, @jupyterlab/settingregistry@npm:~4.2.0-alpha.2": +"@jupyterlab/settingregistry@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/settingregistry@npm:4.2.0-alpha.2" dependencies: @@ -4042,14 +4516,14 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/shortcuts-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/shortcuts-extension@npm:4.2.0-alpha.2" +"@jupyterlab/shortcuts-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/shortcuts-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -4058,11 +4532,24 @@ __metadata: "@lumino/keyboard": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: c6e9c3b5ee3b1157932e70dfb2c76ded094609b739bf43b3fdc0e2d409f3693b3a4187d8dfb3637263acf7fc0b7aea06f2f8b44260b80b91e27638937a7c3c9f + checksum: 07e26178994bb5c147f945d9ecafd5298b5b92b7ef8eb9f13a049375189aee273d133d938375f129838552940f966e840a8e3129ae00c93455cb6b5d76f6c378 + languageName: node + linkType: hard + +"@jupyterlab/statedb@npm:^4.1.5, @jupyterlab/statedb@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/statedb@npm:4.1.5" + dependencies: + "@lumino/commands": ^2.2.0 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/properties": ^2.0.1 + "@lumino/signaling": ^2.1.2 + checksum: e7f3ea9a5ebb04a602d93d1ddc9175a5b24a0f3814e99410ec3dba2dd3a86572ea61917d8a65e1b4b8c4ed25c8eaa814646a817a3b5d39b8a74a7b6cbb0071c1 languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.2.0-alpha.2, @jupyterlab/statedb@npm:~4.2.0-alpha.2": +"@jupyterlab/statedb@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/statedb@npm:4.2.0-alpha.2" dependencies: @@ -4075,6 +4562,22 @@ __metadata: languageName: node linkType: hard +"@jupyterlab/statusbar@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/statusbar@npm:4.1.5" + dependencies: + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: 402f3b80495c155f6c08447ca6ef348dbaae030cc6c20d11a7f4f365445f389dd71fefe9649296d59e8c698aa31347fb563b9a962e51b8712ed3bbe2cfd0ca37 + languageName: node + linkType: hard + "@jupyterlab/statusbar@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/statusbar@npm:4.2.0-alpha.2" @@ -4091,32 +4594,32 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/terminal-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/terminal-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/launcher": ^4.2.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/running": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/terminal": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 +"@jupyterlab/terminal-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/terminal-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/launcher": ^4.1.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/running": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/terminal": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/widgets": ^2.3.1 - checksum: 80fd904b599c3767905d6049438bca19b2a516a6ef9e5816a2cf1c4a9a05d39af6e9456b26e1e68cc769386d167dd971401545ba8a1cb98cf8f37122477cf372 + checksum: dc92ea109d4cd89e84a6dda5259623e8f7c0f315789bb3876d5a63089e889e5b33a9174b81f205533a7261b82b1ea021da9e2f047372889b6693e0e433a7cb8a languageName: node linkType: hard -"@jupyterlab/terminal@npm:^4.2.0-alpha.2, @jupyterlab/terminal@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/terminal@npm:4.2.0-alpha.2" +"@jupyterlab/terminal@npm:^4.1.5, @jupyterlab/terminal@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/terminal@npm:4.1.5" dependencies: - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/translation": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 @@ -4126,7 +4629,7 @@ __metadata: xterm-addon-fit: ~0.7.0 xterm-addon-web-links: ~0.8.0 xterm-addon-webgl: ~0.14.0 - checksum: ccbd8519d03dfaf0871abac940ce16d76307ed6a4d19f17c57d6cad8761e9b8e845e8f543c7774b741d5444e5d86fc835982f5d8a647343cd8a30a8187423b87 + checksum: d30bb6e6892d884a9df0de726a2f6c91bc5acec7eaa31e7185ebc65656ee587c019d964ca656e74c7f72c49d5a3ff6a469056c54bd0f8d6fabfafa61024a0ed1 languageName: node linkType: hard @@ -4166,38 +4669,60 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/theme-dark-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/theme-dark-extension@npm:4.2.0-alpha.2" +"@jupyterlab/theme-dark-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/theme-dark-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: 5d5338b5de22652441fc649896eb08990bd458bfd79b4c0b353e36116cb0a1a0ca34aaa0031da354f959f8a727606ef5234e6e2cca9a1f7e80b43534fcddc5c5 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/translation": ^4.1.5 + checksum: 4e56da100c8679f809cf5f9aa5e85f1c4e4a41d89998bd49c1738e7cb25bdad45e7d807aad63855f25c5b66d5967081f03f3dd450f6e870c109d01aceea923e9 languageName: node linkType: hard -"@jupyterlab/theme-light-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/theme-light-extension@npm:4.2.0-alpha.2" +"@jupyterlab/theme-light-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/theme-light-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: b79cdac2c4de5287c7720494a5ae758011233b443b89edcb4948eaf36ddde965584e3820fbb5591dbb4018938ad5f2b1052da69d350e9b80da465f1b5b51f9b9 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/translation": ^4.1.5 + checksum: a70fc06adbe75ad6d34a74c7fa3b17e99619cd2af23d6955fc7644e08b9df2031f91c6532e5d5842c2c32fad1e0a69fa46933fb6eeb8a7d7e53d110ecbd0b573 languageName: node linkType: hard -"@jupyterlab/toc-extension@npm:~6.2.0-alpha.2": - version: 6.2.0-alpha.2 - resolution: "@jupyterlab/toc-extension@npm:6.2.0-alpha.2" +"@jupyterlab/toc-extension@npm:~6.1.5": + version: 6.1.5 + resolution: "@jupyterlab/toc-extension@npm:6.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/toc": ^6.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 - checksum: 97a1ac6f6135f8bd023fd8539553883908ddc00e733f5321a561879115ecf242b82c23e5b4b9117a72aba707c6f7e558478611e3d5b3052ba8291116b0627fa9 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/toc": ^6.1.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + checksum: f4b16a6f0330b82bf7fe64098172402bfe84cd95f0be1bcac1fd808bc7a5d80a288fb7ca1c9e65d1ce60c5b245c0a943fe8230d198538daefa18456c6ee7fcfe + languageName: node + linkType: hard + +"@jupyterlab/toc@npm:^6.1.5": + version: 6.1.5 + resolution: "@jupyterlab/toc@npm:6.1.5" + dependencies: + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/docregistry": ^4.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/translation": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: 8be983a63ecd0ee33da196e3b9f254704230b4bd3ee5a59064e1bc32599a4c798274d68b0155360b95f5cb2893a2558156039c49cef542ea9aef2354ee82aeab languageName: node linkType: hard @@ -4223,56 +4748,69 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/tooltip-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/tooltip-extension@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/console": ^4.2.0-alpha.2 - "@jupyterlab/coreutils": ^6.2.0-alpha.2 - "@jupyterlab/fileeditor": ^4.2.0-alpha.2 - "@jupyterlab/notebook": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/tooltip": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 +"@jupyterlab/tooltip-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/tooltip-extension@npm:4.1.5" + dependencies: + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/console": ^4.1.5 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/fileeditor": ^4.1.5 + "@jupyterlab/notebook": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/tooltip": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 147ea0fac3d31a5b36735331d1ec2c7d9b030083fe53c33b12551dba300edfa3f77268a851d78dec8f5d008fb903dbe78abd8f55ffd886ec4c7cc929b2ed6e29 + checksum: da9a1a085600f27e631db6becfc079bd58b9576596e0268486645d442e14e2fa3b7aa9fe622e4da904f66a743b6d28f52735f046888aa0cfd81ebe07a58b0e39 languageName: node linkType: hard -"@jupyterlab/tooltip@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/tooltip@npm:4.2.0-alpha.2" +"@jupyterlab/tooltip@npm:^4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/tooltip@npm:4.1.5" dependencies: - "@jupyterlab/codeeditor": ^4.2.0-alpha.2 - "@jupyterlab/rendermime": ^4.2.0-alpha.2 - "@jupyterlab/services": ^7.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 + "@jupyterlab/codeeditor": ^4.1.5 + "@jupyterlab/rendermime": ^4.1.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/ui-components": ^4.1.5 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.1 - checksum: b5552192b40d7354eb7d212674cb775dec245dfb8d43b2e32fd6dec71c74350fa885bcb099f2a8e7d32bb45934f7bfd5710dbd15ac2704352e650bd7941701b1 + checksum: 03eae761133fc79aca9e28261e5ab98f12b248536d1ee7f03b8d4e002c6645af8decd038b92787af5a9e6008a2e9ce4dd0be0c76ceca9c5594fcc0931086038d languageName: node linkType: hard -"@jupyterlab/translation-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/translation-extension@npm:4.2.0-alpha.2" +"@jupyterlab/translation-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/translation-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/apputils": ^4.3.0-alpha.2 - "@jupyterlab/mainmenu": ^4.2.0-alpha.2 - "@jupyterlab/settingregistry": ^4.2.0-alpha.2 - "@jupyterlab/translation": ^4.2.0-alpha.2 - checksum: 4bcd04e411f72a90cb42b7b839dea035361352cd5697e4ec04fd7e79bffb6e84311b6166537650e3ebddd61dd5a12bf51f93b1c9fa21d3ab9103cf5e720c8231 + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/apputils": ^4.2.5 + "@jupyterlab/mainmenu": ^4.1.5 + "@jupyterlab/settingregistry": ^4.1.5 + "@jupyterlab/translation": ^4.1.5 + checksum: 6cf2b911e5bd43fbc7b80b624b579edb19778283f13a0c63172e54cb226c48063e0f3143675cc59089086ef7819693e9d2634f49399e7740212eedd764dd7cbf + languageName: node + linkType: hard + +"@jupyterlab/translation@npm:^4.1.5, @jupyterlab/translation@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/translation@npm:4.1.5" + dependencies: + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/services": ^7.1.5 + "@jupyterlab/statedb": ^4.1.5 + "@lumino/coreutils": ^2.1.2 + checksum: f12e2f13048cd1628a9a03003401009972a3439a038314e2c7cdf19ab4c29fa02a0091475bdd1ddb7cb26e2175c401a86ab8664f54b99bb47962cbd595e6f643 languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.2.0-alpha.2, @jupyterlab/translation@npm:~4.2.0-alpha.2": +"@jupyterlab/translation@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/translation@npm:4.2.0-alpha.2" dependencies: @@ -4285,17 +4823,48 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/ui-components-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/ui-components-extension@npm:4.2.0-alpha.2" +"@jupyterlab/ui-components-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/ui-components-extension@npm:4.1.5" dependencies: - "@jupyterlab/application": ^4.2.0-alpha.2 - "@jupyterlab/ui-components": ^4.2.0-alpha.2 - checksum: 5a542d4df81dacecc9232140f69c99abf6b7dacec460b471db3274863fe15a91092e5d966712a2278326726d8fbc8579433f8e75ca1858698e7f2acde5b60d9d + "@jupyterlab/application": ^4.1.5 + "@jupyterlab/ui-components": ^4.1.5 + checksum: 9250e0751857cf02cce82ee7433b94fe31fac600c40cda5ec1876445289d83620de3ac28732ad1d36971e8f2a2a7e531ed2ca1a0033ec72d59e1ba65bc775fe6 + languageName: node + linkType: hard + +"@jupyterlab/ui-components@npm:^4.1.5, @jupyterlab/ui-components@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/ui-components@npm:4.1.5" + dependencies: + "@jupyter/react-components": ^0.15.2 + "@jupyter/web-components": ^0.15.2 + "@jupyterlab/coreutils": ^6.1.5 + "@jupyterlab/observables": ^5.1.5 + "@jupyterlab/rendermime-interfaces": ^3.9.5 + "@jupyterlab/translation": ^4.1.5 + "@lumino/algorithm": ^2.0.1 + "@lumino/commands": ^2.2.0 + "@lumino/coreutils": ^2.1.2 + "@lumino/disposable": ^2.1.2 + "@lumino/messaging": ^2.0.1 + "@lumino/polling": ^2.1.2 + "@lumino/properties": ^2.0.1 + "@lumino/signaling": ^2.1.2 + "@lumino/virtualdom": ^2.0.1 + "@lumino/widgets": ^2.3.1 + "@rjsf/core": ^5.13.4 + "@rjsf/utils": ^5.13.4 + react: ^18.2.0 + react-dom: ^18.2.0 + typestyle: ^2.0.4 + peerDependencies: + react: ^18.2.0 + checksum: a50315549c03718b5e953bdb695757b1d39db293131dd5c2c26587612e0ed30ad208d1d65c86ddc153a241df2e01d3a9a162f0e4b5f86d2a20816260c9aefe67 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.2.0-alpha.2, @jupyterlab/ui-components@npm:~4.2.0-alpha.2": +"@jupyterlab/ui-components@npm:^4.2.0-alpha.2": version: 4.2.0-alpha.2 resolution: "@jupyterlab/ui-components@npm:4.2.0-alpha.2" dependencies: @@ -4326,30 +4895,17 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/vega5-extension@npm:~4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/vega5-extension@npm:4.2.0-alpha.2" +"@jupyterlab/vega5-extension@npm:~4.1.5": + version: 4.1.5 + resolution: "@jupyterlab/vega5-extension@npm:4.1.5" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.10.0-alpha.2 + "@jupyterlab/rendermime-interfaces": ^3.9.5 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 vega: ^5.20.0 vega-embed: ^6.2.1 vega-lite: ^5.6.1-next.1 - checksum: 421785dbce9048a166908d369ab622a96c7565e82d1e18d31de9953d18c42ace9e054dc014dbcb3aab8782924a842abca693197f747b64006c2e2c3c2b6a9312 - languageName: node - linkType: hard - -"@jupyterlab/workspaces@npm:^4.2.0-alpha.2": - version: 4.2.0-alpha.2 - resolution: "@jupyterlab/workspaces@npm:4.2.0-alpha.2" - dependencies: - "@jupyterlab/services": ^7.2.0-alpha.2 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/polling": ^2.1.2 - "@lumino/signaling": ^2.1.2 - checksum: 4cf70728c5536c0244a02d34534c9e681353c862f609509a30a10a0f1b337f6fc975aa893c8268c0732d49f60725c187601d2bf8b4eb3f8154ae583cb33bf39f + checksum: 49a128b356c77c39f56bf2e7d8bc42bb102774638fdca94a7f9b282255b1cc405209d069b25c716412ed8a86c7420317f64357c2775139d279b13668b7d34d4f languageName: node linkType: hard @@ -4482,7 +5038,7 @@ __metadata: languageName: node linkType: hard -"@lezer/generator@npm:^1.7.0": +"@lezer/generator@npm:^1.2.2, @lezer/generator@npm:^1.7.0": version: 1.7.0 resolution: "@lezer/generator@npm:1.7.0" dependencies: @@ -4494,7 +5050,7 @@ __metadata: languageName: node linkType: hard -"@lezer/highlight@npm:^1.0.0, @lezer/highlight@npm:^1.1.3, @lezer/highlight@npm:^1.2.0": +"@lezer/highlight@npm:^1.0.0, @lezer/highlight@npm:^1.1.3, @lezer/highlight@npm:^1.1.4, @lezer/highlight@npm:^1.2.0": version: 1.2.0 resolution: "@lezer/highlight@npm:1.2.0" dependencies: @@ -4553,7 +5109,7 @@ __metadata: languageName: node linkType: hard -"@lezer/markdown@npm:^1.0.0, @lezer/markdown@npm:^1.2.0": +"@lezer/markdown@npm:^1.0.0, @lezer/markdown@npm:^1.0.2, @lezer/markdown@npm:^1.2.0": version: 1.2.0 resolution: "@lezer/markdown@npm:1.2.0" dependencies: @@ -6421,25 +6977,24 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/core@npm:^4.0.3": - version: 4.0.3 - resolution: "@yarnpkg/core@npm:4.0.3" +"@yarnpkg/core@npm:^3.0.0": + version: 3.7.0 + resolution: "@yarnpkg/core@npm:3.7.0" dependencies: "@arcanis/slice-ansi": ^1.1.1 "@types/semver": ^7.1.0 "@types/treeify": ^1.0.0 - "@yarnpkg/fslib": ^3.0.2 - "@yarnpkg/libzip": ^3.0.1 - "@yarnpkg/parsers": ^3.0.0 - "@yarnpkg/shell": ^4.0.0 + "@yarnpkg/fslib": ^2.10.4 + "@yarnpkg/libzip": ^2.3.0 + "@yarnpkg/parsers": ^2.6.0 + "@yarnpkg/shell": ^3.3.0 camelcase: ^5.3.1 chalk: ^3.0.0 ci-info: ^3.2.0 - clipanion: ^4.0.0-rc.2 + clipanion: 3.2.0-rc.4 cross-spawn: 7.0.3 diff: ^5.1.0 - dotenv: ^16.3.1 - fast-glob: ^3.2.2 + globby: ^11.0.1 got: ^11.7.0 lodash: ^4.17.15 micromatch: ^4.0.2 @@ -6447,33 +7002,31 @@ __metadata: semver: ^7.1.2 strip-ansi: ^6.0.0 tar: ^6.0.5 - tinylogic: ^2.0.0 + tinylogic: ^1.0.3 treeify: ^1.1.0 - tslib: ^2.4.0 + tslib: ^1.13.0 tunnel: ^0.0.6 - checksum: 811956ab94e9f4b3601f304312baf816322df124cf85754ef3985110c90935b1b761c8266a06c2c5633f6edc39c8a4ceffeff50f08f036d7adf19612ce3761a3 + checksum: b36000e3b32325c25b158d6682c382d444aaf43aa91e2dc07774b1f0fc8e26b8188857969fbfabe030ec985ac542fb57e76204f69caa61ad36793f5649382af3 languageName: node linkType: hard -"@yarnpkg/fslib@npm:^3.0.0, @yarnpkg/fslib@npm:^3.0.2": - version: 3.0.2 - resolution: "@yarnpkg/fslib@npm:3.0.2" +"@yarnpkg/fslib@npm:^2.10.3, @yarnpkg/fslib@npm:^2.10.4": + version: 2.10.4 + resolution: "@yarnpkg/fslib@npm:2.10.4" dependencies: - tslib: ^2.4.0 - checksum: b0795df777e43eb1c2bd8aa1d6c45f88b8a1d3922ee8bf264cdca916cc6f9455551a9499761a9c1f585aa576350d84adcc315e497fc031cdbbbc1a5c71942e1b + "@yarnpkg/libzip": ^2.3.0 + tslib: ^1.13.0 + checksum: 6d287d1f55b8cd62da9cd8baddb6da26469d6a77e89e96a153aea16e1d0882c375340f6adcc645cef8a861b8c3ad09da19334fd1997eb4ed7b178b2c7c127ed5 languageName: node linkType: hard -"@yarnpkg/libzip@npm:^3.0.1": - version: 3.0.1 - resolution: "@yarnpkg/libzip@npm:3.0.1" +"@yarnpkg/libzip@npm:^2.3.0": + version: 2.3.0 + resolution: "@yarnpkg/libzip@npm:2.3.0" dependencies: "@types/emscripten": ^1.39.6 - "@yarnpkg/fslib": ^3.0.2 - tslib: ^2.4.0 - peerDependencies: - "@yarnpkg/fslib": ^3.0.2 - checksum: 932b1fc35bb60ca57d033aab7a940f7b1d7bf52a68bfff6c755fe26827c0f1b373fda33e373afabbae98de3ed31ae4f0e9ee2ef24588cd074b75fb814117827d + tslib: ^1.13.0 + checksum: 533a4883f69bb013f955d80dc19719881697e6849ea5f0cbe6d87ef1d582b05cbae8a453802f92ad0c852f976296cac3ff7834be79a7e415b65cdf213e448110 languageName: node linkType: hard @@ -6494,31 +7047,31 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/parsers@npm:^3.0.0": - version: 3.0.0 - resolution: "@yarnpkg/parsers@npm:3.0.0" +"@yarnpkg/parsers@npm:^2.0.0, @yarnpkg/parsers@npm:^2.6.0": + version: 2.6.0 + resolution: "@yarnpkg/parsers@npm:2.6.0" dependencies: js-yaml: ^3.10.0 - tslib: ^2.4.0 - checksum: fefe5ecafb5bfa2b678ac9ba9259810fdda40142afd9d0b7e0e5cc1cce1fd824dffc52217c5e429807481d8fd18ead074bd317e64fd626335d3c9f1a320bade2 + tslib: ^1.13.0 + checksum: 4bad9f077c338b702342964544d426762323d9f70af3242373194eb2f3982cfd551b860d615fbdd2715aba1cefdb793f4e2f3a8c69ddffe7989682cd03102ede languageName: node linkType: hard -"@yarnpkg/shell@npm:^4.0.0": - version: 4.0.0 - resolution: "@yarnpkg/shell@npm:4.0.0" +"@yarnpkg/shell@npm:^3.3.0": + version: 3.3.0 + resolution: "@yarnpkg/shell@npm:3.3.0" dependencies: - "@yarnpkg/fslib": ^3.0.0 - "@yarnpkg/parsers": ^3.0.0 + "@yarnpkg/fslib": ^2.10.3 + "@yarnpkg/parsers": ^2.6.0 chalk: ^3.0.0 - clipanion: ^4.0.0-rc.2 + clipanion: 3.2.0-rc.4 cross-spawn: 7.0.3 fast-glob: ^3.2.2 micromatch: ^4.0.2 - tslib: ^2.4.0 + tslib: ^1.13.0 bin: shell: ./lib/cli.js - checksum: 8497e278b1d3d0ffe324a3b9c878ca7165bbbe4d182f5ecb02f1bfaaf4dd18c8aaa54c33ee17bb37eb09173816dc4617b70c3fe0925f5fb99749687e2650b7a2 + checksum: 02a0ab902560f80486d52a46da57e8c5ea391c6ff9173bda24e449c4169925b46b8cb7c2ca7d14cdc0c61fcd1731139bdf8295b7d7c41d997bdb6fea614c2ba3 languageName: node linkType: hard @@ -7600,6 +8153,24 @@ __metadata: languageName: node linkType: hard +"chevrotain@npm:^9.1.0": + version: 9.1.0 + resolution: "chevrotain@npm:9.1.0" + dependencies: + "@chevrotain/types": ^9.1.0 + "@chevrotain/utils": ^9.1.0 + regexp-to-ast: 0.5.0 + checksum: 632d0d7c69081e3cc3a08c071cb738c46499a05f1a513b7f9101f7a9b5570d6ee62cac5ba506659a85bf9e71e1029c462dbb7bd9fe1bfe019b6c1879ca29c525 + languageName: node + linkType: hard + +"child_process@npm:~1.0.2": + version: 1.0.2 + resolution: "child_process@npm:1.0.2" + checksum: bd814d82bc8c6e85ed6fb157878978121cd03b5296c09f6135fa3d081fd9a6a617a6d509c50397711df713af403331241a9c0397a7fad30672051485e156c2a1 + languageName: node + linkType: hard + "chownr@npm:^2.0.0": version: 2.0.0 resolution: "chownr@npm:2.0.0" @@ -7672,25 +8243,25 @@ __metadata: languageName: node linkType: hard -"clipanion@npm:3.2.1": - version: 3.2.1 - resolution: "clipanion@npm:3.2.1" +"clipanion@npm:3.2.0-rc.4": + version: 3.2.0-rc.4 + resolution: "clipanion@npm:3.2.0-rc.4" dependencies: - typanion: ^3.8.0 + typanion: ^3.3.1 peerDependencies: typanion: "*" - checksum: 448efd122ead3c802e61ba7a2002e2080c8cce01ce8a0a789d9b9e4f8fe70fd887dcf163ef8c778f5364a9e6f4b498b9f1853f709d7ed4291713e78bcfb88ee8 + checksum: c9d8ba9e16dca3016c32f42107a7602c52c9176626e0c815113c32b614ca125a9707221ec9df9c0a06e9741a23e0664153db1522c4f80b29f4b4d427fba002be languageName: node linkType: hard -"clipanion@npm:^4.0.0-rc.2": - version: 4.0.0-rc.3 - resolution: "clipanion@npm:4.0.0-rc.3" +"clipanion@npm:3.2.1": + version: 3.2.1 + resolution: "clipanion@npm:3.2.1" dependencies: typanion: ^3.8.0 peerDependencies: typanion: "*" - checksum: a5e6201e5a7fdb93dbe5f61d158d3e3d23e3164c38a7c679c7dcc599e10ee339d249c33fd8729ba8ffd0a376206ed14aac2e5472624ecaf79041fac3baa73b9b + checksum: 448efd122ead3c802e61ba7a2002e2080c8cce01ce8a0a789d9b9e4f8fe70fd887dcf163ef8c778f5364a9e6f4b498b9f1853f709d7ed4291713e78bcfb88ee8 languageName: node linkType: hard @@ -9118,6 +9689,17 @@ __metadata: languageName: node linkType: hard +"dom-serializer@npm:^1.0.1": + version: 1.4.1 + resolution: "dom-serializer@npm:1.4.1" + dependencies: + domelementtype: ^2.0.1 + domhandler: ^4.2.0 + entities: ^2.0.0 + checksum: fbb0b01f87a8a2d18e6e5a388ad0f7ec4a5c05c06d219377da1abc7bb0f674d804f4a8a94e3f71ff15f6cb7dcfc75704a54b261db672b9b3ab03da6b758b0b22 + languageName: node + linkType: hard + "dom-serializer@npm:^2.0.0": version: 2.0.0 resolution: "dom-serializer@npm:2.0.0" @@ -9129,7 +9711,7 @@ __metadata: languageName: node linkType: hard -"domelementtype@npm:^2.3.0": +"domelementtype@npm:^2.0.1, domelementtype@npm:^2.2.0, domelementtype@npm:^2.3.0": version: 2.3.0 resolution: "domelementtype@npm:2.3.0" checksum: ee837a318ff702622f383409d1f5b25dd1024b692ef64d3096ff702e26339f8e345820f29a68bcdcea8cfee3531776b3382651232fbeae95612d6f0a75efb4f6 @@ -9145,6 +9727,15 @@ __metadata: languageName: node linkType: hard +"domhandler@npm:^4.0.0, domhandler@npm:^4.2.0": + version: 4.3.1 + resolution: "domhandler@npm:4.3.1" + dependencies: + domelementtype: ^2.2.0 + checksum: 4c665ceed016e1911bf7d1dadc09dc888090b64dee7851cccd2fcf5442747ec39c647bb1cb8c8919f8bbdd0f0c625a6bafeeed4b2d656bbecdbae893f43ffaaa + languageName: node + linkType: hard + "domhandler@npm:^5.0.2, domhandler@npm:^5.0.3": version: 5.0.3 resolution: "domhandler@npm:5.0.3" @@ -9161,6 +9752,17 @@ __metadata: languageName: node linkType: hard +"domutils@npm:^2.5.2": + version: 2.8.0 + resolution: "domutils@npm:2.8.0" + dependencies: + dom-serializer: ^1.0.1 + domelementtype: ^2.2.0 + domhandler: ^4.2.0 + checksum: abf7434315283e9aadc2a24bac0e00eab07ae4313b40cc239f89d84d7315ebdfd2fb1b5bf750a96bc1b4403d7237c7b2ebf60459be394d625ead4ca89b934391 + languageName: node + linkType: hard + "domutils@npm:^3.0.1": version: 3.1.0 resolution: "domutils@npm:3.1.0" @@ -9190,13 +9792,6 @@ __metadata: languageName: node linkType: hard -"dotenv@npm:^16.3.1": - version: 16.4.5 - resolution: "dotenv@npm:16.4.5" - checksum: 301a12c3d44fd49888b74eb9ccf9f07a1f5df43f489e7fcb89647a2edcd84c42d6bc349dc8df099cd18f07c35c7b04685c1a4f3e6a6a9e6b30f8d48c15b7f49c - languageName: node - linkType: hard - "dotenv@npm:~10.0.0": version: 10.0.0 resolution: "dotenv@npm:10.0.0" @@ -9365,6 +9960,13 @@ __metadata: languageName: node linkType: hard +"entities@npm:^2.0.0": + version: 2.2.0 + resolution: "entities@npm:2.2.0" + checksum: 19010dacaf0912c895ea262b4f6128574f9ccf8d4b3b65c7e8334ad0079b3706376360e28d8843ff50a78aabcb8f08f0a32dbfacdc77e47ed77ca08b713669b3 + languageName: node + linkType: hard + "entities@npm:^4.2.0, entities@npm:^4.4.0": version: 4.5.0 resolution: "entities@npm:4.5.0" @@ -11016,6 +11618,18 @@ __metadata: languageName: node linkType: hard +"htmlparser2@npm:^6.0.0": + version: 6.1.0 + resolution: "htmlparser2@npm:6.1.0" + dependencies: + domelementtype: ^2.0.1 + domhandler: ^4.0.0 + domutils: ^2.5.2 + entities: ^2.0.0 + checksum: 81a7b3d9c3bb9acb568a02fc9b1b81ffbfa55eae7f1c41ae0bf840006d1dbf54cb3aa245b2553e2c94db674840a9f0fdad7027c9a9d01a062065314039058c4e + languageName: node + linkType: hard + "htmlparser2@npm:^8.0.0": version: 8.0.2 resolution: "htmlparser2@npm:8.0.2" @@ -16123,6 +16737,13 @@ __metadata: languageName: node linkType: hard +"regexp-to-ast@npm:0.5.0": + version: 0.5.0 + resolution: "regexp-to-ast@npm:0.5.0" + checksum: 72e32f2a1217bb22398ac30867ddd43e16943b6b569dd4eb472de47494c7a39e34f47ee3e92ad4cbf92308f98997da366fe094a0e58eb6b93eab0ee956fff86d + languageName: node + linkType: hard + "regexp-tree@npm:^0.1.11": version: 0.1.27 resolution: "regexp-tree@npm:0.1.27" @@ -16510,6 +17131,20 @@ __metadata: languageName: node linkType: hard +"sanitize-html@npm:~2.7.3": + version: 2.7.3 + resolution: "sanitize-html@npm:2.7.3" + dependencies: + deepmerge: ^4.2.2 + escape-string-regexp: ^4.0.0 + htmlparser2: ^6.0.0 + is-plain-object: ^5.0.0 + parse-srcset: ^1.0.2 + postcss: ^8.3.11 + checksum: 2399d1fdbbc3a263fb413c1fe1971b3dc2b51abc6cc5cb49490624539d1c57a8fe31e2b21408c118e2a957f4e673e3169b1f9a5807654408f17b130a9d78aed7 + languageName: node + linkType: hard + "saxes@npm:^6.0.0": version: 6.0.0 resolution: "saxes@npm:6.0.0" @@ -17559,10 +18194,12 @@ __metadata: languageName: node linkType: hard -"tinylogic@npm:^2.0.0": - version: 2.0.0 - resolution: "tinylogic@npm:2.0.0" - checksum: b966cbb41241a048095fb9e685d5e2020475fdea2c65b4ae51e5dee48964860a4505d987503c004b8a76e96b64c7da2f49954dd36c691d559c315d878ce7da29 +"tinylogic@npm:^1.0.3": + version: 1.0.3 + resolution: "tinylogic@npm:1.0.3" + dependencies: + chevrotain: ^9.1.0 + checksum: fdf7fcc170050889b210fd035b1eb2ac81a68d1324010a427eeee53ac49613ecaa3fbd33b41adb1264dfb02b4d500b3f442da1db3ffc53834c654345c1658afa languageName: node linkType: hard @@ -17826,7 +18463,7 @@ __metadata: languageName: node linkType: hard -"typanion@npm:^3.8.0": +"typanion@npm:^3.3.1, typanion@npm:^3.8.0": version: 3.14.0 resolution: "typanion@npm:3.14.0" checksum: fc0590d02c13c659eb1689e8adf7777e6c00dc911377e44cd36fe1b1271cfaca71547149f12cdc275058c0de5562a14e5273adbae66d47e6e0320e36007f5912