From 6d78f87ba245d1405f6f898cc0bf6bcffdfff613 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 19 Jan 2022 09:24:28 +0100 Subject: [PATCH] Update to alpha 19 --- app/package.json | 60 +- buildutils/package.json | 2 +- package.json | 2 +- packages/application-extension/package.json | 24 +- packages/application/package.json | 12 +- packages/console-extension/package.json | 6 +- packages/docmanager-extension/package.json | 10 +- .../documentsearch-extension/package.json | 4 +- packages/help-extension/package.json | 8 +- packages/lab-extension/package.json | 16 +- packages/notebook-extension/package.json | 14 +- packages/terminal-extension/package.json | 6 +- packages/tree-extension/package.json | 22 +- packages/ui-components/package.json | 4 +- pyproject.toml | 2 +- setup.cfg | 2 +- yarn.lock | 1512 ++++++++--------- 17 files changed, 853 insertions(+), 853 deletions(-) diff --git a/app/package.json b/app/package.json index 5caf7091..ca81ef55 100644 --- a/app/package.json +++ b/app/package.json @@ -91,34 +91,34 @@ "yjs": "~13.5.23" }, "dependencies": { - "@jupyterlab/application-extension": "^4.0.0-alpha.3", - "@jupyterlab/apputils-extension": "^4.0.0-alpha.3", - "@jupyterlab/celltags": "^4.0.0-alpha.3", - "@jupyterlab/codemirror-extension": "^4.0.0-alpha.3", - "@jupyterlab/completer-extension": "^4.0.0-alpha.3", - "@jupyterlab/console-extension": "^4.0.0-alpha.3", - "@jupyterlab/coreutils": "~6.0.0-alpha.3", - "@jupyterlab/docmanager-extension": "^4.0.0-alpha.3", - "@jupyterlab/docprovider-extension": "^4.0.0-alpha.3", - "@jupyterlab/documentsearch-extension": "^4.0.0-alpha.3", - "@jupyterlab/filebrowser-extension": "^4.0.0-alpha.3", - "@jupyterlab/fileeditor-extension": "^4.0.0-alpha.3", - "@jupyterlab/hub-extension": "^4.0.0-alpha.3", - "@jupyterlab/javascript-extension": "^4.0.0-alpha.3", - "@jupyterlab/json-extension": "^4.0.0-alpha.3", - "@jupyterlab/mainmenu-extension": "^4.0.0-alpha.3", - "@jupyterlab/mathjax2-extension": "^4.0.0-alpha.3", - "@jupyterlab/notebook-extension": "^4.0.0-alpha.3", - "@jupyterlab/pdf-extension": "^4.0.0-alpha.3", - "@jupyterlab/rendermime-extension": "^4.0.0-alpha.3", - "@jupyterlab/running-extension": "^4.0.0-alpha.3", - "@jupyterlab/shortcuts-extension": "^4.0.0-alpha.3", - "@jupyterlab/terminal-extension": "^4.0.0-alpha.3", - "@jupyterlab/theme-dark-extension": "^4.0.0-alpha.3", - "@jupyterlab/theme-light-extension": "^4.0.0-alpha.3", - "@jupyterlab/tooltip-extension": "^4.0.0-alpha.3", - "@jupyterlab/translation-extension": "^4.0.0-alpha.3", - "@jupyterlab/vega5-extension": "^4.0.0-alpha.3", + "@jupyterlab/application-extension": "^4.0.0-alpha.4", + "@jupyterlab/apputils-extension": "^4.0.0-alpha.4", + "@jupyterlab/celltags": "^4.0.0-alpha.4", + "@jupyterlab/codemirror-extension": "^4.0.0-alpha.4", + "@jupyterlab/completer-extension": "^4.0.0-alpha.4", + "@jupyterlab/console-extension": "^4.0.0-alpha.4", + "@jupyterlab/coreutils": "~6.0.0-alpha.4", + "@jupyterlab/docmanager-extension": "^4.0.0-alpha.4", + "@jupyterlab/docprovider-extension": "^4.0.0-alpha.4", + "@jupyterlab/documentsearch-extension": "^4.0.0-alpha.4", + "@jupyterlab/filebrowser-extension": "^4.0.0-alpha.4", + "@jupyterlab/fileeditor-extension": "^4.0.0-alpha.4", + "@jupyterlab/hub-extension": "^4.0.0-alpha.4", + "@jupyterlab/javascript-extension": "^4.0.0-alpha.4", + "@jupyterlab/json-extension": "^4.0.0-alpha.4", + "@jupyterlab/mainmenu-extension": "^4.0.0-alpha.4", + "@jupyterlab/mathjax2-extension": "^4.0.0-alpha.4", + "@jupyterlab/notebook-extension": "^4.0.0-alpha.4", + "@jupyterlab/pdf-extension": "^4.0.0-alpha.4", + "@jupyterlab/rendermime-extension": "^4.0.0-alpha.4", + "@jupyterlab/running-extension": "^4.0.0-alpha.4", + "@jupyterlab/shortcuts-extension": "^4.0.0-alpha.4", + "@jupyterlab/terminal-extension": "^4.0.0-alpha.4", + "@jupyterlab/theme-dark-extension": "^4.0.0-alpha.4", + "@jupyterlab/theme-light-extension": "^4.0.0-alpha.4", + "@jupyterlab/tooltip-extension": "^4.0.0-alpha.4", + "@jupyterlab/translation-extension": "^4.0.0-alpha.4", + "@jupyterlab/vega5-extension": "^4.0.0-alpha.4", "@retrolab/application": "^0.3.15", "@retrolab/application-extension": "^0.3.15", "@retrolab/console-extension": "^0.3.15", @@ -131,8 +131,8 @@ "@retrolab/ui-components": "^0.3.15" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0-alpha.3", - "@jupyterlab/buildutils": "^4.0.0-alpha.3", + "@jupyterlab/builder": "^4.0.0-alpha.4", + "@jupyterlab/buildutils": "^4.0.0-alpha.4", "@types/rimraf": "^3.0.0", "css-loader": "~5.0.1", "file-loader": "~5.0.2", diff --git a/buildutils/package.json b/buildutils/package.json index 1dac3e1d..d035891c 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -30,7 +30,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "^4.0.0-alpha.3", + "@jupyterlab/buildutils": "^4.0.0-alpha.4", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~4.1.3" diff --git a/package.json b/package.json index 16d0e1ba..109223e7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ } }, "devDependencies": { - "@jupyterlab/buildutils": "^4.0.0-alpha.3", + "@jupyterlab/buildutils": "^4.0.0-alpha.4", "@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 78214b70..a173ef79 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -39,18 +39,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.3", - "@jupyterlab/apputils": "^4.0.0-alpha.3", - "@jupyterlab/celltags": "^4.0.0-alpha.3", - "@jupyterlab/codeeditor": "^4.0.0-alpha.3", - "@jupyterlab/codemirror": "^4.0.0-alpha.3", - "@jupyterlab/console": "^4.0.0-alpha.3", - "@jupyterlab/coreutils": "^6.0.0-alpha.3", - "@jupyterlab/docmanager": "^4.0.0-alpha.3", - "@jupyterlab/docregistry": "^4.0.0-alpha.3", - "@jupyterlab/mainmenu": "^4.0.0-alpha.3", - "@jupyterlab/settingregistry": "^4.0.0-alpha.3", - "@jupyterlab/translation": "^4.0.0-alpha.3", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/apputils": "^4.0.0-alpha.4", + "@jupyterlab/celltags": "^4.0.0-alpha.4", + "@jupyterlab/codeeditor": "^4.0.0-alpha.4", + "@jupyterlab/codemirror": "^4.0.0-alpha.4", + "@jupyterlab/console": "^4.0.0-alpha.4", + "@jupyterlab/coreutils": "^6.0.0-alpha.4", + "@jupyterlab/docmanager": "^4.0.0-alpha.4", + "@jupyterlab/docregistry": "^4.0.0-alpha.4", + "@jupyterlab/mainmenu": "^4.0.0-alpha.4", + "@jupyterlab/settingregistry": "^4.0.0-alpha.4", + "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/coreutils": "^1.11.1", "@lumino/disposable": "^1.10.1", "@lumino/widgets": "^1.30.1", diff --git a/packages/application/package.json b/packages/application/package.json index ded87189..5320e4af 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.3", - "@jupyterlab/coreutils": "^6.0.0-alpha.3", - "@jupyterlab/docregistry": "^4.0.0-alpha.3", - "@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.3", - "@jupyterlab/ui-components": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/coreutils": "^6.0.0-alpha.4", + "@jupyterlab/docregistry": "^4.0.0-alpha.4", + "@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.4", + "@jupyterlab/ui-components": "^4.0.0-alpha.19", "@lumino/algorithm": "^1.9.1", "@lumino/coreutils": "^1.11.1", "@lumino/messaging": "^1.10.1", @@ -58,7 +58,7 @@ "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.12.1", - "@jupyterlab/testutils": "^4.0.0-alpha.3", + "@jupyterlab/testutils": "^4.0.0-alpha.4", "@types/jest": "^26.0.10", "jest": "^26.4.2", "rimraf": "~3.0.0", diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index 50a59f13..44dd4ccf 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.3", - "@jupyterlab/console": "^4.0.0-alpha.3", - "@jupyterlab/coreutils": "^6.0.0-alpha.3", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/console": "^4.0.0-alpha.4", + "@jupyterlab/coreutils": "^6.0.0-alpha.4", "@lumino/algorithm": "^1.9.1" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index acdf742e..e0bf070d 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.3", - "@jupyterlab/coreutils": "^6.0.0-alpha.3", - "@jupyterlab/docmanager": "^4.0.0-alpha.3", - "@jupyterlab/docregistry": "^4.0.0-alpha.3", - "@jupyterlab/services": "^7.0.0-alpha.3", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/coreutils": "^6.0.0-alpha.4", + "@jupyterlab/docmanager": "^4.0.0-alpha.4", + "@jupyterlab/docregistry": "^4.0.0-alpha.4", + "@jupyterlab/services": "^7.0.0-alpha.4", "@lumino/algorithm": "^1.9.1" }, "devDependencies": { diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 5fc72af2..af04ec59 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -39,8 +39,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.3", - "@jupyterlab/documentsearch": "^4.0.0-alpha.3", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/documentsearch": "^4.0.0-alpha.4", "@lumino/widgets": "^1.30.1", "@retrolab/application": "^0.3.15" }, diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 4e6d1f4c..f4efa3c4 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -39,10 +39,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.3", - "@jupyterlab/apputils": "^4.0.0-alpha.3", - "@jupyterlab/mainmenu": "^4.0.0-alpha.3", - "@jupyterlab/translation": "^4.0.0-alpha.3", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/apputils": "^4.0.0-alpha.4", + "@jupyterlab/mainmenu": "^4.0.0-alpha.4", + "@jupyterlab/translation": "^4.0.0-alpha.4", "@retrolab/ui-components": "^0.3.15" }, "devDependencies": { diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 454579b1..875a54bd 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -43,19 +43,19 @@ "watch:src": "tsc -w" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.3", - "@jupyterlab/apputils": "^4.0.0-alpha.3", - "@jupyterlab/coreutils": "^6.0.0-alpha.3", - "@jupyterlab/docregistry": "^4.0.0-alpha.3", - "@jupyterlab/mainmenu": "^4.0.0-alpha.3", - "@jupyterlab/notebook": "^4.0.0-alpha.3", - "@jupyterlab/translation": "^4.0.0-alpha.3", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/apputils": "^4.0.0-alpha.4", + "@jupyterlab/coreutils": "^6.0.0-alpha.4", + "@jupyterlab/docregistry": "^4.0.0-alpha.4", + "@jupyterlab/mainmenu": "^4.0.0-alpha.4", + "@jupyterlab/notebook": "^4.0.0-alpha.4", + "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/commands": "^1.19.1", "@lumino/disposable": "^1.10.1", "@retrolab/application": "^0.3.15" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0-alpha.3", + "@jupyterlab/builder": "^4.0.0-alpha.4", "rimraf": "~3.0.0", "typescript": "~4.1.3" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index dca96036..726144c8 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -39,13 +39,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.3", - "@jupyterlab/apputils": "^4.0.0-alpha.3", - "@jupyterlab/cells": "^4.0.0-alpha.3", - "@jupyterlab/docmanager": "^4.0.0-alpha.3", - "@jupyterlab/notebook": "^4.0.0-alpha.3", - "@jupyterlab/settingregistry": "^4.0.0-alpha.3", - "@jupyterlab/translation": "^4.0.0-alpha.3", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/apputils": "^4.0.0-alpha.4", + "@jupyterlab/cells": "^4.0.0-alpha.4", + "@jupyterlab/docmanager": "^4.0.0-alpha.4", + "@jupyterlab/notebook": "^4.0.0-alpha.4", + "@jupyterlab/settingregistry": "^4.0.0-alpha.4", + "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/polling": "^1.9.1", "@lumino/widgets": "^1.30.1", "@retrolab/application": "^0.3.15" diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 8b7707ff..e64c55bd 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.3", - "@jupyterlab/coreutils": "^6.0.0-alpha.3", - "@jupyterlab/terminal": "^4.0.0-alpha.3", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/coreutils": "^6.0.0-alpha.4", + "@jupyterlab/terminal": "^4.0.0-alpha.4", "@lumino/algorithm": "^1.9.1" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 18ec18e4..1667cab3 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -39,17 +39,17 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.0.0-alpha.3", - "@jupyterlab/apputils": "^4.0.0-alpha.3", - "@jupyterlab/coreutils": "^6.0.0-alpha.3", - "@jupyterlab/docmanager": "^4.0.0-alpha.3", - "@jupyterlab/filebrowser": "^4.0.0-alpha.3", - "@jupyterlab/mainmenu": "^4.0.0-alpha.3", - "@jupyterlab/services": "^7.0.0-alpha.3", - "@jupyterlab/settingregistry": "^4.0.0-alpha.3", - "@jupyterlab/statedb": "^4.0.0-alpha.3", - "@jupyterlab/translation": "^4.0.0-alpha.3", - "@jupyterlab/ui-components": "^4.0.0-alpha.18", + "@jupyterlab/application": "^4.0.0-alpha.4", + "@jupyterlab/apputils": "^4.0.0-alpha.4", + "@jupyterlab/coreutils": "^6.0.0-alpha.4", + "@jupyterlab/docmanager": "^4.0.0-alpha.4", + "@jupyterlab/filebrowser": "^4.0.0-alpha.4", + "@jupyterlab/mainmenu": "^4.0.0-alpha.4", + "@jupyterlab/services": "^7.0.0-alpha.4", + "@jupyterlab/settingregistry": "^4.0.0-alpha.4", + "@jupyterlab/statedb": "^4.0.0-alpha.4", + "@jupyterlab/translation": "^4.0.0-alpha.4", + "@jupyterlab/ui-components": "^4.0.0-alpha.19", "@lumino/algorithm": "^1.9.1", "@lumino/commands": "^1.19.1", "@lumino/widgets": "^1.30.1", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index d2f0705a..95df1f6c 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.18", + "@jupyterlab/ui-components": "^4.0.0-alpha.19", "react": "^17.0.1", "react-dom": "^17.0.1" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", - "@jupyterlab/testutils": "^4.0.0-alpha.3", + "@jupyterlab/testutils": "^4.0.0-alpha.4", "@types/jest": "^26.0.10", "babel-loader": "^8.0.6", "jest": "^26.4.2", diff --git a/pyproject.toml b/pyproject.toml index 112e08ec..22b1a840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["jupyter_packaging~=0.10", "jupyterlab>=4.0.0a18,<5"] +requires = ["jupyter_packaging~=0.10", "jupyterlab>=4.0.0a19,<5"] build-backend = "jupyter_packaging.build_api" [license] diff --git a/setup.cfg b/setup.cfg index 9a5fb026..fc3862e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ include_package_data = True packages = find: python_requires = >=3.7 install_requires = - jupyterlab>=4.0.0a18,<5 + jupyterlab>=4.0.0a19,<5 jupyterlab_server~=2.3 jupyter_server~=1.4 nbclassic~=0.2 diff --git a/yarn.lock b/yarn.lock index a789e2ba..bd922fe3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1188,40 +1188,40 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@jupyterlab/application-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-4.0.0-alpha.3.tgz#b601dc14a31e84fd14f8bb07e6bedca228c67c2f" - integrity sha512-LYvnxbZkOh0SF/bQpW/CYus36owFuepO4UavRLet1cPeZgMvxVk7dbcfPvY0FxE9CKyeQQpH6PqHKssnpft72g== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/property-inspector" "^4.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/application-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-4.0.0-alpha.4.tgz#bb521378d713fe6308f9204178bf38f18dad7eec" + integrity sha512-aK3SUSA+5zW7cMCxQ9gCcnaR16G/OS0Q1oiZNXPDgVfOQG4Vt7FFXvhWUB02k0o4iRbulgxRpgGCh+W3NI/tRQ== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/property-inspector" "^4.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/widgets" "^1.30.0" react "^17.0.1" -"@jupyterlab/application@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.3.tgz#761d2dcb2e38add7cb618584c260f25248fbd097" - integrity sha512-2tsFuEnxqRpO4FsHMQWwLkbFuzCBJaIo5GYIgHFRWroJ85Bn2GRBudYTUNSWT2q8udJU1NkGo4urSO5xzYjq2Q== +"@jupyterlab/application@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.4.tgz#b65f868fbcbbff4d30bd17cdf849448a0e29425a" + integrity sha512-2pT8bFxdSf6y1K8Z2VJmb6Vp20hbfUe1OqVGE5aYN/MffGliviWxM0hrEMZ2dasuheqOVkMRXLaxldSo5i+uJQ== dependencies: "@fortawesome/fontawesome-free" "^5.12.0" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/application" "^1.27.0" "@lumino/commands" "^1.19.0" @@ -1233,22 +1233,22 @@ "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/apputils-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-4.0.0-alpha.3.tgz#765d7e4806fa2ff5c6ae8cc6812d03db466d726b" - integrity sha512-QebAG9tIJp/FdriId85s5SFSCxwgWmCXG4q9WmJ8e9d/+R1zYPkCUgpX7hjkRzJoMI7gRK4P7NP1b5qluH+0Hg== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/filebrowser" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/apputils-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-4.0.0-alpha.4.tgz#b82d21bbfef37ee7961af1f1199150619798534c" + integrity sha512-04qdpqZ5CA3dTj9cGTPEqidzNaLuhvvYNrssQsiv58R+YK3fLfZ0CJtJ93f7+w0jmODEuyrxifUuFjGJBYlG+w== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/filebrowser" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" @@ -1257,18 +1257,18 @@ "@lumino/widgets" "^1.30.0" es6-promise "~4.2.8" -"@jupyterlab/apputils@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.3.tgz#ddb0eb66da093683b61b80b3527960bfc5ebcce3" - integrity sha512-47KlFgUkZomQ8Cv8Ohtf3oSpwLLE2w4lDZ9lrnjRxhyJDqZI7BZAoW0ym3lXVl1Ezxz9HGl6dh99xKxWXJ7esw== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/apputils@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.4.tgz#10513e6be47892a3f7fb52272e40fab62eab34a5" + integrity sha512-RMktRgvLkJd6YhSRJAomXSDNhUKW2W8m1euhfxX0j8ppx9bWBmrnjYfdbu/fSEhA4bl1/v3CP+kPDSxGzK8fRQ== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" @@ -1283,24 +1283,24 @@ sanitize-html "~2.5.3" url "^0.11.0" -"@jupyterlab/attachments@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.3.tgz#eb2e2fe02e5b3c15a87b28d134234703cc164e9d" - integrity sha512-kCBX1eFqDegYEdxT7yz5oyBy6shFApAz+woUPWX6YLtTg7ZiAc8IWNR8xkJ36qftHMUAluCC7ZiN2sX0HOUoSw== +"@jupyterlab/attachments@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.4.tgz#fd504b4610132aadc77c0eb9fd56b575d655d5f3" + integrity sha512-qKS/TFY8icOieMFFuJJ4IQJwYF0Z0CKobjdpsLxwhqsjDXR+upy4hNegJT2xp1d7zgxGvTp9S0xm9foaFsktYA== dependencies: - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" "@lumino/disposable" "^1.10.1" "@lumino/signaling" "^1.10.1" -"@jupyterlab/builder@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-4.0.0-alpha.3.tgz#2a563c4abacf1fdca882cc13f4ed41656aa2edd7" - integrity sha512-/PjupmOnZO7RZQs4W9EW0ZKGQKkW9IBLGUg5TEFBCTjMXc3to6riwsp5zBRSdoNiLgz6r6ycOuMysb3xMvwuvw== +"@jupyterlab/builder@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-4.0.0-alpha.4.tgz#6746a0c62ab69892d0259542518d55caf5687fdc" + integrity sha512-Br54Qi6PY9D7Ty5sH3H9WiwA7++Jlall58r70GUy0R6eJK+GV4gYLh34UKGbArMJ7yctpHr1dPR+3+nAReNnAQ== dependencies: - "@jupyterlab/buildutils" "^4.0.0-alpha.3" + "@jupyterlab/buildutils" "^4.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@lumino/application" "^1.27.0" "@lumino/commands" "^1.19.0" @@ -1336,10 +1336,10 @@ webpack-merge "^5.8.0" worker-loader "^3.0.2" -"@jupyterlab/buildutils@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-4.0.0-alpha.3.tgz#211dbcfb4f842b2d378666d8705bc6ca5e0b74ea" - integrity sha512-Hd2neBkHOddrw4n0gYZzBYIbeEki1a29ZsM68ZG6RkQ0KHmxb1934B7UqR8miunmndLT+98dSqP3yPt6TkGUug== +"@jupyterlab/buildutils@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-4.0.0-alpha.4.tgz#7824c49c155dd068309f97c09bcc88fd7ecbf2a0" + integrity sha512-4F/e6g0fugPAuXpLQ7HAws9epq7+ysykS8afR8ppz7pYdHCHUA7t2MErGjTf74LHx0tODO+2kYvb/08+ppVU5w== dependencies: "@lumino/coreutils" "^1.11.1" "@yarnpkg/lockfile" "^1.1.0" @@ -1360,25 +1360,25 @@ typescript "~4.5.2" verdaccio "^5.2.2" -"@jupyterlab/cells@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.3.tgz#146d431337397c8164f4d76736992549dba77e2f" - integrity sha512-Jzf062oNjI9ao85D+qGIxsxvrZS2QK2+J8niKqUeLd8b+/1yl0tOUqT/Rfpxch3s8ZP9OnK1zrG3va4CdZLnqA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/attachments" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/codemirror" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/filebrowser" "^4.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/outputarea" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/shared-models" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/cells@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.4.tgz#293bb20de61c9f3d443aa5ff973ce2ccfadd73df" + integrity sha512-jaPozuUMc7ReSXpz4CcE9cFEBNbe2bj3ZPFfDQK/NMZJ5jAlkIykUcfbiWDdwBmcuqUjUBwKL2LyRd7z6d7zuw== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/attachments" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/codemirror" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/filebrowser" "^4.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/outputarea" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/shared-models" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/domutils" "^1.8.1" @@ -1390,30 +1390,30 @@ marked "^2.0.0" react "^17.0.1" -"@jupyterlab/celltags@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-4.0.0-alpha.3.tgz#d23c2b04a62da4aec55910a1e6b40891c6a089fb" - integrity sha512-LL1hsNM9+ZZ6+RrJTXM2lycH8HZVuV8SeGrsdXj5NAvDE4j7A6UIzuPSqvsd9jQl0BQgyXHlBIwO+1COCJ36hQ== +"@jupyterlab/celltags@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-4.0.0-alpha.4.tgz#08699c8c588e2bebec2069594c1f73e21da33236" + integrity sha512-YEEnFMKW+j6MJPU6lZWA+Tx7dvsFpv5z5242Z7SKGAWlA/YudB6QG+rcV2zc9Sn2V1fAEzHfRekP2avZvV1omA== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/cells" "^4.0.0-alpha.3" - "@jupyterlab/notebook" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/cells" "^4.0.0-alpha.4" + "@jupyterlab/notebook" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/codeeditor@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.3.tgz#6f834348796639af9c3e3b51eab1101612448a9c" - integrity sha512-X1CFUP0+J2GRSA8m9qfwGCDKytGKqqJ8sLlZT1/3N4fzwA4jlkCNQquwOy8Mgq7YHMien+B/6dBgy3ALvHTv8A== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/shared-models" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/codeeditor@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.4.tgz#5f4372e01f60cb6a17410a9f629e9806f96a0afd" + integrity sha512-3blnulQ2V+mPlxCkEpZ/38ia//SeoOwdsEOS8u3TQ0uaCfliStbBR/K5F6/g37wUkuN2fO9Z3I9oKID300CnpQ== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/shared-models" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/dragdrop" "^1.13.1" @@ -1421,37 +1421,37 @@ "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/codemirror-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-4.0.0-alpha.3.tgz#409c0562d9d36ce6c1f83e372ec8c4f7c1efc342" - integrity sha512-2vMnXgZFiMeQd9xyWpoi9UZ8N+CkMbrkhOUTs9k5juxXcj7Q9vNzeuPgJ6pBSIGxAD3ECL9nTn65s/OrGZZ8cQ== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/codemirror" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/fileeditor" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" +"@jupyterlab/codemirror-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-4.0.0-alpha.4.tgz#6d6ea68707a4304280f5280239c705b2869bbb53" + integrity sha512-zFElZrxgkYKpkAek8IjgMu8z95nqeGxn9kdWqrVMszPryR+YFnT0E/t1ZA7uA+mU61snkrhAS2aCTQBaNsTyXA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/codemirror" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/fileeditor" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/widgets" "^1.30.0" codemirror "~5.61.0" -"@jupyterlab/codemirror@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.3.tgz#9aafb91e44565420ae325e5d7fae70e98618ee69" - integrity sha512-Og0r+7mmdTEmoLTau4AhSDmQeUTZOp+mW9DGUNERFVaha9itT61v4hJS8SuTLOEtirZm2dUv6P3jBeYmq71pZw== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/shared-models" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/codemirror@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.4.tgz#66ab34532adcdf16d08899d74aff552b645fb425" + integrity sha512-ggJT72T8dMZ94eHBl0gcfZhAm9JZGTOPJwqVfjqttIF/kgelrdq8dmxdCP/jsaoHZ2m6/ExR4swCnBX2TAo5lA== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/shared-models" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" @@ -1463,31 +1463,31 @@ react "^17.0.1" y-codemirror "^3.0.1" -"@jupyterlab/completer-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-4.0.0-alpha.3.tgz#2ebe3b354c464a7cc6e5f62cfce7104553fe9137" - integrity sha512-dtZgl5f3qtemU4UmdMoqdBJe7eDsdf2vkYBTmvMQ+DHUjpxQ5MqG9b7jJEpdRXB51MoB8QALdvxf3jgBZfYQAA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/completer" "^4.0.0-alpha.3" - "@jupyterlab/console" "^4.0.0-alpha.3" - "@jupyterlab/fileeditor" "^4.0.0-alpha.3" - "@jupyterlab/notebook" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" +"@jupyterlab/completer-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-4.0.0-alpha.4.tgz#f321413cd8f0defd746e878dac14feb27388b836" + integrity sha512-v4LUQ0htVQxH/0DJe79/btPKaMll/9a8AWpord8O7zXWPpO8Bz00g07qAE8azRQBoNCYrgYjYvB4uF7o7+jhgA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/completer" "^4.0.0-alpha.4" + "@jupyterlab/console" "^4.0.0-alpha.4" + "@jupyterlab/fileeditor" "^4.0.0-alpha.4" + "@jupyterlab/notebook" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/completer@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-4.0.0-alpha.3.tgz#1d6d805f6dd58228fba545783afa2ce4efda366f" - integrity sha512-eXJNlH/gu7iXVYQ4C8gfpLyzI36AjGfpwt1eZI2SgL0nUtZWMZKHOSBMwPpAAEKwpo9Rq6JF29B1+WPM37FiDA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/completer@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-4.0.0-alpha.4.tgz#cc51ea052f3dc38542480d9f18d137b534e92db2" + integrity sha512-IeWVCGAXRyRN84ZljUMpjZlyyQ1yRfqqJ4ydBjMajc4QMwOlQTtN9vZiLoRfqELOujOhHrydsunvnWBt8e2B5g== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -1496,43 +1496,43 @@ "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/console-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-4.0.0-alpha.3.tgz#c63fd72808ff90398a4180b7d106b22b125e14af" - integrity sha512-22LcYefkDKi8NAQ+fYgRUHjJ0Q+vaCIdpa1PvkRJwsFw7JMaLac5c5R/VFa0bPPPhYraxg2uRDvM/uyrnnSNXg== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/console" "^4.0.0-alpha.3" - "@jupyterlab/filebrowser" "^4.0.0-alpha.3" - "@jupyterlab/launcher" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/console-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-4.0.0-alpha.4.tgz#804495e2c0527730ef603b41adb8e85cd7b26dec" + integrity sha512-seqVQ4+qgpZXgqWdppvy133fRSodhx/qAUFa2Qe7SvZi3ByJdx7wB7+vH6n+4iXRggluZx5Q1HpZT0Ivq8pfLA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/console" "^4.0.0-alpha.4" + "@jupyterlab/filebrowser" "^4.0.0-alpha.4" + "@jupyterlab/launcher" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/properties" "^1.8.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/console@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-4.0.0-alpha.3.tgz#1195ebf622d9e6ac07ea8064c1193ab02a66c165" - integrity sha512-/P1YiqCHY+i3B4zD0o7Kst7ut1vT1agE3mp1IwpNKzkMqY0ZkCsa5N/eTQfum9SL/lcNs+kFIBXL5BpWBmpd7Q== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/cells" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/console@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-4.0.0-alpha.4.tgz#b5d4ce99612d6be32354669eb1a52951a77d0db1" + integrity sha512-D9b9xy9w2zTQ9HeYJRSs6P0nQ9iaBfxcv00s2T6G4sRvEMS3ovq8rC0HNJWUTvPjoX6hjgS6TJBtGsaft8NqFw== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/cells" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -1541,10 +1541,10 @@ "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/coreutils@^6.0.0-alpha.3", "@jupyterlab/coreutils@~6.0.0-alpha.3": - version "6.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.3.tgz#471a43d8ebc133966dc53ed15ff91ce357110df9" - integrity sha512-a5/Ub82NLjF6ngXAfsVBWLp7aL3y4aIROWVXcYmDid4x5fg8Y7cpQ7gkdXYM68kO93Jb/RyeKR0gm7SaIaogug== +"@jupyterlab/coreutils@^6.0.0-alpha.4", "@jupyterlab/coreutils@~6.0.0-alpha.4": + version "6.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.4.tgz#8e11bebb6f9850b1c4a159c7e98178606ac5759e" + integrity sha512-9/BnesahQeplQGdGfDBlcj4deW1B9cHXi2GPqgEBjg4E8fDYz6xOr0opM792If1Rak18RoVQQKHCPnpOGKW5DA== dependencies: "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -1554,22 +1554,22 @@ path-browserify "^1.0.0" url-parse "~1.5.4" -"@jupyterlab/docmanager-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-4.0.0-alpha.3.tgz#68949ab548ea94649a2fbf76afcf4b90ed5a9a4d" - integrity sha512-edCp1S6JmTaL0pzH4LQsAYaQhmoZGxA6nchWM9K1RO52O4wKo3fO5UESNZTn50t/vlk3LnPjnoXju5qr5duGaA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/docprovider" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/docmanager-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-4.0.0-alpha.4.tgz#2a2f31e98e5c1608bf5753d7528be1db844ffe7d" + integrity sha512-RT1gfS4SYA2nI9JYQKybIwJg4qCPheWnHyOZDglbhhb8+4TanOf0HfIHgRJ0aYBYN0H12OaX7yyHnl6JQEc1sw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/docprovider" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" @@ -1578,19 +1578,19 @@ "@lumino/widgets" "^1.30.0" react "^17.0.1" -"@jupyterlab/docmanager@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.3.tgz#fe69ee43312e92eef9895bbb9d4ff66d6abdeb6c" - integrity sha512-UxcAOSjAwjfK1FwiRDlfsLgxLqwkTO530V+u0uW397uePR3nfrmd611ljWRJW0IkojPnPeiJIDWAdsll1c3whg== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docprovider" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/docmanager@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.4.tgz#143a28e0cc4f282b4c13b96fefb51430ac8c72ca" + integrity sha512-g1NDg+HlSGkHyrMvkkWWq8ZzDrvCXg2iqGWC5igQXAxCa9hMMWinNpzACD227DmP0e4fvlrngIcnbXlUAGmjjA== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docprovider" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -1600,46 +1600,46 @@ "@lumino/widgets" "^1.30.0" react "^17.0.1" -"@jupyterlab/docprovider-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider-extension/-/docprovider-extension-4.0.0-alpha.3.tgz#218a33dba6e31b301982aabc018cf8cdbe72faff" - integrity sha512-Y+5cSlJzt5x2C7E6Ceql2IxXMDfTW2fsbKN9BdK2hd3qu4GCql4kvi9V8JGTPNG02pB7UEVJX6meXeZ8AbAabg== +"@jupyterlab/docprovider-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider-extension/-/docprovider-extension-4.0.0-alpha.4.tgz#c6fb3acb9b5cb8f11de62d020d56dc4818e80624" + integrity sha512-4XL5/qJCJoVwxLzofw0NbbJO+yDBZ3y3g2jXzcUz4rtSt+SoIvlw54J7ApQmvcl6WqewTVVkiZ13ygf+Jlx5Hg== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docprovider" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/user" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docprovider" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/user" "^4.0.0-alpha.4" -"@jupyterlab/docprovider@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-4.0.0-alpha.3.tgz#79c2e00313f9c8fba020d2c5283281866211d58c" - integrity sha512-RW8hy0mH8VDBWq9usoq5Z3NXwOwIAmIZD6sRhfnVLnu3RQ59vCS3Km7wsMxmijUztU5xAUof768KseT79AEDOg== +"@jupyterlab/docprovider@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-4.0.0-alpha.4.tgz#9f727f386e0b29a5036df38571b79583efd03c51" + integrity sha512-KOUKWIRYmDLr2W/ybQQ807qj47uLcWUgmFsswu9cRU+7Ufm6hO1BbK3Q5oveW0lOhqx9LRKZFxXQqwNS6zfdBw== dependencies: - "@jupyterlab/shared-models" "^4.0.0-alpha.3" - "@jupyterlab/user" "^4.0.0-alpha.3" + "@jupyterlab/shared-models" "^4.0.0-alpha.4" + "@jupyterlab/user" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" lib0 "^0.2.42" y-websocket "^1.3.15" yjs "^13.5.17" -"@jupyterlab/docregistry@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.3.tgz#bf8dff11a6753a5ce0339a40a6be7a3e254f21ee" - integrity sha512-NUmNGjsJC1JRPSyllhWFJskC7MgDqHUNHF9Im5TF3iQwwVWRw1qwU0rBnU/SgfsR8aIhEu+eD6W4NuIsmgEExQ== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/codemirror" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docprovider" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/shared-models" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/docregistry@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.4.tgz#d94f1e2b6f23279cb425b4a81aceb6a006c580a3" + integrity sha512-54Ajf8bAjUSXbqzWYoAfULj/OxRCyMsijj3ZyT1hoPPmHXMeTXEmDWEnM3EdtrETPDqWSmjKvciLeVoLjW8iKw== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/codemirror" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docprovider" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/shared-models" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -1648,30 +1648,30 @@ "@lumino/widgets" "^1.30.0" yjs "^13.5.17" -"@jupyterlab/documentsearch-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-4.0.0-alpha.3.tgz#afc87c0c4a7d1c7c8e0ac5981fa2660433b6aaf4" - integrity sha512-nTxqwGlLu6inMyOtn5gnbgfH9IbKFncVsd6dFzFdLaGiinXsmYWHTaX2mEteFfWBiL3+RllJr4A9dKDz3npvHA== +"@jupyterlab/documentsearch-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-4.0.0-alpha.4.tgz#d680106cf43f2503940dda9bd1a65af309d98f6f" + integrity sha512-mQqkpVEjcKihnzl1Dg64SfzZDmLTGNvukz4SL4ov7Fvk50piPXJfeKsLXUgT6V7ikfTpK8i5XIcmBB0qQBaxUw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/documentsearch" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/documentsearch" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/widgets" "^1.30.0" -"@jupyterlab/documentsearch@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.3.tgz#c9ef60b4c57e8227922be3bc3d6c372abdd215b6" - integrity sha512-choJtsQM8ZylW4irkaeqZTEmXGx97VRlInSVUI4ni+Vzw3WQHjL3MhRaPBgnCXtyF4FhX/Z0F6LjoRrLDVursA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/cells" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/codemirror" "^4.0.0-alpha.3" - "@jupyterlab/fileeditor" "^4.0.0-alpha.3" - "@jupyterlab/notebook" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/documentsearch@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.4.tgz#72f2890cf8aa8636c21964c69a4b42915dead1d1" + integrity sha512-t82zGHsAlop1xJ+wlEkJu7HExbV1HG8HY3cuKTLiiL0ovGkpXHNV5XCNyNqe5SIDRqlAfyFHwYYGcNE/xx2Uig== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/cells" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/codemirror" "^4.0.0-alpha.4" + "@jupyterlab/fileeditor" "^4.0.0-alpha.4" + "@jupyterlab/notebook" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -1681,42 +1681,42 @@ codemirror "~5.61.0" react "^17.0.1" -"@jupyterlab/filebrowser-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-4.0.0-alpha.3.tgz#e84b9bd016b1779ab88ee6c45032897ad384a447" - integrity sha512-oqC1+vduqf1FhofA3mBSLNJPXPkuVlO/tZmUptPtKfNfKHN5ZpYgxYMEzXFftjMZ8G4ARYe8N/UwgP/ulJ25FA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/filebrowser" "^4.0.0-alpha.3" - "@jupyterlab/launcher" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/filebrowser-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-4.0.0-alpha.4.tgz#2bcf824ea0a315d20d4c1a120883d78809705294" + integrity sha512-+NFqSSELuguh9NuY8A+njXB8GU+BrvD/GM8PW0OxIg50+EEuW5c07IN6BloHDXPZlaIZecGrY3/jbdrNb7J2jA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/filebrowser" "^4.0.0-alpha.4" + "@jupyterlab/launcher" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/widgets" "^1.30.0" -"@jupyterlab/filebrowser@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.3.tgz#b68cd44fefe22c678a3c82371b300c2b452a1646" - integrity sha512-cNSGB0vkgdWsyul6ZrBs6yA+irPP/aTgeOw/7AywvM947yfhpnXgeVBDq5FBtUuZR6GZHfje5C6Dt2/3Pk2ZBQ== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/filebrowser@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.4.tgz#09d22596b717001ac6379f6e14285468a20b8ace" + integrity sha512-1rnEg1WNTxKg5F0kUWdcQoVNyR/ptZ+3jfGP2Z9bPOFYzjwrNlnpNQZZMmZktY2Tfi4hAppBHCaITyqmKbX5Zw== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -1729,74 +1729,74 @@ "@lumino/widgets" "^1.30.0" react "^17.0.1" -"@jupyterlab/fileeditor-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-4.0.0-alpha.3.tgz#8934bc155fce7fafb40000eb7aafbd922fc3b2ea" - integrity sha512-itYJ37Bw4LYbnK1YO/CaOMsZSWt4p9P/b5niphpu2sIl3ycMRF1nb6JKvskz6dtw2vKJUjSmUqqd21Q/ckxRmA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/codemirror" "^4.0.0-alpha.3" - "@jupyterlab/console" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/filebrowser" "^4.0.0-alpha.3" - "@jupyterlab/fileeditor" "^4.0.0-alpha.3" - "@jupyterlab/launcher" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/fileeditor-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-4.0.0-alpha.4.tgz#926c55afcb61b29a748be003018f3c9e802caead" + integrity sha512-EDyQMvbXStsKxAmfwsfUEO9sTJi33KOaAdPeBAU9pydiABOoz8EFkh9wGkEgzTjaQq7ULoVi0I3cH+1jmu0nNg== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/codemirror" "^4.0.0-alpha.4" + "@jupyterlab/console" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/filebrowser" "^4.0.0-alpha.4" + "@jupyterlab/fileeditor" "^4.0.0-alpha.4" + "@jupyterlab/launcher" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/fileeditor@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-4.0.0-alpha.3.tgz#fb719bbf852c9624bb7cb3e77945bf17e5b3122f" - integrity sha512-Z+CLJ1J9OPisCPapq7MZfxwhUCi1KWnNzNgjLuh0zrCwBVHSyZdv2S+YjBZdiyuNNfjoJDNKVBEPoAkjLezC8A== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/fileeditor@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-4.0.0-alpha.4.tgz#e5f3be14ff2056591da5faed8f3c1a065ee041b0" + integrity sha512-2pkZ6ecFM1BuMhzN+I9Wpsspo8a/W28XzQQMuh3BPFhCGJSlkyEfqgQ217zslXmfjgPp8zxMhoelAJkSpkQLxg== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/coreutils" "^1.11.1" "@lumino/messaging" "^1.10.1" "@lumino/widgets" "^1.30.0" react "^17.0.1" -"@jupyterlab/hub-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-4.0.0-alpha.3.tgz#c156cdd28ffc90381091a475e9d8032fe978d4a9" - integrity sha512-hHZzEXRbSh68IbiVk4IsxjYaGpr5grnX+r8Igkk2AacC2gSGrGtFr8tKkw54zZTp88ip4Q+7WepFfx3FyAW0qw== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - -"@jupyterlab/javascript-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-4.0.0-alpha.3.tgz#e1a9b3a79b820f3879a3b2329c0f2bbdbefc6dbe" - integrity sha512-loHc7rvXmgnX2Vvd34qubMcGwFCMElDb+FTNUs70oFq5ez06cwTyft0Bpwhv/D2uZYonKeZzSf7aZc3m1D336A== - dependencies: - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" - -"@jupyterlab/json-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-4.0.0-alpha.3.tgz#5d966cc31f367ae7219f6adb31d5689d433e9354" - integrity sha512-A5AbDnsYiJ11qgClGoFj0XN57otATZERAogx50uU/jBh5apLSsi4wZWTAbslS9R2pFu3G0n3fb0/AWS1pyvGCQ== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/hub-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-4.0.0-alpha.4.tgz#059c3daf0494d96b246001323ef6dcc86380e00a" + integrity sha512-wXdjWGwBFWcUZwxCHfHTUdE9FKUazk/ZphPO0GrdY7Cu98foq6Du3mODMN1GPIGxOFgso9agxR8uObGdiMJNxg== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + +"@jupyterlab/javascript-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-4.0.0-alpha.4.tgz#9eea5948705aa4356c48a9ba3b8cc3965c04a7ee" + integrity sha512-6Wd4vpkpVDl964RjyCkb5JtJmuBo8v+AGL6YQe3qUCImDxyUMlROY247i8xIm/bfuWdulGaOan5c7ok/8TZDTw== + dependencies: + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" + +"@jupyterlab/json-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-4.0.0-alpha.4.tgz#016136a65980fa1566d22195455f7a0d39a7059e" + integrity sha512-lrdf0hirDstEwu60DazY7TcgCOkdkd9NvN2kBZ7pAJTK2eOAf3UvVQUp1c6s/K2kv7H2OB77XnEe/IhcmKj6bA== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/coreutils" "^1.11.1" "@lumino/messaging" "^1.10.1" "@lumino/widgets" "^1.30.0" @@ -1805,14 +1805,14 @@ react-highlighter "^0.4.3" react-json-tree "^0.15.0" -"@jupyterlab/launcher@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-4.0.0-alpha.3.tgz#bdeb48353a524ef421cf4ce46d8818074b713b97" - integrity sha512-TwQgmqcNrYHdap5g1mjCRmO+qn6pVHmyr0UEb4/bUr7Z2p4JnHl7B1IUJhfwVOw/zQzKLdhY9g/YM0WsWmOy8w== +"@jupyterlab/launcher@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-4.0.0-alpha.4.tgz#3bad945d177b3be5e9993a3af2d9afbd153250a5" + integrity sha512-M1eS16Qpy7W0wzdsvm+IqfoPsH7WS23Tui+n/gT7bp7pDQRbJSRMWcnCl8jk4s/iPhTGmj0WnR+ERoTzoPHMuQ== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" @@ -1821,107 +1821,107 @@ "@lumino/widgets" "^1.30.0" react "^17.0.1" -"@jupyterlab/logconsole@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-4.0.0-alpha.3.tgz#0dfee74ce6f24c04bf84b9e1781b75fca8ecd074" - integrity sha512-jzjWsT5zx4E9XwaR0m5xvO8AicjpmHykeaDTEcOPSt+i7CGAxjCj1w2eyqv/juz+14CV/c5mgd3nL+R1YY/T/A== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/outputarea" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" +"@jupyterlab/logconsole@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-4.0.0-alpha.4.tgz#0470c122cc421a96a895dd084aaabaafae73a14f" + integrity sha512-QwFYwWQAHE1X5DkaKR5XmulddhxDJtDAgWB7nXDiuo9vgMVawv6R+Qfl+Jd6c2uH7nG64XB9YbpS3bEaxlsRPQ== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/outputarea" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/messaging" "^1.10.1" "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/mainmenu-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-4.0.0-alpha.3.tgz#9fc6a89e33d3a82a9a9860b4fff6f096ddfb2225" - integrity sha512-f43qZmYH3X/2y/xDYXzogjqQf/zZTNiPYDtc0riyE47kayHY5WsMT4dUyi8VU7Un9ZUA+S8s35iFGYmjdQCZug== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/mainmenu-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-4.0.0-alpha.4.tgz#8a48393853d9c08903291e643dcc5163f671d7c2" + integrity sha512-YYc7pG+yClTrWL96tul3kkon19pAbWuJTCHesn6ywxZD88ufL2dkyB+/1P1nQmfM3vgwggFUujQucmcoGndD0Q== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/mainmenu@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-4.0.0-alpha.3.tgz#fd6f9ba6d0b69769c5136e7ceb99fa2832751928" - integrity sha512-/XRuO3czj2HnhI9dMD9PeXxHg8CcIlE/khT9vnxOxfHDokCkyPYjGAJChsOTSMk8DWeQ3+JN4koYqOYIEJp1NQ== +"@jupyterlab/mainmenu@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-4.0.0-alpha.4.tgz#465f4cb995bad51fde5645b17e05109fe5de42f4" + integrity sha512-tghpUSCBXkrnA1wKW158isFpM1Hy2X0uT6/SQq+No3cseIirPUd6xO69xGX67izdTV3G5Wr4ZmFTmTy2GIuGjg== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/mathjax2-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-4.0.0-alpha.3.tgz#91f6eead052206cc989959621e13ca4126ca1fa5" - integrity sha512-Rpf/xUWdUpNNzRDfNMliPXkiqDp/6laFIC/fo7bB40CJprwqAgo2DjgIWa4/7sfrN+5pvZ+NRfDPHP15mgY+Ug== +"@jupyterlab/mathjax2-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-4.0.0-alpha.4.tgz#1d9730965f77bb7962f81db15d1404fe38a414c9" + integrity sha512-0p0Liy4irRF1lDhnBYg9W7uqoS/KGFix4pJN6ZwX804eLHUxGQiwysp+Piv0g9/YfFNh8oJ4eyVCOvRbc6Kpmw== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/mathjax2" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/mathjax2" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" -"@jupyterlab/mathjax2@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-4.0.0-alpha.3.tgz#e5a3e368f7008a4cc1c7ad8b0c29d0c36633d1f8" - integrity sha512-Af2OSGjTDRgbJvOldpJkmlqjK9BHPG1SIHtzyUScD4/z4Q5IFPFL6vUvDJAY5qzp/AT72XpL5LknnprLedoKjw== +"@jupyterlab/mathjax2@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-4.0.0-alpha.4.tgz#5fb07db043c228381bb911bc56325ca87c394651" + integrity sha512-F3rUWMFE86IRcHxXxVPl3hjPsm9BZL35brhE/bkPbSaSPkhXCqvN0g2REnXxgshT9MOGsug5st6e4xZEwyVT/w== dependencies: - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" -"@jupyterlab/nbformat@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.3.tgz#88360df22298bbde07fd31edcf12be58947d11ca" - integrity sha512-vJEu15LkPTMHrm2vypD3QksNWAtDHMCk9pks/I/n+xruDD//bfIu+pJFR9ZWb9zwi55QvgSerWUgVywBnw+xgw== +"@jupyterlab/nbformat@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.4.tgz#0d25a7dfcee04fda0416193cce8afc5b2195d0dd" + integrity sha512-TfO9rKaI8B38BjCbu4S21BtL8EtczQN8edXwDq16Q4j/sCY43Tl2T/bubOu5jHhtEStjJck6lrV9KoI6vGY1sw== dependencies: "@lumino/coreutils" "^1.11.1" -"@jupyterlab/notebook-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-4.0.0-alpha.3.tgz#9cde2b3179a14bd915efea041748dc38862760bc" - integrity sha512-/czvfzXOLlpPXZvw9aSq4Io4Ob+1MCOqLPVk9kTQKKEzBo95ag8wlcq8DEeJApUC4NqvbieLAkvxM5c9ADFNvA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/cells" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/docmanager-extension" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/filebrowser" "^4.0.0-alpha.3" - "@jupyterlab/launcher" "^4.0.0-alpha.3" - "@jupyterlab/logconsole" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/notebook" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/property-inspector" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/notebook-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-4.0.0-alpha.4.tgz#ba868cf5e77c74e6eab4bf1210da04ae199648aa" + integrity sha512-p2N4veToIt8xzD11rOM5sfmyoaQniJzwI9MxuIKfQ8qSSanXzqs9qypJ0xN3MkizLepxkmMqj68/ZJc415ie5Q== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/cells" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/docmanager-extension" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/filebrowser" "^4.0.0-alpha.4" + "@jupyterlab/launcher" "^4.0.0-alpha.4" + "@jupyterlab/logconsole" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/notebook" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/property-inspector" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" @@ -1929,25 +1929,25 @@ "@lumino/messaging" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/notebook@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.3.tgz#a0dc5db0c9feffd8f25dc5687653832f14469241" - integrity sha512-jcV/5iOUYg10EkJKXuklujOXeTvygGDGRaw7kKznRE4b1mOcWFiSV8mPzManDcfo6mreT+chgxXx4u5KXG5MYQ== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/cells" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/shared-models" "^4.0.0-alpha.3" - "@jupyterlab/statusbar" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/notebook@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.4.tgz#cd7a699f131e63b3f9809d109d2f551da7ec0032" + integrity sha512-6IoQqiYuqGg8tObc36pYpuE9VXe9wq15z/9X8P61E9xRS8kB63jn7sfp0SF3RK/Vvm4aAA/WXfm8uQod4b4M+g== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/cells" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/shared-models" "^4.0.0-alpha.4" + "@jupyterlab/statusbar" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/domutils" "^1.8.1" @@ -1959,10 +1959,10 @@ "@lumino/widgets" "^1.30.0" react "^17.0.1" -"@jupyterlab/observables@^5.0.0-alpha.3": - version "5.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.3.tgz#a8a56f5b4fff4f8fbba07d145a3a5d3734b0b140" - integrity sha512-pJuFiyFPIq+jW1MTCNyzfNtNeCz3gBbjKE25gsUi9T8VULz190wxwaxd/XpJBtbjHSRyWvlUttZOLvM0R7pHIQ== +"@jupyterlab/observables@^5.0.0-alpha.4": + version "5.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.4.tgz#e5bb98dd7cb752338c94fe7b663e7fbb4b3dbe4e" + integrity sha512-L4mHq5qdkyJqKQq9aRKEIfrtvWqUVW/jBuuj1H4iPXyPEvYoH+tanV+aUejAO4T2xerEwF3bUkmwpUzuShodHA== dependencies: "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" @@ -1970,17 +1970,17 @@ "@lumino/messaging" "^1.10.1" "@lumino/signaling" "^1.10.1" -"@jupyterlab/outputarea@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.3.tgz#dafefea9c051b57df0fa1b85787bedb260db7eea" - integrity sha512-z2U+jBq4u2TnQdgej5aaJn265GLFf0XJpiQROIXo6RG0AcLoMJa/iMj+jy7OmbBFndhNXXkLgoBFW2MwkcFmtA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" +"@jupyterlab/outputarea@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.4.tgz#41932b9ede6be01c8673b6b6f2b938417758cde1" + integrity sha512-n6ltIVNdVafmsgpEDznzk/q/LGzP2Qc49k9YIEKA/r/XkcPWBF7Qo6p4ElUDltXuVfRCwp+QQlfLNbF5jcsBhQ== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -1989,63 +1989,63 @@ "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/pdf-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-4.0.0-alpha.3.tgz#3749550cf07edc9d8c80238587bd33c8ecede8c3" - integrity sha512-M18lgP91osFRAaLq8r0oCLO22ZVibUK8WY2lnYpJM+PmlxKy45AgcOYYtZi95kZYEhAr8b0d9lw2O3dAUfjuxA== +"@jupyterlab/pdf-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-4.0.0-alpha.4.tgz#53e1a00b7c430db314a867f7081c59ffa2916337" + integrity sha512-C496KePgYal4534kUfWmtLoiS4uamCpg1Z57cbvanDzmXOcOeatvRu4SCjl7zs9jYHU1r+MEJcWcZXKlVNkF0g== dependencies: - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/property-inspector@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-4.0.0-alpha.3.tgz#96e8e55f58721f970695b8fa60daf135f94bf810" - integrity sha512-YrqZkesU19n4Z/G6aTt6inmBwe8DsGjK5vI7gWiHsDdFkh8QEoMm3NaRM9hsYjdRAnrb5WeecB5D8ql7Cy+u2w== +"@jupyterlab/property-inspector@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-4.0.0-alpha.4.tgz#b8228baa2f0668bd33d39ad0177fccf8730e2df3" + integrity sha512-RP6PWm767LUSQR8FDkTj3sIwIE24NappVXKOKVj18JJ8UiwO0YDkXA2FMD39mlYI3nCLzBHUhCyHHTSxKoJ7XQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.30.0" react "^17.0.1" -"@jupyterlab/rendermime-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-4.0.0-alpha.3.tgz#e0677cb18b7f8b330e805b940d734b2b307c80f4" - integrity sha512-stbZAYWaxdhUr2Njg0z8SyDlVriT+85CriMCHPF+ShWSLGgl19M+AMq+CSJSQlPWNgGa1XQtKLzJoEhCnTYMjA== +"@jupyterlab/rendermime-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-4.0.0-alpha.4.tgz#808c640cebe20d17c8c59652407a99edd66872ae" + integrity sha512-K+mGLUM2usM66q1yz5t10I3Ucxwi/yMSFOl5Nvnc2nbD9vzC0KYe3s/Fi9P0SxfJkdKFH1Lu4qCkqqPzGcztgQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" -"@jupyterlab/rendermime-interfaces@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-4.0.0-alpha.3.tgz#305298f8d8f90f892c2e93ec7eacbe7cf97aa801" - integrity sha512-LsyLOdAY6bNc4/KdiCwy3rqVqgxv1L1kUXDJlm0eY9pFMb4iFk4lp46zpBcIrSXL3yTGwIApyxhBCVuoNzJSuQ== +"@jupyterlab/rendermime-interfaces@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-4.0.0-alpha.4.tgz#989324876aa68b4b1b6617c03af8b4eee0f1c1fd" + integrity sha512-9B6aUdZ+w1b3CTio0vf2U+3dufEH4o2NoE9anrG8dJ4XyYvOIGS59aoWFfU8FfGlKhNlvn7XEANBQ0V1sMXjKw== dependencies: - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/rendermime@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.3.tgz#520c5d0de16de212f08088213a08f610ccdf28ce" - integrity sha512-dPCmVXY2xa6GzVJOfgkcC/5xMUiD6ZR5VxS0+hJ+KWLmE+eZLD5uSFHlrjjisFhoJmcXqtWYCIVXgUQrTFFntA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codemirror" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" +"@jupyterlab/rendermime@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.4.tgz#5aae7164d47862542a89f61ac6c01fbc0623744c" + integrity sha512-76Hy5Netd1tRAdolS+TBRW6pQUgV81Ak47wjzdiy9w75EFyU0RCYUZAUxgtSjSf+a40BpP8/ctjwPhZLgxgYgQ== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codemirror" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/messaging" "^1.10.1" @@ -2054,45 +2054,45 @@ lodash.escape "^4.0.1" marked "^2.0.0" -"@jupyterlab/running-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-4.0.0-alpha.3.tgz#625c4b3795255ab204940b84bfb758b3cdca6de6" - integrity sha512-8vD8lG2gF6ko2G7XpOPSSUUHVkYz8FNofePBfZqtXFzLqEDgVmXiVQtdBJCM2ZyhskRM4Sl5dsEfInse1L+GbA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/running" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/running-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-4.0.0-alpha.4.tgz#26a30c34eb021b88e152be8a20769c959e917706" + integrity sha512-eeWtQZt8ku3VenS/1qFC7z8+a3/zmzlYVzEu8STC5EYS3a0S3+WwGq7tEA/me9KSxD+0jm+bv2KRoOc0JEUQRg== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/running" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/running@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-4.0.0-alpha.3.tgz#34c9d2be08ff13be548d6bb7e99a764e2b03dcd8" - integrity sha512-UIXiaJ4KlOHRr2tDM3zHiBVGrDZQmpthE3ks8gteqBByQJXOnGmoTM9HHX/G0lCd+8Fy2zxoZKiFf1VusQ7k9w== +"@jupyterlab/running@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-4.0.0-alpha.4.tgz#b332e48724fc7921a3f81a9c9ad7b16fe85cf48b" + integrity sha512-KVBruwrBiKFmdKVHXz9SFH1F6D5ghV1YgnSAQSlSzZ1Karzil64NG7BUfRvFvnwWxQRMDs2ViOlEC5Nife4mRA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/signaling" "^1.10.1" react "^17.0.1" -"@jupyterlab/services@^7.0.0-alpha.3": - version "7.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.3.tgz#58e427569cd9b26dcf9d733cfbb42a2ab96c2fb8" - integrity sha512-9m2qZkxxEg25jAWpHEM840F9A64hUn8ZMHQLG9TkG9uUNhuGhx6yO4uz3Zz4s9xoIgRM9nzPXC4VIdl33d5tFw== +"@jupyterlab/services@^7.0.0-alpha.4": + version "7.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.4.tgz#814d2a8264aec7549c9ff0cceb2accd1a83f4609" + integrity sha512-xHct7fuvHrwY05sSExZKFE0Vy9yvnh6npbkCycAPruyZy8tLDQDRVkplQe7IKqw/0VSdQzUh7nZeva49ZIZXEQ== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/observables" "^5.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/observables" "^5.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -2101,12 +2101,12 @@ node-fetch "^2.6.0" ws "^7.4.6" -"@jupyterlab/settingregistry@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.3.tgz#411eb1cb61b3d2531910aa80f62145c9a19f7f5e" - integrity sha512-FYfMye338LczRQEJwlM1Q2gkUYWsYTDWJqov8RYCiFk3Yzog69/ftEnCA0cjViz/di9nW9mL2oGj1DDpZ7V81A== +"@jupyterlab/settingregistry@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.4.tgz#5d0455d99bbc2671960d6ea06d31855c31ecda90" + integrity sha512-BjLyNNJU1W3rdl4Bj6vPSrxrTQ0Pt/Z2bFn4yZYznp/mNAHpR91inHKD2n0ceSqjKALGeX9UKKfQkZMuEqoIqg== dependencies: - "@jupyterlab/statedb" "^4.0.0-alpha.3" + "@jupyterlab/statedb" "^4.0.0-alpha.4" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -2114,34 +2114,34 @@ ajv "^6.12.3" json5 "^2.1.1" -"@jupyterlab/shared-models@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-4.0.0-alpha.3.tgz#9f37c7c5af3ca0a8df6f84a4e72acf4404dae788" - integrity sha512-CRS/2twJDaKFBr1ufjjQngBT6bpIlt8EN81MrcuVcSyGwGy35YUCl3BYQ0a4iIRqDsi9KgA2Qe7huAmgkrcKDw== +"@jupyterlab/shared-models@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-4.0.0-alpha.4.tgz#076d4eb60ca35f6c809927ffa9e0d725612d72b7" + integrity sha512-Q6Z4svxkeXSVEfKaWMdiwWlqMC+A9mWEm4niTC7RYnkY6D4i5TGbuHrv/7vL72xldI9EUP412HgrLaO+73bU/g== dependencies: - "@jupyterlab/nbformat" "^4.0.0-alpha.3" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/signaling" "^1.10.1" y-protocols "^1.0.5" yjs "^13.5.17" -"@jupyterlab/shortcuts-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-4.0.0-alpha.3.tgz#d40154fddc631493e37456d4563e13599d2abc75" - integrity sha512-KUcU8FCiImSyVwvh1gFOGkMJVdACzFV2b3y6a5PT0dA+S0gtsQIvrncdTMv9EK5eNFUiy/6Eq4PQzu40onofEA== +"@jupyterlab/shortcuts-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-4.0.0-alpha.4.tgz#03230a29e0da441a957b3022cacc85f92baefc9e" + integrity sha512-uwO4UFOtLKnps/ttsnCb3jnqfF9/ZuDEe02c9hsp9yNiFN0ZNk7bfXB4mM171aTkwRpkmygLUUqTojL42iU3RQ== dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" -"@jupyterlab/statedb@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.3.tgz#e51979af213bc03e5dc8f3db53b9429dafcf83b7" - integrity sha512-X95jS0qNIQuzAfj+o5BlnaOm3bpd9LtsB2SzrEak8v624ZySTA2SfIVCmdfOyhn+1KKyty/afAEvqo1UU8I8rg== +"@jupyterlab/statedb@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.4.tgz#70d5fe7e504c339b9fc0771f08ea9913c8eee562" + integrity sha512-S0SeCbtsfr79q4yRuQD7gesD3ZyMMl6vnw+jGGXYbmqepcJbWnxnz8KhDBrd5faSVNB+8mKHbLRqA+YuUJOEQQ== dependencies: "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" @@ -2149,16 +2149,16 @@ "@lumino/properties" "^1.8.1" "@lumino/signaling" "^1.10.1" -"@jupyterlab/statusbar@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.3.tgz#8f27ddfc354e67cb9686c09a1a0da39af82730ba" - integrity sha512-nyyKZiwa8K26JlDty891ltQKE1jjGzj/jbZSTRxL+C/ozgXtOEqs2qA29wWbgdbePgLIfiXWV60jjDGYdYNOUg== +"@jupyterlab/statusbar@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.4.tgz#7dba882b9a7ae509eea4b59ba1756748fa4e5666" + integrity sha512-Qvhpzr7r5h/kzQzH58Nrs4VhRXgQy7jsHUpvp9hEZc5FYZQ7JyJCReQafogTZ7SIvubA2EkbsKfSkmWBa4U1AQ== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" @@ -2169,32 +2169,32 @@ react "^17.0.1" typestyle "^2.0.4" -"@jupyterlab/terminal-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-4.0.0-alpha.3.tgz#7419c1b5c92029eee5991832da809b3b710f0ba5" - integrity sha512-fGBIN4WED22OB9wXpMVhD6ZAMZfvJuqJG2m887h0yoUsDF5ryA5zxePQRA373sasmgeJUSFp8HOg2hW9+rUMJA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/launcher" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/running" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/terminal" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" +"@jupyterlab/terminal-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-4.0.0-alpha.4.tgz#d3b1dca4dddb61a92093c64a698cc1de74f7b624" + integrity sha512-Qic2EFSzc07WGJGb2dHIJZWNICZid9ypNXs+/qGiq2KpZ7c4gYIxCOidM1YoUur3G10DhEUmewnEQvTS6hjO9Q== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/launcher" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/running" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/terminal" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/terminal@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-4.0.0-alpha.3.tgz#d52da93b2dc93b282e746b985b881e624a7c4ff5" - integrity sha512-0GSKcADpIYr6S4pNzTlgbp2WrOApT8dZeT90TI1an2qrwKDCg+YM94Fn/oW9PS2ibUMoFeY/ixMy59s4zb5oFg== +"@jupyterlab/terminal@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-4.0.0-alpha.4.tgz#2da0aad461f9d190aab8400e4ba1f15540cdad56" + integrity sha512-av1jwr+gzLzPB72jUa4KpRRiELV9cSpSPsLqdufQ/Yu1jmVUlj3Nrv9Bl6fbJhi8fCap7wftPoPncZ4eSfcxCA== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" "@lumino/domutils" "^1.8.1" "@lumino/messaging" "^1.10.1" @@ -2202,21 +2202,21 @@ xterm "~4.8.1" xterm-addon-fit "~0.4.0" -"@jupyterlab/testutils@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/testutils/-/testutils-4.0.0-alpha.3.tgz#ea899e7778090e163f2762f12c0005c89a8122ac" - integrity sha512-IxkE+a/ohAMAdqQusnNlk2nD84DRjpiQ9uXh8B1qw1sxyJUuNa9ky+hfMzZaPN2Z/EhJFeHy6YhFyfENiX18lA== - dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/cells" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/codemirror" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/nbformat" "^4.0.0-alpha.3" - "@jupyterlab/notebook" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" +"@jupyterlab/testutils@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/testutils/-/testutils-4.0.0-alpha.4.tgz#4d588de149177642f8589765116d60036a6f69c2" + integrity sha512-zAeSVZ+oaA7nkY/vLDXuFmk2/E7N6AEqJzobnRpIgy1wXn2us6da1KFzGt8V1PURHIkwu/7ihDiYfWyHpsme7Q== + dependencies: + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/cells" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/codemirror" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/nbformat" "^4.0.0-alpha.4" + "@jupyterlab/notebook" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/properties" "^1.8.1" @@ -2235,83 +2235,83 @@ simulate-event "~1.4.0" ts-jest "^26.3.0" -"@jupyterlab/theme-dark-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-4.0.0-alpha.3.tgz#8ecc69efddcd59071bb7bcc15dcef60be8e17e23" - integrity sha512-KrMsSwNmas8UUvdbfQ1cSgUbyaLKJoRqK01Osa4rzwKCtFVHOoIcO66Y8IAVURSvBoyYbnLys6KBTIhhvlgF1w== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - -"@jupyterlab/theme-light-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.0-alpha.3.tgz#a1581db43f6359b8a7f8fb12e761cac3c5179fad" - integrity sha512-QhXDUoTa6hOUa7N6aRPAJqnXlZFIJVTiI3WzNbRgQyAMqO1hP9tTZtYXQBSmXZl/relaudkb3ZyxpiYeNkUJKA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - -"@jupyterlab/tooltip-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-4.0.0-alpha.3.tgz#8163d4effe929c133083412d1a4396b8e6940821" - integrity sha512-M8vTiF5yfjgCFUldJaaURFcGsteqOyRN6gPmJJbNYARdhVgle0J/L6Vq14mTCOcBfTBw0V5ux8X/wOr0H73CpQ== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/console" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/fileeditor" "^4.0.0-alpha.3" - "@jupyterlab/notebook" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/tooltip" "^4.0.0-alpha.3" +"@jupyterlab/theme-dark-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-4.0.0-alpha.4.tgz#6e754dbc614ae01119bdd32edc3b6e300eb637ae" + integrity sha512-5M5/yWBPBXiSrGH3AkTzRBr5/UOZSwbEyJzT08LNMZVVgpMtWSlJbgAF37gI91iLj0ewnQFoz9K1Qiy9+3MWJw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + +"@jupyterlab/theme-light-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.0-alpha.4.tgz#3c037f0f1584ebf156cd51e96ce54ae5ef27283a" + integrity sha512-SK0rVOn86JngMFEt+iAEufU3jNtxETyO58C8dJnV3n6J2xTsxZXX4gWCszY8QBlVlCbISyO0JDAXeMyanA3cbw== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + +"@jupyterlab/tooltip-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-4.0.0-alpha.4.tgz#e8c0e2af941333724257f9d7085f54115476caab" + integrity sha512-tWm29ohD33fHbQd8s+ysEGOOU26LEII+Dpzg9mwrwHwmKny7l2qbDT6cAg4WShSRxAQFCLD8mb5gP4O+eGBxdA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/console" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/fileeditor" "^4.0.0-alpha.4" + "@jupyterlab/notebook" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/tooltip" "^4.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/tooltip@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-4.0.0-alpha.3.tgz#06c718db01600b22f1e0bc69a565f1ec858bb91d" - integrity sha512-QIKGXa465mUF9sF70m8phsrsGSp8qR0F7XEN5HjABiUOoFQKboi2TLFJm8dhTHZHDyLdgiui2qA02LspVVeK9Q== +"@jupyterlab/tooltip@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-4.0.0-alpha.4.tgz#ad67fb7d112d8429021e0dc47b9d6c0fb9c82bf2" + integrity sha512-fxIsdORNclP9rdmUPE6DaE8p80L93zkqMZUsPlZszlfW5YCfsF4RF+ciVOL72R7ra67vnxxKIr4nxdQQTlWQEQ== dependencies: - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/rendermime" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/rendermime" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" "@lumino/messaging" "^1.10.1" "@lumino/widgets" "^1.30.0" -"@jupyterlab/translation-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-4.0.0-alpha.3.tgz#ac6651a39532a935c644d6f3bfdaa1e164dfdb90" - integrity sha512-U1aHPwbrf2OeGXGjmnrXPoxpzmHO8OKTWiGUNrp8TqTYadwcEIuY0MQdCqqs0HnrEB3iY9muzWKUsrPIvUn5LA== - dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - -"@jupyterlab/translation@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.3.tgz#e7f99289c624958864625e045399645250386724" - integrity sha512-nTT0pHdnhhdO5ZCmGa+JtBQQbwUn1OfvZ563HSV7K5K+2rDOjbFy/jUv629K4lrbyfvzTu91GEGx3oZjZ1sBYg== - dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" +"@jupyterlab/translation-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-4.0.0-alpha.4.tgz#aea37d071a44f0498add166cee825108afa42fca" + integrity sha512-+caDomgbMuXBTlj78lsSy1EPSnf3LcwIc048/2qZsxNEOKQScXAHVnsxKl4BufUpxkSuYvaHKvjgWOEJyiz/xA== + dependencies: + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + +"@jupyterlab/translation@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.4.tgz#7125ce27433e1dbb7118bb9dbdb1b6e7fa5400fb" + integrity sha512-L6jAJRNg421ZP8NHyelAB8ahYuAelIAIIBAZkfXgEiz/XPs9lbJh6J9GnA2wrN0+aSd5oAM691snYcz9Ii23mw== + dependencies: + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" -"@jupyterlab/ui-components@^4.0.0-alpha.18": - version "4.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.18.tgz#efcbe82b0372a837ad3886a7cdbf73a7b86d073a" - integrity sha512-JEW/E9ROtKOiWZR9MCjrN+8ImoDISGdKtQ/OvvPni8BWxd8quq7ySuldwJg+JCUtYQTqLhNoukIY0cgo+tJ1oQ== +"@jupyterlab/ui-components@^4.0.0-alpha.19": + version "4.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.19.tgz#bab959a370b0902ea50964543e45af679b4b0bdb" + integrity sha512-wtr+S4kJmyxz8aQOk2DYFU6TYq5aqh+9Mx1GGHgck9W+ueCkWb+zfBfRNdfvLovJBlUx/sAALFPKj4e1Pqje5w== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.0" "@lumino/coreutils" "^1.11.1" @@ -2326,26 +2326,26 @@ react-dom "^17.0.1" typestyle "^2.0.4" -"@jupyterlab/user@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/user/-/user-4.0.0-alpha.3.tgz#d2a67c71fdb8b7d7fcb1e7d68f933ce0e95ef1d7" - integrity sha512-JKCZMkaePplPABMkTLL26W5OF/ZxyQHLUtDfR28DQ/ctFZtin3K9AiJjqAWBo+CYmKRcixrjU6vFSGsymxkU8w== +"@jupyterlab/user@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/user/-/user-4.0.0-alpha.4.tgz#d7869568c136a236fd98619b671f131c8004f153" + integrity sha512-puvChNYyI9PlJEl71Fw70137UdCStMH6jSrM2E7zjPMHm5SIoBt3zUV9E/DYpTR99RO/+JhGM54/j9sFpnqUkg== dependencies: - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/coreutils" "^1.11.1" "@lumino/signaling" "^1.10.1" "@lumino/virtualdom" "^1.14.1" "@lumino/widgets" "^1.30.0" lib0 "^0.2.42" -"@jupyterlab/vega5-extension@^4.0.0-alpha.3": - version "4.0.0-alpha.3" - resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-4.0.0-alpha.3.tgz#fa1446bb74af9d9b58da93fced66dce08cf5f690" - integrity sha512-JjKoqLvFjTPiWYMLup7uz6Gfm2MD6c4SmKTHSspReTlud84fqO6K6A50WUXNxFX02OVUYPVbteTyi9ocKvbBdw== +"@jupyterlab/vega5-extension@^4.0.0-alpha.4": + version "4.0.0-alpha.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-4.0.0-alpha.4.tgz#5fa8142608d724de50cf029ca3bf0e2d633989e3" + integrity sha512-vo2QSEsZwC/NKieZ6D0j1UBloz94ZmmCmi2TBLb+66mHuS5XCboNP4Tplu/8QQtBoyQ3sjGC+Cpp0+fkIPfK6A== dependencies: - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" "@lumino/widgets" "^1.30.0" vega "^5.20.0" @@ -3317,18 +3317,18 @@ "@retrolab/application-extension@file:packages/application-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/celltags" "^4.0.0-alpha.3" - "@jupyterlab/codeeditor" "^4.0.0-alpha.3" - "@jupyterlab/codemirror" "^4.0.0-alpha.3" - "@jupyterlab/console" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/celltags" "^4.0.0-alpha.4" + "@jupyterlab/codeeditor" "^4.0.0-alpha.4" + "@jupyterlab/codemirror" "^4.0.0-alpha.4" + "@jupyterlab/console" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/coreutils" "^1.11.1" "@lumino/disposable" "^1.10.1" "@lumino/widgets" "^1.30.1" @@ -3338,11 +3338,11 @@ "@retrolab/application@file:packages/application": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/rendermime-interfaces" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/coreutils" "^1.11.1" "@lumino/messaging" "^1.10.1" @@ -3353,48 +3353,48 @@ "@retrolab/console-extension@file:packages/console-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/console" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/console" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@retrolab/docmanager-extension@file:packages/docmanager-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@retrolab/documentsearch-extension@file:packages/documentsearch-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/documentsearch" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/documentsearch" "^4.0.0-alpha.4" "@lumino/widgets" "^1.30.1" "@retrolab/application" "^0.3.15" "@retrolab/help-extension@file:packages/help-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@retrolab/ui-components" "^0.3.15" "@retrolab/lab-extension@file:packages/lab-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docregistry" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/notebook" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docregistry" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/notebook" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/commands" "^1.19.1" "@lumino/disposable" "^1.10.1" "@retrolab/application" "^0.3.15" @@ -3402,13 +3402,13 @@ "@retrolab/notebook-extension@file:packages/notebook-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/cells" "^4.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/notebook" "^4.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/cells" "^4.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/notebook" "^4.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" "@lumino/polling" "^1.9.1" "@lumino/widgets" "^1.30.1" "@retrolab/application" "^0.3.15" @@ -3416,25 +3416,25 @@ "@retrolab/terminal-extension@file:packages/terminal-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/terminal" "^4.0.0-alpha.3" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/terminal" "^4.0.0-alpha.4" "@lumino/algorithm" "^1.9.1" "@retrolab/tree-extension@file:packages/tree-extension": version "0.3.16" dependencies: - "@jupyterlab/application" "^4.0.0-alpha.3" - "@jupyterlab/apputils" "^4.0.0-alpha.3" - "@jupyterlab/coreutils" "^6.0.0-alpha.3" - "@jupyterlab/docmanager" "^4.0.0-alpha.3" - "@jupyterlab/filebrowser" "^4.0.0-alpha.3" - "@jupyterlab/mainmenu" "^4.0.0-alpha.3" - "@jupyterlab/services" "^7.0.0-alpha.3" - "@jupyterlab/settingregistry" "^4.0.0-alpha.3" - "@jupyterlab/statedb" "^4.0.0-alpha.3" - "@jupyterlab/translation" "^4.0.0-alpha.3" - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/application" "^4.0.0-alpha.4" + "@jupyterlab/apputils" "^4.0.0-alpha.4" + "@jupyterlab/coreutils" "^6.0.0-alpha.4" + "@jupyterlab/docmanager" "^4.0.0-alpha.4" + "@jupyterlab/filebrowser" "^4.0.0-alpha.4" + "@jupyterlab/mainmenu" "^4.0.0-alpha.4" + "@jupyterlab/services" "^7.0.0-alpha.4" + "@jupyterlab/settingregistry" "^4.0.0-alpha.4" + "@jupyterlab/statedb" "^4.0.0-alpha.4" + "@jupyterlab/translation" "^4.0.0-alpha.4" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" "@lumino/algorithm" "^1.9.1" "@lumino/commands" "^1.19.1" "@lumino/widgets" "^1.30.1" @@ -3443,7 +3443,7 @@ "@retrolab/ui-components@file:packages/ui-components": version "0.3.16" dependencies: - "@jupyterlab/ui-components" "^4.0.0-alpha.18" + "@jupyterlab/ui-components" "^4.0.0-alpha.19" react "^17.0.1" react-dom "^17.0.1"