From c58b6efa38105cc68c2be39b25fcdd33b9018f95 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 14:54:35 +0000 Subject: [PATCH 01/12] Update `@jupyterlab` and `@lumino`packages --- app/index.js | 2 +- app/package.json | 82 +- buildutils/package.json | 2 +- package.json | 2 +- packages/application-extension/package.json | 22 +- packages/application/package.json | 12 +- packages/console-extension/package.json | 6 +- packages/docmanager-extension/package.json | 10 +- .../documentsearch-extension/package.json | 4 +- packages/help-extension/package.json | 8 +- packages/lab-extension/package.json | 14 +- packages/notebook-extension/package.json | 14 +- packages/terminal-extension/package.json | 6 +- packages/tree-extension/package.json | 24 +- packages/tree/package.json | 22 +- packages/ui-components/package.json | 4 +- ui-tests/package.json | 2 +- ui-tests/yarn.lock | 1740 ++++------- yarn.lock | 2583 ++++++++++------- 19 files changed, 2266 insertions(+), 2293 deletions(-) diff --git a/app/index.js b/app/index.js index 3bad9e699d..e52a059edd 100644 --- a/app/index.js +++ b/app/index.js @@ -123,7 +123,7 @@ async function main() { require('@jupyterlab/filebrowser-extension').default.filter(({ id }) => [ '@jupyterlab/filebrowser-extension:factory', - '@jupyterlab/filebrowser-extension:defaultFileBrowser' + '@jupyterlab/filebrowser-extension:default-file-browser' ].includes(id) ), require('@jupyterlab/fileeditor-extension').default.filter(({ id }) => diff --git a/app/package.json b/app/package.json index 0f3d489681..f213803c5b 100644 --- a/app/package.json +++ b/app/package.json @@ -119,50 +119,50 @@ "@jupyter-notebook/tree": "^7.0.0-alpha.12", "@jupyter-notebook/tree-extension": "^7.0.0-alpha.12", "@jupyter-notebook/ui-components": "^7.0.0-alpha.12", - "@jupyterlab/application-extension": "^4.0.0-alpha.18", - "@jupyterlab/apputils-extension": "^4.0.0-alpha.18", - "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.18", - "@jupyterlab/celltags": "^4.0.0-alpha.18", - "@jupyterlab/celltags-extension": "^4.0.0-alpha.18", - "@jupyterlab/codemirror": "^4.0.0-alpha.18", - "@jupyterlab/codemirror-extension": "^4.0.0-alpha.18", + "@jupyterlab/application-extension": "^4.0.0-alpha.19", + "@jupyterlab/apputils-extension": "^4.0.0-alpha.19", + "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.19", + "@jupyterlab/celltags": "^4.0.0-alpha.19", + "@jupyterlab/celltags-extension": "^4.0.0-alpha.19", + "@jupyterlab/codemirror": "^4.0.0-alpha.19", + "@jupyterlab/codemirror-extension": "^4.0.0-alpha.19", "@jupyterlab/collaboration-extension": "^4.0.0-alpha.18", - "@jupyterlab/completer-extension": "^4.0.0-alpha.18", - "@jupyterlab/console-extension": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/debugger-extension": "^4.0.0-alpha.18", - "@jupyterlab/docmanager-extension": "^4.0.0-alpha.18", - "@jupyterlab/documentsearch-extension": "^4.0.0-alpha.18", - "@jupyterlab/filebrowser-extension": "^4.0.0-alpha.18", - "@jupyterlab/fileeditor-extension": "^4.0.0-alpha.18", - "@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.18", - "@jupyterlab/hub-extension": "^4.0.0-alpha.18", - "@jupyterlab/javascript-extension": "^4.0.0-alpha.18", - "@jupyterlab/json-extension": "^4.0.0-alpha.18", - "@jupyterlab/lsp": "^4.0.0-alpha.18", - "@jupyterlab/lsp-extension": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu-extension": "^4.0.0-alpha.18", - "@jupyterlab/markedparser-extension": "^4.0.0-alpha.18", - "@jupyterlab/mathjax2-extension": "^4.0.0-alpha.18", - "@jupyterlab/notebook-extension": "^4.0.0-alpha.18", - "@jupyterlab/pdf-extension": "^4.0.0-alpha.18", - "@jupyterlab/rendermime-extension": "^4.0.0-alpha.18", - "@jupyterlab/running-extension": "^4.0.0-alpha.18", - "@jupyterlab/settingeditor": "^4.0.0-alpha.18", - "@jupyterlab/settingeditor-extension": "^4.0.0-alpha.18", - "@jupyterlab/shortcuts-extension": "^4.0.0-alpha.18", - "@jupyterlab/terminal-extension": "^4.0.0-alpha.18", - "@jupyterlab/theme-dark-extension": "^4.0.0-alpha.18", - "@jupyterlab/theme-light-extension": "^4.0.0-alpha.18", - "@jupyterlab/toc-extension": "^6.0.0-alpha.18", - "@jupyterlab/tooltip-extension": "^4.0.0-alpha.18", - "@jupyterlab/translation-extension": "^4.0.0-alpha.18", - "@jupyterlab/ui-components-extension": "^4.0.0-alpha.18", - "@jupyterlab/vega5-extension": "^4.0.0-alpha.18" + "@jupyterlab/completer-extension": "^4.0.0-alpha.19", + "@jupyterlab/console-extension": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/debugger-extension": "^4.0.0-alpha.19", + "@jupyterlab/docmanager-extension": "^4.0.0-alpha.19", + "@jupyterlab/documentsearch-extension": "^4.0.0-alpha.19", + "@jupyterlab/filebrowser-extension": "^4.0.0-alpha.19", + "@jupyterlab/fileeditor-extension": "^4.0.0-alpha.19", + "@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.19", + "@jupyterlab/hub-extension": "^4.0.0-alpha.19", + "@jupyterlab/javascript-extension": "^4.0.0-alpha.19", + "@jupyterlab/json-extension": "^4.0.0-alpha.19", + "@jupyterlab/lsp": "^4.0.0-alpha.19", + "@jupyterlab/lsp-extension": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu-extension": "^4.0.0-alpha.19", + "@jupyterlab/markedparser-extension": "^4.0.0-alpha.19", + "@jupyterlab/mathjax2-extension": "^4.0.0-alpha.19", + "@jupyterlab/notebook-extension": "^4.0.0-alpha.19", + "@jupyterlab/pdf-extension": "^4.0.0-alpha.19", + "@jupyterlab/rendermime-extension": "^4.0.0-alpha.19", + "@jupyterlab/running-extension": "^4.0.0-alpha.19", + "@jupyterlab/settingeditor": "^4.0.0-alpha.19", + "@jupyterlab/settingeditor-extension": "^4.0.0-alpha.19", + "@jupyterlab/shortcuts-extension": "^4.0.0-alpha.19", + "@jupyterlab/terminal-extension": "^4.0.0-alpha.19", + "@jupyterlab/theme-dark-extension": "^4.0.0-alpha.19", + "@jupyterlab/theme-light-extension": "^4.0.0-alpha.19", + "@jupyterlab/toc-extension": "^6.0.0-alpha.19", + "@jupyterlab/tooltip-extension": "^4.0.0-alpha.19", + "@jupyterlab/translation-extension": "^4.0.0-alpha.19", + "@jupyterlab/ui-components-extension": "^4.0.0-alpha.19", + "@jupyterlab/vega5-extension": "^4.0.0-alpha.19" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0-alpha.18", - "@jupyterlab/buildutils": "^4.0.0-alpha.18", + "@jupyterlab/builder": "^4.0.0-alpha.19", + "@jupyterlab/buildutils": "^4.0.0-alpha.19", "@types/rimraf": "^3.0.2", "css-loader": "~5.0.1", "fs-extra": "^8.1.0", diff --git a/buildutils/package.json b/buildutils/package.json index 9d7a425ae9..a6c5747398 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -30,7 +30,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "^4.0.0-alpha.18", + "@jupyterlab/buildutils": "^4.0.0-alpha.19", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~4.9.3" diff --git a/package.json b/package.json index 9b354306d9..8db275b18a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch" }, "devDependencies": { - "@jupyterlab/buildutils": "^4.0.0-alpha.18", + "@jupyterlab/buildutils": "^4.0.0-alpha.19", "@typescript-eslint/eslint-plugin": "^4.2.0", "@typescript-eslint/parser": "^4.2.0", "eslint": "^7.10.0", diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 5a6c70a405..93fae44440 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -41,17 +41,17 @@ "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", "@jupyter-notebook/ui-components": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/celltags": "^4.0.0-alpha.18", - "@jupyterlab/codeeditor": "^4.0.0-alpha.18", - "@jupyterlab/console": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/docregistry": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu": "^4.0.0-alpha.18", - "@jupyterlab/settingregistry": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/celltags": "^4.0.0-alpha.19", + "@jupyterlab/codeeditor": "^4.0.0-alpha.19", + "@jupyterlab/console": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/docregistry": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu": "^4.0.0-alpha.19", + "@jupyterlab/settingregistry": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", "@lumino/coreutils": "^2.0.0-beta.0", "@lumino/disposable": "^2.0.0-beta.1", "@lumino/widgets": "^2.0.0-beta.1" diff --git a/packages/application/package.json b/packages/application/package.json index cf70a34a7d..4c7b9093eb 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -43,11 +43,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docregistry": "^4.0.0-alpha.18", - "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.18", - "@jupyterlab/ui-components": "^4.0.0-alpha.33", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docregistry": "^4.0.0-alpha.19", + "@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.9", + "@jupyterlab/ui-components": "^4.0.0-alpha.34", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/coreutils": "^2.0.0-beta.0", "@lumino/messaging": "^2.0.0-beta.0", @@ -58,7 +58,7 @@ "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.12.1", - "@jupyterlab/testutils": "^4.0.0-alpha.18", + "@jupyterlab/testutils": "^4.0.0-alpha.19", "@types/jest": "^29.2.5", "jest": "^29.3.1", "rimraf": "^3.0.2", diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index b6381f85d6..b2ab38cbe9 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -39,9 +39,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/console": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/console": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", "@lumino/algorithm": "^2.0.0-beta.0" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 6639b984d7..cb5c134ad7 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -39,11 +39,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/docregistry": "^4.0.0-alpha.18", - "@jupyterlab/services": "^7.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/docregistry": "^4.0.0-alpha.19", + "@jupyterlab/services": "^7.0.0-alpha.19", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/signaling": "^2.0.0-beta.1" }, diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index eb72ee8775..02046016b4 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -40,8 +40,8 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/documentsearch": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/documentsearch": "^4.0.0-alpha.19", "@lumino/widgets": "^2.0.0-beta.1" }, "devDependencies": { diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 87ae5efd4b..0404272bd5 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -40,10 +40,10 @@ }, "dependencies": { "@jupyter-notebook/ui-components": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 2fc07ee174..6b2fa7da07 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -44,17 +44,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docregistry": "^4.0.0-alpha.18", - "@jupyterlab/notebook": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docregistry": "^4.0.0-alpha.19", + "@jupyterlab/notebook": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", "@lumino/commands": "^2.0.0-beta.1", "@lumino/disposable": "^2.0.0-beta.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0-alpha.18", + "@jupyterlab/builder": "^4.0.0-alpha.19", "rimraf": "^3.0.2", "typescript": "~4.9.3" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index bce9bae994..ae86e41972 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -40,13 +40,13 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/cells": "^4.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/notebook": "^4.0.0-alpha.18", - "@jupyterlab/settingregistry": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/cells": "^4.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/notebook": "^4.0.0-alpha.19", + "@jupyterlab/settingregistry": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", "@lumino/polling": "^2.0.0-beta.1", "@lumino/widgets": "^2.0.0-beta.1" }, diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 3b718b2186..b65a8fd2a5 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -39,9 +39,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/terminal": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/terminal": "^4.0.0-alpha.19", "@lumino/algorithm": "^2.0.0-beta.0" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index a784325487..14f27df4d3 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -41,18 +41,18 @@ "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", "@jupyter-notebook/tree": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/filebrowser": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu": "^4.0.0-alpha.18", - "@jupyterlab/services": "^7.0.0-alpha.18", - "@jupyterlab/settingeditor": "^4.0.0-alpha.18", - "@jupyterlab/settingregistry": "^4.0.0-alpha.18", - "@jupyterlab/statedb": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", - "@jupyterlab/ui-components": "^4.0.0-alpha.33", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/filebrowser": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu": "^4.0.0-alpha.19", + "@jupyterlab/services": "^7.0.0-alpha.19", + "@jupyterlab/settingeditor": "^4.0.0-alpha.19", + "@jupyterlab/settingregistry": "^4.0.0-alpha.19", + "@jupyterlab/statedb": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", + "@jupyterlab/ui-components": "^4.0.0-alpha.34", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/commands": "^2.0.0-beta.1", "@lumino/widgets": "^2.0.0-beta.1" diff --git a/packages/tree/package.json b/packages/tree/package.json index cd97d1f261..e80001b893 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -40,17 +40,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.0.0-alpha.12", - "@jupyterlab/application": "^4.0.0-alpha.18", - "@jupyterlab/apputils": "^4.0.0-alpha.18", - "@jupyterlab/coreutils": "^6.0.0-alpha.18", - "@jupyterlab/docmanager": "^4.0.0-alpha.18", - "@jupyterlab/filebrowser": "^4.0.0-alpha.18", - "@jupyterlab/mainmenu": "^4.0.0-alpha.18", - "@jupyterlab/services": "^7.0.0-alpha.18", - "@jupyterlab/settingregistry": "^4.0.0-alpha.18", - "@jupyterlab/statedb": "^4.0.0-alpha.18", - "@jupyterlab/translation": "^4.0.0-alpha.18", - "@jupyterlab/ui-components": "^4.0.0-alpha.33", + "@jupyterlab/application": "^4.0.0-alpha.19", + "@jupyterlab/apputils": "^4.0.0-alpha.19", + "@jupyterlab/coreutils": "^6.0.0-alpha.19", + "@jupyterlab/docmanager": "^4.0.0-alpha.19", + "@jupyterlab/filebrowser": "^4.0.0-alpha.19", + "@jupyterlab/mainmenu": "^4.0.0-alpha.19", + "@jupyterlab/services": "^7.0.0-alpha.19", + "@jupyterlab/settingregistry": "^4.0.0-alpha.19", + "@jupyterlab/statedb": "^4.0.0-alpha.19", + "@jupyterlab/translation": "^4.0.0-alpha.19", + "@jupyterlab/ui-components": "^4.0.0-alpha.34", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/commands": "^2.0.0-beta.1", "@lumino/coreutils": "^2.0.0-beta.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index b1ec85030f..d1eb110c06 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -43,14 +43,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/ui-components": "^4.0.0-alpha.33", + "@jupyterlab/ui-components": "^4.0.0-alpha.34", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", - "@jupyterlab/testutils": "^4.0.0-alpha.18", + "@jupyterlab/testutils": "^4.0.0-alpha.19", "@types/jest": "^29.2.5", "babel-loader": "^8.0.6", "jest": "^29.3.1", diff --git a/ui-tests/package.json b/ui-tests/package.json index b55c469ee5..92c9b811f5 100644 --- a/ui-tests/package.json +++ b/ui-tests/package.json @@ -15,7 +15,7 @@ "test:update": "playwright test --update-snapshots" }, "dependencies": { - "@jupyterlab/galata": "~5.0.0-alpha.17", + "@jupyterlab/galata": "~5.0.0-alpha.19", "rimraf": "^3.0.2" } } diff --git a/ui-tests/yarn.lock b/ui-tests/yarn.lock index c35047b717..8ac497c493 100644 --- a/ui-tests/yarn.lock +++ b/ui-tests/yarn.lock @@ -209,10 +209,10 @@ resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5" integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg== -"@jupyter/ydoc@~0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@jupyter/ydoc/-/ydoc-0.2.2.tgz#a2be83d2a0e076cef7ed77302e69153a0a4d6c16" - integrity sha512-UtU7ZxpL0k+QF9So4wtGxaS2C+nno58dig7sQUaBn48wlQDiuypzKgUmF7I37srpu6f/ywon3JBuEjxuL1CIBQ== +"@jupyter/ydoc@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@jupyter/ydoc/-/ydoc-0.3.1.tgz#d7859a9bb511f19571559ee8a4e12d2d2e50b64f" + integrity sha512-e7tzgNYJW3XhO0gf39cKQrXxw1/1Z7h950xsKauwUij06ngMluj464b+FK1/n3/p/jD1GMhx5RNkQYvX6V9tAg== dependencies: "@jupyterlab/nbformat" "^3.0.0 || ^4.0.0-alpha.15" "@lumino/coreutils" "^1.11.0 || ^2.0.0-alpha.6" @@ -221,128 +221,128 @@ y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/application@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.17.tgz#72ae711a2d7495ad72585757854176158a7060ea" - integrity sha512-BudgguelAcT2p7SsmLUreimthDOgotQxKJ4EKJYY/acRfKLAREzO5tVmBUz3JBRqKDeVcfvU162HPHOacvwAGQ== +"@jupyterlab/application@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.19.tgz#9fafdc559ce040287cdb05a46b86c585b3a4aa5d" + integrity sha512-J+J8DXRWA4oVu+sX32JSdG6kkcOlVBrK1qcTtjSVluxKNwW3oqXBk+c8eEi1uxUaiVqi/gqpSYEm3x1MGbbdtw== dependencies: "@fortawesome/fontawesome-free" "^5.12.0" - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/application" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - -"@jupyterlab/apputils@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.17.tgz#0f27d9550ea562bd9f3f04630284e0803bba42b7" - integrity sha512-CJ1kcLxKixfzFu5e/sD/fdoamq2ufG8zpHWM2kalTajDCi9e6chmdnsZXhWQoyIxe/OtQT3zuqeNY0akazC8ZQ== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/settingregistry" "^4.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@types/react" "^17.0.0" - react "^17.0.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/application" "^2.0.0-beta.1" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/apputils@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.19.tgz#f9f7d80a264d4d08b7f105ae58bc5c503659a2b6" + integrity sha512-dDn9THDexcawh4JkPUMBekz1ru93IP9U+pcOjR48eK4vdnNaMMJQAW1gHVI5vM96YouQttm5+adqnRTDTc8IRw== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + "@types/react" "^18.0.26" + react "^18.2.0" sanitize-html "~2.7.3" -"@jupyterlab/attachments@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.17.tgz#0da0cdea17c5900518a366e5f4bade831c8f058f" - integrity sha512-KU47M07SKhRM/lk6LLjNFmeE7I5NWBmlhdKLGoJxr4fyL8tF/v2xk21X0WC512GqTUuYkmlWJ2irRX9e/v4mrA== - dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - -"@jupyterlab/cells@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.17.tgz#b56eaf41322260fd081adda76e1b8c74b3ac9556" - integrity sha512-XdImnkDI2dnNMCEyO0RW8nzvtJX6wyFVIKQ0BchSZkSw0RZ7hJjpIer2E7gavj3Y5MGwrivDGJGxZShVha658Q== - dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/attachments" "^4.0.0-alpha.17" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/codemirror" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/documentsearch" "^4.0.0-alpha.17" - "@jupyterlab/filebrowser" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/outputarea" "^4.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/toc" "^6.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/codeeditor@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.17.tgz#f7f2394e3532289d11e2dc8d221480fe6b380d89" - integrity sha512-i+I4qgCW8g3gVzeuClxvskKhSL2mgyp7BMsTqqQ35EiU5WMZIxhwHONdksDZTuIaXEGZ67iT8VRXeh6QDhmYQg== - dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/codemirror@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.17.tgz#cf4882be030bf0d5650594387f6d18a434ba9475" - integrity sha512-951QM8Vc9PuMNnSSZoEvdBS4kXQeYomReH3mgAdGSHSJyMsbJDNkUspkRVb9XwP79Q30tr3x5HGgukuPKWZhOQ== +"@jupyterlab/attachments@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.19.tgz#48abe8cc19168ccd7e527d6278cb7eb9678052dc" + integrity sha512-rGBWL6NK6bDFBiq5o6sa6nZ+iLTnwXLQXUiI2CTDq6JN2zWyALytOd0Pw+MjrvyhnnK5aYnD3Cv/JDU2u6kskQ== + dependencies: + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + +"@jupyterlab/cells@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.19.tgz#1e189b999f40ace5ecbeaa4dd0a0a2faee2b0b2a" + integrity sha512-F2mqqSkjhxJtsGIDkRNPQwJiqUwAn/8NZzjL3kCZOlpkei+jVXy1B/T5cvjaqDO700Z4r1VJA9azLSXzbXl3lA== + dependencies: + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/attachments" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/outputarea" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/codeeditor@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.19.tgz#25b588247beb030f540210fa47f8e7a011fdea20" + integrity sha512-cjxIM3Q/MTVsQPZFHPuI8Ua0i5Gja0Jw2TIoZm5RT8JmZx2SZmc7UBhcaTtOchAQbwSCIJueXS6jFcAj1o8B7w== + dependencies: + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/codemirror@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.19.tgz#0d31c8b4c483f1cf494f64d6288d65c01dd5b003" + integrity sha512-8PcntIcXxgiqNSqXCqtByaZYcE7y2LxUHjE6+rE+ZtLk/6eFtZ1zGTuaCUR+ga8i+Z5/7RuJOuaJAPJbDXDrKQ== dependencies: "@codemirror/autocomplete" "^6.0.0" "@codemirror/commands" "^6.0.0" @@ -364,185 +364,164 @@ "@codemirror/search" "^6.0.0" "@codemirror/state" "^6.0.0" "@codemirror/view" "^6.0.0" - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/documentsearch" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lezer/common" "^1.0.0" "@lezer/highlight" "^1.0.0" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" style-mod "^4.0.0" y-codemirror.next "^0.3.2" y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/coreutils@^6.0.0-alpha.17": - version "6.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.17.tgz#e4bceb662bc2e11a65b315f1b3b9b95b0edeb40b" - integrity sha512-F6ql6s2o+eYtEAkqpf9smF9gS1ln7KNtJaRmKG8FLC6pzGKMI6HmrTkWTUS9eU6hBEXidibYtZuj2bVv4B/Stg== +"@jupyterlab/coreutils@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.19.tgz#05d4984f6af640bea74002f59fb32d2e077ebd35" + integrity sha512-aCTf3o2OZRSAYMFoHJNqSimu0dyuTRDyQmQyglVBuMwH4SLXIXGnKQatxHwsFFyFMxOgiFxlYFLP1TK83WJFXQ== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" minimist "~1.2.0" - moment "^2.24.0" path-browserify "^1.0.0" url-parse "~1.5.4" -"@jupyterlab/docmanager@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.17.tgz#dbd132a37b16d123fc71bdc4c828c7f00153bcc7" - integrity sha512-eyT2akjunbX59D/Fj7SPwzU5BEVNpiHZ1lwtloQMYU0cmLQfdV3IVE28Lt5Rlp8cZw3wGhO+nuUmd6LUZrznIQ== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docprovider" "^4.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/docprovider@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-4.0.0-alpha.17.tgz#13347c6ca5ec6bf343b41a70281eb5c5a742b19e" - integrity sha512-vU86YlIpaY4dezO7TxpBSUob95pq0AQmpU+Yqi1oP7Y9K81aLKMwe8doj92o5MDbysw8xyO3GgGR2ceT1loV4g== - dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - y-protocols "^1.0.5" - y-websocket "^1.3.15" - yjs "^13.5.40" - -"@jupyterlab/docregistry@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.17.tgz#124c8a7c3c66b09c3ef9007904262157d5ac923f" - integrity sha512-W6DBdJ0bvPzCyIdHo/oTKkVTbS5DdzEhWPedPpB3lFZTEz4YGw6bzeBfw9Pd8tCX76F5Clfk/jRZaPLg7A2AMg== - dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/codemirror" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docprovider" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - -"@jupyterlab/documentsearch@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.17.tgz#10c37270e0e9cc3b80ea704b26601279db2492e4" - integrity sha512-dBlSfKpIqOqFGOM8o+K5Zhyj/7TVc6KD5Mrre9F/ACah0NEUtuskq7AmTv4AVrqqySO/r0xZh7y7h5BV3Z2KaQ== - dependencies: - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/filebrowser@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.17.tgz#29522de1c9298e47843e95443bb6549d3030c54e" - integrity sha512-R+ylK5GPyOXqvRE1ebcGGt17G5Tx5g4rfNOSvhNjAjVWup6I+qpLdvDHi5w4Uw1yXzYfMhqrVJA9mEalITjsgQ== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docmanager" "^4.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/galata@~5.0.0-alpha.17": - version "5.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/galata/-/galata-5.0.0-alpha.17.tgz#c2e2aae8f5104a95e6db4601da57ea4285f959fa" - integrity sha512-IWppq8XzBo92Si7a+HREHemrQYLpfcY2xy63VeeAjEBG9PqeC2Xl1GRhnTpP+ue0N/M8nRgoKMrYoAoUNlyLhA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.17" - "@jupyterlab/cells" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docmanager" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/notebook" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/settingregistry" "^4.0.0-alpha.17" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@playwright/test" "^1.29.0" +"@jupyterlab/docmanager@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.19.tgz#d13c8180f04b696bfbf477278ad918bdf9c27ab6" + integrity sha512-r75N8VWRjWXp0BrlvSkCPWySWlrQy2sCsi4M8IG1pToUdCjxTGwvj7O14T1iI6iZWk2q9Bdk2EUxWt3QMsZ74g== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/docregistry@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.19.tgz#2c9c4755cdf00967d48296cefa7bd3ded0b3882f" + integrity sha512-dzRyDiOh2nOnOpnhszQlLVCQawwSbhstQoOM5bg9tiCQW+C86TczXbtIORaqEAI1SKHCfb+YMMlcywkLFwDaUQ== + dependencies: + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/documentsearch@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.19.tgz#d67e46c7e74a3043204e4ccb1ad09743b40c4d3b" + integrity sha512-3PYyD9/mt9GMZJz1zWD4Bg0bHxruLDq1VMTD360GJYgn9paBPyEruEhfLYyyubmngyGrjJvUCmDOfI96xxAKzg== + dependencies: + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/filebrowser@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.19.tgz#baba1bba0cba0e55e4392562922e94781a9dd965" + integrity sha512-OFA6MSKvbqQ2C9tdnKSa3RmJ+0V+S449wnFvOcHSd2YRpiLtAQ2/JFbj01wDXnYgthv9ZeT9vmoh/cfynNgqfg== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/galata@~5.0.0-alpha.19": + version "5.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/galata/-/galata-5.0.0-alpha.19.tgz#01ba34c5599242da66ce1bf5b038ebea55956a20" + integrity sha512-qjO8hoHTOOJX51zJ+PcX7UNmYp1L0N1KidWIgig4Ydt+0KQdJV1J6YJ0NlKfpV9m+XzJsrDYKlTz024K92Bigw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@playwright/test" "^1.30.0" "@stdlib/stats" "~0.0.13" fs-extra "^10.1.0" - http-server "^13.0.0" - json5 "^2.1.1" + json5 "^2.2.3" path "~0.12.7" systeminformation "^5.8.6" vega "^5.20.0" vega-lite "^5.1.0" vega-statistics "^1.7.9" -"@jupyterlab/lsp@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.17.tgz#b8064486cdcf85a80b722c6fb88b55eecb32a761" - integrity sha512-+0GrbIphCABaj7t0apNwTryJgLIY7SZ68jGLOlOe1gPOc78l0AZr2Bq5wbLIOJ5V8kpvaCTrU3shMQ5d3K3YPg== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" +"@jupyterlab/lsp@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.19.tgz#ae3a9d5a097a468810440138be1453bebd80733a" + integrity sha512-CZ0KrS+9oq6xPSqzjoRP+MOgXbnA8R9OMUV9fxo2x0J+7ysVSdMJwrXy4uP7Vwh1mac6j/ZWiw0Xh6BM8xXKdw== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" lodash.mergewith "^4.6.1" vscode-jsonrpc "^6.0.0" vscode-languageserver-protocol "^3.17.0" @@ -555,213 +534,215 @@ dependencies: "@lumino/coreutils" "^1.11.0" -"@jupyterlab/nbformat@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.17.tgz#4b25586913f73956e1c289667b9e9e278e2b68bf" - integrity sha512-qVp3s+QAdQr/AkR/ISMbrwzRRZlC98/COYIyGO5YhBQyHcOrryivYW4T//YsM1aetyoon1JNtVS68Xieca3Z9Q== - dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - -"@jupyterlab/notebook@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.17.tgz#4a03f357ac260bf20fb52e224c42e34b2530aff2" - integrity sha512-gwqCCYTxC2/R8RJ2OXnaw3P/mcOUlsoid8vGXZlrgS2N+ZDU0qM5Wi8bHqdBIMGoC7HOiBOBUUPwJGt/J9qYcA== - dependencies: - "@jupyter/ydoc" "~0.2.2" - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/cells" "^4.0.0-alpha.17" - "@jupyterlab/codeeditor" "^4.0.0-alpha.17" - "@jupyterlab/codemirror" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/documentsearch" "^4.0.0-alpha.17" - "@jupyterlab/lsp" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/settingregistry" "^4.0.0-alpha.17" - "@jupyterlab/statusbar" "^4.0.0-alpha.17" - "@jupyterlab/toc" "^6.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/observables@^5.0.0-alpha.17": - version "5.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.17.tgz#0ceab3709ff99ea7e596bc715ba20f99b8f34e4d" - integrity sha512-RlmyUn8imE04G39c5ay2mR4X7xd4+x9q6GSm3ObvzuBN6A2r/q17dfGFUMlJeyEfoV1MuMo1oGqsyABWNi33lg== - dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - -"@jupyterlab/outputarea@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.17.tgz#eac911f9578abcac1d93c7de93293276bff5ff27" - integrity sha512-bmJ7uFCLL1RvvkaS7C6wlNJmgOx5iMXyLxpPZ2FH/xDZAP7n+TrWYjHUsuoO7ARTX34H0NFX3qa4hWEfJqHGhQ== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - -"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.17": - version "3.8.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.17.tgz#79943eae7f4eb2fc773138f4f2ac99e8ef5dfd22" - integrity sha512-WU6MTvrnRgoxrN5ZnT63s/Ag1n3Q/DeFpq8sBcoglzckCcmVIi0OwNHZZMFQWw1jQgDQfr0SXQgXKDxtg6pgzQ== - dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - -"@jupyterlab/rendermime@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.17.tgz#950da12cbe2f748d0515bee2dc0ae0bc7b9627fb" - integrity sha512-lO+dT1E2ODyQerofFCybwcwaRhWzXmQoBP7mbtckBZPgaqG24j1cIK5exiEvObGeOoAeITNbwcHK+O27l4Antw== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/nbformat@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.19.tgz#f12697b830168acfb08df68d1d46ee298010d4e7" + integrity sha512-4F6TJyTSZD4+Ez73lnItp099ZYUQ6jxKRbTsyyppwSUYycrws34FbNcoGPIGgL0fF77chn7WMmPvg9hgGfdKmw== + dependencies: + "@lumino/coreutils" "^2.0.0-beta.0" + +"@jupyterlab/notebook@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.19.tgz#06d8708c9482213e855192ec95aa015f30fa0992" + integrity sha512-LFkmOM0X5jrdFp/tvmFFyVnxGad7wteEQ7EM2VUK0H+h+moT4y+Plo4e/evJM75TOxjMbofaJuq3FJkvaFg7Ig== + dependencies: + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/observables@^5.0.0-alpha.19": + version "5.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.19.tgz#8da3e90b27563884bcbb9020f501f1cb61a3d155" + integrity sha512-q2sgbyCXmN/6HjyEWI980qBSrX/+YnqW1gugjhxDajvT0I7njOhxsdt+njQfvSZS3HuD5sOIECQrI/7Ce1e8xg== + dependencies: + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + +"@jupyterlab/outputarea@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.19.tgz#5bc2d150888dc603d5e5ce6739b4187448768ddc" + integrity sha512-peYM4RZJLp2SmX3Fs0oGqJIn/1zaC9NKWEjuQZ0WpKL6FM6sY9695HrYZBjO4kYsOgWhKiaddMyKIcMZbVK/8g== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.19": + version "3.8.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.19.tgz#a896583e9dadd65def05638e5e28dc61a7ef73f5" + integrity sha512-AUkllpfWTwpvvYwpfePByeknaZzBUFkh3BBoPkjXEKhBLiVireykTF3Vml7TxxY3MFmLi/G/xuLBBpmmjVQYEA== + dependencies: + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/rendermime@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.19.tgz#f7e7dedff75040efa099f425f04294dc331055e2" + integrity sha512-GF+bs1CeLoqH7FBhsr/pZhlpwze8WACg4A3C4TX1AcE4etUywI1OWxquI+F5OPXpEJCvttQVusFE4pjGNckmLg== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" lodash.escape "^4.0.1" -"@jupyterlab/services@^7.0.0-alpha.17": - version "7.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.17.tgz#d6fb53b69399efe11f5da71494279db49d4a3279" - integrity sha512-T1sT//vXllwsLBRGxEFNkqF4AcTFBV7PRCPblK66Wwa5gvu+KvLRoL2CiPOYjwSrASZ/6nhaQyL3oBnRlvFmoA== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/settingregistry" "^4.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - node-fetch "^2.6.0" +"@jupyterlab/services@^7.0.0-alpha.19": + version "7.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.19.tgz#6071f4547f3c341ae076b34b7e92eaa7ce8b8535" + integrity sha512-fFahcIEdb/LQS8qGy7cYyfBAdifF2yjEhrdgfq7fCTNvuP8BkZr6MKNiTv7HlsADeg+7XvmbgWIzcfeOnmGiWg== + dependencies: + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" ws "^8.11.0" -"@jupyterlab/settingregistry@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.17.tgz#8ccc96bab21115d0b45d4045b3c05c8a26b2c58e" - integrity sha512-aBm6lnEiYJv9S84dIks3vOKNrIy3OmXk/HgtL4qxfGVr5N+uPjIhY0F5eW8atCi+N2fzPugN3YnRclen5IXImg== - dependencies: - "@jupyterlab/nbformat" "^4.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - ajv "^6.12.3" - json5 "^2.1.1" - -"@jupyterlab/statedb@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.17.tgz#82a82a8295c72cac1fe4d1eab93f16b5c063cd01" - integrity sha512-oUy1WELSjaXUveR0WaQfu7qTi8c5GEAbR/ve3M/gzJNtPkR8lq5KexOQmuIUAKscY9IE7Xm2MHTRm6aTTfsZJg== - dependencies: - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - -"@jupyterlab/statusbar@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.17.tgz#c8277cf74504b962d4f9e13bc0fcdd895148a32d" - integrity sha512-572a7BXj8qXPq1H/++IBoRsP8dNpOtKYJxWz7G2I0B+gEu4fioMfkgKkP1W1gYlYZ87nPE0GmuWptgwrH9ddRA== - dependencies: - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/toc@^6.0.0-alpha.17": - version "6.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.17.tgz#05d7539a15051cbf2a41f421f16e7f1375c3b140" - integrity sha512-2KFIQV6EwqHN7fSSGHoaffJqILpKaV7aG97wOejXqYTgAFul5qeOJHB5M3d3seO2bDcoX7YRsrGU9tEKiuWfhA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.17" - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/docregistry" "^4.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime" "^4.0.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@jupyterlab/ui-components" "^4.0.0-alpha.32" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^17.0.1" - -"@jupyterlab/translation@^4.0.0-alpha.17": - version "4.0.0-alpha.17" - resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.17.tgz#8c00772182119e081f325b7cf2ef7a3498213eea" - integrity sha512-lJZsIC2RoENTBvyT+xJENXal/bAwF/HI295IIflvB1hJZ3837cWToXuKM/zMyKtku8uPNQo2aI9/kBmtMguz4Q== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/services" "^7.0.0-alpha.17" - "@jupyterlab/statedb" "^4.0.0-alpha.17" - "@lumino/coreutils" "^2.0.0-alpha.6" - -"@jupyterlab/ui-components@^4.0.0-alpha.32": - version "4.0.0-alpha.32" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.32.tgz#faa5ef36243bd4b9239f47c5c7036c0fa8158fac" - integrity sha512-IfGYp4va44MYdapEKhUtXcRBG3jBiChDKEocu1FvwspcgDWJcoK5HlPTJX1W7EivPvwN8u/XYZjkvoMw8CGQ2w== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.17" - "@jupyterlab/observables" "^5.0.0-alpha.17" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17" - "@jupyterlab/translation" "^4.0.0-alpha.17" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" - react "^17.0.1" - react-dom "^17.0.1" +"@jupyterlab/settingregistry@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.19.tgz#359e8fbf1c97f900c4811338ef8b4333caf27eb6" + integrity sha512-JRNdyZt/+ON2UH2ASSK1MWRc8pQZ91iE/Ls92+MOvaTqAVXDjHYECftdXY7p7YzsAw250YfsUOuvMFshwWyKJA== + dependencies: + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@rjsf/utils" "^5.1.0" + ajv "^8.12.0" + json5 "^2.2.3" + +"@jupyterlab/statedb@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.19.tgz#7887e31514413c9338b768becf4688f797085ead" + integrity sha512-bN1VIrBFWgPgZKVdVRlp0+Go59eOQQzwZ9kykTMCQumsdWdwvA+QPbiKLhsn4HepGJpUu7Yw4WRPatkG/m/kTQ== + dependencies: + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + +"@jupyterlab/statusbar@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.19.tgz#a528f520d947f766a2bf51d80da3d475f0ee99c7" + integrity sha512-wtPfM6sJH0MwJzbGfqySF6j6UYXfw+1KzrQ+jRvUju9S+WptMLAJ8nhP5DMl5Iki1WdcInZiZ+eb2XsRduulsA== + dependencies: + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/toc@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.19.tgz#0c0cdb6b3340dfcccc17122ec9f19dbf0d90a61e" + integrity sha512-pO2hky0s9qdFDHAL3L+MwJqUXfH+Y1v5+sWfDVMkpKyoLel6u6wWJ6xRS9OUjSL+UtQX7t/HkyuJhCBcu+5JAA== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/translation@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.19.tgz#4f978efc2b5e4a18ff729a8383ab3b0800686c20" + integrity sha512-KDOWeUswjOSVSv2ytH0BJaDIT6JhmNP5cAPlHoDF54G0AotWEdethaTDpjdi4Bi40wqgEpJqLg+C/ebIDE7n2Q== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + +"@jupyterlab/ui-components@^4.0.0-alpha.34": + version "4.0.0-alpha.34" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.34.tgz#eef2a505f36b576b674252219852583dd97e5ccd" + integrity sha512-84cYWCj0Hq1v2BCXneI11KQ2F+HtNPZIC1H/vM77pRCm8XTdMNh5/L+tl4OrCF5eI6pTfZa9RdZll8e1TTy/2g== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + "@rjsf/core" "^5.1.0" + "@rjsf/utils" "^5.1.0" + react "^18.2.0" + react-dom "^18.2.0" typestyle "^2.0.4" "@lezer/common@^1.0.0": @@ -877,49 +858,49 @@ resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.2.tgz#b95e6419aed58ff6b863a51bfb4add0f795141d3" integrity sha512-Z06lp/yuhz8CtIir3PNTGnuk7909eXt4ukJsCzChsGuot2l5Fbs96RJ/FOHgwCedaX74CtxPjXHXoszFbUA+4A== -"@lumino/algorithm@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.0-alpha.6.tgz#8fe693a929e4a755135ee96f0faa2b65252b2727" - integrity sha512-pEU2ESKVp6APuR+H32oJFIpQUDKozhyruwznoKh7P3RnaqnjaMMdCSMWzfKIojgINfDqqWNY3awurPtbToht1g== +"@lumino/algorithm@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.0-beta.0.tgz#97c13c7b62ed3c86a3b40c34ac9b1e61c9cb1742" + integrity sha512-Uh2luxjC8L80Z1lTHUzRWp/2fc3ZaWy+db0SvqYU61xrp73nyUpwp237E/s4IaLSGP3TVkp5WFcUagt6Ehy+5w== -"@lumino/application@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/application/-/application-2.0.0-alpha.6.tgz#34b26f5e1c6929ebe77bfe53359b1fcb55e29d46" - integrity sha512-CIwpuBF+tzu5MQdpfdyDsmkDRI2SK/mvyrAdYbe5G4gST8k18wbzdxvst3+QOshieKjzol8iUlsQTBGJVcvkNg== +"@lumino/application@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/application/-/application-2.0.0-beta.1.tgz#e92ef42008c437d353120e87784d1597868a0f71" + integrity sha512-QBEHd0KbAP4eQIy12bxxuoIGyvWd1awgdFF1nOY2wjKN9V6qhi7OROXR+6WubXGIlK4AC0L6iBi+9TOev9cI5Q== dependencies: - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@lumino/collections@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.0-alpha.6.tgz#1ae69c534f035ff6c1ad0e3e859e76e0b1380a4a" - integrity sha512-/rTBvYH1hZc3kTdoJS4QML+bICXfH/Ecch9nOiGzFmG8rFlCt3FGZlDiNft5TzuRjbs+DFn4r4JPSl8t9HSBXA== +"@lumino/collections@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.0-beta.0.tgz#72ccc98effd904b90e4b5e6ce4301146b3fdb1c3" + integrity sha512-mO7zOS+lkes/Ouy8ibdPexEh5Nu6ec7XEw5lffhGlbBfrg/s/mkHUjOdnKrtiTAI2Nq4APLHZftcZuCHCVWknA== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" -"@lumino/commands@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.0.0-alpha.6.tgz#5823aa1234c183e4160e7e0bbae3715bad0a5a48" - integrity sha512-y6EIijVEMwxYdWy2vDrD3gjv0d2Z5ZYtekjyjoK58W8I24qoYyxxg/6rlhUNp/fl8MW3/gj9v+qxNnmto6wkdg== +"@lumino/commands@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.0.0-beta.1.tgz#1cb4f00180d5fd501d0fee361727076c291d1e1f" + integrity sha512-1VhFwJGuGaUMUdoUbWW0zhiVw8D8VhXtTdy3c8nUi3+D0iaI+PgWutZh/BmIC9/uCYeYttQiIm2lcEZrjoCS9w== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/keyboard" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/keyboard" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" "@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6": version "1.12.1" resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.12.1.tgz#79860c9937483ddf6cda87f6c2b9da8eb1a5d768" integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ== -"@lumino/coreutils@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.0.0-alpha.6.tgz#77279303fc72932e3131a085dcaa34e808a09739" - integrity sha512-W0qqJZoPRHscHL5k/DHSOea7LugPVx7DmART925bdrD8PU1Rw4K0mUzKb/Zsin4m1O5IMBoPuGEdEG5Jhq3KyA== +"@lumino/coreutils@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.0.0-beta.0.tgz#7be152e1d507365524c7b284360d6b78b6c93d2d" + integrity sha512-leOyutyBztkWdb3v8keD7+y5FyZvU0LKsws79I3zm68pqi4XecqzZdKkcJ8OuyG8N9Ug5Xtw3uNXC2kyt9/eIA== "@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6": version "1.10.3" @@ -929,57 +910,57 @@ "@lumino/algorithm" "^1.9.2" "@lumino/signaling" "^1.11.0" -"@lumino/disposable@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.0.0-alpha.6.tgz#ccb899b7b4ad6db359c351fe2b2ba989977b06a7" - integrity sha512-jh3QbkmIVHJfavXh068J/T/xC+mM9CxItUUApkbYlPBrpc38AzT0Cj1hdnyURsIo1nbOObydgw2H1SD5UssoEw== +"@lumino/disposable@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.0.0-beta.1.tgz#0b1fa3492d31c3c6d34cc7ec5c1f031d95178e3e" + integrity sha512-QkQC4LXK+slgRVmIQDwAbN5vdGXV+S/meRHqSYJxyJj5PDJsilCn4TKohRA4ld+n1yuBqKuuFurui5wXnYjjKw== dependencies: - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/signaling" "^2.0.0-beta.1" -"@lumino/domutils@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.0-alpha.6.tgz#efd9cdb9d387c6bd9b078a8d610c8eceacef507a" - integrity sha512-hgNIGscYFwXOX3Wr5sbNFVaApCtr8diyrKmEw9l7NE/iT1DvLVUyfig+PG1ROgBIXMv/2DRvd9/S3Tm1rZ0+2g== +"@lumino/domutils@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.0-beta.0.tgz#9d6d0ccc2f878dbf229ed9e6865f677fbbebf123" + integrity sha512-fuht6bEWEuoTxQPtrEwKb2dIe8MLS5clXEg1ERVdPiALkwQZyQjcqv0hj2izE+g+qca8uZ/IWe4cXu96uOgTzA== -"@lumino/dragdrop@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.0.0-alpha.6.tgz#0380a04ee581a453456f6489bd97191326600208" - integrity sha512-/ZCoIxiyJo0VcPfYQcABmWHuBfG33UlHH1mmxEw+HsC/HKcNqLuSzLb2N1vi/E18H9poeE1uIBQjy8SxVcLK2A== +"@lumino/dragdrop@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.0.0-beta.1.tgz#9563acac5156377a7038374e88a53f5a60f559fb" + integrity sha512-IF2v17h38PwkMQw0xb2wl8QvM4viC1NkYaMI7VRU9yprH+9kuJ23IfxcBvVYJgONxLDvUMARlsAHXwQEhkVFKw== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" -"@lumino/keyboard@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.0-alpha.6.tgz#66160bee7dd36d45007e682b7d34bb289f69cc0c" - integrity sha512-p/V3hNrxa3QbEetLDXZOWDFFFQ71PCwEpmMwZohIXgSGR1Z7x/dAIhA6oBlN5YuDpjnTboIDUKKgRZ+SNy9UxA== +"@lumino/keyboard@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.0-beta.0.tgz#21368492984acef4d593c033b92dadee17689128" + integrity sha512-YUwfgzvDCtTcctWvQ71ZRj6JBGL1HfR9MBcP4fFJnqWI96Zuht/VEH745U/WK1pwa0FKq3gWcDlwf4b61y2/eg== -"@lumino/messaging@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.0-alpha.6.tgz#0502023edb7d64e94edd6e9e79b3f5a7d2c138bb" - integrity sha512-fNoZDBrzag57t+POlUNZLhdHEGrtXImfARbl3VUvufbEi8hrXvkRAa0TS1rU/gRQM1tZApGZTrTwNDwkZa+f5w== +"@lumino/messaging@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.0-beta.0.tgz#c1a11ef66e1e2645fad2953761973d8c4eb453a8" + integrity sha512-EP28kYRQO1Y8fuAoM6ANieIQyu4iF9AP1vPqzPBxLK3GiYWZo0b1wwjxqBIFxMfx2fovpM9mLrU9aDnQIOZqJw== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/collections" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/collections" "^2.0.0-beta.0" -"@lumino/polling@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-2.0.0-alpha.6.tgz#5f9f50725efa1080e8bac80c2c35c14401b8b5a1" - integrity sha512-lTyJsxwQnm1qBjDkMHVOW+TuPRjtzcvs9N7SEDEoQGFgerhYTpwree6AkLO4FSjo58BeHThOvYoUiTPPW1Dhxg== +"@lumino/polling@^2.0.0-beta.0": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-2.0.0-beta.1.tgz#f6cef4884a5969f71d55e8bfcea71692fde42fbd" + integrity sha512-MaxtQsbtSWZmNtVa5/kHz74LJn1COdA2jtDIt/YZEv8A1U4UOL6++Q863HPIKttYIcuDk/16K0kBAEoAJPJQ6Q== dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" "@lumino/properties@^1.8.2": version "1.8.2" resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.2.tgz#91131f2ca91a902faa138771eb63341db78fc0fd" integrity sha512-EkjI9Cw8R0U+xC9HxdFSu7X1tz1H1vKu20cGvJ2gU+CXlMB1DvoYJCYxCThByHZ+kURTAap4SE5x8HvKwNPbig== -"@lumino/properties@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.0-alpha.6.tgz#610195cdbe7307b1f49d6c59d71504c60cae8c20" - integrity sha512-UeJv3vX9QxfSof6asjJWjw+voDT6VSViCq5EMsbxRtBco4oH/48m1pOyLPRagfNL/ii3pEhsHaqax992OsTVKg== +"@lumino/properties@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.0-beta.0.tgz#df0852e6b040ab063f25a74d16655ed53570d06d" + integrity sha512-Yt1EFrDXUx4fNPLZtNf1j5hscVJrDAzarrmAv3haeN78vG8VZM6IacG0/wetYPFs5/d4ploz07+TkHlUnFDHfQ== "@lumino/signaling@^1.10.0 || ^2.0.0-alpha.6", "@lumino/signaling@^1.11.0": version "1.11.0" @@ -989,60 +970,66 @@ "@lumino/algorithm" "^1.9.2" "@lumino/properties" "^1.8.2" -"@lumino/signaling@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.0.0-alpha.6.tgz#bc017718ff7f9ca2675a51594908e03c17936fef" - integrity sha512-LEtaxMXmy1yJuej68/6vCOx1FyrH9lA18z11ejvxLKkKuqWh9srFil0yHhljK+Qvd5ZUpg6vyMI+oBYiL2GPtQ== - dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - -"@lumino/virtualdom@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.0-alpha.6.tgz#608efc17ed2eda6eee4fd90a18e0739cd5316c5f" - integrity sha512-eSo0OnKK6WLjH8ktZSbBX09+oahd6m7aPWFufFe+U2UMzx6f0O8ZfWMj6qCsj5EqHtk37jSD0XejQhXP8AAjeA== - dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - -"@lumino/widgets@^2.0.0-alpha.6": - version "2.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.0.0-alpha.6.tgz#2a218fb5d07f3433ab78ab5f057ba880279f608f" - integrity sha512-eGvIJjZSubdTJ/Hl/n4x2fAN357LI9qWlpKNA55LoD11T26Sjz/dR+Gsz5TSXCUKreQaUIElcKtqDMiW+RUM5A== - dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/keyboard" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - -"@playwright/test@^1.29.0": - version "1.29.1" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.1.tgz#f2ed4dc143b9c7825a7ad2703b2f1ac4354e1145" - integrity sha512-iQxk2DX5U9wOGV3+/Jh9OHPsw5H3mleUL2S4BgQuwtlAfK3PnKvn38m4Rg9zIViGHVW24opSm99HQm/UFLEy6w== +"@lumino/signaling@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.0.0-beta.1.tgz#ad0a02aba49718084b5e5c630c1e40a1b75eacd3" + integrity sha512-hmQDMCSA7pGuOB0sb9I7e73Pome2dyWc1z9W6I/4n7+qzcqVlFrx07hN01SosSldZ5I769ZIscAIuKaUrey86g== + dependencies: + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + +"@lumino/virtualdom@^2.0.0-beta.0": + version "2.0.0-beta.0" + resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.0-beta.0.tgz#134bd2023b95591de687aed883f892ba1edbc451" + integrity sha512-oVrV//M0xpGZ9yeA2oQ6kWTRaNbS8JAzzY7yw5sqOkZxLJ/MFpebnq31L6CHXPmTnW4xkZK7hsFKbZjfgMnCyQ== + dependencies: + "@lumino/algorithm" "^2.0.0-beta.0" + +"@lumino/widgets@^2.0.0-beta.1": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.0.0-beta.1.tgz#d4cf14b216dccc3e9d2a5b30ce5d4069c64730bd" + integrity sha512-YjSA0yUA+8CfzkpX4PXlp0PfEEbKBHBqtwe+GvkWmY8k3Sqbjtkpmf2L+N1QA2Z5EW6d6vct4mqV3NlHd9qrLg== + dependencies: + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/keyboard" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + +"@playwright/test@^1.30.0": + version "1.30.0" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.30.0.tgz#8c0c4930ff2c7be7b3ec3fd434b2a3b4465ed7cb" + integrity sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw== dependencies: "@types/node" "*" - playwright-core "1.29.1" + playwright-core "1.30.0" -"@rjsf/core@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-4.2.3.tgz#7ff2fb593f0af20485dc267391a8971378eec655" - integrity sha512-dRXhd1Tac/9OcG0VDrYDF2boNTyKINEEITEtJ4L1Yce2iMVk66U52BhWKIFp/WXDM27vwnOfwQo4NwGiqeQeHw== - dependencies: - "@types/json-schema" "^7.0.7" - ajv "^6.7.0" - core-js-pure "^3.6.5" - json-schema-merge-allof "^0.6.0" - jsonpointer "^5.0.0" +"@rjsf/core@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.1.0.tgz#431e45c273f51badbffe4359ff294d927852ff58" + integrity sha512-n2FeSk9iDuCF+Zo6nMLPuWsGsHCRiWnfohLNoyl1ll/tv6Ac5Oh0W3cwClIUEmJwaUFPaU/2O4ihFvSCdXwHlw== + dependencies: lodash "^4.17.15" lodash-es "^4.17.15" - nanoid "^3.1.23" + nanoid "^3.3.4" prop-types "^15.7.2" - react-is "16.9.0" + +"@rjsf/utils@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.1.0.tgz#d96dea755a17f8d5758c49b87ad125e0cb0a7426" + integrity sha512-b6ZPl5H+1trBitFUfNY9eBClfxsHqsRDtw6fwxSwdVgseAnb33kGxO+/0KLzDfSY2L0b2yOwKGY4kyHmpBUThQ== + dependencies: + json-schema-merge-allof "^0.8.1" + jsonpointer "^5.0.1" + lodash "^4.17.15" + lodash-es "^4.17.15" + react-is "^18.2.0" "@stdlib/array@^0.0.x": version "0.0.12" @@ -1383,11 +1370,6 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83" integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw== -"@types/json-schema@^7.0.7": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== - "@types/node@*": version "18.7.23" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f" @@ -1398,10 +1380,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@^17.0.0": - version "17.0.50" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc" - integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA== +"@types/react@^18.0.26": + version "18.0.28" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065" + integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -1412,36 +1394,14 @@ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== -abstract-leveldown@^6.2.1: - version "6.3.0" - resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.3.0.tgz#d25221d1e6612f820c35963ba4bd739928f6026a" - integrity sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ== - dependencies: - buffer "^5.5.0" - immediate "^3.2.3" - level-concat-iterator "~2.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - -abstract-leveldown@~6.2.1, abstract-leveldown@~6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz#036543d87e3710f2528e47040bc3261b77a9a8eb" - integrity sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ== - dependencies: - buffer "^5.5.0" - immediate "^3.2.3" - level-concat-iterator "~2.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - -ajv@^6.12.3, ajv@^6.7.0: - version "6.12.6" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== +ajv@^8.12.0: + version "8.12.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1" + integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== dependencies: fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" uri-js "^4.2.2" ansi-regex@^5.0.1: @@ -1449,7 +1409,7 @@ ansi-regex@^5.0.1: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== -ansi-styles@^4.0.0, ansi-styles@^4.1.0: +ansi-styles@^4.0.0: version "4.3.0" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== @@ -1461,33 +1421,11 @@ array-flat-polyfill@^1.0.1: resolved "https://registry.yarnpkg.com/array-flat-polyfill/-/array-flat-polyfill-1.0.1.tgz#1e3a4255be619dfbffbfd1d635c1cf357cd034e7" integrity sha512-hfJmKupmQN0lwi0xG6FQ5U8Rd97RnIERplymOv/qpq8AoNKPPAnxJadjFA23FNWm88wykh9HmpLJUUwUtNU/iw== -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - -async@^2.6.4: - version "2.6.4" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" - integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA== - dependencies: - lodash "^4.17.14" - balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -base64-js@^1.3.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -basic-auth@^1.0.3: - version "1.1.0" - resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884" - integrity sha512-CtGuTyWf3ig+sgRyC7uP6DM3N+5ur/p8L+FPfsd+BbIfIs74TFfCajZTHnCw6K5dqM0bZEbRIqRy1fAdiUJhTA== - brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -1496,30 +1434,6 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -buffer@^5.5.0, buffer@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -call-bind@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -chalk@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - cliui@^7.0.2: version "7.0.4" resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" @@ -1565,7 +1479,7 @@ compute-gcd@^1.2.1: validate.io-function "^1.0.2" validate.io-integer-array "^1.0.0" -compute-lcm@^1.1.0: +compute-lcm@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/compute-lcm/-/compute-lcm-1.1.2.tgz#9107c66b9dca28cefb22b4ab4545caac4034af23" integrity sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ== @@ -1580,21 +1494,11 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -core-js-pure@^3.6.5: - version "3.25.3" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.25.3.tgz#66ac5bfa5754b47fdfd14f3841c5ed21c46db608" - integrity sha512-T/7qvgv70MEvRkZ8p6BasLZmOVYKzOaWNBEHAU8FmveCJkl4nko2quqPQOmy6AJIp5MBanhz9no3A94NoRb0XA== - core-util-is@~1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== -corser@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/corser/-/corser-2.0.1.tgz#8eda252ecaab5840dcd975ceb90d9370c819ff87" - integrity sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ== - crelt@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.5.tgz#57c0d52af8c859e354bace1883eb2e1eb182bb94" @@ -1746,26 +1650,11 @@ debug@^2.6.9: dependencies: ms "2.0.0" -debug@^3.2.7: - version "3.2.7" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" - integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== - dependencies: - ms "^2.1.1" - deepmerge@^4.2.2: version "4.2.2" resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== -deferred-leveldown@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/deferred-leveldown/-/deferred-leveldown-5.3.0.tgz#27a997ad95408b61161aa69bd489b86c71b78058" - integrity sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw== - dependencies: - abstract-leveldown "~6.2.1" - inherits "^2.0.3" - delaunator@5: version "5.0.0" resolved "https://registry.yarnpkg.com/delaunator/-/delaunator-5.0.0.tgz#60f052b28bd91c9b4566850ebf7756efe821d81b" @@ -1808,28 +1697,11 @@ emoji-regex@^8.0.0: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== -encoding-down@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/encoding-down/-/encoding-down-6.3.0.tgz#b1c4eb0e1728c146ecaef8e32963c549e76d082b" - integrity sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw== - dependencies: - abstract-leveldown "^6.2.1" - inherits "^2.0.3" - level-codec "^9.0.0" - level-errors "^2.0.0" - entities@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== -errno@~0.1.1: - version "0.1.8" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" - integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== - dependencies: - prr "~1.0.1" - escalade@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" @@ -1840,26 +1712,16 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eventemitter3@^4.0.0: - version "4.0.7" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" - integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - fast-deep-equal@^3.1.1, fast-deep-equal@~3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@~2.1.0: +fast-json-stable-stringify@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== -follow-redirects@^1.0.0: - version "1.15.2" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" - integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== - free-style@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/free-style/-/free-style-3.1.0.tgz#4e2996029534e6b1731611d843437b9e2f473f08" @@ -1879,25 +1741,11 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== -get-intrinsic@^1.0.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385" - integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.3" - glob@^7.1.3: version "7.2.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" @@ -1915,28 +1763,6 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -he@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" - integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - htmlparser2@^6.0.0: version "6.1.0" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" @@ -1947,33 +1773,6 @@ htmlparser2@^6.0.0: domutils "^2.5.2" entities "^2.0.0" -http-proxy@^1.18.0: - version "1.18.1" - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" - integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== - dependencies: - eventemitter3 "^4.0.0" - follow-redirects "^1.0.0" - requires-port "^1.0.0" - -http-server@^13.0.0: - version "13.1.0" - resolved "https://registry.yarnpkg.com/http-server/-/http-server-13.1.0.tgz#ef2ceb4efd08da87e93ac0f33727ecb9f3f4d629" - integrity sha512-MLqBMXeY/YN0FYMz4ifeOQCcg8pKj8YdmzX1pr/Vb2VrNnbxHN1s4K9BuZRVSyK/j3DQ8UVrrABb8m6EmFjWog== - dependencies: - basic-auth "^1.0.3" - chalk "^4.1.2" - corser "^2.0.1" - he "^1.1.0" - http-proxy "^1.18.0" - mime "^1.6.0" - minimist "^1.2.5" - opener "^1.5.1" - portfinder "^1.0.25" - secure-compare "3.0.1" - union "~0.5.0" - url-join "^2.0.5" - iconv-lite@0.6: version "0.6.3" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" @@ -1981,16 +1780,6 @@ iconv-lite@0.6: dependencies: safer-buffer ">= 2.1.2 < 3.0.0" -ieee754@^1.1.13: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -immediate@^3.2.3: - version "3.3.0" - resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266" - integrity sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q== - inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" @@ -1999,7 +1788,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: +inherits@2, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -2046,26 +1835,26 @@ json-schema-compare@^0.2.2: dependencies: lodash "^4.17.4" -json-schema-merge-allof@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.6.0.tgz#64d48820fec26b228db837475ce3338936bf59a5" - integrity sha512-LEw4VMQVRceOPLuGRWcxW5orTTiR9ZAtqTAe4rQUjNADTeR81bezBVFa0MqIwp0YmHIM1KkhSjZM7o+IQhaPbQ== +json-schema-merge-allof@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.8.1.tgz#ed2828cdd958616ff74f932830a26291789eaaf2" + integrity sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w== dependencies: - compute-lcm "^1.1.0" + compute-lcm "^1.1.2" json-schema-compare "^0.2.2" - lodash "^4.17.4" + lodash "^4.17.20" -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== json-stringify-pretty-compact@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz#f71ef9d82ef16483a407869556588e91b681d9ab" integrity sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA== -json5@^2.1.1: +json5@^2.2.3: version "2.2.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== @@ -2079,94 +1868,12 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" -jsonpointer@^5.0.0: +jsonpointer@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559" integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== -level-codec@^9.0.0: - version "9.0.2" - resolved "https://registry.yarnpkg.com/level-codec/-/level-codec-9.0.2.tgz#fd60df8c64786a80d44e63423096ffead63d8cbc" - integrity sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ== - dependencies: - buffer "^5.6.0" - -level-concat-iterator@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/level-concat-iterator/-/level-concat-iterator-2.0.1.tgz#1d1009cf108340252cb38c51f9727311193e6263" - integrity sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw== - -level-errors@^2.0.0, level-errors@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/level-errors/-/level-errors-2.0.1.tgz#2132a677bf4e679ce029f517c2f17432800c05c8" - integrity sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw== - dependencies: - errno "~0.1.1" - -level-iterator-stream@~4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-4.0.2.tgz#7ceba69b713b0d7e22fcc0d1f128ccdc8a24f79c" - integrity sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q== - dependencies: - inherits "^2.0.4" - readable-stream "^3.4.0" - xtend "^4.0.2" - -level-js@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/level-js/-/level-js-5.0.2.tgz#5e280b8f93abd9ef3a305b13faf0b5397c969b55" - integrity sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg== - dependencies: - abstract-leveldown "~6.2.3" - buffer "^5.5.0" - inherits "^2.0.3" - ltgt "^2.1.2" - -level-packager@^5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/level-packager/-/level-packager-5.1.1.tgz#323ec842d6babe7336f70299c14df2e329c18939" - integrity sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ== - dependencies: - encoding-down "^6.3.0" - levelup "^4.3.2" - -level-supports@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/level-supports/-/level-supports-1.0.1.tgz#2f530a596834c7301622521988e2c36bb77d122d" - integrity sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg== - dependencies: - xtend "^4.0.2" - -level@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/level/-/level-6.0.1.tgz#dc34c5edb81846a6de5079eac15706334b0d7cd6" - integrity sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw== - dependencies: - level-js "^5.0.0" - level-packager "^5.1.0" - leveldown "^5.4.0" - -leveldown@^5.4.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/leveldown/-/leveldown-5.6.0.tgz#16ba937bb2991c6094e13ac5a6898ee66d3eee98" - integrity sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ== - dependencies: - abstract-leveldown "~6.2.1" - napi-macros "~2.0.0" - node-gyp-build "~4.1.0" - -levelup@^4.3.2: - version "4.4.0" - resolved "https://registry.yarnpkg.com/levelup/-/levelup-4.4.0.tgz#f89da3a228c38deb49c48f88a70fb71f01cafed6" - integrity sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ== - dependencies: - deferred-leveldown "~5.3.0" - level-errors "~2.0.0" - level-iterator-stream "~4.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - -lib0@^0.2.31, lib0@^0.2.42, lib0@^0.2.49, lib0@^0.2.52: +lib0@^0.2.42, lib0@^0.2.49: version "0.2.52" resolved "https://registry.yarnpkg.com/lib0/-/lib0-0.2.52.tgz#f07c975673ab3273e676712860d941f996e5fe79" integrity sha512-CjxlM7UgICfN6b2OPALBXchIBiNk6jE+1g7JP8ha+dh1xKRDSYpH0WQl1+rMqCju49xUnwPG34v4CR5/rPOZhg== @@ -2178,11 +1885,6 @@ lodash-es@^4.17.15: resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== -lodash.debounce@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== - lodash.escape@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98" @@ -2193,7 +1895,7 @@ lodash.mergewith@^4.6.1: resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55" integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ== -lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4: +lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.4: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -2205,16 +1907,6 @@ loose-envify@^1.1.0, loose-envify@^1.4.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -ltgt@^2.1.2: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5" - integrity sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA== - -mime@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - minimatch@^3.1.1: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" @@ -2222,65 +1914,33 @@ minimatch@^3.1.1: dependencies: brace-expansion "^1.1.7" -minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@~1.2.0: +minimist@^1.2.0, minimist@~1.2.0: version "1.2.6" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== -mkdirp@^0.5.6: - version "0.5.6" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - -moment@^2.24.0: - version "2.29.4" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" - integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== - ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== -ms@^2.1.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -nanoid@^3.1.23, nanoid@^3.3.4: +nanoid@^3.3.4: version "3.3.4" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== -napi-macros@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/napi-macros/-/napi-macros-2.0.0.tgz#2b6bae421e7b96eb687aa6c77a7858640670001b" - integrity sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg== - -node-fetch@^2.6.0, node-fetch@^2.6.7: +node-fetch@^2.6.7: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== dependencies: whatwg-url "^5.0.0" -node-gyp-build@~4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.1.1.tgz#d7270b5d86717068d114cc57fff352f96d745feb" - integrity sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ== - object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== -object-inspect@^1.9.0: - version "1.12.2" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" - integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== - once@^1.3.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" @@ -2288,11 +1948,6 @@ once@^1.3.0: dependencies: wrappy "1" -opener@^1.5.1: - version "1.5.2" - resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" - integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== - parse-srcset@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/parse-srcset/-/parse-srcset-1.0.2.tgz#f2bd221f6cc970a938d88556abc589caaaa2bde1" @@ -2321,19 +1976,10 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -playwright-core@1.29.1: - version "1.29.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.1.tgz#9ec15d61c4bd2f386ddf6ce010db53a030345a47" - integrity sha512-20Ai3d+lMkWpI9YZYlxk8gxatfgax5STW8GaMozAHwigLiyiKQrdkt7gaoT9UQR8FIVDg6qVXs9IoZUQrDjIIg== - -portfinder@^1.0.25: - version "1.0.32" - resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.32.tgz#2fe1b9e58389712429dc2bea5beb2146146c7f81" - integrity sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg== - dependencies: - async "^2.6.4" - debug "^3.2.7" - mkdirp "^0.5.6" +playwright-core@1.30.0: + version "1.30.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.30.0.tgz#de987cea2e86669e3b85732d230c277771873285" + integrity sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g== postcss@^8.3.11: version "8.4.16" @@ -2363,54 +2009,40 @@ prop-types@^15.7.2: object-assign "^4.1.1" react-is "^16.13.1" -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw== - punycode@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -qs@^6.4.0: - version "6.11.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" - integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== - dependencies: - side-channel "^1.0.4" - querystringify@^2.1.1: version "2.2.0" resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== -react-dom@^17.0.1: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" - integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA== +react-dom@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d" + integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== dependencies: loose-envify "^1.1.0" - object-assign "^4.1.1" - scheduler "^0.20.2" - -react-is@16.9.0: - version "16.9.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" - integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw== + scheduler "^0.23.0" react-is@^16.13.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react@^17.0.1: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== +react-is@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" + integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== + +react@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" + integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== dependencies: loose-envify "^1.1.0" - object-assign "^4.1.1" readable-stream@^2.1.4: version "2.3.7" @@ -2425,20 +2057,16 @@ readable-stream@^2.1.4: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.4.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + requires-port@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" @@ -2466,11 +2094,6 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" @@ -2488,27 +2111,12 @@ sanitize-html@~2.7.3: parse-srcset "^1.0.2" postcss "^8.3.11" -scheduler@^0.20.2: - version "0.20.2" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" - integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== +scheduler@^0.23.0: + version "0.23.0" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe" + integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw== dependencies: loose-envify "^1.1.0" - object-assign "^4.1.1" - -secure-compare@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/secure-compare/-/secure-compare-3.0.1.tgz#f1a0329b308b221fae37b9974f3d578d0ca999e3" - integrity sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw== - -side-channel@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" source-map-js@^1.0.2: version "1.0.2" @@ -2524,13 +2132,6 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - string_decoder@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" @@ -2550,13 +2151,6 @@ style-mod@^4.0.0: resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.0.0.tgz#97e7c2d68b592975f2ca7a63d0dd6fcacfe35a01" integrity sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw== -supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - systeminformation@^5.8.6: version "5.12.6" resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.12.6.tgz#b75d7aaf9f5da32439fc633d2be9eb741691d200" @@ -2587,13 +2181,6 @@ typestyle@^2.0.4: csstype "3.0.10" free-style "3.1.0" -union@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/union/-/union-0.5.0.tgz#b2c11be84f60538537b846edb9ba266ba0090075" - integrity sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA== - dependencies: - qs "^6.4.0" - universalify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" @@ -2606,11 +2193,6 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -url-join@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz#5af22f18c052a000a48d7b82c5e9c2e2feeda728" - integrity sha512-c2H1fIgpUdwFRIru9HFno5DT73Ok8hg5oOb5AT3ayIgvCRfxgs2jyt5Slw8kEB7j3QUr6yJmMPDT/odjk7jXow== - url-parse@~1.5.4: version "1.5.10" resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" @@ -2619,7 +2201,7 @@ url-parse@~1.5.4: querystringify "^2.1.1" requires-port "^1.0.0" -util-deprecate@^1.0.1, util-deprecate@~1.0.1: +util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== @@ -3054,23 +2636,11 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -ws@^6.2.1: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== - dependencies: - async-limiter "~1.0.0" - ws@^8.11.0: version "8.11.0" resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143" integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg== -xtend@^4.0.2, xtend@~4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - y-codemirror.next@^0.3.2: version "0.3.2" resolved "https://registry.yarnpkg.com/y-codemirror.next/-/y-codemirror.next-0.3.2.tgz#15f7afec14a56fba4f25811d5f90b986e1cc644c" @@ -3078,14 +2648,6 @@ y-codemirror.next@^0.3.2: dependencies: lib0 "^0.2.42" -y-leveldb@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/y-leveldb/-/y-leveldb-0.1.1.tgz#c2c35bc2b12a6c195b807a127c56c7c5a50cc610" - integrity sha512-L8Q0MQmxCQ0qWIOuPzLbWn95TNhrCI7M6LaHnilU4I2IX08e4Dmfg5Tgy4JZ3tnl2aiuZyDOJplHl/msIB/IsA== - dependencies: - level "^6.0.1" - lib0 "^0.2.31" - y-protocols@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/y-protocols/-/y-protocols-1.0.5.tgz#91d574250060b29fcac8f8eb5e276fbad594245e" @@ -3093,18 +2655,6 @@ y-protocols@^1.0.5: dependencies: lib0 "^0.2.42" -y-websocket@^1.3.15: - version "1.4.5" - resolved "https://registry.yarnpkg.com/y-websocket/-/y-websocket-1.4.5.tgz#8da81b466997bcc4660059f542d0a6ce62581478" - integrity sha512-5d9LTSy0GQKqSd/FKRo5DMBlsiTlCipbKcIgPLlno+5xHtfT8bm3uQdcbY9JvLfckojilLZWauXJu0vzDZX05w== - dependencies: - lib0 "^0.2.52" - lodash.debounce "^4.0.8" - y-protocols "^1.0.5" - optionalDependencies: - ws "^6.2.1" - y-leveldb "^0.1.0" - y18n@^5.0.5: version "5.0.8" resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" diff --git a/yarn.lock b/yarn.lock index 95c23a0d6b..2e700fb4fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1459,33 +1459,33 @@ "@jridgewell/sourcemap-codec" "1.4.14" "@jupyter-notebook/application-extension@file:packages/application-extension": - version "7.0.0-alpha.11" - dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyter-notebook/ui-components" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/celltags" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + version "7.0.0-alpha.12" + dependencies: + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyter-notebook/ui-components" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/celltags" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/disposable" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/application@file:packages/application": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.9" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/messaging" "^2.0.0-beta.0" @@ -1494,123 +1494,123 @@ "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/console-extension@file:packages/console-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" "@lumino/algorithm" "^2.0.0-beta.0" "@jupyter-notebook/docmanager-extension@file:packages/docmanager-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/signaling" "^2.0.0-beta.1" "@jupyter-notebook/documentsearch-extension@file:packages/documentsearch-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/help-extension@file:packages/help-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyter-notebook/ui-components" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyter-notebook/ui-components" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" react "^18.2.0" react-dom "^18.2.0" "@jupyter-notebook/lab-extension@file:packages/lab-extension": - version "7.0.0-alpha.11" - dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + version "7.0.0-alpha.12" + dependencies: + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" "@lumino/commands" "^2.0.0-beta.1" "@lumino/disposable" "^2.0.0-beta.1" "@jupyter-notebook/notebook-extension@file:packages/notebook-extension": - version "7.0.0-alpha.11" - dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + version "7.0.0-alpha.12" + dependencies: + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" "@lumino/polling" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/terminal-extension@file:packages/terminal-extension": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/terminal" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/terminal" "^4.0.0-alpha.19" "@lumino/algorithm" "^2.0.0-beta.0" "@jupyter-notebook/tree-extension@file:packages/tree-extension": - version "7.0.0-alpha.11" - dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyter-notebook/tree" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingeditor" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + version "7.0.0-alpha.12" + dependencies: + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyter-notebook/tree" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingeditor" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/commands" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/tree@file:packages/tree": - version "7.0.0-alpha.11" - dependencies: - "@jupyter-notebook/application" "^7.0.0-alpha.11" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + version "7.0.0-alpha.12" + dependencies: + "@jupyter-notebook/application" "^7.0.0-alpha.12" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/commands" "^2.0.0-beta.1" "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/widgets" "^2.0.0-beta.1" "@jupyter-notebook/ui-components@file:packages/ui-components": - version "7.0.0-alpha.11" + version "7.0.0-alpha.12" dependencies: - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" react "^18.2.0" react-dom "^18.2.0" @@ -1626,25 +1626,25 @@ y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/application-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-4.0.0-alpha.18.tgz#84b7b2048ecb3676974e6618cd27668c7e32191d" - integrity sha512-F15g6YHlXeAq4Ck18C12TzqradelRnInLHDNioUnK+HRkY6qVKYhsIzXpHIA6UZWSEyFlLoycUShx51Ht+o2Wg== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/property-inspector" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/application-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-4.0.0-alpha.19.tgz#0f6c837ec9992921c6342d4f27b172269f0b44cf" + integrity sha512-XFAO/XHJI8F2QEs4xEtaRCn9iARteveU9SoD9ZPq45QWgLCg4htIzwJBbNJIzJ+SLqBjX4uy+nZ8fj8acJG5+Q== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/property-inspector" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" "@jupyterlab/application@^4.0.0-alpha.18": @@ -1673,29 +1673,55 @@ "@lumino/signaling" "^2.0.0-alpha.6" "@lumino/widgets" "^2.0.0-alpha.6" -"@jupyterlab/apputils-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-4.0.0-alpha.18.tgz#efcded1f4048f914e8f6a4e8d3ec825f4b4c4184" - integrity sha512-uWfs1iAigCKNATi8eLnlyAP/S/LC6MsTEg5qpjx+1P0y4lnEfJZ9BVVcO1aEaJzdac6w86dcXknt7CpYOm7UOA== +"@jupyterlab/application@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.19.tgz#9fafdc559ce040287cdb05a46b86c585b3a4aa5d" + integrity sha512-J+J8DXRWA4oVu+sX32JSdG6kkcOlVBrK1qcTtjSVluxKNwW3oqXBk+c8eEi1uxUaiVqi/gqpSYEm3x1MGbbdtw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@fortawesome/fontawesome-free" "^5.12.0" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/application" "^2.0.0-beta.1" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/apputils-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-4.0.0-alpha.19.tgz#c07cc1fb6dc0a41cf78f79669835fc8e132f0b4b" + integrity sha512-zl9Dj6RU9jnuoy0sUxeQ6zj2/99iVSorhLfTGyM5E46hKIs9vfnXui0SxvuHKjbAIuoY0t9xJvCo9H13a3V36A== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" react-dom "^18.2.0" react-toastify "^9.0.8" @@ -1726,37 +1752,64 @@ react "^18.2.0" sanitize-html "~2.7.3" -"@jupyterlab/attachments@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.18.tgz#73380be5cfa5649b2df7f0d72559d2b146cc3884" - integrity sha512-CB1kQcNuq66yyQ8Ut/nBzJ9SzzaCwVdBuWB2LANPKuzlBC1VuNEqosIUefSqgT9YW6xiuqgvjJY7NTRz6tXRrw== +"@jupyterlab/apputils@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.19.tgz#f9f7d80a264d4d08b7f105ae58bc5c503659a2b6" + integrity sha512-dDn9THDexcawh4JkPUMBekz1ru93IP9U+pcOjR48eK4vdnNaMMJQAW1gHVI5vM96YouQttm5+adqnRTDTc8IRw== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + "@types/react" "^18.0.26" + react "^18.2.0" + sanitize-html "~2.7.3" + +"@jupyterlab/attachments@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.19.tgz#48abe8cc19168ccd7e527d6278cb7eb9678052dc" + integrity sha512-rGBWL6NK6bDFBiq5o6sa6nZ+iLTnwXLQXUiI2CTDq6JN2zWyALytOd0Pw+MjrvyhnnK5aYnD3Cv/JDU2u6kskQ== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/builder@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-4.0.0-alpha.18.tgz#886fe37c557f6014df8b377b4b1e865fb4df396c" - integrity sha512-i2dtLQohucm+h8FtDCi907yc1j3dfGyrYaOZfYCLFNiofvlDKYUzFIHQIAckfTzqOhRNppx+Wo8S3HvEL5dGsQ== +"@jupyterlab/builder@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-4.0.0-alpha.19.tgz#7d103c92aacda5ecda65e418a38afefead8436f3" + integrity sha512-k7j2HY7osN8QFLXrwPLKs+faIVpPwt16bYU3I4Jxrz/vHLBdQfIfLD2gQ4TS8PZdBzM7iru9p7lQLcA7OpNGxg== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/application" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - ajv "^6.12.3" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/application" "^2.0.0-beta.1" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + ajv "^8.12.0" commander "^9.4.1" css-loader "^6.7.1" duplicate-package-checker-webpack-plugin "^3.0.0" @@ -1776,10 +1829,10 @@ webpack-merge "^5.8.0" worker-loader "^3.0.2" -"@jupyterlab/buildutils@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-4.0.0-alpha.18.tgz#5f65cb60718a15db044ab75d7d6913d773eaa364" - integrity sha512-6GeUvM3Pa7qAkmGgA0P57SPO8/uRA8lc5nEOlPyJVoTh2cllaWDYjT18138hTN9UC+gXId5YO/NlIgWF2/lJug== +"@jupyterlab/buildutils@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-4.0.0-alpha.19.tgz#8878dfda515607c69eb5d97d3702f0868f3884dc" + integrity sha512-cvQtcZV9axJK2bKGbenrYJ8/nuikexL9ccgoRhZxkfsPxFp634/WdXXZrLCC4fBy1ulghf/7MKl2IwdoNSQcAg== dependencies: "@yarnpkg/lockfile" "^1.1.0" child_process "~1.0.2" @@ -1799,91 +1852,91 @@ typescript "~4.7.3" verdaccio "^5.19.1" -"@jupyterlab/cell-toolbar-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar-extension/-/cell-toolbar-extension-4.0.0-alpha.18.tgz#1031f0dd692f3af5aa6f818f046d4b8be31539ef" - integrity sha512-crRhpVLab42gH0NH3bCaDdoxy2buH+KxHzamwbcF4sTwcKQaOtTifeQBVaDJ+bDUxLg8dCjkGbPU1f0yfc5pFQ== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cell-toolbar" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - -"@jupyterlab/cell-toolbar@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar/-/cell-toolbar-4.0.0-alpha.18.tgz#94039c94a70f0a42fb0b9b55e17073e696e409c4" - integrity sha512-Ao2QH/mi0za8koknr/jB3iEcJ7aPAl2hNo2i9hOjQgtXBA+A1b1O4AbLUycwyi3nnu1kRiaT4XkaGewOwxiR3w== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/cell-toolbar-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar-extension/-/cell-toolbar-extension-4.0.0-alpha.19.tgz#c2f726b80c4a7ae8ae574a25d9ebe23d766bcb66" + integrity sha512-9YCJePLQohUeH28JnNTnozQbYoUWFvgSi4lEW6YI9JhVJK2+eosiJfQy+jA8ZDYpc1HiagxLS1EG0Xwe7A2/hw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cell-toolbar" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + +"@jupyterlab/cell-toolbar@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar/-/cell-toolbar-4.0.0-alpha.19.tgz#d144842476bcbc501c71385ddfc20217fd101757" + integrity sha512-EytoXkmo1MSYcEbXKxx+YDDI2dIqfNcaF+EacVplX3yETY4WPS5ApAp4GAL65+ChHeg0JFrgqDuEgfen2YkPBw== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/cells@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.18.tgz#792168050fa1ff73749897d5d76d64ff4400fff3" - integrity sha512-RT5xw3+o+zboJhL0WfXfe1bRcfJcHUXqyS//b/F3JgleDEAWZzjCR8Iib71kv9Wtrs4ERSYXKOg97KA7DWv1tQ== +"@jupyterlab/cells@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.19.tgz#1e189b999f40ace5ecbeaa4dd0a0a2faee2b0b2a" + integrity sha512-F2mqqSkjhxJtsGIDkRNPQwJiqUwAn/8NZzjL3kCZOlpkei+jVXy1B/T5cvjaqDO700Z4r1VJA9azLSXzbXl3lA== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/attachments" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/outputarea" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/attachments" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/outputarea" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/celltags-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-4.0.0-alpha.18.tgz#800aba82413f2d4e9c4a66e3044ec8c4ccae7106" - integrity sha512-+ojB0nvf49nzi9w4laAZgzaRUImKS4Y8IRj6miZJd2iGp6oQOrFjYJhXrtfMFmpYihtFab3+K18cYtHqP7G6dA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/celltags" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - -"@jupyterlab/celltags@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-4.0.0-alpha.18.tgz#b8e9c2881cf1453f55f218e06570ebf515f59b6b" - integrity sha512-x6iR6C8BhVB0h7V2Br3Co1M5XnjRvwDRe1UhCtjNcVLGnebSgxLP00RCyDwH3XiiOmS3R5KnIh6IaQ2jVBCWVA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/celltags-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-4.0.0-alpha.19.tgz#81f6be29f7899fae153b49ed78fdd7d4e8d88fb3" + integrity sha512-6u4H7XVHd4N3gcY38OUestWRe8faElc5oZsdiRf939Whq87UXOPseXhlMrKJkPYraYpW4+1kmgyjCbzHUX35EQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/celltags" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + +"@jupyterlab/celltags@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-4.0.0-alpha.19.tgz#ff08f43714a651a9938f59b37dd7a4e3a562badf" + integrity sha512-2C2iPhRMxuqpr9hs2RrV3pDbStvWCHUU7mzoflbw77f9S9CSsawIDBWg3Kx8ISbOFnmkkZMny5ZNX1wDmjf0pw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" "@jupyterlab/codeeditor@^4.0.0-alpha.18": version "4.0.0-alpha.18" @@ -1905,22 +1958,42 @@ "@lumino/widgets" "^2.0.0-alpha.6" react "^18.2.0" -"@jupyterlab/codemirror-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-4.0.0-alpha.18.tgz#992638509b0290713e1e61b5311f2336f36a9780" - integrity sha512-6+NyhgXJH02/xRNdnL0L5qIyk+WTLBmvMy99YGFRVOa2ixiWj28vuKX6wbEkfm0NXjSQHmJmg6WINrxLEmllPw== +"@jupyterlab/codeeditor@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.19.tgz#25b588247beb030f540210fa47f8e7a011fdea20" + integrity sha512-cjxIM3Q/MTVsQPZFHPuI8Ua0i5Gja0Jw2TIoZm5RT8JmZx2SZmc7UBhcaTtOchAQbwSCIJueXS6jFcAj1o8B7w== + dependencies: + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + +"@jupyterlab/codemirror-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-4.0.0-alpha.19.tgz#29941c985e32e350323165795188e5671e391cd4" + integrity sha512-x7B0BWJ+7jbDJXGZqe6Puqtivv2VNIadRrIKbotpaqzlPl4UwrLqWRO2HJ/BWzP9o8EXeQ2VtcYyL2xeqFkwoQ== dependencies: "@codemirror/search" "^6.0.0" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/widgets" "^2.0.0-beta.1" "@jupyterlab/codemirror@^4.0.0-alpha.18": version "4.0.0-alpha.18" @@ -1969,16 +2042,63 @@ y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/collaboration-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration-extension/-/collaboration-extension-4.0.0-alpha.18.tgz#ed065ea9ff1d7b0ecdf292640dd9634f7c70e4c1" - integrity sha512-OG0rzHijiCszDMiVEcWmIGKLdZqUnGw0KEtcLd6AocJW3dQ9AlVN4p+r1ml9kkLF2BXnEPlMtJu4hQk9G3kXVw== +"@jupyterlab/codemirror@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.19.tgz#0d31c8b4c483f1cf494f64d6288d65c01dd5b003" + integrity sha512-8PcntIcXxgiqNSqXCqtByaZYcE7y2LxUHjE6+rE+ZtLk/6eFtZ1zGTuaCUR+ga8i+Z5/7RuJOuaJAPJbDXDrKQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/collaboration" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" + "@codemirror/autocomplete" "^6.0.0" + "@codemirror/commands" "^6.0.0" + "@codemirror/lang-cpp" "^6.0.0" + "@codemirror/lang-css" "^6.0.0" + "@codemirror/lang-html" "^6.0.0" + "@codemirror/lang-java" "^6.0.0" + "@codemirror/lang-javascript" "^6.0.0" + "@codemirror/lang-json" "^6.0.0" + "@codemirror/lang-markdown" "^6.0.0" + "@codemirror/lang-php" "^6.0.0" + "@codemirror/lang-python" "^6.0.0" + "@codemirror/lang-rust" "^6.0.0" + "@codemirror/lang-sql" "^6.0.0" + "@codemirror/lang-wast" "^6.0.0" + "@codemirror/lang-xml" "^6.0.0" + "@codemirror/language" "^6.0.0" + "@codemirror/legacy-modes" "^6.0.0" + "@codemirror/search" "^6.0.0" + "@codemirror/state" "^6.0.0" + "@codemirror/view" "^6.0.0" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lezer/common" "^1.0.0" + "@lezer/highlight" "^1.0.0" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" + style-mod "^4.0.0" + y-codemirror.next "^0.3.2" + y-protocols "^1.0.5" + yjs "^13.5.40" + +"@jupyterlab/collaboration-extension@^4.0.0-alpha.18": + version "4.0.0-alpha.18" + resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration-extension/-/collaboration-extension-4.0.0-alpha.18.tgz#ed065ea9ff1d7b0ecdf292640dd9634f7c70e4c1" + integrity sha512-OG0rzHijiCszDMiVEcWmIGKLdZqUnGw0KEtcLd6AocJW3dQ9AlVN4p+r1ml9kkLF2BXnEPlMtJu4hQk9G3kXVw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.18" + "@jupyterlab/apputils" "^4.0.0-alpha.18" + "@jupyterlab/collaboration" "^4.0.0-alpha.18" + "@jupyterlab/coreutils" "^6.0.0-alpha.18" + "@jupyterlab/services" "^7.0.0-alpha.18" "@jupyterlab/statedb" "^4.0.0-alpha.18" "@jupyterlab/translation" "^4.0.0-alpha.18" "@jupyterlab/ui-components" "^4.0.0-alpha.33" @@ -2003,85 +2123,85 @@ y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/completer-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-4.0.0-alpha.18.tgz#feeceb6ae6dad465e11ae4c2ab8b4c13569ac882" - integrity sha512-8D3M1YPu6Q2wL8VvZMAfX1SoDkfOq9KpMQcfpQfpLzl9QCjMUsruhs9ZM7pF71na0REHQWXseRe/X+R7Ejjo7g== +"@jupyterlab/completer-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-4.0.0-alpha.19.tgz#687d131b95575e65f1b616b67d8767bfc6195c05" + integrity sha512-HLj3mKBX9iyN4VbSAJ1kamVSufMfVu8xVuYKRbUFqw0YuF+P54SsyAw931CdTeHPcNZqxh5nIk+WkOtHPx3BRg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/completer" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/completer" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@rjsf/utils" "^5.1.0" react "^18.2.0" -"@jupyterlab/completer@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-4.0.0-alpha.18.tgz#002d15a7779783d3b31c3675638f92b3ea1e42ca" - integrity sha512-kP0ncS32kxC3i3uLG0zy1Pwzj/zsUj5GhHIIjYl983vVKaxfhRYmzqTlzfnNdaWZGfsTXs1LJYyn22bV3Vo+OQ== +"@jupyterlab/completer@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-4.0.0-alpha.19.tgz#c753ae80dc69fe28c84f79734641d2468b5e76ad" + integrity sha512-JuniicfrLD6dxF4PwPCqscUaB7OwoFrGLUHo9A2AkL5ieHqX5q3OUFF0SokV7LEN3dxbeSVOoqsrlf+oQSsx1w== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/console-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-4.0.0-alpha.18.tgz#122a6d4dedd5a4ee6617062de125e3af3b6aff24" - integrity sha512-NGcFQ7gRaSwjlIwA62f+et4d3cz3DF/cxbO433d7pCUL9Yb1SHXJU13S4uwXqhMvLKr+dzhERFjUXy8LvA2C+g== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/completer" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/launcher" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/console-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-4.0.0-alpha.19.tgz#dc70421b7f1471410fe0216f9052bc6b091ad989" + integrity sha512-oCEevgDNberELykC79yrC/9SkXT9JhCYgRWGc/vRdXQPkvaVtgl8RV/cbjrHRZT8mFEsiFajcsUcSbqSzSUWLg== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/completer" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/launcher" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/console@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-4.0.0-alpha.18.tgz#93ebc163fd551266b0c646a653b25e8e727e17a8" - integrity sha512-I0tYqj8yGOZ1ur4plUp14itqynroUcecGAofF/aAddYyn01EROqWSRsdVJIxOf1vblWesGrHKClqyt4NYUK/OQ== +"@jupyterlab/console@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-4.0.0-alpha.19.tgz#a743a167f41d0fa66f43439fbc263f8a2591fc40" + integrity sha512-CkrFrSMAd/vHT5gP+a5ryC5DJNovrZ+v3TyWHzO6QAfsxH5jP6uoCH1wv5WLgx2+7MlSC0/GKEMokNE3EPVtOw== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" "@jupyterlab/coreutils@^6.0.0-alpha.18": version "6.0.0-alpha.18" @@ -2095,120 +2215,117 @@ path-browserify "^1.0.0" url-parse "~1.5.4" -"@jupyterlab/debugger-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-4.0.0-alpha.18.tgz#252f7a87ab2bbf4c4e811823e17397fecb3ff038" - integrity sha512-U3vstddelDKipHfpQaHITUGbJeTN8AtjCTOFDi6mlhEBkVpw9CWiwvVu40yQg9oFR8pps4HAR8sI1MUo+CzEnw== +"@jupyterlab/coreutils@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.19.tgz#05d4984f6af640bea74002f59fb32d2e077ebd35" + integrity sha512-aCTf3o2OZRSAYMFoHJNqSimu0dyuTRDyQmQyglVBuMwH4SLXIXGnKQatxHwsFFyFMxOgiFxlYFLP1TK83WJFXQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/debugger" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/logconsole" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + minimist "~1.2.0" + path-browserify "^1.0.0" + url-parse "~1.5.4" -"@jupyterlab/debugger@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/debugger/-/debugger-4.0.0-alpha.18.tgz#1e9bcba8ea6ee1b1fc459f09ab7bc5f3468683e7" - integrity sha512-Xe3VK9qxt2xtFPEe1iHo1sZeCeNr0nNYBQOo5kNqV8J4OHUgAiIVzBHBAq7V98zReGCeKwiv63VINslygwkSiA== +"@jupyterlab/debugger-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-4.0.0-alpha.19.tgz#14e692e886db1a0ee0b6d74a109fbc69c4d84cd7" + integrity sha512-5mhEwGxs6vw9MX1YaKpR46HdZkx3T2eHNokOF8r3Q5YTPrwv1f7/7MChhbfR7RyF4ceMfDxXCoGHvzQp+Q4ziQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/debugger" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/logconsole" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + +"@jupyterlab/debugger@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/debugger/-/debugger-4.0.0-alpha.19.tgz#9682193b10a5788ac973fb99f720d19f1fdb9fb2" + integrity sha512-pfe/6KYmWpI7roLMH4l+BGanPgAVEkivbfg5iEWBPHofsaG8MZhhrRw+CUXvDOb2AiPLKqpL9WsSUgHONiTimg== dependencies: "@codemirror/state" "^6.0.0" "@codemirror/view" "^6.0.0" "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/datagrid" "^1.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/datagrid" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" "@vscode/debugprotocol" "^1.51.0" react "^18.2.0" -"@jupyterlab/docmanager-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-4.0.0-alpha.18.tgz#66dcfb360b31745087080c752c68280c670f3489" - integrity sha512-DheevxHzON1mIwkEQDyxt3PNLo+0FLcq2y4DHoiuPM1OzRWoUQGLPwQpKLBVohE3/MjWBtfAgT/ZIFB7eYRLEA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/docmanager-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-4.0.0-alpha.19.tgz#1647ba209a819758dd6ae11d89e7cfee53df1a22" + integrity sha512-MNSvlY+eC9lgXtEAo+ULB4M/7E/h6RJc9/3H/Z1GY7sS1nqUKafD3Vl5WpNlnAphC6/69GPAgFcwDyJIbT72Pw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/docmanager@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.18.tgz#1b39442d88fb5eee0e885259493e7bf89dcb47c2" - integrity sha512-Yq16wz4sjSIt3s7+UaR0oUaOYa4MV18Yh+JSxcOHTF/xb0RwRO52M7QngxHfTAf738Dzi+oymDTvxLrcmeA8qA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/docmanager@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.19.tgz#d13c8180f04b696bfbf477278ad918bdf9c27ab6" + integrity sha512-r75N8VWRjWXp0BrlvSkCPWySWlrQy2sCsi4M8IG1pToUdCjxTGwvj7O14T1iI6iZWk2q9Bdk2EUxWt3QMsZ74g== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/docprovider@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-4.0.0-alpha.18.tgz#f8d2ec35e9b2d105fe1b1ce5b26edbc2939dae74" - integrity sha512-krcQJhOG9p8jJrpiRn+hNLUz3vv94Jt/g82mnvHWd6vPPPd8qg6viYSHPZDTgpMWRV07yT+ePWJuBhhqhCirbg== - dependencies: - "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - y-protocols "^1.0.5" - y-websocket "^1.3.15" - yjs "^13.5.40" - "@jupyterlab/docregistry@^4.0.0-alpha.18": version "4.0.0-alpha.18" resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.18.tgz#fda19d358dd058e1b201c9b8c550a8e5a4eb95e8" @@ -2233,17 +2350,41 @@ "@lumino/signaling" "^2.0.0-alpha.6" "@lumino/widgets" "^2.0.0-alpha.6" -"@jupyterlab/documentsearch-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-4.0.0-alpha.18.tgz#fd60c6aa8220efa41a584dd5b1930210b0f0e360" - integrity sha512-3v38E3/0pNkhbrMl8rS2b0Eip+8jQ1SDHc2v+VHE5v7I7ce1XQud6nIRUKU0ZFJrbY4PH9Gq9QO5yy5oQnM69w== +"@jupyterlab/docregistry@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.19.tgz#2c9c4755cdf00967d48296cefa7bd3ded0b3882f" + integrity sha512-dzRyDiOh2nOnOpnhszQlLVCQawwSbhstQoOM5bg9tiCQW+C86TczXbtIORaqEAI1SKHCfb+YMMlcywkLFwDaUQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/documentsearch-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-4.0.0-alpha.19.tgz#a7e436e6a0d9db374e2694550e64cae264082f6a" + integrity sha512-4rq1cSTeMnaIJa9RRMi9gQzOrOGok/jLT/gq+6W+g7lON4AxD2jSgfVdcrAHamS1F7TfuhQORrThTF1Ewx+xTQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/widgets" "^2.0.0-beta.1" "@jupyterlab/documentsearch@^4.0.0-alpha.18": version "4.0.0-alpha.18" @@ -2260,320 +2401,334 @@ "@lumino/widgets" "^2.0.0-alpha.6" react "^18.2.0" -"@jupyterlab/filebrowser-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-4.0.0-alpha.18.tgz#cc7ec2ee4c4caebae87861b3be101d1d4b143433" - integrity sha512-6HGhnPYr+ayvFngx5Uys7G9w1RGvwJ+4ws7U6RFe8ec9PVu00Z8Hi0zyaMNxG9cl3NUUqywREIpp872sw6qAhw== +"@jupyterlab/documentsearch@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.19.tgz#d67e46c7e74a3043204e4ccb1ad09743b40c4d3b" + integrity sha512-3PYyD9/mt9GMZJz1zWD4Bg0bHxruLDq1VMTD360GJYgn9paBPyEruEhfLYyyubmngyGrjJvUCmDOfI96xxAKzg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docprovider" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/filebrowser@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.18.tgz#3b758598e49a69a6f39905b2e9f2caddd6ea0887" - integrity sha512-woMvTQ0G0/se0KkF78fLuQ0RziOnb94WkkL83mPSxexCsWh8MOsvcX+vu4nloGDHDJV2nhE4yweKJN3ipCjl8A== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/filebrowser-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-4.0.0-alpha.19.tgz#befcbdea206cae096f2da87072cdc06f90f022a8" + integrity sha512-w8XtM8s9Gfg3hUkjyh2i/hAMPaI+Ygl3jxXWoLqBmPbkQhRplvxo/kwE666qd+gVdOq7lKthTGNWwX2eENEi8g== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/filebrowser@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.19.tgz#baba1bba0cba0e55e4392562922e94781a9dd965" + integrity sha512-OFA6MSKvbqQ2C9tdnKSa3RmJ+0V+S449wnFvOcHSd2YRpiLtAQ2/JFbj01wDXnYgthv9ZeT9vmoh/cfynNgqfg== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/fileeditor-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-4.0.0-alpha.18.tgz#ae08382726f007516045e6728aa66690cf0dc28a" - integrity sha512-22bna+aAaFjFQeqgro3aekMfM9x5hLjYz0/qplNIhNYlzA5Uuk12jwfLuTOf4LNiKmYvyeuAWe37YAGSS3w87w== +"@jupyterlab/fileeditor-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-4.0.0-alpha.19.tgz#0abbdcffacd68ac2ab196488c586d5d601c8dbf4" + integrity sha512-AYgNdJxrI9kRN2tkQUTGXxoB7/qL4A/8FlX2R5vIWpG0undVOLO1Y+x4CJuccEY9oMbAFmFBS2stMqPNiVKG8Q== dependencies: "@codemirror/commands" "^6.0.0" - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/completer" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/launcher" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/completer" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/launcher" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/fileeditor@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-4.0.0-alpha.18.tgz#c310ad9a6370579c400a04c0fe2b10e94f7835b3" - integrity sha512-zavZ/GrhFjXNRdo8PDMhfGfcpZtyGdU2BFzvSG/e5M5/9mGPhbKA/JwgQzaviITeD+l2BkPqbOgKQgZEvuzlVg== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/fileeditor@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-4.0.0-alpha.19.tgz#a21cdadfa6796560900ab4503a2b0a56adbcb3e8" + integrity sha512-ESMq8VSschrEuKtqs2A4xWwk2bsrO4YfBH7yENXnjbMNV/H+YjZiPQeU0RT9M2WLITecNfBrR2S5DNOcY5eaTw== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" regexp-match-indices "^1.0.2" -"@jupyterlab/htmlviewer-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-4.0.0-alpha.18.tgz#e7442e51f1617d2ba605440d37aa469dadc5509e" - integrity sha512-1rfeYihcqV+bOlhX+ElbVLexF4wGrj43550Ay3i3FzbKqNjpjzxsWQKD/HAN8j+F0gp466bdimgdXCarCOJe2A== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/htmlviewer" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - -"@jupyterlab/htmlviewer@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-4.0.0-alpha.18.tgz#6db42dc6f1ba879465d1988cd9985c8f11709437" - integrity sha512-UZat4p9E+9CZWLnj1Rjtu5H8aZZ8H5dA27/FabIxgZDdqjBaB/pdIaqVvGEE87i5Ot2Ot0j0L8jZPIMBnFuNEA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/htmlviewer-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-4.0.0-alpha.19.tgz#1b3304c315518ea29c67d8cdbcd09423048ed9f2" + integrity sha512-lVDzk7j/EZ5e0PZdBHrQVMrooToNl6Cz0pmCt5i0tQEUm/vGa4a9Z48w2ltL3S6SJpBk4ihy8qKNty1nKth4uA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/htmlviewer" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + +"@jupyterlab/htmlviewer@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-4.0.0-alpha.19.tgz#2dc4c8769a77072a96483d843b1a1cba0f74dcc0" + integrity sha512-7aAVR4RJJhBbCD9vjtXQJxEJZyEBetAgKD43Fa51X7ihcDNLchbYCRast0z8t9TuFNVrKagGyvnnqOsJcBzHJg== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/hub-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-4.0.0-alpha.18.tgz#5e4d6f1a95b29038a9fec974b040aea8cee36946" - integrity sha512-jf5MQwnfFG7uegWB0PoCpsdghYsHQYiIEFh9iLJRfvv/2riwCznTPec3Dr56Z1SaHyQrFonQ29YtNP47cYSUFQ== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - -"@jupyterlab/inspector@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-4.0.0-alpha.18.tgz#c1a7c91fc9df33b140e30eadafc9fdd8d90e3fe4" - integrity sha512-H9IENs1j7XpUeQiJAPJfEGt+72cWZhPLJRhi8b3GwN2FAz+TRLoR19XMeJYQZxdcCoOE49Xx1YGRtFv+ADLAHg== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/hub-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-4.0.0-alpha.19.tgz#e1bcd5d7f5d99f1cff8ace26cd99c77c5d7b04c5" + integrity sha512-Ue1BWAyAl0wsBhndnvaWlwqwXoXxqAhGXP0pN95qcE5CCJPTkb3HE+4CnMgE+8Mm1JwdVhjlkFmrvgoYU1xeDQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + +"@jupyterlab/inspector@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-4.0.0-alpha.19.tgz#0d2a32b65c5645efc5179822034bdcff4660c808" + integrity sha512-QtrkO9hg/6SNUoRP0znvF7I3kEzfYdKaefc7g4OQ/m0KFKF0XCBWhaKBSki1wqIvRModqWP/JMln598mMbYDbg== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/javascript-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-4.0.0-alpha.18.tgz#a2ff712698987cb74b73c2dc450cb2c437d6c6e7" - integrity sha512-1+fPM1+Dy0dQru+KGLRYiYmBDZiNRgm7d+VtEd60GA5okn/f9ZjnpEEFgAOgpxZSJI0ZA2g/RDNw7AqFBlISrw== +"@jupyterlab/javascript-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-4.0.0-alpha.19.tgz#03104b1ed64a0b980476dcb0d42b919298daf26a" + integrity sha512-ZfjxRGBGuGwi1NOpncJalqGIAw/PKeq9qzORUhs19f4KcDVQLOj/ZDCBauINi6rE0XEcHz+7cXHyZ4okigSZuw== dependencies: - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" -"@jupyterlab/json-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-4.0.0-alpha.18.tgz#89f724f2dacbcb76cd5fbf5f89639074d975edbc" - integrity sha512-kv3rS+TnAk/QM2pGPhJES3H4O7pAepib4bOMGWENfPgAzj0aLCJfex+VaIOStkj4IB8z14/EjTTLtb8XrLKHJQ== +"@jupyterlab/json-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-4.0.0-alpha.19.tgz#a68cf12f1f9b474d4d53fc571842752ce4f8c539" + integrity sha512-E1sbWGQeIqbEcsdVjDeagcBJjyHsaSuVOCK40vNZN5yv3cWli4ESmiub+Bv2W1Pelb60MvRL4xG9ML9bv/OrXA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lezer/highlight" "^1.0.0" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" react-dom "^18.2.0" react-highlighter "^0.4.3" react-json-tree "^0.16.1" style-mod "^4.0.0" -"@jupyterlab/launcher@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-4.0.0-alpha.18.tgz#41f1231641b906c554a30beb187c9f75b5454655" - integrity sha512-kQAbTgwdi5nc9rHhgQyReeliwjSRDI7hjZMSeiXqnoSyg+GPLYDe8lZBzh02OkDtFsoqDSpWT+gmESrhsjHrTQ== +"@jupyterlab/launcher@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-4.0.0-alpha.19.tgz#3cc05f68de5aea907cf1ba84fb24763d37f8cd9f" + integrity sha512-ZLnRjSBdDTsWBRmeJ7kg72x5pgm69uRXr7a9ed47fTrNLXY2bD9e9wxPmcEjGN0abpNhoywxcB0xko5HHxuz1g== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/logconsole@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-4.0.0-alpha.18.tgz#38de945d0017b376e8d05b73033a855f6c8c0505" - integrity sha512-ihEEkL9frcd63W1+X7k31YMKRAHDdxiVY4w3hWlJUivUKZ/qgCUbEMq/gsci71y7qxGFvUwjxsLJB9Z9PkiC2Q== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/outputarea" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/logconsole@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-4.0.0-alpha.19.tgz#db0bc4486af41ac24857834d685d3959d552613f" + integrity sha512-d/X7m3H9Tyg4k4cpbnU1joF+l7kWngW7smnvI9h/ZexJIfgF7cKZ/mmGCy8o2u321NMBGkTjii9CnhDV4d9PYw== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/outputarea" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/lsp-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/lsp-extension/-/lsp-extension-4.0.0-alpha.18.tgz#5cf81ae1a6f742360dfc09b3db9222fb639ed695" - integrity sha512-Ds6wlZCHqgzM6ZmHNJI7Mq4BfXlWC44uEpJ+rO37qDx9CGNpKMZboAMU8FvidC+CziKahHMSuVVUvX/8Ov8igA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/running" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" +"@jupyterlab/lsp-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/lsp-extension/-/lsp-extension-4.0.0-alpha.19.tgz#0d02aecdfba18346208a930df1740c8a3770b858" + integrity sha512-gPdgeXoM+uy6tgJlHHQAee6GZc+joXOiXwmrApUFZVtxRoVul4Mp5iDu7UkhzFZPtuENViEQ2Vytok/VkBpmig== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/running" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@rjsf/utils" "^5.1.0" react "^18.2.0" -"@jupyterlab/lsp@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.18.tgz#8e11a04411e2f1e9eb559c7fb21d0ba0b0d858ca" - integrity sha512-LeQpCZs+ww1CcOCL0t/Kgc45uSv/vmJLvfn4RbcdWrwFgql3Q80hKW5fl2MIqc1dlvn7ySoHUW2lPSTqIb8GcA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" +"@jupyterlab/lsp@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.19.tgz#ae3a9d5a097a468810440138be1453bebd80733a" + integrity sha512-CZ0KrS+9oq6xPSqzjoRP+MOgXbnA8R9OMUV9fxo2x0J+7ysVSdMJwrXy4uP7Vwh1mac6j/ZWiw0Xh6BM8xXKdw== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" lodash.mergewith "^4.6.1" vscode-jsonrpc "^6.0.0" vscode-languageserver-protocol "^3.17.0" vscode-ws-jsonrpc "~1.0.2" -"@jupyterlab/mainmenu-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-4.0.0-alpha.18.tgz#7a59b845d0cbeaa209e462e77b3ca7b53b3750ff" - integrity sha512-8HG29el0+VXwDYzjeLEqaE3FbaAP+WHnWsejQBE4GNxiuSSMzl2YJVJE2cKgjsAhxPESs0JbIXsfPqV05IdksQ== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/mainmenu-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-4.0.0-alpha.19.tgz#a2022511ff1df6a2494feb2add4ff73c6bf1be06" + integrity sha512-+/FQYJ25g8nN73gbkHSs4WU7KF6BYL2qySdEwtCYI4SGrK9QlIAGYNmZT7CkmVMQZZU92MpEDORQN3GOC8PBIQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/mainmenu@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-4.0.0-alpha.18.tgz#121c999694f7afa1aeae3ad30cc0710dce91c349" - integrity sha512-FXMQu/dprDo0UHTcnuR3+FbkcQ8yAMWxoeHOGQe9bpYbaFFH4YCo1AoDn2230p55wG1hTZ4Fcq+TeMIn7oBtaA== +"@jupyterlab/mainmenu@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-4.0.0-alpha.19.tgz#84797dadaca9fb5d1ffe9f1b3ccaefcff5435e0e" + integrity sha512-CMdAvXrkAlHr0/I/ZnaBurESgZesqZCLuwcGdG1HN6AuYI/gjjIF7EUzyWLHI9/pgj/cmpzBTOxyFZLa7CiqmA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/markedparser-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/markedparser-extension/-/markedparser-extension-4.0.0-alpha.18.tgz#794258cee835449c74e5a5ee5b1b367b313f7892" - integrity sha512-Qr7C7AxrYQV/sxxl3fpnm3QG/2yUZT6jOhXL6VLd6nRKBfbbWSmRwODi3fqa2jweSEzo5YIZZ7QwsmpRUsW+Lw== +"@jupyterlab/markedparser-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/markedparser-extension/-/markedparser-extension-4.0.0-alpha.19.tgz#dfd7fd5b512c2ddd4afc361fd23d745286d33bab" + integrity sha512-DS3XkP8ksqby1ORSdU7F9xEFOnDJgoDnN+Bnxbc/sXNU5kNf182mqPYgnrvUrD1KM9I7eaV/5OwsVQ0P8lk/OQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" marked "^4.0.17" -"@jupyterlab/mathjax2-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-4.0.0-alpha.18.tgz#4e05aeb59ee6457759a3f4c019548e58836b3e6b" - integrity sha512-lgK2ZnqE3XpkZRls1vy1m5XMSuAPc1I+gXGnxjSb7OqRX01FlMvp3crAu/zTl6US2uSJf4e085qhfAx08fx8Bg== +"@jupyterlab/mathjax2-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-4.0.0-alpha.19.tgz#8e2fc506258f386afb7b910adba55212cf6ae7ab" + integrity sha512-4eqftOJdrur7taLmxhhC4G1UsOpEKr1OmdNG0WBZAmE1+i0lGXMHoX921oVp8stGdP0PLPnwUtRsCIQ3vChpUQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/mathjax2" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/mathjax2" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" -"@jupyterlab/mathjax2@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-4.0.0-alpha.18.tgz#ff4cae5cdc02204e412c2cdbe7443e6e37f6dace" - integrity sha512-sQWQq1ivtZFNRxVwJHBhHT1ZDYBe+HiEXs7AQoElPzo3Bamsd+ENGLog45RZcHbpRKWT/1mcCi9dxR3qolJc0A== +"@jupyterlab/mathjax2@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-4.0.0-alpha.19.tgz#38620f604501078c193d812b93147b7adcdda887" + integrity sha512-Ggfjpne9eCWOJZSfjVnZGbzLVMvw+vUtrwgSztssKMsPQrisigX7g00yXrBDPdl0XYaBD9QrHtvJsBNGLrWxYA== dependencies: - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" "@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15": version "3.6.1" @@ -2589,78 +2744,85 @@ dependencies: "@lumino/coreutils" "^2.0.0-alpha.6" -"@jupyterlab/notebook-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-4.0.0-alpha.18.tgz#783ddad9c3c7943d7c25bc58aea4693f1331e330" - integrity sha512-+mlncJyTTbsRKSySEIdbK8dT+qdgnKy9B0IlcoALI0olDTuQFlyX7ef8DqsIYLCaHPWrMoVcHUYcnyfnw95uAA== +"@jupyterlab/nbformat@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.19.tgz#f12697b830168acfb08df68d1d46ee298010d4e7" + integrity sha512-4F6TJyTSZD4+Ez73lnItp099ZYUQ6jxKRbTsyyppwSUYycrws34FbNcoGPIGgL0fF77chn7WMmPvg9hgGfdKmw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/completer" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/docmanager-extension" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/filebrowser" "^4.0.0-alpha.18" - "@jupyterlab/launcher" "^4.0.0-alpha.18" - "@jupyterlab/logconsole" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/property-inspector" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/coreutils" "^2.0.0-beta.0" -"@jupyterlab/notebook@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.18.tgz#28efb78dc5b5ac7220ebf3c8c22dc84bdb542913" - integrity sha512-FH0ljFet3b0rQiXmAQHOg9fpCfgDDkN44/5ch48Ev+5a06MRyven4kzX5lgeELeYaQXVaJQw8D5YBMznZgEkAg== +"@jupyterlab/notebook-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-4.0.0-alpha.19.tgz#9c5fa9e5a6749a297295311e5b2005f02583504d" + integrity sha512-+bznogNDFIzbuqumcwifVo+0xXh+Y5QCPDwZ7Tx+LXsqUAegCRQ4qkgDbpqoaa/D3GbqmQ1na4ridZUBgSNsoA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/completer" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/docmanager-extension" "^4.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/filebrowser" "^4.0.0-alpha.19" + "@jupyterlab/launcher" "^4.0.0-alpha.19" + "@jupyterlab/logconsole" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/property-inspector" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/notebook@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.19.tgz#06d8708c9482213e855192ec95aa015f30fa0992" + integrity sha512-LFkmOM0X5jrdFp/tvmFFyVnxGad7wteEQ7EM2VUK0H+h+moT4y+Plo4e/evJM75TOxjMbofaJuq3FJkvaFg7Ig== dependencies: "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/cells" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/lsp" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/cells" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/codemirror" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/documentsearch" "^4.0.0-alpha.19" + "@jupyterlab/lsp" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statusbar" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" "@jupyterlab/observables@^5.0.0-alpha.18": @@ -2674,60 +2836,71 @@ "@lumino/messaging" "^2.0.0-alpha.6" "@lumino/signaling" "^2.0.0-alpha.6" -"@jupyterlab/outputarea@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.18.tgz#e54a666f1ed21434b0325c13625668dc91242087" - integrity sha512-w/5AyodfkJHPPavM8fXXmYGr3pEm4RkVetnHefGrWWLcpGX+Og1QOVVtW69kc1uWl2bUHh0AycTspNNRgFFvaw== +"@jupyterlab/observables@^5.0.0-alpha.19": + version "5.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.19.tgz#8da3e90b27563884bcbb9020f501f1cb61a3d155" + integrity sha512-q2sgbyCXmN/6HjyEWI980qBSrX/+YnqW1gugjhxDajvT0I7njOhxsdt+njQfvSZS3HuD5sOIECQrI/7Ce1e8xg== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/pdf-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-4.0.0-alpha.18.tgz#024b01c1269110655c22fcd5e77d811754ff6625" - integrity sha512-fwYzaxKMo0VIgie4ZXhgAqXsXhbEoUUGMd3dMszgMyIPLqHIEdIL/ibHvdjZg2GvQv3zHp6cmN+3i1d4yTHN9Q== +"@jupyterlab/outputarea@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.19.tgz#5bc2d150888dc603d5e5ce6739b4187448768ddc" + integrity sha512-peYM4RZJLp2SmX3Fs0oGqJIn/1zaC9NKWEjuQZ0WpKL6FM6sY9695HrYZBjO4kYsOgWhKiaddMyKIcMZbVK/8g== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/pdf-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-4.0.0-alpha.19.tgz#8c4752b22003a179074c2f367c8ca9c8a8e9a851" + integrity sha512-KleW+TdOnqVdXAHse1fH1/IwB85ODcceNeH8JvlRTjDDNqDExr4RHG9kRKzIv0JH2oQbRcTdHy7zEwfv/fuoCA== dependencies: - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/property-inspector@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-4.0.0-alpha.18.tgz#15de70da56da2a7dfe3dbb4a87007ef4a3df7a37" - integrity sha512-TpJxPXRKfawD8cQEL97whEJOOUxqdscBI1q0KTZ0F6SqCyujRmzV0jYnGsDePCXyau/qHCcrsL4PvYnzJXjv6A== +"@jupyterlab/property-inspector@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-4.0.0-alpha.19.tgz#c8f0d9dbbe49c33e43b2556dc6709d526373ede8" + integrity sha512-iRaTfp3gEWRSC2SsFSdrcTAl34J4dUQK7dJxlHiuvx/kdVblti2jpDCL1aXQq5cC2UoFabtopn0DiT1b38xuvg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/rendermime-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-4.0.0-alpha.18.tgz#099d46f3e1eeb8e42afcdde86f9bcf59a28b2596" - integrity sha512-LHk4dRd/rOF4/CIFgmBk35GNiFCBEiVIIR4M6v6bxjorV05eBUOhuE27H0Cv3HFA4UB5pBQNiL5c5Ux25Awr1w== +"@jupyterlab/rendermime-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-4.0.0-alpha.19.tgz#2e4456b39ab9864c69cf0f27aef673f4c46a4ea0" + integrity sha512-glM8xC73TDcsxilv0eETva1dFmUX8Z7QGIUTweDazTInk5Hq3gi3BmPDOkYh1wFYsVTnLmuTO584tL9PvMhG8w== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/docmanager" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/docmanager" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" "@jupyterlab/rendermime-interfaces@^3.8.0-alpha.18": version "3.8.0-alpha.18" @@ -2737,6 +2910,23 @@ "@lumino/coreutils" "^2.0.0-alpha.6" "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.19": + version "3.8.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.19.tgz#a896583e9dadd65def05638e5e28dc61a7ef73f5" + integrity sha512-AUkllpfWTwpvvYwpfePByeknaZzBUFkh3BBoPkjXEKhBLiVireykTF3Vml7TxxY3MFmLi/G/xuLBBpmmjVQYEA== + dependencies: + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/rendermime-interfaces@^4.0.0-alpha.9": + version "4.0.0-alpha.9" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-4.0.0-alpha.9.tgz#ac6aa4ea4191f8b600edbea42d04cb735a472002" + integrity sha512-jm2ciTa5o5IHk7gzUqVvNtTiiakVg39N0SFjHnyASyu/bU6iEnXvrGtOtKt4oTuD+YCmRqH35fCqThaoTy3vRQ== + dependencies: + "@jupyterlab/translation" "^4.0.0-alpha.9" + "@lumino/coreutils" "^1.12.0" + "@lumino/widgets" "^1.31.1" + "@jupyterlab/rendermime@^4.0.0-alpha.18": version "4.0.0-alpha.18" resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.18.tgz#66139cd2eb0ba55cf9e2df8d71b1354879fb0a75" @@ -2755,34 +2945,53 @@ "@lumino/widgets" "^2.0.0-alpha.6" lodash.escape "^4.0.1" -"@jupyterlab/running-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-4.0.0-alpha.18.tgz#23eb12281dc93622ac2a3d28b1e4d9699f6accfe" - integrity sha512-aSTUON6/EWQDq9ZE3wPW71B810upOVnNdT3YjtYdJrbFwKUD6q1tdwVt6Mi50dbZGrjMiEw0NxqO3GQ4oL2OEQ== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/running" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/rendermime@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.19.tgz#f7e7dedff75040efa099f425f04294dc331055e2" + integrity sha512-GF+bs1CeLoqH7FBhsr/pZhlpwze8WACg4A3C4TX1AcE4etUywI1OWxquI+F5OPXpEJCvttQVusFE4pjGNckmLg== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + lodash.escape "^4.0.1" -"@jupyterlab/running@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-4.0.0-alpha.18.tgz#7b43afe6aadde76aa0a8ea8a4122be0b9850fd17" - integrity sha512-h6SDIzhnKfAk3uoNiOCfUTayvB79mWSjG86h6w7p+GAOhH0k2R5JuAjKPENQqRjz381RSz8sWCSjaQh33Zu/DA== +"@jupyterlab/running-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-4.0.0-alpha.19.tgz#03aa383e8f699f68bfad145636080c84083e8718" + integrity sha512-cwRyfAYovvFYeAicYqyvy9/Herk5/Mq3zTy+skRMoxzcUdZkjQS3zW92O2wOdZXprpPLxInS0dOH7XICcVW+uA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/running" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/running@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-4.0.0-alpha.19.tgz#ff4391980a8bfb19b0b8cfc7993b274c89bc8301" + integrity sha512-rlQ5qCNivQzVBaULd8SPhtVQEmVwMasWpR/9buK9ODyEf7PHtUrp9xfJz9sPlzRjQKXZGbHgSa9YwB0vTMCHhA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" react "^18.2.0" "@jupyterlab/services@^7.0.0-alpha.18": @@ -2802,45 +3011,64 @@ "@lumino/signaling" "^2.0.0-alpha.6" ws "^8.11.0" -"@jupyterlab/settingeditor-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-4.0.0-alpha.18.tgz#bf36f6893a2dabb88781b094806ff3541205ed47" - integrity sha512-FjlbAeb61H84GeqMxGTCMv4s8MZCeBwf/iD5LUZPcXniJ8ugMuek9YpDKKYERgfNtapQk4s/1TCmiPPdGdmpzA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/settingeditor" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/disposable" "^2.0.0-alpha.6" - -"@jupyterlab/settingeditor@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-4.0.0-alpha.18.tgz#219c30564c931518f509a50344e5a08517b58ce7" - integrity sha512-buB6w3wmONxj6eu1KB7NIE97ZHF/xHBIwMni3Lr7Acn3n14ogUkAgYBySrpGgK5xR7J3dzukwXGuhbgB1j9HWA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/inspector" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" +"@jupyterlab/services@^7.0.0-alpha.19": + version "7.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.19.tgz#6071f4547f3c341ae076b34b7e92eaa7ce8b8535" + integrity sha512-fFahcIEdb/LQS8qGy7cYyfBAdifF2yjEhrdgfq7fCTNvuP8BkZr6MKNiTv7HlsADeg+7XvmbgWIzcfeOnmGiWg== + dependencies: + "@jupyter/ydoc" "^0.3.1" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + ws "^8.11.0" + +"@jupyterlab/settingeditor-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-4.0.0-alpha.19.tgz#cdd5f2aab31b635f9bc4fa38f3c69c5531f1914d" + integrity sha512-BXeJnmJVkcXHV73ULn74W8WIjklY8v3aiIgAHRcvpa9dTsN3jfic5LoPDewyG0LVjQVxy+PF9PI/QqL1S15zzQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/settingeditor" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/disposable" "^2.0.0-beta.1" + +"@jupyterlab/settingeditor@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-4.0.0-alpha.19.tgz#1b7e6885592b868e8a3b2c8c784c1b297a6e6b0c" + integrity sha512-jiliI4rEnj/11wCDubyEGKHFGYApTUffLLzHaRb/mgqPuDMzlr4UtWNUqqwe8PiF/rb6HVSccIpXg6/CMliGAw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/inspector" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + "@rjsf/core" "^5.1.0" + "@rjsf/utils" "^5.1.0" + "@rjsf/validator-ajv8" "^5.1.0" json-schema "^0.4.0" react "^18.2.0" @@ -2858,22 +3086,37 @@ ajv "^6.12.3" json5 "^2.2.3" -"@jupyterlab/shortcuts-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-4.0.0-alpha.18.tgz#912fe0a6f656a698422b273f718b2b637847c9c8" - integrity sha512-PtLSa7xMePYozvU3zDHQVOtHixcPH+oC7BIfo57Wk4heZ23mVITiqWy3ibn2q1eQfiVX/Y0MpowOO23NgCRfyA== +"@jupyterlab/settingregistry@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.19.tgz#359e8fbf1c97f900c4811338ef8b4333caf27eb6" + integrity sha512-JRNdyZt/+ON2UH2ASSK1MWRc8pQZ91iE/Ls92+MOvaTqAVXDjHYECftdXY7p7YzsAw250YfsUOuvMFshwWyKJA== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/keyboard" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/nbformat" "^4.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/signaling" "^2.0.0-beta.1" + "@rjsf/utils" "^5.1.0" + ajv "^8.12.0" + json5 "^2.2.3" + +"@jupyterlab/shortcuts-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-4.0.0-alpha.19.tgz#545b809847d817faaf92ed36b10c6df0f8bbf8e9" + integrity sha512-5VIF059o1KpX+jBogvpcD8V5KHJW9UL+cS13E51J30rri0wx87LdQbjdO7TwDr01A3MNZPwgs2MgSmXmYyBvyw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/keyboard" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" "@jupyterlab/statedb@^4.0.0-alpha.18": @@ -2887,6 +3130,17 @@ "@lumino/properties" "^2.0.0-alpha.6" "@lumino/signaling" "^2.0.0-alpha.6" +"@jupyterlab/statedb@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.19.tgz#7887e31514413c9338b768becf4688f797085ead" + integrity sha512-bN1VIrBFWgPgZKVdVRlp0+Go59eOQQzwZ9kykTMCQumsdWdwvA+QPbiKLhsn4HepGJpUu7Yw4WRPatkG/m/kTQ== + dependencies: + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@jupyterlab/statusbar@^4.0.0-alpha.18": version "4.0.0-alpha.18" resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.18.tgz#edb774fd9e5b08f3ab21b7d736dc27ed1e853e9a" @@ -2901,51 +3155,65 @@ "@lumino/widgets" "^2.0.0-alpha.6" react "^18.2.0" -"@jupyterlab/terminal-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-4.0.0-alpha.18.tgz#a5312d73bdbd94edc7293bdcda1642a4c99b361c" - integrity sha512-1KmcxeDv097KwFrGN/rDs2AKF1GVXV6PvZQYkEKaC+Mu8p6rWJeJGHqEaYjyCTIyX/4U2fkTPIqiKcYuOjo6gQ== +"@jupyterlab/statusbar@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.19.tgz#a528f520d947f766a2bf51d80da3d475f0ee99c7" + integrity sha512-wtPfM6sJH0MwJzbGfqySF6j6UYXfw+1KzrQ+jRvUju9S+WptMLAJ8nhP5DMl5Iki1WdcInZiZ+eb2XsRduulsA== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/launcher" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/running" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/terminal" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" + react "^18.2.0" -"@jupyterlab/terminal@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-4.0.0-alpha.18.tgz#2261b71b22cd9ed90045ae96e6d7b4da1837b12f" - integrity sha512-fRjzTmmMcvAEXNrsIovqygF8e/Wsj98iBcUa8NcY/kleUPRad75Fdy9g9w8E7XRhX5OLHhQUhaB2mBMqCrGOOQ== +"@jupyterlab/terminal-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-4.0.0-alpha.19.tgz#dd3fe842d416a445fc49a386dab249edea4312da" + integrity sha512-Xm9Mik7hthm+4707enxpydCcv2SR0OsGkznNBP6+yZBBDNZqVyO102OBiRtU+dIL7oWaSyK0uXi6ilZ2bcPJnQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/launcher" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/running" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/terminal" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/widgets" "^2.0.0-beta.1" + +"@jupyterlab/terminal@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-4.0.0-alpha.19.tgz#da30bd5b1e6025d67cb7aeca3dc8a485d8cd0f81" + integrity sha512-A7jrFWcCti7UnB3rOGFPNgjavZjrDzVRgk4qDv+nLhjByKyc2YWUmdjLgKOA7tmzLXUXqx4ibjeQqWh/twcxMA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" xterm "~5.1.0" xterm-addon-canvas "~0.3.0" xterm-addon-fit "~0.7.0" xterm-addon-web-links "~0.8.0" xterm-addon-webgl "~0.14.0" -"@jupyterlab/testing@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/testing/-/testing-4.0.0-alpha.18.tgz#5dd0a3481fe9f5c7e30949c3c47b6e75e2d354fc" - integrity sha512-+VLbPJclUM2Q981LNdqHC8cWx4Hk694F15tTl/FZ05yhHdmWe3C49bi9DOWx72S7K2+bJbSfutL7udtkmj0qtg== +"@jupyterlab/testing@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/testing/-/testing-4.0.0-alpha.19.tgz#1e70dfe0e9591024b671f5913d8f7b8dc21b9724" + integrity sha512-oajc0GyJM6Qd1nzl0tLeHW6EISVLYNH5zWvDgqdUvHM+k5zyY5tPuu4teGm4xb7V37PUHUlLQ/Np5zaHQJ8hWA== dependencies: "@babel/core" "^7.10.2" "@babel/preset-env" "^7.10.2" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" child_process "~1.0.2" deepmerge "^4.2.2" fs-extra "^10.1.0" @@ -2957,107 +3225,107 @@ simulate-event "~1.4.0" ts-jest "^29.0.0" -"@jupyterlab/testutils@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/testutils/-/testutils-4.0.0-alpha.18.tgz#b44976e94e9dd795aea2d6a8a2c05306fa10cba4" - integrity sha512-4yQqgFDRzVR1K96bpfm8/r3ZJu2AqLp05G9RdKL3WPRezheZOF/hyTuX9FoNBCRKaJ8rEEHEC5hVJam6snzCWw== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/testing" "^4.0.0-alpha.18" - -"@jupyterlab/theme-dark-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-4.0.0-alpha.18.tgz#3b9f49fbaa8a40ea73ef39ce59db7d472f93e3fa" - integrity sha512-JL2KqvbilTxmXmwbPSFIwufm/dA5KLQ87pe4ISebXfk2mImH8iLckk03UiIzdmDZKnR4j4j+v34s7ZCz5kBGag== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - -"@jupyterlab/theme-light-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.0-alpha.18.tgz#5f44c60054151b875cb2b785cf3ff45a20730104" - integrity sha512-3Lvaihu66O3JfntKn9gFNp3laFPlxOHnXnCNPHFKlnwENSTL0hOqyo0zWddKFlaOqfs+g+g8DZPu/YG8PVAAKg== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - -"@jupyterlab/toc-extension@^6.0.0-alpha.18": - version "6.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/toc-extension/-/toc-extension-6.0.0-alpha.18.tgz#b1e3ed8e25af714d637860d97a5ab942c8da5b11" - integrity sha512-s8+34KV/FyXusy8OdRAnWfUQ6bbwGlbHNThy5nnufsw+ETFvwWev/nrdy0R04ntGH4Qk4Btiv4eV+DL2aw+tTQ== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/toc" "^6.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - -"@jupyterlab/toc@^6.0.0-alpha.18": - version "6.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.18.tgz#c2a325df6f7f9dd96af61b961c3b2e5f780f5e56" - integrity sha512-8jA56r/FSaAi9SrX/5IOTtdb1FluUbcox+VraSFnBrf/9cdOKqvGOhLOung8wLP00VLwVfeL5CT0Zz1wk+UW5w== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/testutils@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/testutils/-/testutils-4.0.0-alpha.19.tgz#d9ff2ec7731e1cd7804e21a184f2eb7276b0fcff" + integrity sha512-B4UKraIjZmyGUuNT87PfDUkxm9B8wvS93hrCK8xqVx4GtMiwOaT05967aCLlrHJJAOfmQQwTdhaD48yha338Aw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/testing" "^4.0.0-alpha.19" + +"@jupyterlab/theme-dark-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-4.0.0-alpha.19.tgz#dd3738e64b847ebcc17d6ce70808c7fab2bc2da7" + integrity sha512-f9Ip4uzc2fcqNTtfwR1o8GEyfEEGARbuBiXdDvKnlCh56n69n/wI8sXkAXNvbbGd5lO9wy8sbm9tAxXDIvyhgQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + +"@jupyterlab/theme-light-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.0-alpha.19.tgz#392bb98043892abd4abb67b2f70f80ca5ee6633f" + integrity sha512-3Kuu58gQK/ym/iBALThl+9Swmqf5OkSRTUSTCv4uez05TnltqpcbpBbDyTa9KJMfbS624eVpPPZtb46fW7AUvg== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + +"@jupyterlab/toc-extension@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/toc-extension/-/toc-extension-6.0.0-alpha.19.tgz#7fce1be361f90bb41492b56bb2c4957d90e5cebd" + integrity sha512-6bMZCf6hDFUAisQMDF8redvi7vtmjmsgEO6brFnD81UQyQvJaJQUwZLNLMsEjt5t/NXddSIX+LUaO31GBkbXLg== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/toc" "^6.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + +"@jupyterlab/toc@^6.0.0-alpha.19": + version "6.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.19.tgz#0c0cdb6b3340dfcccc17122ec9f19dbf0d90a61e" + integrity sha512-pO2hky0s9qdFDHAL3L+MwJqUXfH+Y1v5+sWfDVMkpKyoLel6u6wWJ6xRS9OUjSL+UtQX7t/HkyuJhCBcu+5JAA== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/docregistry" "^4.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/tooltip-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-4.0.0-alpha.18.tgz#50231c1dc2b2ca488cb4e52a1ee544da511bdf2d" - integrity sha512-Bqbd6SO/qVGuXsGh0eQKweC0cJB9C/Sd3CT+YisEOYG5AaYLEMuNEuPbR73veVTwxqGxupfgDult/a1NZi1C8w== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/console" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/fileeditor" "^4.0.0-alpha.18" - "@jupyterlab/notebook" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/tooltip" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" +"@jupyterlab/tooltip-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-4.0.0-alpha.19.tgz#3b4a8db4b4c779918b8d8fbb5e3b2a2e8ceb0cfb" + integrity sha512-fuV59yvyOWMvMMWYVnT/czbvLTm1FfSK0hgsE99raHdwKf+hcZq9kSZiMazJARBadp2x9ss7QSNaYaWSWhXLPA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/console" "^4.0.0-alpha.19" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/fileeditor" "^4.0.0-alpha.19" + "@jupyterlab/notebook" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/tooltip" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/tooltip@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-4.0.0-alpha.18.tgz#8b0bdb1b8dc00c254e26bf1f2ad650fef13bc1a5" - integrity sha512-EQVEeYt+gPGh+N4AocYwD/9u8jfB+JEfvMEWauxCwusPZPagaUqSpRv1M7aY3NbHDdmdXY6Wla2u1MOHMeSAnA== +"@jupyterlab/tooltip@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-4.0.0-alpha.19.tgz#15b12eec07e5ebd0fb043ac5ba6bd560314b9a57" + integrity sha512-+9ArnYINyKIAyqIRHUOcGA3r1GH28Szke+ImkZwBHtI07/I5WNiguv0E/nu0QqI8cvpgrR6ssEizatIqJ6EaHA== dependencies: - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/codeeditor" "^4.0.0-alpha.19" + "@jupyterlab/rendermime" "^4.0.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/translation-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-4.0.0-alpha.18.tgz#fa363ddc31aaf5a6e1d047156f8ce2ea16cb03ab" - integrity sha512-Z8f7ARHyxxCUx3mdohOMhlnUNPN7Ie7bhTm3a+br69W7WBnBs9gbcHzTX/c/EEbwkT1z67DhoHKspuSNhVj1ww== +"@jupyterlab/translation-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-4.0.0-alpha.19.tgz#47bb8a0c89835163d55b653bf9a744e02d345172" + integrity sha512-Bqd84bSMv8JHvKV0PaslSVZtxED4fDvM/jYPAQSNySAMNlg7AEA8m/ByBJGYTINEPYF6D6Z68Y+t6yRorqHybg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/mainmenu" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/apputils" "^4.0.0-alpha.19" + "@jupyterlab/mainmenu" "^4.0.0-alpha.19" + "@jupyterlab/settingregistry" "^4.0.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" "@jupyterlab/translation@^4.0.0-alpha.18": version "4.0.0-alpha.18" @@ -3070,13 +3338,24 @@ "@jupyterlab/statedb" "^4.0.0-alpha.18" "@lumino/coreutils" "^2.0.0-alpha.6" -"@jupyterlab/ui-components-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-4.0.0-alpha.18.tgz#2ad085433adb8d5842b54337456559aa55a3d836" - integrity sha512-UEO18vNvIvYqzjs0pVtNicLjfbzJiv/CyTZ7Kmj6ucYtwwJuto3DS+PFIOSplAPLT06h0+TC0qeBCpRJCZ3eHQ== +"@jupyterlab/translation@^4.0.0-alpha.19", "@jupyterlab/translation@^4.0.0-alpha.9": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.19.tgz#4f978efc2b5e4a18ff729a8383ab3b0800686c20" + integrity sha512-KDOWeUswjOSVSv2ytH0BJaDIT6JhmNP5cAPlHoDF54G0AotWEdethaTDpjdi4Bi40wqgEpJqLg+C/ebIDE7n2Q== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/services" "^7.0.0-alpha.19" + "@jupyterlab/statedb" "^4.0.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + +"@jupyterlab/ui-components-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-4.0.0-alpha.19.tgz#cd4805fe47240770e31811e75482301291e137a4" + integrity sha512-Jnyj0wBRO9bnsDOB1xlYFbafvV4ERB5jgqeJ2bi4M8nvf1axpaR8BT6kwlwKaTXrEvlDk0UEupBkX6CKuO+yNw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.19" + "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@jupyterlab/ui-components@^4.0.0-alpha.33": version "4.0.0-alpha.33" @@ -3102,14 +3381,39 @@ react-dom "^18.2.0" typestyle "^2.0.4" -"@jupyterlab/vega5-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-4.0.0-alpha.18.tgz#11fa6317c4c937e8e550533acf715c2fc8a7f745" - integrity sha512-+1d1ZhLTet0CGm9tHfZ9PW75ifmYMVqV1cAoyOtYQ/slCLccL6DcEIVOjP1+nHWcgDvrhCU7f/XySzT2Ey2OJQ== +"@jupyterlab/ui-components@^4.0.0-alpha.34": + version "4.0.0-alpha.34" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.34.tgz#eef2a505f36b576b674252219852583dd97e5ccd" + integrity sha512-84cYWCj0Hq1v2BCXneI11KQ2F+HtNPZIC1H/vM77pRCm8XTdMNh5/L+tl4OrCF5eI6pTfZa9RdZll8e1TTy/2g== dependencies: - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@jupyterlab/coreutils" "^6.0.0-alpha.19" + "@jupyterlab/observables" "^5.0.0-alpha.19" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@jupyterlab/translation" "^4.0.0-alpha.19" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/commands" "^2.0.0-beta.1" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/polling" "^2.0.0-beta.0" + "@lumino/properties" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/virtualdom" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" + "@rjsf/core" "^5.1.0" + "@rjsf/utils" "^5.1.0" + react "^18.2.0" + react-dom "^18.2.0" + typestyle "^2.0.4" + +"@jupyterlab/vega5-extension@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-4.0.0-alpha.19.tgz#a0c47fc4e3693fbc1f155b590efb6b9ce00f1fab" + integrity sha512-1m+C7kHrWfYySzaCl3Uq6kDs6vaI6KVXLYO33RpnpJDelaIuWzCIb0ckds8SPMZ+ebmy4RXFU5LGBriQ7Cf+9g== + dependencies: + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/widgets" "^2.0.0-beta.1" vega "^5.20.0" vega-embed "^6.2.1" vega-lite "^5.1.0" @@ -3917,7 +4221,7 @@ resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.0-beta.0.tgz#97c13c7b62ed3c86a3b40c34ac9b1e61c9cb1742" integrity sha512-Uh2luxjC8L80Z1lTHUzRWp/2fc3ZaWy+db0SvqYU61xrp73nyUpwp237E/s4IaLSGP3TVkp5WFcUagt6Ehy+5w== -"@lumino/application@^2.0.0-alpha.6": +"@lumino/application@^2.0.0-alpha.6", "@lumino/application@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/application/-/application-2.0.0-beta.1.tgz#e92ef42008c437d353120e87784d1597868a0f71" integrity sha512-QBEHd0KbAP4eQIy12bxxuoIGyvWd1awgdFF1nOY2wjKN9V6qhi7OROXR+6WubXGIlK4AC0L6iBi+9TOev9cI5Q== @@ -3926,6 +4230,13 @@ "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/widgets" "^2.0.0-beta.1" +"@lumino/collections@^1.9.3": + version "1.9.3" + resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-1.9.3.tgz#370dc2d50aa91371288a4f7376bea5a3191fc5dc" + integrity sha512-2i2Wf1xnfTgEgdyKEpqM16bcYRIhUOGCDzaVCEZACVG9R1CgYwOe3zfn71slBQOVSjjRgwYrgLXu4MBpt6YK+g== + dependencies: + "@lumino/algorithm" "^1.9.2" + "@lumino/collections@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.0-beta.0.tgz#72ccc98effd904b90e4b5e6ce4301146b3fdb1c3" @@ -3933,6 +4244,19 @@ dependencies: "@lumino/algorithm" "^2.0.0-beta.0" +"@lumino/commands@^1.21.1": + version "1.21.1" + resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-1.21.1.tgz#eda8b3cf5ef73b9c8ce93b3b5cf66bb053df2a76" + integrity sha512-d1zJmwz5bHU0BM/Rl3tRdZ7/WgXnFB0bM7x7Bf0XDlmX++jnU9k0j3mh6/5JqCGLmIApKCRwVqSaV7jPmSJlcQ== + dependencies: + "@lumino/algorithm" "^1.9.2" + "@lumino/coreutils" "^1.12.1" + "@lumino/disposable" "^1.10.4" + "@lumino/domutils" "^1.8.2" + "@lumino/keyboard" "^1.8.2" + "@lumino/signaling" "^1.11.1" + "@lumino/virtualdom" "^1.14.3" + "@lumino/commands@^2.0.0-alpha.6", "@lumino/commands@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.0.0-beta.1.tgz#1cb4f00180d5fd501d0fee361727076c291d1e1f" @@ -3946,7 +4270,7 @@ "@lumino/signaling" "^2.0.0-beta.1" "@lumino/virtualdom" "^2.0.0-beta.0" -"@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6": +"@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6", "@lumino/coreutils@^1.12.0", "@lumino/coreutils@^1.12.1": version "1.12.1" resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.12.1.tgz#79860c9937483ddf6cda87f6c2b9da8eb1a5d768" integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ== @@ -3956,22 +4280,22 @@ resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.0.0-beta.0.tgz#7be152e1d507365524c7b284360d6b78b6c93d2d" integrity sha512-leOyutyBztkWdb3v8keD7+y5FyZvU0LKsws79I3zm68pqi4XecqzZdKkcJ8OuyG8N9Ug5Xtw3uNXC2kyt9/eIA== -"@lumino/datagrid@^1.0.0-alpha.6": - version "1.0.0-alpha.6" - resolved "https://registry.yarnpkg.com/@lumino/datagrid/-/datagrid-1.0.0-alpha.6.tgz#90364797ab0cc7cdb60b72b6448462d56e07219c" - integrity sha512-dwQvaEzka8DBbaHHi/HHtzI4sW+U0iX/RgBFfOlFQWtprZfV+Rjeaw2TWPmXPiR/ugy8zGBYhwxPigfR4zO2Kg== +"@lumino/datagrid@^2.0.0-beta.0": + version "2.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@lumino/datagrid/-/datagrid-2.0.0-beta.1.tgz#9768e19aea86d3705d10bb7941dae812f97f8362" + integrity sha512-Ksfgk3LnXeF8V8RjjAoXYzkSXRAFi++B3DK/cuc4iQ0AZMR43sbT7Z/cFYqVs+akMT0zH7mz5mi1rnZ7stimmQ== dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/keyboard" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" + "@lumino/algorithm" "^2.0.0-beta.0" + "@lumino/coreutils" "^2.0.0-beta.0" + "@lumino/disposable" "^2.0.0-beta.1" + "@lumino/domutils" "^2.0.0-beta.0" + "@lumino/dragdrop" "^2.0.0-beta.1" + "@lumino/keyboard" "^2.0.0-beta.0" + "@lumino/messaging" "^2.0.0-beta.0" + "@lumino/signaling" "^2.0.0-beta.1" + "@lumino/widgets" "^2.0.0-beta.1" -"@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6": +"@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6", "@lumino/disposable@^1.10.4": version "1.10.4" resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-1.10.4.tgz#73b452044fecf988d7fa73fac9451b1a7f987323" integrity sha512-4ZxyYcyzUS+ZeB2KAH9oAH3w0DUUceiVr+FIZHZ2TAYGWZI/85WlqJtfm0xjwEpCwLLW1TDqJrISuZu3iMmVMA== @@ -3986,11 +4310,24 @@ dependencies: "@lumino/signaling" "^2.0.0-beta.1" +"@lumino/domutils@^1.8.2": + version "1.8.2" + resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-1.8.2.tgz#d15cdbae12bea52852bbc13c4629360f9f05b7f5" + integrity sha512-QIpMfkPJrs4GrWBuJf2Sn1fpyVPmvqUUAeD8xAQo8+4V5JAT0vUDLxZ9HijefMgNCi3+Bs8Z3lQwRCrz+cFP1A== + "@lumino/domutils@^2.0.0-alpha.6", "@lumino/domutils@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.0-beta.0.tgz#9d6d0ccc2f878dbf229ed9e6865f677fbbebf123" integrity sha512-fuht6bEWEuoTxQPtrEwKb2dIe8MLS5clXEg1ERVdPiALkwQZyQjcqv0hj2izE+g+qca8uZ/IWe4cXu96uOgTzA== +"@lumino/dragdrop@^1.14.4": + version "1.14.4" + resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-1.14.4.tgz#b6ec4cf4f470c17a849e31f299d5a24acdc8c7d3" + integrity sha512-IHX2M8Yqs2YsFHHXKSKiYLgv9DEuhyyKoDS85Chg34J9OaPC5ocT0AmNVnpeq9T4A50sg3vdL9mSRCZ0f302Gw== + dependencies: + "@lumino/coreutils" "^1.12.1" + "@lumino/disposable" "^1.10.4" + "@lumino/dragdrop@^2.0.0-alpha.6", "@lumino/dragdrop@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.0.0-beta.1.tgz#9563acac5156377a7038374e88a53f5a60f559fb" @@ -3999,11 +4336,24 @@ "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/disposable" "^2.0.0-beta.1" -"@lumino/keyboard@^2.0.0-alpha.6", "@lumino/keyboard@^2.0.0-beta.0": +"@lumino/keyboard@^1.8.2": + version "1.8.2" + resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-1.8.2.tgz#714dbe671f0718f516d1ec23188b31a9ccd82fb2" + integrity sha512-Dy+XqQ1wXbcnuYtjys5A0pAqf4SpAFl9NY6owyIhXAo0Va7w3LYp3jgiP1xAaBAwMuUppiUAfrbjrysZuZ625g== + +"@lumino/keyboard@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.0-beta.0.tgz#21368492984acef4d593c033b92dadee17689128" integrity sha512-YUwfgzvDCtTcctWvQ71ZRj6JBGL1HfR9MBcP4fFJnqWI96Zuht/VEH745U/WK1pwa0FKq3gWcDlwf4b61y2/eg== +"@lumino/messaging@^1.10.3": + version "1.10.3" + resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-1.10.3.tgz#b6227bdfc178a8542571625ecb68063691b6af3c" + integrity sha512-F/KOwMCdqvdEG8CYAJcBSadzp6aI7a47Fr60zAKGqZATSRRRV41q53iXU7HjFPqQqQIvdn9Z7J32rBEAyQAzww== + dependencies: + "@lumino/algorithm" "^1.9.2" + "@lumino/collections" "^1.9.3" + "@lumino/messaging@^2.0.0-alpha.6", "@lumino/messaging@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.0-beta.0.tgz#c1a11ef66e1e2645fad2953761973d8c4eb453a8" @@ -4012,7 +4362,7 @@ "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/collections" "^2.0.0-beta.0" -"@lumino/polling@^2.0.0-alpha.6", "@lumino/polling@^2.0.0-beta.1": +"@lumino/polling@^2.0.0-alpha.6", "@lumino/polling@^2.0.0-beta.0", "@lumino/polling@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-2.0.0-beta.1.tgz#f6cef4884a5969f71d55e8bfcea71692fde42fbd" integrity sha512-MaxtQsbtSWZmNtVa5/kHz74LJn1COdA2jtDIt/YZEv8A1U4UOL6++Q863HPIKttYIcuDk/16K0kBAEoAJPJQ6Q== @@ -4047,6 +4397,13 @@ "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/coreutils" "^2.0.0-beta.0" +"@lumino/virtualdom@^1.14.3": + version "1.14.3" + resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-1.14.3.tgz#e490c36ff506d877cf45771d6968e3e26a8919fd" + integrity sha512-5joUC1yuxeXbpfbSBm/OR8Mu9HoTo6PDX0RKqzlJ9o97iml7zayFN/ynzcxScKGQAo9iaXOY8uVIvGUT8FnsGw== + dependencies: + "@lumino/algorithm" "^1.9.2" + "@lumino/virtualdom@^2.0.0-alpha.6", "@lumino/virtualdom@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.0-beta.0.tgz#134bd2023b95591de687aed883f892ba1edbc451" @@ -4054,6 +4411,23 @@ dependencies: "@lumino/algorithm" "^2.0.0-beta.0" +"@lumino/widgets@^1.31.1": + version "1.37.1" + resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-1.37.1.tgz#d7a2398b276e15e60aff4fec58c035d46549a75b" + integrity sha512-/whz5B/hL0fjv0bR8JYZ+Emx+CH7HBwXc4TqI9PrrHGm3g6+jRJAyIFGZcQubqkPxxHrRE/VxQgoDKGhINw/Gw== + dependencies: + "@lumino/algorithm" "^1.9.2" + "@lumino/commands" "^1.21.1" + "@lumino/coreutils" "^1.12.1" + "@lumino/disposable" "^1.10.4" + "@lumino/domutils" "^1.8.2" + "@lumino/dragdrop" "^1.14.4" + "@lumino/keyboard" "^1.8.2" + "@lumino/messaging" "^1.10.3" + "@lumino/properties" "^1.8.2" + "@lumino/signaling" "^1.11.1" + "@lumino/virtualdom" "^1.14.3" + "@lumino/widgets@^2.0.0-alpha.6", "@lumino/widgets@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.0.0-beta.1.tgz#d4cf14b216dccc3e9d2a5b30ce5d4069c64730bd" @@ -4393,6 +4767,37 @@ prop-types "^15.7.2" react-is "16.9.0" +"@rjsf/core@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.1.0.tgz#431e45c273f51badbffe4359ff294d927852ff58" + integrity sha512-n2FeSk9iDuCF+Zo6nMLPuWsGsHCRiWnfohLNoyl1ll/tv6Ac5Oh0W3cwClIUEmJwaUFPaU/2O4ihFvSCdXwHlw== + dependencies: + lodash "^4.17.15" + lodash-es "^4.17.15" + nanoid "^3.3.4" + prop-types "^15.7.2" + +"@rjsf/utils@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.1.0.tgz#d96dea755a17f8d5758c49b87ad125e0cb0a7426" + integrity sha512-b6ZPl5H+1trBitFUfNY9eBClfxsHqsRDtw6fwxSwdVgseAnb33kGxO+/0KLzDfSY2L0b2yOwKGY4kyHmpBUThQ== + dependencies: + json-schema-merge-allof "^0.8.1" + jsonpointer "^5.0.1" + lodash "^4.17.15" + lodash-es "^4.17.15" + react-is "^18.2.0" + +"@rjsf/validator-ajv8@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rjsf/validator-ajv8/-/validator-ajv8-5.1.0.tgz#e9c2cfa9c4aeec7df4ece7981701a31df4684a86" + integrity sha512-J3+cPT+saU2i4nOe8EDIMAWfrM4T48J8kgFL5O2mAObzlOI6O1UOSc0Rt82ag5zHhyAON0B6t0nG54/eDiCWfA== + dependencies: + ajv "^8.12.0" + ajv-formats "^2.1.1" + lodash "^4.17.15" + lodash-es "^4.17.15" + "@sinclair/typebox@^0.25.16": version "0.25.21" resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272" @@ -4646,6 +5051,15 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== +"@types/react@^18.0.26": + version "18.0.28" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065" + integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/react@^18.0.27": version "18.0.27" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.27.tgz#d9425abe187a00f8a5ec182b010d4fd9da703b71" @@ -5271,7 +5685,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.7.0: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.0, ajv@^8.0.1, ajv@^8.8.0: +ajv@^8.0.0, ajv@^8.0.1, ajv@^8.12.0, ajv@^8.8.0: version "8.12.0" resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1" integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== @@ -6127,7 +6541,7 @@ compute-gcd@^1.2.1: validate.io-function "^1.0.2" validate.io-integer-array "^1.0.0" -compute-lcm@^1.1.0: +compute-lcm@^1.1.0, compute-lcm@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/compute-lcm/-/compute-lcm-1.1.2.tgz#9107c66b9dca28cefb22b4ab4545caac4034af23" integrity sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ== @@ -9202,6 +9616,15 @@ json-schema-merge-allof@^0.6.0: json-schema-compare "^0.2.2" lodash "^4.17.4" +json-schema-merge-allof@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.8.1.tgz#ed2828cdd958616ff74f932830a26291789eaaf2" + integrity sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w== + dependencies: + compute-lcm "^1.1.2" + json-schema-compare "^0.2.2" + lodash "^4.17.20" + json-schema-traverse@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" @@ -9275,7 +9698,7 @@ jsonparse@^1.2.0, jsonparse@^1.3.1: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== -jsonpointer@^5.0.0: +jsonpointer@^5.0.0, jsonpointer@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559" integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== @@ -11260,7 +11683,7 @@ react-is@^16.13.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-is@^18.0.0: +react-is@^18.0.0, react-is@^18.2.0: version "18.2.0" resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== From e4b9d0a4d36ebfa918527b4aaa13aafeb849b2f7 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 14:58:56 +0000 Subject: [PATCH 02/12] Remove docprovider and collaboration packages --- app/index.js | 1 - app/package.json | 137 +++++------ yarn.lock | 600 ++--------------------------------------------- 3 files changed, 85 insertions(+), 653 deletions(-) diff --git a/app/index.js b/app/index.js index e52a059edd..4fdd47b4b8 100644 --- a/app/index.js +++ b/app/index.js @@ -152,7 +152,6 @@ async function main() { require('@jupyterlab/translation-extension'), require('@jupyterlab/ui-components-extension'), // Add the "Hub Control Panel" menu option when running in JupyterHub - require('@jupyterlab/collaboration-extension'), require('@jupyterlab/hub-extension') ]; diff --git a/app/package.json b/app/package.json index f213803c5b..bc70ca3c8c 100644 --- a/app/package.json +++ b/app/package.json @@ -23,74 +23,71 @@ "@jupyter-notebook/tree-extension": "~7.0.0-alpha.12", "@jupyter-notebook/ui-components": "~7.0.0-alpha.12", "@jupyter/ydoc": "~0.3.1", - "@jupyterlab/application": "~4.0.0-alpha.18", - "@jupyterlab/application-extension": "~4.0.0-alpha.18", - "@jupyterlab/apputils": "~4.0.0-alpha.18", - "@jupyterlab/apputils-extension": "~4.0.0-alpha.18", - "@jupyterlab/cell-toolbar": "~4.0.0-alpha.18", - "@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.18", - "@jupyterlab/celltags": "~4.0.0-alpha.18", - "@jupyterlab/celltags-extension": "~4.0.0-alpha.18", - "@jupyterlab/codeeditor": "~4.0.0-alpha.18", - "@jupyterlab/codemirror": "~4.0.0-alpha.18", - "@jupyterlab/codemirror-extension": "~4.0.0-alpha.18", - "@jupyterlab/collaboration": "~4.0.0-alpha.18", - "@jupyterlab/collaboration-extension": "~4.0.0-alpha.18", - "@jupyterlab/completer": "~4.0.0-alpha.18", - "@jupyterlab/completer-extension": "~4.0.0-alpha.18", - "@jupyterlab/console": "~4.0.0-alpha.18", - "@jupyterlab/console-extension": "~4.0.0-alpha.18", - "@jupyterlab/coreutils": "~6.0.0-alpha.18", - "@jupyterlab/debugger": "~4.0.0-alpha.18", - "@jupyterlab/debugger-extension": "~4.0.0-alpha.18", - "@jupyterlab/docmanager": "~4.0.0-alpha.18", - "@jupyterlab/docmanager-extension": "~4.0.0-alpha.18", - "@jupyterlab/docprovider": "~4.0.0-alpha.18", - "@jupyterlab/documentsearch": "~4.0.0-alpha.18", - "@jupyterlab/documentsearch-extension": "~4.0.0-alpha.18", - "@jupyterlab/filebrowser": "~4.0.0-alpha.18", - "@jupyterlab/filebrowser-extension": "~4.0.0-alpha.18", - "@jupyterlab/fileeditor": "~4.0.0-alpha.18", - "@jupyterlab/fileeditor-extension": "~4.0.0-alpha.18", - "@jupyterlab/htmlviewer": "~4.0.0-alpha.18", - "@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.18", - "@jupyterlab/hub-extension": "~4.0.0-alpha.18", - "@jupyterlab/javascript-extension": "~4.0.0-alpha.18", - "@jupyterlab/json-extension": "~4.0.0-alpha.18", - "@jupyterlab/lsp": "~4.0.0-alpha.18", - "@jupyterlab/lsp-extension": "~4.0.0-alpha.18", - "@jupyterlab/mainmenu": "~4.0.0-alpha.18", - "@jupyterlab/mainmenu-extension": "~4.0.0-alpha.18", - "@jupyterlab/markedparser-extension": "~4.0.0-alpha.18", - "@jupyterlab/mathjax2-extension": "~4.0.0-alpha.18", - "@jupyterlab/notebook": "~4.0.0-alpha.18", - "@jupyterlab/notebook-extension": "~4.0.0-alpha.18", - "@jupyterlab/observables": "~5.0.0-alpha.18", - "@jupyterlab/outputarea": "~4.0.0-alpha.18", - "@jupyterlab/pdf-extension": "~4.0.0-alpha.18", - "@jupyterlab/rendermime": "~4.0.0-alpha.18", - "@jupyterlab/rendermime-extension": "~4.0.0-alpha.18", - "@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.18", - "@jupyterlab/running-extension": "~4.0.0-alpha.18", - "@jupyterlab/services": "~7.0.0-alpha.18", - "@jupyterlab/settingeditor": "~4.0.0-alpha.18", - "@jupyterlab/settingeditor-extension": "~4.0.0-alpha.18", - "@jupyterlab/settingregistry": "~4.0.0-alpha.18", - "@jupyterlab/shortcuts-extension": "~4.0.0-alpha.18", - "@jupyterlab/statedb": "~4.0.0-alpha.18", - "@jupyterlab/statusbar": "~4.0.0-alpha.18", - "@jupyterlab/terminal": "~4.0.0-alpha.18", - "@jupyterlab/terminal-extension": "~4.0.0-alpha.18", - "@jupyterlab/theme-dark-extension": "~4.0.0-alpha.18", - "@jupyterlab/theme-light-extension": "~4.0.0-alpha.18", - "@jupyterlab/toc-extension": "~6.0.0-alpha.18", - "@jupyterlab/tooltip": "~4.0.0-alpha.18", - "@jupyterlab/tooltip-extension": "~4.0.0-alpha.18", - "@jupyterlab/translation": "~4.0.0-alpha.18", - "@jupyterlab/translation-extension": "~4.0.0-alpha.18", - "@jupyterlab/ui-components": "~4.0.0-alpha.33", - "@jupyterlab/ui-components-extension": "~4.0.0-alpha.18", - "@jupyterlab/vega5-extension": "~4.0.0-alpha.18", + "@jupyterlab/application": "~4.0.0-alpha.19", + "@jupyterlab/application-extension": "~4.0.0-alpha.19", + "@jupyterlab/apputils": "~4.0.0-alpha.19", + "@jupyterlab/apputils-extension": "~4.0.0-alpha.19", + "@jupyterlab/cell-toolbar": "~4.0.0-alpha.19", + "@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.19", + "@jupyterlab/celltags": "~4.0.0-alpha.19", + "@jupyterlab/celltags-extension": "~4.0.0-alpha.19", + "@jupyterlab/codeeditor": "~4.0.0-alpha.19", + "@jupyterlab/codemirror": "~4.0.0-alpha.19", + "@jupyterlab/codemirror-extension": "~4.0.0-alpha.19", + "@jupyterlab/completer": "~4.0.0-alpha.19", + "@jupyterlab/completer-extension": "~4.0.0-alpha.19", + "@jupyterlab/console": "~4.0.0-alpha.19", + "@jupyterlab/console-extension": "~4.0.0-alpha.19", + "@jupyterlab/coreutils": "~6.0.0-alpha.19", + "@jupyterlab/debugger": "~4.0.0-alpha.19", + "@jupyterlab/debugger-extension": "~4.0.0-alpha.19", + "@jupyterlab/docmanager": "~4.0.0-alpha.19", + "@jupyterlab/docmanager-extension": "~4.0.0-alpha.19", + "@jupyterlab/documentsearch": "~4.0.0-alpha.19", + "@jupyterlab/documentsearch-extension": "~4.0.0-alpha.19", + "@jupyterlab/filebrowser": "~4.0.0-alpha.19", + "@jupyterlab/filebrowser-extension": "~4.0.0-alpha.19", + "@jupyterlab/fileeditor": "~4.0.0-alpha.19", + "@jupyterlab/fileeditor-extension": "~4.0.0-alpha.19", + "@jupyterlab/htmlviewer": "~4.0.0-alpha.19", + "@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.19", + "@jupyterlab/hub-extension": "~4.0.0-alpha.19", + "@jupyterlab/javascript-extension": "~4.0.0-alpha.19", + "@jupyterlab/json-extension": "~4.0.0-alpha.19", + "@jupyterlab/lsp": "~4.0.0-alpha.19", + "@jupyterlab/lsp-extension": "~4.0.0-alpha.19", + "@jupyterlab/mainmenu": "~4.0.0-alpha.19", + "@jupyterlab/mainmenu-extension": "~4.0.0-alpha.19", + "@jupyterlab/markedparser-extension": "~4.0.0-alpha.19", + "@jupyterlab/mathjax2-extension": "~4.0.0-alpha.19", + "@jupyterlab/notebook": "~4.0.0-alpha.19", + "@jupyterlab/notebook-extension": "~4.0.0-alpha.19", + "@jupyterlab/observables": "~5.0.0-alpha.19", + "@jupyterlab/outputarea": "~4.0.0-alpha.19", + "@jupyterlab/pdf-extension": "~4.0.0-alpha.19", + "@jupyterlab/rendermime": "~4.0.0-alpha.19", + "@jupyterlab/rendermime-extension": "~4.0.0-alpha.19", + "@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.19", + "@jupyterlab/running-extension": "~4.0.0-alpha.19", + "@jupyterlab/services": "~7.0.0-alpha.19", + "@jupyterlab/settingeditor": "~4.0.0-alpha.19", + "@jupyterlab/settingeditor-extension": "~4.0.0-alpha.19", + "@jupyterlab/settingregistry": "~4.0.0-alpha.19", + "@jupyterlab/shortcuts-extension": "~4.0.0-alpha.19", + "@jupyterlab/statedb": "~4.0.0-alpha.19", + "@jupyterlab/statusbar": "~4.0.0-alpha.19", + "@jupyterlab/terminal": "~4.0.0-alpha.19", + "@jupyterlab/terminal-extension": "~4.0.0-alpha.19", + "@jupyterlab/theme-dark-extension": "~4.0.0-alpha.19", + "@jupyterlab/theme-light-extension": "~4.0.0-alpha.19", + "@jupyterlab/toc-extension": "~6.0.0-alpha.19", + "@jupyterlab/tooltip": "~4.0.0-alpha.19", + "@jupyterlab/tooltip-extension": "~4.0.0-alpha.19", + "@jupyterlab/translation": "~4.0.0-alpha.19", + "@jupyterlab/translation-extension": "~4.0.0-alpha.19", + "@jupyterlab/ui-components": "~4.0.0-alpha.34", + "@jupyterlab/ui-components-extension": "~4.0.0-alpha.19", + "@jupyterlab/vega5-extension": "~4.0.0-alpha.19", "@lumino/algorithm": "~2.0.0-beta.0", "@lumino/application": "~2.0.0-beta.1", "@lumino/commands": "~2.0.0-beta.1", @@ -126,7 +123,6 @@ "@jupyterlab/celltags-extension": "^4.0.0-alpha.19", "@jupyterlab/codemirror": "^4.0.0-alpha.19", "@jupyterlab/codemirror-extension": "^4.0.0-alpha.19", - "@jupyterlab/collaboration-extension": "^4.0.0-alpha.18", "@jupyterlab/completer-extension": "^4.0.0-alpha.19", "@jupyterlab/console-extension": "^4.0.0-alpha.19", "@jupyterlab/coreutils": "^6.0.0-alpha.19", @@ -182,7 +178,6 @@ "name": "Jupyter Notebook", "extensions": [ "@jupyter-notebook/application-extension", - "@jupyterlab/collaboration-extension", "@jupyter-notebook/console-extension", "@jupyter-notebook/docmanager-extension", "@jupyter-notebook/documentsearch-extension", @@ -229,13 +224,11 @@ "@jupyterlab/celltags", "@jupyterlab/codeeditor", "@jupyterlab/codemirror", - "@jupyterlab/collaboration", "@jupyterlab/completer", "@jupyterlab/console", "@jupyterlab/coreutils", "@jupyterlab/debugger", "@jupyterlab/docmanager", - "@jupyterlab/docprovider", "@jupyterlab/documentsearch", "@jupyterlab/filebrowser", "@jupyterlab/fileeditor", diff --git a/yarn.lock b/yarn.lock index 2e700fb4fa..30ce26a340 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1647,32 +1647,6 @@ "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/application@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.18.tgz#c7db9690e05cdfd9485446fcf4df119430c584ac" - integrity sha512-brH/8I8Za3FmTypxtXB+LBVaRBuJztHmzbF6sOOzyqscJXMILdJuUNDA7qSliCfWubWbWMVYzPQPFYPUGEXm6A== - dependencies: - "@fortawesome/fontawesome-free" "^5.12.0" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/docregistry" "^4.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/application" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@jupyterlab/application@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.19.tgz#9fafdc559ce040287cdb05a46b86c585b3a4aa5d" @@ -1726,32 +1700,6 @@ react-dom "^18.2.0" react-toastify "^9.0.8" -"@jupyterlab/apputils@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.18.tgz#edccdfb72872b5854aa68cdfb985b82ff191aae5" - integrity sha512-z1W7zDeGGtaQ/0X6o05kc9n8FyuzpIr2pjcKZEXXhXwXWvKi5IJwLq/QXo3FG7pf0Dg8bprDmzXaJMBa/yRqZg== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/domutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^18.2.0" - sanitize-html "~2.7.3" - "@jupyterlab/apputils@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.19.tgz#f9f7d80a264d4d08b7f105ae58bc5c503659a2b6" @@ -1938,26 +1886,6 @@ "@lumino/signaling" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/codeeditor@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.18.tgz#375d2332d6e3aac88710f8928097b25fa6637485" - integrity sha512-prQYP3MojOzNgDTZcg9jPhojsyTDfUOwanFr6wzgQf1L+sr+BlgGRGuhWncfolcQxZvwf+5AbBguXQD/Nb5ogg== - dependencies: - "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/dragdrop" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^18.2.0" - "@jupyterlab/codeeditor@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.19.tgz#25b588247beb030f540210fa47f8e7a011fdea20" @@ -1995,53 +1923,6 @@ "@jupyterlab/translation" "^4.0.0-alpha.19" "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/codemirror@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.18.tgz#185ff14213666b4a82beb2084f5b9f3df000f996" - integrity sha512-Xl+Yv3fddE+PjNTYfqfAByG7sKFbsYu9mJ3msiSi+eZSoSH6cZXiuKMwHJVRo3rEoz+ehbU589q8R16tfKEuew== - dependencies: - "@codemirror/autocomplete" "^6.0.0" - "@codemirror/commands" "^6.0.0" - "@codemirror/lang-cpp" "^6.0.0" - "@codemirror/lang-css" "^6.0.0" - "@codemirror/lang-html" "^6.0.0" - "@codemirror/lang-java" "^6.0.0" - "@codemirror/lang-javascript" "^6.0.0" - "@codemirror/lang-json" "^6.0.0" - "@codemirror/lang-markdown" "^6.0.0" - "@codemirror/lang-php" "^6.0.0" - "@codemirror/lang-python" "^6.0.0" - "@codemirror/lang-rust" "^6.0.0" - "@codemirror/lang-sql" "^6.0.0" - "@codemirror/lang-wast" "^6.0.0" - "@codemirror/lang-xml" "^6.0.0" - "@codemirror/language" "^6.0.0" - "@codemirror/legacy-modes" "^6.0.0" - "@codemirror/search" "^6.0.0" - "@codemirror/state" "^6.0.0" - "@codemirror/view" "^6.0.0" - "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/documentsearch" "^4.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/statusbar" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lezer/common" "^1.0.0" - "@lezer/highlight" "^1.0.0" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^18.2.0" - style-mod "^4.0.0" - y-codemirror.next "^0.3.2" - y-protocols "^1.0.5" - yjs "^13.5.40" - "@jupyterlab/codemirror@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.19.tgz#0d31c8b4c483f1cf494f64d6288d65c01dd5b003" @@ -2089,40 +1970,6 @@ y-protocols "^1.0.5" yjs "^13.5.40" -"@jupyterlab/collaboration-extension@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration-extension/-/collaboration-extension-4.0.0-alpha.18.tgz#ed065ea9ff1d7b0ecdf292640dd9634f7c70e4c1" - integrity sha512-OG0rzHijiCszDMiVEcWmIGKLdZqUnGw0KEtcLd6AocJW3dQ9AlVN4p+r1ml9kkLF2BXnEPlMtJu4hQk9G3kXVw== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.18" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/collaboration" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/widgets" "^2.0.0-alpha.6" - y-protocols "^1.0.5" - y-websocket "^1.3.15" - yjs "^13.5.40" - -"@jupyterlab/collaboration@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration/-/collaboration-4.0.0-alpha.18.tgz#c3c487dae1322f96ec19dcf587d2d91efce674df" - integrity sha512-aQxBApzt5xyEgAp6X74l2bplgyGUpUKXDYA+nH7v2zxsFz8dRD7fzVB7i5dBsVLBgqcV6DIj5S/4PE5diM1Q6Q== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^18.2.0" - y-protocols "^1.0.5" - yjs "^13.5.40" - "@jupyterlab/completer-extension@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-4.0.0-alpha.19.tgz#687d131b95575e65f1b616b67d8767bfc6195c05" @@ -2203,18 +2050,6 @@ "@lumino/signaling" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/coreutils@^6.0.0-alpha.18": - version "6.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.18.tgz#896d8c9290267f4aeb0fbfaaf4f28948550651fd" - integrity sha512-Ye4RHeCUlckMkuHc6Z9W7o4TkDkwZztiiJyR0MMnJciKAiFCPX8BVqssGYr+KcXAqJLzj1zgMRmTCuAmBiGl+Q== - dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - minimist "~1.2.0" - path-browserify "^1.0.0" - url-parse "~1.5.4" - "@jupyterlab/coreutils@^6.0.0-alpha.19": version "6.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.19.tgz#05d4984f6af640bea74002f59fb32d2e077ebd35" @@ -2326,30 +2161,6 @@ "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/docregistry@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.18.tgz#fda19d358dd058e1b201c9b8c550a8e5a4eb95e8" - integrity sha512-irWz+mWuhm7tsjXm4gLF8ApdQ7m3Ob9tddQhld3R/HSEmSNRXXQ2QlPBw2pSKzF//eSd+QN+MYBZ39ZVgNuuNQ== - dependencies: - "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/codeeditor" "^4.0.0-alpha.18" - "@jupyterlab/codemirror" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime" "^4.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@jupyterlab/docregistry@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.19.tgz#2c9c4755cdf00967d48296cefa7bd3ded0b3882f" @@ -2386,21 +2197,6 @@ "@jupyterlab/translation" "^4.0.0-alpha.19" "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/documentsearch@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.18.tgz#439b4679e88078a167822b23a6f183d6d5610f07" - integrity sha512-w+b6fB6V5QY8LVorul7152T+F9gLyo7hUgZNHeo9p/xJY6x5DUErxT+RS1QYg5BVhoOOdJtQLyM53Bnmp25o3g== - dependencies: - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^18.2.0" - "@jupyterlab/documentsearch@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.19.tgz#d67e46c7e74a3043204e4ccb1ad09743b40c4d3b" @@ -2737,13 +2533,6 @@ dependencies: "@lumino/coreutils" "^1.11.0" -"@jupyterlab/nbformat@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.18.tgz#fefbe2ae842ce855dcd05ffe313829b7554095ef" - integrity sha512-3/D93GouwyF9PX/a5gun22Jn9MPc8acmz6FvHbY6ndRSNHSMNAzNTKjEJEx4vgze25hpXXYKobu1LwiOoGXQ5g== - dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@jupyterlab/nbformat@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.19.tgz#f12697b830168acfb08df68d1d46ee298010d4e7" @@ -2825,17 +2614,6 @@ "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/observables@^5.0.0-alpha.18": - version "5.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.18.tgz#4ec161f734fb4b0e4c6444c53e6d3612f9a32790" - integrity sha512-Al1EY1z5lnFcKMwBnfPGYJWOIAhav0BURccAhVoUnx+/HYBWr/RzsLFy9tsDKDe00edRKf77OKIC1TxIuYa99w== - dependencies: - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@jupyterlab/observables@^5.0.0-alpha.19": version "5.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.19.tgz#8da3e90b27563884bcbb9020f501f1cb61a3d155" @@ -2902,14 +2680,6 @@ "@jupyterlab/rendermime" "^4.0.0-alpha.19" "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.18": - version "3.8.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.18.tgz#d7406fe2fca3eaf7d04f331404f53d8c6e411901" - integrity sha512-PM0tNeU5qCxCeBRdGNsZiWQb/VMLD2WVwssDG+GWmeGvPoz7vUvDKtmxqGxO8l1mBnwGTBNAjlanzHeeTnfMnA== - dependencies: - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@jupyterlab/rendermime-interfaces@^3.8.0-alpha.19": version "3.8.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.19.tgz#a896583e9dadd65def05638e5e28dc61a7ef73f5" @@ -2927,24 +2697,6 @@ "@lumino/coreutils" "^1.12.0" "@lumino/widgets" "^1.31.1" -"@jupyterlab/rendermime@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.18.tgz#66139cd2eb0ba55cf9e2df8d71b1354879fb0a75" - integrity sha512-KDW+zD8LMWfKaPimWuJ0JDL1x+gtdpAlTwSuHSqT7dbzlepx67Zb6uqvMIdegPKVNpGoX2G1zyakuaDQMzYpsw== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.18" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - lodash.escape "^4.0.1" - "@jupyterlab/rendermime@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.19.tgz#f7e7dedff75040efa099f425f04294dc331055e2" @@ -2994,23 +2746,6 @@ "@lumino/signaling" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/services@^7.0.0-alpha.18": - version "7.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.18.tgz#e2fe40fa9cd3e3d8d0a9d646361764115d84bdf6" - integrity sha512-qSFw3h23YgkgAzgPzxwOEs3dDjFnHJWMXG8WEzAzsmTXbY+hozEy8fEZDAalRXYYIraoDoZi+ioPyNhv7vjBgw== - dependencies: - "@jupyter/ydoc" "^0.3.1" - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/settingregistry" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - ws "^8.11.0" - "@jupyterlab/services@^7.0.0-alpha.19": version "7.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.19.tgz#6071f4547f3c341ae076b34b7e92eaa7ce8b8535" @@ -3072,20 +2807,6 @@ json-schema "^0.4.0" react "^18.2.0" -"@jupyterlab/settingregistry@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.18.tgz#8879e9e8168894d49b3fc909dfe5ab3cb931d7b4" - integrity sha512-tnauP99LQHY9hBYyp94VMpKX0uy+Xlsebv+ZlkHStU73BfZq3ZfGBJ21FBHngNpiyJm4GAiwDJ7PALcingpOKw== - dependencies: - "@jupyterlab/nbformat" "^4.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - ajv "^6.12.3" - json5 "^2.2.3" - "@jupyterlab/settingregistry@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.19.tgz#359e8fbf1c97f900c4811338ef8b4333caf27eb6" @@ -3119,17 +2840,6 @@ "@lumino/widgets" "^2.0.0-beta.1" react "^18.2.0" -"@jupyterlab/statedb@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.18.tgz#771fbbd024573bee21de41b113d6c043c5b647b1" - integrity sha512-t6W44viC6AyRGckSSU+2yQLbGlS7Mp19hbw2c0Qf34a2N7eWzCX1QqmSmhsuIE7eFBPJh1cPua6OSGKObV6MYg== - dependencies: - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@jupyterlab/statedb@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.19.tgz#7887e31514413c9338b768becf4688f797085ead" @@ -3141,20 +2851,6 @@ "@lumino/properties" "^2.0.0-beta.0" "@lumino/signaling" "^2.0.0-beta.1" -"@jupyterlab/statusbar@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.18.tgz#edb774fd9e5b08f3ab21b7d736dc27ed1e853e9a" - integrity sha512-d5kxMMUgDo3w/g9ZgFHrwibJJcMegyrVCDh/gNKwJcKog6NRDOVuiZQP9PDWkWYl009fGTDvxhljSOTo4BdQqA== - dependencies: - "@jupyterlab/ui-components" "^4.0.0-alpha.33" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - react "^18.2.0" - "@jupyterlab/statusbar@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.19.tgz#a528f520d947f766a2bf51d80da3d475f0ee99c7" @@ -3327,17 +3023,6 @@ "@jupyterlab/settingregistry" "^4.0.0-alpha.19" "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/translation@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.18.tgz#146871e13fed98396b7767422a9c8e445aba7cdd" - integrity sha512-v55zNhpoKeajp3p2i++0bJxxiOCZgEO3G3O1GRa2RxZQkcMbTRgS7r9a9QJ6CDPsPPru/Qs+v09lqlXkgpx+5w== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/services" "^7.0.0-alpha.18" - "@jupyterlab/statedb" "^4.0.0-alpha.18" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@jupyterlab/translation@^4.0.0-alpha.19", "@jupyterlab/translation@^4.0.0-alpha.9": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.19.tgz#4f978efc2b5e4a18ff729a8383ab3b0800686c20" @@ -3357,30 +3042,6 @@ "@jupyterlab/application" "^4.0.0-alpha.19" "@jupyterlab/ui-components" "^4.0.0-alpha.34" -"@jupyterlab/ui-components@^4.0.0-alpha.33": - version "4.0.0-alpha.33" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.33.tgz#de9f04ff4374379a00bb3df6b4fc6cf77e83e4f8" - integrity sha512-fIwcyLcmWzEM8UBC4tz/qTuCyn0ZpKpBX368HgeP2BPY7LnJg+7UfpyUj5iWlWjlYsMX7dAGyINPH/roANC4kQ== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.18" - "@jupyterlab/observables" "^5.0.0-alpha.18" - "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.18" - "@jupyterlab/translation" "^4.0.0-alpha.18" - "@lumino/algorithm" "^2.0.0-alpha.6" - "@lumino/commands" "^2.0.0-alpha.6" - "@lumino/coreutils" "^2.0.0-alpha.6" - "@lumino/disposable" "^2.0.0-alpha.6" - "@lumino/messaging" "^2.0.0-alpha.6" - "@lumino/polling" "^2.0.0-alpha.6" - "@lumino/properties" "^2.0.0-alpha.6" - "@lumino/signaling" "^2.0.0-alpha.6" - "@lumino/virtualdom" "^2.0.0-alpha.6" - "@lumino/widgets" "^2.0.0-alpha.6" - "@rjsf/core" "^4.2.0" - react "^18.2.0" - react-dom "^18.2.0" - typestyle "^2.0.4" - "@jupyterlab/ui-components@^4.0.0-alpha.34": version "4.0.0-alpha.34" resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.34.tgz#eef2a505f36b576b674252219852583dd97e5ccd" @@ -4216,12 +3877,12 @@ resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.2.tgz#b95e6419aed58ff6b863a51bfb4add0f795141d3" integrity sha512-Z06lp/yuhz8CtIir3PNTGnuk7909eXt4ukJsCzChsGuot2l5Fbs96RJ/FOHgwCedaX74CtxPjXHXoszFbUA+4A== -"@lumino/algorithm@^2.0.0-alpha.6", "@lumino/algorithm@^2.0.0-beta.0": +"@lumino/algorithm@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.0-beta.0.tgz#97c13c7b62ed3c86a3b40c34ac9b1e61c9cb1742" integrity sha512-Uh2luxjC8L80Z1lTHUzRWp/2fc3ZaWy+db0SvqYU61xrp73nyUpwp237E/s4IaLSGP3TVkp5WFcUagt6Ehy+5w== -"@lumino/application@^2.0.0-alpha.6", "@lumino/application@^2.0.0-beta.1": +"@lumino/application@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/application/-/application-2.0.0-beta.1.tgz#e92ef42008c437d353120e87784d1597868a0f71" integrity sha512-QBEHd0KbAP4eQIy12bxxuoIGyvWd1awgdFF1nOY2wjKN9V6qhi7OROXR+6WubXGIlK4AC0L6iBi+9TOev9cI5Q== @@ -4257,7 +3918,7 @@ "@lumino/signaling" "^1.11.1" "@lumino/virtualdom" "^1.14.3" -"@lumino/commands@^2.0.0-alpha.6", "@lumino/commands@^2.0.0-beta.1": +"@lumino/commands@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.0.0-beta.1.tgz#1cb4f00180d5fd501d0fee361727076c291d1e1f" integrity sha512-1VhFwJGuGaUMUdoUbWW0zhiVw8D8VhXtTdy3c8nUi3+D0iaI+PgWutZh/BmIC9/uCYeYttQiIm2lcEZrjoCS9w== @@ -4275,7 +3936,7 @@ resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.12.1.tgz#79860c9937483ddf6cda87f6c2b9da8eb1a5d768" integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ== -"@lumino/coreutils@^2.0.0-alpha.6", "@lumino/coreutils@^2.0.0-beta.0": +"@lumino/coreutils@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.0.0-beta.0.tgz#7be152e1d507365524c7b284360d6b78b6c93d2d" integrity sha512-leOyutyBztkWdb3v8keD7+y5FyZvU0LKsws79I3zm68pqi4XecqzZdKkcJ8OuyG8N9Ug5Xtw3uNXC2kyt9/eIA== @@ -4303,7 +3964,7 @@ "@lumino/algorithm" "^1.9.2" "@lumino/signaling" "^1.11.1" -"@lumino/disposable@^2.0.0-alpha.6", "@lumino/disposable@^2.0.0-beta.1": +"@lumino/disposable@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.0.0-beta.1.tgz#0b1fa3492d31c3c6d34cc7ec5c1f031d95178e3e" integrity sha512-QkQC4LXK+slgRVmIQDwAbN5vdGXV+S/meRHqSYJxyJj5PDJsilCn4TKohRA4ld+n1yuBqKuuFurui5wXnYjjKw== @@ -4315,7 +3976,7 @@ resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-1.8.2.tgz#d15cdbae12bea52852bbc13c4629360f9f05b7f5" integrity sha512-QIpMfkPJrs4GrWBuJf2Sn1fpyVPmvqUUAeD8xAQo8+4V5JAT0vUDLxZ9HijefMgNCi3+Bs8Z3lQwRCrz+cFP1A== -"@lumino/domutils@^2.0.0-alpha.6", "@lumino/domutils@^2.0.0-beta.0": +"@lumino/domutils@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.0-beta.0.tgz#9d6d0ccc2f878dbf229ed9e6865f677fbbebf123" integrity sha512-fuht6bEWEuoTxQPtrEwKb2dIe8MLS5clXEg1ERVdPiALkwQZyQjcqv0hj2izE+g+qca8uZ/IWe4cXu96uOgTzA== @@ -4328,7 +3989,7 @@ "@lumino/coreutils" "^1.12.1" "@lumino/disposable" "^1.10.4" -"@lumino/dragdrop@^2.0.0-alpha.6", "@lumino/dragdrop@^2.0.0-beta.1": +"@lumino/dragdrop@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.0.0-beta.1.tgz#9563acac5156377a7038374e88a53f5a60f559fb" integrity sha512-IF2v17h38PwkMQw0xb2wl8QvM4viC1NkYaMI7VRU9yprH+9kuJ23IfxcBvVYJgONxLDvUMARlsAHXwQEhkVFKw== @@ -4354,7 +4015,7 @@ "@lumino/algorithm" "^1.9.2" "@lumino/collections" "^1.9.3" -"@lumino/messaging@^2.0.0-alpha.6", "@lumino/messaging@^2.0.0-beta.0": +"@lumino/messaging@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.0-beta.0.tgz#c1a11ef66e1e2645fad2953761973d8c4eb453a8" integrity sha512-EP28kYRQO1Y8fuAoM6ANieIQyu4iF9AP1vPqzPBxLK3GiYWZo0b1wwjxqBIFxMfx2fovpM9mLrU9aDnQIOZqJw== @@ -4362,7 +4023,7 @@ "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/collections" "^2.0.0-beta.0" -"@lumino/polling@^2.0.0-alpha.6", "@lumino/polling@^2.0.0-beta.0", "@lumino/polling@^2.0.0-beta.1": +"@lumino/polling@^2.0.0-beta.0", "@lumino/polling@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-2.0.0-beta.1.tgz#f6cef4884a5969f71d55e8bfcea71692fde42fbd" integrity sha512-MaxtQsbtSWZmNtVa5/kHz74LJn1COdA2jtDIt/YZEv8A1U4UOL6++Q863HPIKttYIcuDk/16K0kBAEoAJPJQ6Q== @@ -4376,7 +4037,7 @@ resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.2.tgz#91131f2ca91a902faa138771eb63341db78fc0fd" integrity sha512-EkjI9Cw8R0U+xC9HxdFSu7X1tz1H1vKu20cGvJ2gU+CXlMB1DvoYJCYxCThByHZ+kURTAap4SE5x8HvKwNPbig== -"@lumino/properties@^2.0.0-alpha.6", "@lumino/properties@^2.0.0-beta.0": +"@lumino/properties@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.0-beta.0.tgz#df0852e6b040ab063f25a74d16655ed53570d06d" integrity sha512-Yt1EFrDXUx4fNPLZtNf1j5hscVJrDAzarrmAv3haeN78vG8VZM6IacG0/wetYPFs5/d4ploz07+TkHlUnFDHfQ== @@ -4389,7 +4050,7 @@ "@lumino/algorithm" "^1.9.2" "@lumino/properties" "^1.8.2" -"@lumino/signaling@^2.0.0-alpha.6", "@lumino/signaling@^2.0.0-beta.1": +"@lumino/signaling@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.0.0-beta.1.tgz#ad0a02aba49718084b5e5c630c1e40a1b75eacd3" integrity sha512-hmQDMCSA7pGuOB0sb9I7e73Pome2dyWc1z9W6I/4n7+qzcqVlFrx07hN01SosSldZ5I769ZIscAIuKaUrey86g== @@ -4404,7 +4065,7 @@ dependencies: "@lumino/algorithm" "^1.9.2" -"@lumino/virtualdom@^2.0.0-alpha.6", "@lumino/virtualdom@^2.0.0-beta.0": +"@lumino/virtualdom@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.0-beta.0.tgz#134bd2023b95591de687aed883f892ba1edbc451" integrity sha512-oVrV//M0xpGZ9yeA2oQ6kWTRaNbS8JAzzY7yw5sqOkZxLJ/MFpebnq31L6CHXPmTnW4xkZK7hsFKbZjfgMnCyQ== @@ -4428,7 +4089,7 @@ "@lumino/signaling" "^1.11.1" "@lumino/virtualdom" "^1.14.3" -"@lumino/widgets@^2.0.0-alpha.6", "@lumino/widgets@^2.0.0-beta.1": +"@lumino/widgets@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.0.0-beta.1.tgz#d4cf14b216dccc3e9d2a5b30ce5d4069c64730bd" integrity sha512-YjSA0yUA+8CfzkpX4PXlp0PfEEbKBHBqtwe+GvkWmY8k3Sqbjtkpmf2L+N1QA2Z5EW6d6vct4mqV3NlHd9qrLg== @@ -4751,22 +4412,6 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== -"@rjsf/core@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-4.2.3.tgz#7ff2fb593f0af20485dc267391a8971378eec655" - integrity sha512-dRXhd1Tac/9OcG0VDrYDF2boNTyKINEEITEtJ4L1Yce2iMVk66U52BhWKIFp/WXDM27vwnOfwQo4NwGiqeQeHw== - dependencies: - "@types/json-schema" "^7.0.7" - ajv "^6.7.0" - core-js-pure "^3.6.5" - json-schema-merge-allof "^0.6.0" - jsonpointer "^5.0.0" - lodash "^4.17.15" - lodash-es "^4.17.15" - nanoid "^3.1.23" - prop-types "^15.7.2" - react-is "16.9.0" - "@rjsf/core@^5.1.0": version "5.1.0" resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.1.0.tgz#431e45c273f51badbffe4359ff294d927852ff58" @@ -5549,28 +5194,6 @@ abbrev@1, abbrev@^1.0.0: resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== -abstract-leveldown@^6.2.1: - version "6.3.0" - resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.3.0.tgz#d25221d1e6612f820c35963ba4bd739928f6026a" - integrity sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ== - dependencies: - buffer "^5.5.0" - immediate "^3.2.3" - level-concat-iterator "~2.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - -abstract-leveldown@~6.2.1, abstract-leveldown@~6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz#036543d87e3710f2528e47040bc3261b77a9a8eb" - integrity sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ== - dependencies: - buffer "^5.5.0" - immediate "^3.2.3" - level-concat-iterator "~2.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - accepts@~1.3.5, accepts@~1.3.8: version "1.3.8" resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" @@ -5675,7 +5298,7 @@ ajv@8.11.2: require-from-string "^2.0.2" uri-js "^4.2.2" -ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.7.0: +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -5853,11 +5476,6 @@ astral-regex@^2.0.0: resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - async@3.2.4, async@^3.2.3: version "3.2.4" resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" @@ -6133,7 +5751,7 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -buffer@^5.5.0, buffer@^5.6.0: +buffer@^5.5.0: version "5.7.1" resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== @@ -6541,7 +6159,7 @@ compute-gcd@^1.2.1: validate.io-function "^1.0.2" validate.io-integer-array "^1.0.0" -compute-lcm@^1.1.0, compute-lcm@^1.1.2: +compute-lcm@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/compute-lcm/-/compute-lcm-1.1.2.tgz#9107c66b9dca28cefb22b4ab4545caac4034af23" integrity sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ== @@ -6708,11 +6326,6 @@ core-js-compat@^3.25.1: dependencies: browserslist "^4.21.4" -core-js-pure@^3.6.5: - version "3.27.2" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.27.2.tgz#47e9cc96c639eefc910da03c3ece26c5067c7553" - integrity sha512-Cf2jqAbXgWH3VVzjyaaFkY1EBazxugUepGymDoeteyYr9ByX51kD2jdHZlsEF/xnJMyN3Prua7mQuzwMg6Zc9A== - core-js@3.27.0: version "3.27.0" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.0.tgz#a343bc614f29d9dcffa7616e65e10f9001cdd332" @@ -7094,14 +6707,6 @@ defer-to-connect@^2.0.0: resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587" integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg== -deferred-leveldown@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/deferred-leveldown/-/deferred-leveldown-5.3.0.tgz#27a997ad95408b61161aa69bd489b86c71b78058" - integrity sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw== - dependencies: - abstract-leveldown "~6.2.1" - inherits "^2.0.3" - define-lazy-prop@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" @@ -7329,16 +6934,6 @@ encodeurl@~1.0.2: resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== -encoding-down@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/encoding-down/-/encoding-down-6.3.0.tgz#b1c4eb0e1728c146ecaef8e32963c549e76d082b" - integrity sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw== - dependencies: - abstract-leveldown "^6.2.1" - inherits "^2.0.3" - level-codec "^9.0.0" - level-errors "^2.0.0" - encoding@^0.1.13: version "0.1.13" resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" @@ -7393,13 +6988,6 @@ err-code@^2.0.2: resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== -errno@~0.1.1: - version "0.1.8" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" - integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== - dependencies: - prr "~1.0.1" - error-ex@^1.3.1: version "1.3.2" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" @@ -8671,11 +8259,6 @@ ignore@^5.0.4, ignore@^5.1.1, ignore@^5.1.8, ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== -immediate@^3.2.3: - version "3.3.0" - resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266" - integrity sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q== - import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" @@ -9607,15 +9190,6 @@ json-schema-compare@^0.2.2: dependencies: lodash "^4.17.4" -json-schema-merge-allof@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.6.0.tgz#64d48820fec26b228db837475ce3338936bf59a5" - integrity sha512-LEw4VMQVRceOPLuGRWcxW5orTTiR9ZAtqTAe4rQUjNADTeR81bezBVFa0MqIwp0YmHIM1KkhSjZM7o+IQhaPbQ== - dependencies: - compute-lcm "^1.1.0" - json-schema-compare "^0.2.2" - lodash "^4.17.4" - json-schema-merge-allof@^0.8.1: version "0.8.1" resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.8.1.tgz#ed2828cdd958616ff74f932830a26291789eaaf2" @@ -9698,7 +9272,7 @@ jsonparse@^1.2.0, jsonparse@^1.3.1: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== -jsonpointer@^5.0.0, jsonpointer@^5.0.1: +jsonpointer@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559" integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== @@ -9818,88 +9392,6 @@ lerna@^6.0.1: nx ">=15.4.2 < 16" typescript "^3 || ^4" -level-codec@^9.0.0: - version "9.0.2" - resolved "https://registry.yarnpkg.com/level-codec/-/level-codec-9.0.2.tgz#fd60df8c64786a80d44e63423096ffead63d8cbc" - integrity sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ== - dependencies: - buffer "^5.6.0" - -level-concat-iterator@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/level-concat-iterator/-/level-concat-iterator-2.0.1.tgz#1d1009cf108340252cb38c51f9727311193e6263" - integrity sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw== - -level-errors@^2.0.0, level-errors@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/level-errors/-/level-errors-2.0.1.tgz#2132a677bf4e679ce029f517c2f17432800c05c8" - integrity sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw== - dependencies: - errno "~0.1.1" - -level-iterator-stream@~4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-4.0.2.tgz#7ceba69b713b0d7e22fcc0d1f128ccdc8a24f79c" - integrity sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q== - dependencies: - inherits "^2.0.4" - readable-stream "^3.4.0" - xtend "^4.0.2" - -level-js@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/level-js/-/level-js-5.0.2.tgz#5e280b8f93abd9ef3a305b13faf0b5397c969b55" - integrity sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg== - dependencies: - abstract-leveldown "~6.2.3" - buffer "^5.5.0" - inherits "^2.0.3" - ltgt "^2.1.2" - -level-packager@^5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/level-packager/-/level-packager-5.1.1.tgz#323ec842d6babe7336f70299c14df2e329c18939" - integrity sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ== - dependencies: - encoding-down "^6.3.0" - levelup "^4.3.2" - -level-supports@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/level-supports/-/level-supports-1.0.1.tgz#2f530a596834c7301622521988e2c36bb77d122d" - integrity sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg== - dependencies: - xtend "^4.0.2" - -level@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/level/-/level-6.0.1.tgz#dc34c5edb81846a6de5079eac15706334b0d7cd6" - integrity sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw== - dependencies: - level-js "^5.0.0" - level-packager "^5.1.0" - leveldown "^5.4.0" - -leveldown@^5.4.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/leveldown/-/leveldown-5.6.0.tgz#16ba937bb2991c6094e13ac5a6898ee66d3eee98" - integrity sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ== - dependencies: - abstract-leveldown "~6.2.1" - napi-macros "~2.0.0" - node-gyp-build "~4.1.0" - -levelup@^4.3.2: - version "4.4.0" - resolved "https://registry.yarnpkg.com/levelup/-/levelup-4.4.0.tgz#f89da3a228c38deb49c48f88a70fb71f01cafed6" - integrity sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ== - dependencies: - deferred-leveldown "~5.3.0" - level-errors "~2.0.0" - level-iterator-stream "~4.0.0" - level-supports "~1.0.0" - xtend "~4.0.0" - leven@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" @@ -9921,7 +9413,7 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lib0@^0.2.31, lib0@^0.2.42, lib0@^0.2.49, lib0@^0.2.52: +lib0@^0.2.42, lib0@^0.2.49: version "0.2.61" resolved "https://registry.yarnpkg.com/lib0/-/lib0-0.2.61.tgz#a33133db526cff1bbccaa6ddd779821d0524ed12" integrity sha512-yVhT0uMXNWk50KqBgsZPxmcoO7Yft341wDTByKjXIzBpkhUjEzXl/M9b/GfqyDFBdiLCGg19Cv26NHUEnbL1pA== @@ -10137,11 +9629,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -ltgt@^2.1.2: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5" - integrity sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA== - lunr-mutable-indexes@2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/lunr-mutable-indexes/-/lunr-mutable-indexes-2.3.2.tgz#864253489735d598c5140f3fb75c0a5c8be2e98c" @@ -10527,16 +10014,11 @@ nanoclone@^0.2.1: resolved "https://registry.yarnpkg.com/nanoclone/-/nanoclone-0.2.1.tgz#dd4090f8f1a110d26bb32c49ed2f5b9235209ed4" integrity sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA== -nanoid@^3.1.23, nanoid@^3.3.4: +nanoid@^3.3.4: version "3.3.4" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== -napi-macros@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/napi-macros/-/napi-macros-2.0.0.tgz#2b6bae421e7b96eb687aa6c77a7858640670001b" - integrity sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg== - natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" @@ -10586,11 +10068,6 @@ node-gyp-build@^4.3.0: resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055" integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ== -node-gyp-build@~4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.1.1.tgz#d7270b5d86717068d114cc57fff352f96d745feb" - integrity sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ== - node-gyp@^9.0.0: version "9.3.1" resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.3.1.tgz#1e19f5f290afcc9c46973d68700cbd21a96192e4" @@ -11532,11 +11009,6 @@ proxy-from-env@^1.1.0: resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw== - psl@^1.1.24, psl@^1.1.33: version "1.9.0" resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7" @@ -11673,11 +11145,6 @@ react-highlighter@^0.4.3: escape-string-regexp "^1.0.5" prop-types "^15.6.0" -react-is@16.9.0: - version "16.9.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" - integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw== - react-is@^16.13.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" @@ -14128,13 +13595,6 @@ write-pkg@^4.0.0: type-fest "^0.4.1" write-json-file "^3.2.0" -ws@^6.2.1: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== - dependencies: - async-limiter "~1.0.0" - ws@^7.3.1: version "7.5.9" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" @@ -14160,7 +13620,7 @@ xmlchars@^2.2.0: resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== -xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1: +xtend@^4.0.1, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== @@ -14197,14 +13657,6 @@ y-codemirror.next@^0.3.2: dependencies: lib0 "^0.2.42" -y-leveldb@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/y-leveldb/-/y-leveldb-0.1.2.tgz#43f6c5004b6891b57926d8a1e0eb0c883003e34b" - integrity sha512-6ulEn5AXfXJYi89rXPEg2mMHAyyw8+ZfeMMdOtBbV8FJpQ1NOrcgi6DTAcXof0dap84NjHPT2+9d0rb6cFsjEg== - dependencies: - level "^6.0.1" - lib0 "^0.2.31" - y-protocols@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/y-protocols/-/y-protocols-1.0.5.tgz#91d574250060b29fcac8f8eb5e276fbad594245e" @@ -14212,18 +13664,6 @@ y-protocols@^1.0.5: dependencies: lib0 "^0.2.42" -y-websocket@^1.3.15: - version "1.4.5" - resolved "https://registry.yarnpkg.com/y-websocket/-/y-websocket-1.4.5.tgz#8da81b466997bcc4660059f542d0a6ce62581478" - integrity sha512-5d9LTSy0GQKqSd/FKRo5DMBlsiTlCipbKcIgPLlno+5xHtfT8bm3uQdcbY9JvLfckojilLZWauXJu0vzDZX05w== - dependencies: - lib0 "^0.2.52" - lodash.debounce "^4.0.8" - y-protocols "^1.0.5" - optionalDependencies: - ws "^6.2.1" - y-leveldb "^0.1.0" - y18n@^5.0.5: version "5.0.8" resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" From 168d15a9ee4ec0ed8a54db0240a114caff6f9a3d Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 15:18:19 +0000 Subject: [PATCH 03/12] Fix rendermime --- packages/application/package.json | 2 +- yarn.lock | 87 ++----------------------------- 2 files changed, 5 insertions(+), 84 deletions(-) diff --git a/packages/application/package.json b/packages/application/package.json index 4c7b9093eb..509ba2b119 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -46,7 +46,7 @@ "@jupyterlab/application": "^4.0.0-alpha.19", "@jupyterlab/coreutils": "^6.0.0-alpha.19", "@jupyterlab/docregistry": "^4.0.0-alpha.19", - "@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.9", + "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.19", "@jupyterlab/ui-components": "^4.0.0-alpha.34", "@lumino/algorithm": "^2.0.0-beta.0", "@lumino/coreutils": "^2.0.0-beta.0", diff --git a/yarn.lock b/yarn.lock index 30ce26a340..38d86e699a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1484,7 +1484,7 @@ "@jupyterlab/application" "^4.0.0-alpha.19" "@jupyterlab/coreutils" "^6.0.0-alpha.19" "@jupyterlab/docregistry" "^4.0.0-alpha.19" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.9" + "@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.19" "@jupyterlab/ui-components" "^4.0.0-alpha.34" "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/coreutils" "^2.0.0-beta.0" @@ -2688,15 +2688,6 @@ "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/widgets" "^2.0.0-beta.1" -"@jupyterlab/rendermime-interfaces@^4.0.0-alpha.9": - version "4.0.0-alpha.9" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-4.0.0-alpha.9.tgz#ac6aa4ea4191f8b600edbea42d04cb735a472002" - integrity sha512-jm2ciTa5o5IHk7gzUqVvNtTiiakVg39N0SFjHnyASyu/bU6iEnXvrGtOtKt4oTuD+YCmRqH35fCqThaoTy3vRQ== - dependencies: - "@jupyterlab/translation" "^4.0.0-alpha.9" - "@lumino/coreutils" "^1.12.0" - "@lumino/widgets" "^1.31.1" - "@jupyterlab/rendermime@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.19.tgz#f7e7dedff75040efa099f425f04294dc331055e2" @@ -3023,7 +3014,7 @@ "@jupyterlab/settingregistry" "^4.0.0-alpha.19" "@jupyterlab/translation" "^4.0.0-alpha.19" -"@jupyterlab/translation@^4.0.0-alpha.19", "@jupyterlab/translation@^4.0.0-alpha.9": +"@jupyterlab/translation@^4.0.0-alpha.19": version "4.0.0-alpha.19" resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.19.tgz#4f978efc2b5e4a18ff729a8383ab3b0800686c20" integrity sha512-KDOWeUswjOSVSv2ytH0BJaDIT6JhmNP5cAPlHoDF54G0AotWEdethaTDpjdi4Bi40wqgEpJqLg+C/ebIDE7n2Q== @@ -3891,13 +3882,6 @@ "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/widgets" "^2.0.0-beta.1" -"@lumino/collections@^1.9.3": - version "1.9.3" - resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-1.9.3.tgz#370dc2d50aa91371288a4f7376bea5a3191fc5dc" - integrity sha512-2i2Wf1xnfTgEgdyKEpqM16bcYRIhUOGCDzaVCEZACVG9R1CgYwOe3zfn71slBQOVSjjRgwYrgLXu4MBpt6YK+g== - dependencies: - "@lumino/algorithm" "^1.9.2" - "@lumino/collections@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.0-beta.0.tgz#72ccc98effd904b90e4b5e6ce4301146b3fdb1c3" @@ -3905,19 +3889,6 @@ dependencies: "@lumino/algorithm" "^2.0.0-beta.0" -"@lumino/commands@^1.21.1": - version "1.21.1" - resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-1.21.1.tgz#eda8b3cf5ef73b9c8ce93b3b5cf66bb053df2a76" - integrity sha512-d1zJmwz5bHU0BM/Rl3tRdZ7/WgXnFB0bM7x7Bf0XDlmX++jnU9k0j3mh6/5JqCGLmIApKCRwVqSaV7jPmSJlcQ== - dependencies: - "@lumino/algorithm" "^1.9.2" - "@lumino/coreutils" "^1.12.1" - "@lumino/disposable" "^1.10.4" - "@lumino/domutils" "^1.8.2" - "@lumino/keyboard" "^1.8.2" - "@lumino/signaling" "^1.11.1" - "@lumino/virtualdom" "^1.14.3" - "@lumino/commands@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.0.0-beta.1.tgz#1cb4f00180d5fd501d0fee361727076c291d1e1f" @@ -3931,7 +3902,7 @@ "@lumino/signaling" "^2.0.0-beta.1" "@lumino/virtualdom" "^2.0.0-beta.0" -"@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6", "@lumino/coreutils@^1.12.0", "@lumino/coreutils@^1.12.1": +"@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6": version "1.12.1" resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.12.1.tgz#79860c9937483ddf6cda87f6c2b9da8eb1a5d768" integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ== @@ -3956,7 +3927,7 @@ "@lumino/signaling" "^2.0.0-beta.1" "@lumino/widgets" "^2.0.0-beta.1" -"@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6", "@lumino/disposable@^1.10.4": +"@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6": version "1.10.4" resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-1.10.4.tgz#73b452044fecf988d7fa73fac9451b1a7f987323" integrity sha512-4ZxyYcyzUS+ZeB2KAH9oAH3w0DUUceiVr+FIZHZ2TAYGWZI/85WlqJtfm0xjwEpCwLLW1TDqJrISuZu3iMmVMA== @@ -3971,24 +3942,11 @@ dependencies: "@lumino/signaling" "^2.0.0-beta.1" -"@lumino/domutils@^1.8.2": - version "1.8.2" - resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-1.8.2.tgz#d15cdbae12bea52852bbc13c4629360f9f05b7f5" - integrity sha512-QIpMfkPJrs4GrWBuJf2Sn1fpyVPmvqUUAeD8xAQo8+4V5JAT0vUDLxZ9HijefMgNCi3+Bs8Z3lQwRCrz+cFP1A== - "@lumino/domutils@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.0-beta.0.tgz#9d6d0ccc2f878dbf229ed9e6865f677fbbebf123" integrity sha512-fuht6bEWEuoTxQPtrEwKb2dIe8MLS5clXEg1ERVdPiALkwQZyQjcqv0hj2izE+g+qca8uZ/IWe4cXu96uOgTzA== -"@lumino/dragdrop@^1.14.4": - version "1.14.4" - resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-1.14.4.tgz#b6ec4cf4f470c17a849e31f299d5a24acdc8c7d3" - integrity sha512-IHX2M8Yqs2YsFHHXKSKiYLgv9DEuhyyKoDS85Chg34J9OaPC5ocT0AmNVnpeq9T4A50sg3vdL9mSRCZ0f302Gw== - dependencies: - "@lumino/coreutils" "^1.12.1" - "@lumino/disposable" "^1.10.4" - "@lumino/dragdrop@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.0.0-beta.1.tgz#9563acac5156377a7038374e88a53f5a60f559fb" @@ -3997,24 +3955,11 @@ "@lumino/coreutils" "^2.0.0-beta.0" "@lumino/disposable" "^2.0.0-beta.1" -"@lumino/keyboard@^1.8.2": - version "1.8.2" - resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-1.8.2.tgz#714dbe671f0718f516d1ec23188b31a9ccd82fb2" - integrity sha512-Dy+XqQ1wXbcnuYtjys5A0pAqf4SpAFl9NY6owyIhXAo0Va7w3LYp3jgiP1xAaBAwMuUppiUAfrbjrysZuZ625g== - "@lumino/keyboard@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.0-beta.0.tgz#21368492984acef4d593c033b92dadee17689128" integrity sha512-YUwfgzvDCtTcctWvQ71ZRj6JBGL1HfR9MBcP4fFJnqWI96Zuht/VEH745U/WK1pwa0FKq3gWcDlwf4b61y2/eg== -"@lumino/messaging@^1.10.3": - version "1.10.3" - resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-1.10.3.tgz#b6227bdfc178a8542571625ecb68063691b6af3c" - integrity sha512-F/KOwMCdqvdEG8CYAJcBSadzp6aI7a47Fr60zAKGqZATSRRRV41q53iXU7HjFPqQqQIvdn9Z7J32rBEAyQAzww== - dependencies: - "@lumino/algorithm" "^1.9.2" - "@lumino/collections" "^1.9.3" - "@lumino/messaging@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.0-beta.0.tgz#c1a11ef66e1e2645fad2953761973d8c4eb453a8" @@ -4058,13 +4003,6 @@ "@lumino/algorithm" "^2.0.0-beta.0" "@lumino/coreutils" "^2.0.0-beta.0" -"@lumino/virtualdom@^1.14.3": - version "1.14.3" - resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-1.14.3.tgz#e490c36ff506d877cf45771d6968e3e26a8919fd" - integrity sha512-5joUC1yuxeXbpfbSBm/OR8Mu9HoTo6PDX0RKqzlJ9o97iml7zayFN/ynzcxScKGQAo9iaXOY8uVIvGUT8FnsGw== - dependencies: - "@lumino/algorithm" "^1.9.2" - "@lumino/virtualdom@^2.0.0-beta.0": version "2.0.0-beta.0" resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.0-beta.0.tgz#134bd2023b95591de687aed883f892ba1edbc451" @@ -4072,23 +4010,6 @@ dependencies: "@lumino/algorithm" "^2.0.0-beta.0" -"@lumino/widgets@^1.31.1": - version "1.37.1" - resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-1.37.1.tgz#d7a2398b276e15e60aff4fec58c035d46549a75b" - integrity sha512-/whz5B/hL0fjv0bR8JYZ+Emx+CH7HBwXc4TqI9PrrHGm3g6+jRJAyIFGZcQubqkPxxHrRE/VxQgoDKGhINw/Gw== - dependencies: - "@lumino/algorithm" "^1.9.2" - "@lumino/commands" "^1.21.1" - "@lumino/coreutils" "^1.12.1" - "@lumino/disposable" "^1.10.4" - "@lumino/domutils" "^1.8.2" - "@lumino/dragdrop" "^1.14.4" - "@lumino/keyboard" "^1.8.2" - "@lumino/messaging" "^1.10.3" - "@lumino/properties" "^1.8.2" - "@lumino/signaling" "^1.11.1" - "@lumino/virtualdom" "^1.14.3" - "@lumino/widgets@^2.0.0-beta.1": version "2.0.0-beta.1" resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.0.0-beta.1.tgz#d4cf14b216dccc3e9d2a5b30ce5d4069c64730bd" From 2c1d5eea3fa0e84a4ab530ec256a2a941c806766 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 15:28:25 +0000 Subject: [PATCH 04/12] Drop `@types/react` --- packages/help-extension/package.json | 1 - yarn.lock | 9 --------- 2 files changed, 10 deletions(-) diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 0404272bd5..44aa1cfa77 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -48,7 +48,6 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.0.27", "rimraf": "^3.0.2", "typescript": "~4.9.3" }, diff --git a/yarn.lock b/yarn.lock index 38d86e699a..859858d03c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4626,15 +4626,6 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@^18.0.27": - version "18.0.27" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.27.tgz#d9425abe187a00f8a5ec182b010d4fd9da703b71" - integrity sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA== - dependencies: - "@types/prop-types" "*" - "@types/scheduler" "*" - csstype "^3.0.2" - "@types/responselike@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29" From 829081e0ab2cdded6567cba288d060613eabffb5 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 15:32:13 +0000 Subject: [PATCH 05/12] Fix `ICompletionProviderManager` --- app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.js b/app/index.js index 4fdd47b4b8..b8ebf37945 100644 --- a/app/index.js +++ b/app/index.js @@ -98,7 +98,7 @@ async function main() { require('@jupyterlab/completer-extension').default.filter(({ id }) => [ '@jupyterlab/completer-extension:base-service', - '@jupyterlab/completer-extension:tracker' + '@jupyterlab/completer-extension:manager' ].includes(id) ), require('@jupyterlab/console-extension').default.filter(({ id }) => From 4a91009cab49dda01e5353cb180ee00d1ec14a0d Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 15:41:55 +0000 Subject: [PATCH 06/12] Bump jupyterlab Python package --- .github/workflows/buildutils.yml | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 88b7fcdb86..187b6efbad 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.0.0a33,<5" hatch + python -m pip install -U "jupyterlab>=4.0.0a34,<5" hatch jlpm jlpm run build @@ -76,6 +76,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.0.0a33,<5" pip + python -m pip install -U "jupyterlab>=4.0.0a34,<5" pip jlpm jlpm run build diff --git a/pyproject.toml b/pyproject.toml index 4856f962aa..2e1a6463de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a33,<5"] +requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a34,<5"] build-backend = "hatchling.build" [project] @@ -32,7 +32,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.0.1,<3", "importlib-resources>=5.0;python_version<\"3.9\"", - "jupyterlab>=4.0.0a33,<5", + "jupyterlab>=4.0.0a34,<5", "jupyterlab_server>=2.19.0,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", From c29b3ebee18fbb00f7aaaf648ce0aeb7d65f88b8 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 15:58:11 +0000 Subject: [PATCH 07/12] Update Jupyter Server config --- ui-tests/test/jupyter_server_config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui-tests/test/jupyter_server_config.py b/ui-tests/test/jupyter_server_config.py index 808c66110d..85f5edc283 100644 --- a/ui-tests/test/jupyter_server_config.py +++ b/ui-tests/test/jupyter_server_config.py @@ -1,6 +1,9 @@ +from pathlib import Path from tempfile import mkdtemp from typing import Any +import jupyterlab + c: Any c.ServerApp.port = 8888 # noqa c.ServerApp.port_retries = 0 # noqa @@ -12,3 +15,4 @@ c.ServerApp.disable_check_xsrf = True # noqa c.JupyterNotebookApp.expose_app_in_browser = True # noqa +c.JupyterNotebookApp.extra_labextensions_path = str(Path(jupyterlab.__file__).parent / "galata") From 1c4ff00a85e3b3c44662e6c13a2761096bae646a Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 16:09:07 +0000 Subject: [PATCH 08/12] Ignore F821 for now --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2e1a6463de..7c14695d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -269,6 +269,8 @@ ignore = [ # F841 Local variable `foo` is assigned to but never used # PLR2004 Magic value used in comparison "tests/*" = ["S101", "F841", "PLR2004"] +# undefined name 'c' +"ui-tests/test/jupyter_server_config.py" = ["F821"] [tool.interrogate] ignore-init-module=true From 7a8c868293c05024e6dfd3878e4319c3905663a9 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 14 Feb 2023 16:41:54 +0000 Subject: [PATCH 09/12] Try `LabServerApp` --- ui-tests/test/jupyter_server_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tests/test/jupyter_server_config.py b/ui-tests/test/jupyter_server_config.py index 85f5edc283..6718f22d59 100644 --- a/ui-tests/test/jupyter_server_config.py +++ b/ui-tests/test/jupyter_server_config.py @@ -15,4 +15,4 @@ c.ServerApp.disable_check_xsrf = True # noqa c.JupyterNotebookApp.expose_app_in_browser = True # noqa -c.JupyterNotebookApp.extra_labextensions_path = str(Path(jupyterlab.__file__).parent / "galata") +c.LabServerApp.extra_labextensions_path = str(Path(jupyterlab.__file__).parent / "galata") From d5d70f955c36e32ebf429a7c7b3f97f9265a70a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Feb 2023 17:42:43 +0000 Subject: [PATCH 10/12] Update Playwright Snapshots --- .../opened-menu-edit-chromium-linux.png | Bin 51057 -> 12663 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png index 281bb7f20e9766ca7fb91660463dc99c72685dc4..b4fe77a67591ea078f5a0f1dae9701a020f76e1c 100644 GIT binary patch literal 12663 zcmaKT2Q=H?`#;rct?E!)t)jI`5+ZgfYS$K3TL=*)Mr~T7_9_yyYSpOG*t^t@-P)sy zs7$sK8SdJk!WnaP5||?Tv~n3j7Z&X60_G0=MdcMMW14Niu1`5K!L>B*)ed~qH zVZbybeKM8OA92FBI8KgNH+`bG3#{4&?psxRGGX|h79>p|RQtnNa;^1~uHl?EokHGU z(!S}Y#MjNdy01<*yRS>6Bq6bDEQ@B1*s>KD#3F@C${M=vf(9bD_l|{ApeIG{$<55u znv#5FS}vG)#ndt!PP@~dl@z0)`Ylh2Y$v?+6YKSt6-Xg!RyO1BiYQTF(UVkAIj%|y zpCko#6iFNpWwud!tw+2d#&ZKH^nfS{?dAHarvEWyN7x*>vG(JK+4_$k&Tmd2d9Cz9 zn3~@fdxbkj0C>!Nk(SV=$R4W}8*@2F$0hDEjVQcs07N~Xay>_vm!iu`>U$8!Fviq3 z!`q{inHFPkC4OGc4a7$rx6)~AV(Ffek+Sm=#`QKCG_&tzIP(f=dDz6(?b~sC@w|fX z7KWAg>=mU90K9+q>^^GXUG1l#t=aVS3RimndE_ZBoTb0aK9b`$#@w}|J$*B#Nv@lc z?6Z`~X|hn>X+~WKI->RyGM#l`V14m9QBMk_cerD%yCj7~Jrz`n+p%E6#Ev_o=Lg>L zqPHWTS}DT#3B#&g?qc8>Tk2V<3SL1z2eKxMPdh&%N3R|=_BK$fm7IN1-+r4Rf?~B# z&>^93FSaai1I(rkz0cf7-#c(IX23y)8yH2s)E@u}lcZmvu0u$%tR3=S=U5k>A_+wL9(4SvXmG74aZSVeqdPw$+!+hVK0e zQE+Vj3152*V$nagBl2~4)`M9M>Oo(j_-og9mR(>l%zB@`4u(}Eb;8kPPm{)Gt!dQ`0YWOH0YhTDmk;XIe@e}4OHp! z(hr_KXV^T7QBjR?IZR#X(aRC0Q-))8K=QMAOIrul-g)sC{eq0>E@91A+VP|Yw@n1w z>UG?Qgkpw;UNPX03pK?N5A>glk^6Z}1>9bnT05~ET-2W(b;j%VKMI{vv2@a`@WuD< z!xlE(Qw+im)w1{*u$igB!nhhiKK4fU+e=ICm-wmIfNqx=CU{JrmLDnVO&Ykkb9+In zn0?5Gyd?O@e+xe(*B`4mHPQ=X;I6&Dr;Mgr1Vzp9%@w>Xi^O#zAULH#B8))rp(98Z z7H+N~`?|nP`W30(XK#AKO=FN5SAbFTee>pK8woqYH1tO9{H->!3*D~v$-9&yU<=(jo=ks8I0(<{&JNAY>w^bt17ssb-44 zW)Qbnek{=`0<-LS_{y8%ApC7j|GkYHFm-e^(E`9AVQty&c<09B`8FHoa@-H9s{+KG z78|3qi@z)vNYRmY`#e!FbrMHEzjHjwI?IF2{h*S;T!Wi#ZJ)JRN#mFMEY%}~;n}Ze zz9zjGxmalZ+`DT+4mH{W)@+JM|M3rQe#!cq6ez5wT7F*hx5~Ar23OQLaCO8RKm(nX zZQ+;KZ@t1Vv_fTLMYQ2iDAD154u+$kx2J%hbCygshKE{+Z>>G;oGmkcUZCVFnRGlwuXnzNr zN$+u|aSUH~^GCSDzns@!KlUGAR=|eMB!#a{CUJ8KrrQ;^@_r1fJO(x+jO&^{+}(@% z+@tG>(P^)JcHAofa#5-+VmGyjvtul&nK)&z5Y3&QHHgZrN@w=jNtDLxMrS5DQsNNw9h9;o^^ zjM}u_u$bT27X`zwfm3_=efpYa(^g=j26Zx=XsU{1ii&SrJTh{5WNaFO~W8S&#SzzhyDq zXO{Lx$}+dMg$<7|8|!fPydqVC=tj|Bxn>yaeXvsc`b(XX*{FmT!u^ zv8oW2x01gMJ=qABI4Vah4?XWub3`A1$WgrfxOZry|BZ6%)4HaGqZ8!IWY>V4j7uFZ zRvC*(Pz2lg#$6J`)@4uHs~BWO*5yRWs{;v9u(@FS>sTnkrk@d|1edFphNc zR6%-nj9pCk3OLwHyz=}}BeGFsqIbeZgZS90p>z1R>B6fQwC7}N)DE7MXK_M2m&JZB z=`*%ajoyHvDvk?l=_ZGAcpAqD(eA$my^F^pa)9MSX~cd=Jn4n&`QwEyJkcmSZ0f;# z6?AXaCK*$K857cM*<7?dJQ~R<<4{-que1g;KJoJ{dCYu6H9w5ROFO}Cfd^1%Vuuxw z;&Y=1phS+is3O)%gd?Gooh65+L@L}Vo82A0_L1xAXN<{0bm;KhYCa={5eS}nla({& zEyfdEYWl7+Hlw+SrB{wg=EiOOrJXR1@ff$74XUM9w{@j)HFpmOj>_#P>rw#dlb^QCtv(k3V)NNHW1xiRl%_@<=)rA$k%Tk_ zbK@#B1E9AvN>JTeg8Rjw2^$VyfM$XDI767noj1772%I5dbVdaIGyXgp>UAMjiX&W;px`|7ugb15P;kXB7hH}r zqhgxwK3X+LKRpbZGJFH9dXjBA`u%b>;?&=JRKnOduCF+vid0O(y;_$CU6FrB2VIeY z2v6ZU%5F7LAg$jbX}+81eW)y62Z%x&7u7g7X$Xa9?4*3*$AijKxO`R5zFJ>-d_Ypa z6L4~G`Z+@fb?v)+&iG)oQT~|i2r{uc%=o2)APoreYXD#WX9lb9&v{XSt4i3LC~VB| z05Y+2FPy@Vcx(HBYuZI)2+KDgDQNmNvIdi@ul5{%4MOFFeH^W`l5>5T$bhlxdA`?$ z#=;M_K8#L@e;T@>&6iu85|kQT4gFD{em$-Fji2LjM=j6tTDKTBNPd`1bEUJEAPTp` zD|G*r2_u-nbXspB+#&YRE-Sp#U>WB)?icR)?PTQUf4jVY!zdu7VeC8vZWiBG`}Je< zjUA$3_*Z!RhP$fchP%5;c<_v6T(`M&yHJGXEGn_fJJ$r@C1#rd^XV*+YF&f!P5JDynn-NAtg5oe}l;Nlj6eNK(T!%N3>KwaSRQO}}=cNn{J5D&p|_<1WDy>HRmpQqc7!-4ii{ zDQnNu&u^Ho9#yT;2%p}p7gs7fa`;I|{3Pt_Wp2EicITG4qM^~l71HB)=pkZ5KGz~4 z=-~SuLp{2~v)K4dG&x6^3i(XjfglDYvW|ZkwmPKqWw&GP=CiB0A|41Gue$EkLcilu zS4Lg4A+|dp9@ahpV*j@KtJb?n>bAF@%M-%~kxq-sRC5nvxJ9aK7$kiY(>Zcw_B_uOt*v(M^Ge6nPM$T}YC%QLrn8@&>Z7Ch*H!wvYk9ff0$bK!)nw?XL&pR=mVvvPd zy!} zkNC}&wjM3iXJn4LPq2P0j3-5N<(0+3f6UE&Sqq3UX|aW6kcVgzAFN|m_1$Gp2E}oR z;8ev?EqL}(lQJIvAucPb&fG7{XJwr#nppCaWfmhr6?1&p5~vR_#oySmV$#{EMZWpe z*~7;x#HO0-@JTRB=dRMW9^0Rso7M zF~fe@uZb&;n!|v2P`71zX7^#)XBpR|aRh{FQP!a2?m|`DkdGX5RB9J@I~EmY7hwsw#SP-nw>0aBEhMCieEGU-%1*^dXbV7NcjnUTH3ib$+26j%7F%PG@p z=!pU171{8iOox#S=~#0#?5NI1A7wD8!yh|N35hI2Yy}MhWOPriF!7rn%pqRh7M_CL5=3>Ow)B`v)_+%uCApoYEoK?RWT(xC(+%~nBlzx}GQ<~&{Lg0fa zEvH@HmD>ym2j_2|oM;Ad0|`a)^P>-+X*n@X&Xf(m7k;Kx@uxzb=)LsHZ|%^=hqO^w zmam&w@dD{Kk_U`AbK9XX=`NqvKV|L|{mRVRYsrl@LT2WNh)L@O>};cY%wbK%h5ONg znCa2Ag5J$L7Bl_EH+AMOM{(EG44z~!PMw6D$}IF(Hbh_^Q3IV|z%`VIbtBFs2@5EGv9 zj0W{GzveJ`oqX7U@lZKKWGq`f^0rv=g7olx3bwq(CX~p7$)JSb;a`(eD)P>v=DCE^ zLE$tx!Mw22dX?Itr`8CnpZc~(wd1+pIv+cS=C)_V->cyvRHL6G=hCCrmm_W*dRvBk zf10q1Xi=MAO2i^7omoo*j3)*Zxr$Tn^!u3lKdj`-;YK#^gSI|${sV{nD^Vo4Ic^y4 zrDX&&57qzhfJJuJu;X0@lr|i7n*U=r7+pf?TJbx@P!OAKvv(8rN)Rw=6LoAo%W+z9P^3-pbvgG4qNPs5cD< zw)U}El$WNMO~w1qCOVi+pv`4RUD&L~BPHgM?Dw>K>p0>P}X{g>D8=J|mxmKU96VoziEDqKN%`Ib?stE#Fx zon?6E%r!|#*{=!-dkPA5Wat!1`)2MHfdZ9?qw0PG-B}dwdKsOA)h&G`zs>fQ+28A| zjToLf_%`}H&2#D3$1Y_7WOr|+>E-Ux-W?Lg+J<`7h;#~E>^ift>0#bpQOa_b;S3I* zeix6Wtg>vsTj=%w3$vAyuq@FQm?rPe@Y<5T5e_+#3rs@p+r&U8(uz$_pVi_*<&6;} zFdH^(M2&7;Q=Yj-@#umo3tlWGCY#3qroi#{y{XZIDVdwCjHx%KJA6#3c}5?|-Igtu zrasBfS7|STizLXXFkN!?YJH|FFFTCpT0bkEFbUuZwJ>~r=l#uyc+pq|kL|cYCnAl#>QG^|R(s5g+Ess@h$%ZBdb*+1Ol}xip4|S88P} zx)EuXS{f?YEzt=kwzALNY$z`;FOdpc?A$9$UKao_z65`*k60|u#y0I|J(KdD-w(Y z&}DS2mB+2hB!4jR|4b;<7aFY;b6{{69no}l)uqUj;S2R3!X|q+d;y8RkO*#_o3Gw8 z-yC^E>*AhQZu?V;n@pO;fE3l|QWD&2q7#N&$%!UP-B+GGb#e`_dD3ViEcT8PP_?Sj z7+el+Mm!d)Cl%(CGKHk0Y{u0DP{Iw^okMlUjw`18YS07@05+jF8;%JQ^n+QRP0e%A z)bexV+EC9R`*qjoJ`Rt6nG;_|Znp=vD&P_Ly2w$`rZwfP9 zjdqS}XsIp)W@puaP_O6T?T*<4P@hykhimbp!d=>`~h+m5E(5!q`FFf~xZ0DxG zG2ZUC@F+!+Fj#*FmoF$NSQ*(#C-T8}HSfiV5VgfR+1@T(95*58cMCRhI((BGDBo05 z925xEkqJmcHH9E1hif9Ey4^0+JDa(IERW{FbuGL)J!1qW`vm35R%qulOT~N7@if0y zmswhZW!}UjLMInDuaC44O8R-9gFtKUSvToy$g(h9W+rJT8&Y>)|6$M;nDqX}rQ`^14dXLKPr({VW^jfjvd| z*hsVE2nl|@y!}A9L*s+Y9KFtL#=Ue>04H`)=zpb87j-`_S2wZ`PJg@m;EQ@J)D?&C zf%99@ujZ0i7To=o{j?ntQly3z--R+S(?GYq>jI2VBIN@zw@rna}R?XA{&o)0i}fAFK*6E=V6EEf9*c{5#n3|`2L z_%GbSZXiHkq+-v@0Q{C%v}{4uy!na$@I&!K!Kd;e_dBZ?D1^4IUSp8v?(ARC)WjtX zf5(I~@zXhe7#2rQ!!F+wOS1Y4$*Gtp`bDrR1TrpqF1-d4NT$7`wW!FUim@gBTD)TTy2kUAREU){RM~kF)k+#(G7>xopt1*T-KcTwkzaAdIfU1Yc ztV?koo;;E7-8ju$?VZ`n1!PMclRtnPCQjXfLMadO9_ceG9%UI#oD%%u9PjUjF>UOk6fkpJ$3$G;V~k z&xMp@EJezkF^id$KDZ+}24*bs{_CO?rV46vy2pRGiD2Adq7WNZgRQlNte?FYYW}By{TCEipbryO(}FPu@KKC`Cr=vADTPfLR_s>6T7As% z_tXtXkDh;r4*7V=RV(m3RCyMC7qFIj;<7QizPB8_bdr zyebOoUds?>4cqu5L-Fv1Ik-SH4OFZRsMukEO> z0oDML*x&q}D;(|=%J_v}nynkB->EwQpiqtq`pAMMwwO%mD{|P+BXd|9TVy+wLUh!( zEEo4S?nD!d4NT`(3@jpFbGCg|6#cTg|NDh=8pnc!ZB}zu8jGjk4K&MP?c~8DvyubHjTUVJ9HZ@ zXXyH81Wr16N&7@63K|zGFcSOvS=&zg;}mh7qzz};>Q-7Nk}}EgtY)>moR#79OV|Tq z;3;9lH(hPXeEWqVP;c2sGoe?`kzMECG?SuWv5;cUZ1EgDe<)&qspG7N;ecXRxC9a_ zP#PJayf%3nKJ#6(QL@6}b>CI1SSrucz`+US*P`TBlSQAI1E3MA1E!op(X1|ybR4k3 zTmEcsA_6G!jj7PM1;a6H_P1?6O%G#YSlP7cKO9m`lt=PWUT4CL@W5!KH&)Md`vm7F zqLHL1`t$e0-ci7?V!)0G=PWb}nA}E?EORo@;b5fkySIOhaEtSe;xRrdpuRB<&3NBY3 zAWE)wZDV_7)MZ+2{?_j3H5~An7$|Kk+Y{Y(HMrl-(5W#<4;>uidc zjegjbvZqFNNna3Ur^GXA5I;ygn<@VbM zo#;ZS-mI8!($}lyWE@@tW*T9FBzU@nehN(rML2YzSIm9GQc1lR={;Aw2EmTYHg|`! z2ea&~a@{q0jQNFz-RMPA^lF+!tMvtNnz6%AidlPEL_lxYE&D!2x`5n)lZ3VK}khHQcUD{wE19cu^Hm#Qvv!)1EV&5Vb-HbK+s}`KU{H*E`K4 zS1Rs(KT|NzXw?Ss+mnfz#>Gv*wcF?nj=Y<8eBNI*U(*BdT*V5&baPBfx_*c_?B~X> z`@s^t`ClYDqVa4^UO%$gt)nU$$x1o0?)B|aE_nK+W~p>?;yRK)64$m_#b}DJ=~*>r z&bMLYgNgZ(PDKl!l^Fsb;M$i!_(O7;#}^yyvA;-%sBCZ_FI#*kpMHL~?S&Fo!po)0 z_@I_4et3xa{KA~A`qhP)4D&R1G8s7k_CYvvkO24VvFP*Kt;}NJb)pOW>Qi$V*@alS z^+00z*Yw)>R?3@{ca=7{y{bt2zfCV{QM&7n*jC0z<6i_oC$EzrMzV7@T)0p@{b>#L zO#Q)*N8~7MhuGeIgmBmN`6#|+vFfBg85opIdcs{$8<3C(6BW;kHTL6_IUQsR{&%&? z^s4ceBGx-eNq9;Nj>5iJIuN9vx?Ps8OfuucVv+Kkm|k2}B3aYzWyZ0@k4iLUvbx}v zBDQnhojHCTg5EW(f_Dr(j9^(P#;pVbIIjV1uTt?Div?$}B|NU!@+;w^WxHT17S5_7E`6hK zIf-|F&wcuqxrGK+8PN?Vdi_G0H+!K(2Bz+=D``ChnA)oe!-o)7-t;p*-e^d=iI3wVj(k@9H9%;o zu(=j9ECip9hD0*<8oQ$y^$1b?Urf<|0p3_}o+!q0JCzbjXhQ7N2k0rN`%mK7?xO~a zw8(X@>PZHm?X6@Yol%SwuXWoDBqBd5<9{cP&o~sbQI!5K^c2w6=2ul+`XN6Q2+5J1L0%3P+`?FN?VA~tyIL|nyr?>x1 z{*K4<;oxv=lEkuqffV#+BiOw6ovG(JB^4b95^>myG6!Xc{o+=flPJ5gW-%^| zKOEYtAhNrj{{*A=uu=x?<@935tJ4?;H&S1WW(H1cXxWA&U7%Vi>ls<@nhM?Z?V>?# zdl{6Y49@zGZ)}yV$AD)%id&ui6A(gn+MQIId@@a~u5TfskX%B{5l^jb?IGY<+XgF> zIvZu+4e~1rw}fv8X6scyo%ZwsXJTHx?Z83|G*ziXTlGJL>;2 z+ADW)#(0qEg{7;JeJSgf>(YrVLsu`ozS_%yGe$^QE!YNuk4>i&%Qr-h)^GTS3WoU{ zSWHgc0g#zq;rKsziwi!P}f*(teo@UGuN z_9S=o2;}Ovz^U(V$7R59o!Mtx`yxnND%hl3YGBX0A{1A4wyW*jz-_uB6z=}n857wH zf01#;#F3sXYb;mFx6FHm<8MpOCK2eILbl6F$;shY;5ya#txA~jx33eM&(9<>uAY6> z<+2=^xsrCH^Ka4yy}UEL2s(;-k2|sD=J`PA#EHeQ_O|Q=BL+V*SpKvXbUQx`_zh#g z?g{=3lvPv{95JqOyoqbagAVQ{TbhnoOJ9oVF-`zdOfr2^sDja8z(#qkOeLM@3in4m zmjS*5S0aPd7zxv9w>3>UT`}XLQhUdXIKl>NlCl@`j~j_gvu4yAvY_D0zqaIAtKbk? z0GKIZn0`3chr51I=u)n)ilA8Aul#TX4BYGkNItD1N#(-HrAQ*ZhCov z$tldk1wz?Hkt5FruJty5z(-~2%vd!&qvpvxyTK(=M9J%Kt;U~G+X?fW>1P^eG5bpM zG?D{{NRg~tZ3py7$wm)>Uu`2XJq3VAcCu9c?Mttx` z?SC|~W@?jl)>g^5{_r$O2`k&hfI0@@@Ya>C zPEO-(!qi-TYt_Vxnw%Z!od^@WvP#Y;e@j>jUb5=e(aGbe`Iwqd+*AP`yEbc8u{Cj+ z^Iz2@JYzK;zfjhOWK`vy{@~SLdQ@EH{EHQbeaU zLm>^WSFNQzqa=)P_xXnbLu_Ofh;5{ZeAl6BJ<;JPinK<+q%+>h?O_J zHUbVqZ&YK1m26+)c>=jpe-Cciti6e9wB<#~nV6&}TWWlFl#Fudd7#1QJ~x%o7U<#r z72lg;=@##J%AiG=D3xp(m?uk>32}+@CKhW>*Fra)BHDPU0uBerHZWRN`i}K#=;(nv zGc^Krz3&##;79q&^5_)z&(csiRe=xBzs&`1gIr!ACzpZFrnpU1{Zygg*N_)Wz<4GHohD;)hSJGgy-#sXA@-yE$$3n zVJ|2P@TR`bI>#LuQpaK0XV1o?MiQg8;i-)~`gvO<7=r&m)RCidi~36kH#zRm{!kvh z^-yGcYw!(~f!Ld-(URG>omWJwxAjFJku>)qj5%}fDL@5I&aD2tKcst%={*|n9Y=?A zpfnCRpIU#VSzIf1nY#r}zC9{^gYXG4Sh&ypsO(myY|3oJiiXr3p*&b+wyO^<2}>2p-M>q(-N|A+NAyBd2sMWKiESS>r{-tnso}7r4A(Xh z2P9sHivvsGr!^%^!=U*=f|XM7R>F5 z>-9q6sV~2L1Xb&X-o?MVO&uP7294Jb!%!fep!p>7*v)C*GcL4bmOg9giH~@`YS|Y@ zHgB?4*^pN$H?sFT)^Ft9^HIQ_La-zEDojxCeF)Um1$A(=4t_@iq#KJ7veY2?KN~D6 z)nHS=n^o3d{x^$23QW4$(hlfMEt9c(j{EF#2-ajCfvjH2xa#Z7qM&Y}Uo4THMjLze#IaDGQqB z$45Cd7LjdaTiY#M;vw6JXnGn(VC(Fdh%6XVQ_czbYn{0jXbG;g)AdUc+w8qSzarhH z!YTYL!CgE8*SoC{WGtEbH7AV`0Cw!s%LvUyVUyn~cJt?UYg%2p7vB_zyX}hhkkP+G zgId`EcwRopD(_}#%uvmK4@eO8H_WH|?;HXh5J%v7^TR5~8-^nWzO z7s;GYRr+*9RX1#t@z9^VXi~X!`HBBu|85LkJtsb->yrMspILqJ9~H_98jp+R%wGLJ Dm^d4o literal 51057 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 Vw^DrKjTQbHGjgKo+2K~3{y$j%7Q6re From 6fdfbea0eb3091a029b1807c8f1281c92e0b2152 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Feb 2023 17:43:12 +0000 Subject: [PATCH 11/12] Update Playwright Snapshots --- .../opened-menu-edit-firefox-linux.png | Bin 45799 -> 12673 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png index 243ac5efc756172e8a9554cd11f54f0add559ac1..1a2c0a1bff04b1c55273be51975f0f1738d45ac0 100644 GIT binary patch literal 12673 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 Zc9|B(`CIXwX5IVXpPsf6u29n| Date: Tue, 14 Feb 2023 18:26:37 +0000 Subject: [PATCH 12/12] Remove the `--collaborative` flag --- jupyter_config.json | 4 ++-- notebook/app.py | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/jupyter_config.json b/jupyter_config.json index f00d47ca28..4d392a9740 100644 --- a/jupyter_config.json +++ b/jupyter_config.json @@ -1,4 +1,4 @@ { - "LabApp": { "collaborative": true, "expose_app_in_browser": true }, - "JupyterNotebookApp": { "collaborative": true, "expose_app_in_browser": true } + "LabApp": { "expose_app_in_browser": true }, + "JupyterNotebookApp": { "expose_app_in_browser": true } } diff --git a/notebook/app.py b/notebook/app.py index 64ee27cf2d..c81c4abbeb 100644 --- a/notebook/app.py +++ b/notebook/app.py @@ -47,7 +47,6 @@ def get_page_config(self): # noqa:C901 "fullStaticUrl": ujoin(self.base_url, "static", self.name), "frontendUrl": ujoin(self.base_url, "/"), "exposeAppInBrowser": app.expose_app_in_browser, - "collaborative": app.collaborative, } if "hub_prefix" in app.serverapp.tornado_settings: @@ -228,17 +227,11 @@ class JupyterNotebookApp(NotebookConfigShimMixin, LabServerApp): help="Whether to expose the global app instance to browser via window.jupyterapp", ) - collaborative = Bool(False, config=True, help="Whether to enable collaborative mode.") - flags = flags flags["expose-app-in-browser"] = ( {"JupyterNotebookApp": {"expose_app_in_browser": True}}, "Expose the global app instance to browser via window.jupyterapp.", ) - flags["collaborative"] = ( - {"JupyterNotebookApp": {"collaborative": True}}, - "Whether to enable collaborative mode.", - ) @default("static_dir") def _default_static_dir(self):