From 1faf3bf969441c5911a79381734f28c008ee1c35 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Sat, 17 Oct 2020 13:15:50 +0200 Subject: [PATCH] revert perf changes on 2.2.x branch --- .bumpversion.cfg | 2 +- buildutils/package.json | 2 +- buildutils/template/package.json | 4 +- dev_mode/package.json | 254 +- docs/source/developer/contributing.rst | 2 +- docs/source/developer/notebook.rst | 8 - docs/source/getting_started/changelog.rst | 8 - examples/app/package.json | 62 +- examples/cell/package.json | 16 +- examples/console/package.json | 12 +- examples/filebrowser/package.json | 18 +- examples/notebook/package.json | 22 +- examples/terminal/package.json | 8 +- jupyterlab/_version.py | 2 +- jupyterlab/staging/package.json | 254 +- jupyterlab/staging/yarn.lock | 2546 ++++++++--------- .../mock_packages/extension/package.json | 4 +- packages/application-extension/package.json | 16 +- packages/application/package.json | 20 +- packages/apputils-extension/package.json | 16 +- packages/apputils/package.json | 14 +- packages/attachments/package.json | 10 +- packages/cells/package.json | 28 +- packages/cells/src/inputarea.ts | 9 +- packages/cells/src/widget.ts | 69 +- packages/cells/style/collapser.css | 3 +- packages/cells/style/inputarea.css | 2 +- packages/cells/style/widget.css | 4 +- packages/celltags-extension/package.json | 8 +- packages/celltags/package.json | 10 +- packages/codeeditor/package.json | 12 +- packages/codemirror-extension/package.json | 18 +- packages/codemirror/package.json | 16 +- packages/completer-extension/package.json | 14 +- packages/completer/package.json | 16 +- packages/console-extension/package.json | 24 +- packages/console/package.json | 22 +- packages/console/src/widget.ts | 5 +- packages/coreutils/package.json | 4 +- packages/csvviewer-extension/package.json | 14 +- packages/csvviewer/package.json | 10 +- packages/docmanager-extension/package.json | 20 +- packages/docmanager/package.json | 14 +- packages/docregistry/package.json | 22 +- .../documentsearch-extension/package.json | 10 +- packages/documentsearch/package.json | 16 +- packages/documentsearch/src/searchoverlay.tsx | 5 - packages/documentsearch/style/base.css | 10 - .../extensionmanager-extension/package.json | 14 +- packages/extensionmanager/package.json | 12 +- packages/filebrowser-extension/package.json | 26 +- packages/filebrowser/package.json | 20 +- packages/fileeditor-extension/package.json | 30 +- packages/fileeditor/package.json | 14 +- packages/help-extension/package.json | 16 +- packages/htmlviewer-extension/package.json | 12 +- packages/htmlviewer/package.json | 10 +- packages/hub-extension/package.json | 12 +- packages/imageviewer-extension/package.json | 10 +- packages/imageviewer/package.json | 10 +- packages/inspector-extension/package.json | 16 +- packages/inspector/package.json | 16 +- packages/javascript-extension/package.json | 6 +- packages/json-extension/package.json | 8 +- packages/launcher-extension/package.json | 10 +- packages/launcher/package.json | 6 +- packages/logconsole-extension/package.json | 26 +- packages/logconsole/package.json | 14 +- packages/mainmenu-extension/package.json | 14 +- packages/mainmenu/package.json | 10 +- .../markdownviewer-extension/package.json | 14 +- packages/markdownviewer/package.json | 10 +- packages/mathjax2-extension/package.json | 10 +- packages/mathjax2/package.json | 4 +- packages/metapackage/package.json | 166 +- packages/nbconvert-css/package.json | 14 +- packages/nbformat/package.json | 4 +- packages/notebook-extension/package.json | 38 +- .../notebook-extension/schema/tracker.json | 18 - packages/notebook-extension/src/index.ts | 7 +- packages/notebook/package.json | 26 +- packages/notebook/src/panel.ts | 15 - packages/notebook/src/widget.ts | 197 +- packages/notebook/style/base.css | 94 +- packages/observables/package.json | 4 +- packages/observables/src/observablelist.ts | 16 +- .../observables/test/observablelist.spec.ts | 4 +- packages/outputarea/package.json | 16 +- packages/outputarea/style/base.css | 3 +- packages/pdf-extension/package.json | 4 +- packages/property-inspector/package.json | 6 +- packages/rendermime-extension/package.json | 8 +- packages/rendermime-interfaces/package.json | 2 +- packages/rendermime/package.json | 20 +- packages/running-extension/package.json | 12 +- packages/running/package.json | 6 +- .../services/examples/browser/package.json | 6 +- packages/services/examples/node/package.json | 4 +- .../package.json | 10 +- packages/services/package.json | 14 +- packages/settingeditor-extension/package.json | 18 +- packages/settingeditor/package.json | 16 +- packages/settingregistry/package.json | 6 +- packages/shortcuts-extension/package.json | 6 +- packages/statedb/package.json | 4 +- packages/statusbar-extension/package.json | 22 +- packages/statusbar/package.json | 14 +- packages/tabmanager-extension/package.json | 6 +- packages/terminal-extension/package.json | 20 +- packages/terminal/package.json | 8 +- packages/theme-dark-extension/package.json | 6 +- packages/theme-light-extension/package.json | 6 +- packages/tooltip-extension/package.json | 20 +- packages/tooltip/package.json | 10 +- packages/ui-components-extension/package.json | 6 +- packages/ui-components/package.json | 6 +- packages/vdom-extension/package.json | 16 +- packages/vdom/package.json | 10 +- packages/vega5-extension/package.json | 4 +- scripts/ci_script.sh | 2 +- testutils/package.json | 22 +- 121 files changed, 2302 insertions(+), 2675 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8412c778f3cc..862d29fab246 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2, 3, 0, 'alpha', 0 +current_version = 2, 2, 8, 'final', 0 commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \'(?P\S+)\'\,\ (?P\d+) diff --git a/buildutils/package.json b/buildutils/package.json index 48a788ef9a93..9d5642d619a4 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/buildutils", - "version": "2.3.0-alpha.0", + "version": "2.2.2", "description": "JupyterLab - Build Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { diff --git a/buildutils/template/package.json b/buildutils/template/package.json index 6ee9a1185e4b..d0b09c361433 100644 --- a/buildutils/template/package.json +++ b/buildutils/template/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/template", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "description": "JupyterLab - Package Template", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,7 +37,7 @@ "watch": "tsc -b --watch" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/dev_mode/package.json b/dev_mode/package.json index a7fb1c1c6570..6ab8b3896e67 100644 --- a/dev_mode/package.json +++ b/dev_mode/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-top", - "version": "2.3.0-alpha.0", + "version": "2.2.8", "private": true, "scripts": { "build": "webpack", @@ -16,50 +16,50 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab/application": "~2.3.0-alpha.0", - "@jupyterlab/application-extension": "~2.3.0-alpha.0", - "@jupyterlab/apputils-extension": "~2.3.0-alpha.0", - "@jupyterlab/celltags-extension": "~2.3.0-alpha.0", - "@jupyterlab/codemirror-extension": "~2.3.0-alpha.0", - "@jupyterlab/completer-extension": "~2.3.0-alpha.0", - "@jupyterlab/console-extension": "~2.3.0-alpha.0", - "@jupyterlab/coreutils": "~4.3.0-alpha.0", - "@jupyterlab/csvviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/docmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/documentsearch-extension": "~2.3.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/filebrowser-extension": "~2.3.0-alpha.0", - "@jupyterlab/fileeditor-extension": "~2.3.0-alpha.0", - "@jupyterlab/help-extension": "~2.3.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/hub-extension": "~2.3.0-alpha.0", - "@jupyterlab/imageviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/inspector-extension": "~2.3.0-alpha.0", - "@jupyterlab/javascript-extension": "~2.3.0-alpha.0", - "@jupyterlab/json-extension": "~2.3.0-alpha.0", - "@jupyterlab/launcher-extension": "~2.3.0-alpha.0", - "@jupyterlab/logconsole-extension": "~2.3.0-alpha.0", - "@jupyterlab/mainmenu-extension": "~2.3.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/mathjax2-extension": "~2.3.0-alpha.0", - "@jupyterlab/notebook-extension": "~2.3.0-alpha.0", - "@jupyterlab/pdf-extension": "~2.3.0-alpha.0", - "@jupyterlab/rendermime-extension": "~2.3.0-alpha.0", - "@jupyterlab/running-extension": "~2.3.0-alpha.0", - "@jupyterlab/settingeditor-extension": "~2.3.0-alpha.0", - "@jupyterlab/shortcuts-extension": "~2.3.0-alpha.0", - "@jupyterlab/statusbar-extension": "~2.3.0-alpha.0", - "@jupyterlab/tabmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/terminal-extension": "~2.3.0-alpha.0", - "@jupyterlab/theme-dark-extension": "~2.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "~2.3.0-alpha.0", - "@jupyterlab/tooltip-extension": "~2.3.0-alpha.0", - "@jupyterlab/ui-components-extension": "~2.3.0-alpha.0", - "@jupyterlab/vdom-extension": "~2.3.0-alpha.0", - "@jupyterlab/vega5-extension": "~2.3.0-alpha.0" + "@jupyterlab/application": "~2.2.5", + "@jupyterlab/application-extension": "~2.2.5", + "@jupyterlab/apputils-extension": "~2.2.5", + "@jupyterlab/celltags-extension": "~2.2.6", + "@jupyterlab/codemirror-extension": "~2.2.5", + "@jupyterlab/completer-extension": "~2.2.6", + "@jupyterlab/console-extension": "~2.2.6", + "@jupyterlab/coreutils": "~4.2.4", + "@jupyterlab/csvviewer-extension": "~2.2.6", + "@jupyterlab/docmanager-extension": "~2.2.5", + "@jupyterlab/documentsearch-extension": "~2.2.6", + "@jupyterlab/extensionmanager-extension": "~2.2.5", + "@jupyterlab/filebrowser-extension": "~2.2.6", + "@jupyterlab/fileeditor-extension": "~2.2.6", + "@jupyterlab/help-extension": "~2.2.5", + "@jupyterlab/htmlviewer-extension": "~2.2.5", + "@jupyterlab/hub-extension": "~2.2.5", + "@jupyterlab/imageviewer-extension": "~2.2.5", + "@jupyterlab/inspector-extension": "~2.2.6", + "@jupyterlab/javascript-extension": "~2.2.3", + "@jupyterlab/json-extension": "~2.2.5", + "@jupyterlab/launcher-extension": "~2.2.5", + "@jupyterlab/logconsole-extension": "~2.2.6", + "@jupyterlab/mainmenu-extension": "~2.2.5", + "@jupyterlab/markdownviewer-extension": "~2.2.5", + "@jupyterlab/mathjax2-extension": "~2.2.5", + "@jupyterlab/notebook-extension": "~2.2.6", + "@jupyterlab/pdf-extension": "~2.2.0", + "@jupyterlab/rendermime-extension": "~2.2.5", + "@jupyterlab/running-extension": "~2.2.5", + "@jupyterlab/settingeditor-extension": "~2.2.5", + "@jupyterlab/shortcuts-extension": "~2.2.5", + "@jupyterlab/statusbar-extension": "~2.2.6", + "@jupyterlab/tabmanager-extension": "~2.2.5", + "@jupyterlab/terminal-extension": "~2.2.5", + "@jupyterlab/theme-dark-extension": "~2.2.5", + "@jupyterlab/theme-light-extension": "~2.2.5", + "@jupyterlab/tooltip-extension": "~2.2.6", + "@jupyterlab/ui-components-extension": "~2.2.5", + "@jupyterlab/vdom-extension": "~2.2.6", + "@jupyterlab/vega5-extension": "~2.2.0" }, "devDependencies": { - "@jupyterlab/buildutils": "^2.3.0-alpha.0", + "@jupyterlab/buildutils": "^2.2.2", "chokidar": "^3.4.0", "css-loader": "~3.2.0", "duplicate-package-checker-webpack-plugin": "^3.0.0", @@ -87,89 +87,89 @@ "yarn-deduplicate": "^1.1.1" }, "resolutions": { - "@jupyterlab/application": "~2.3.0-alpha.0", - "@jupyterlab/application-extension": "~2.3.0-alpha.0", - "@jupyterlab/apputils": "~2.3.0-alpha.0", - "@jupyterlab/apputils-extension": "~2.3.0-alpha.0", - "@jupyterlab/attachments": "~2.3.0-alpha.0", - "@jupyterlab/cells": "~2.3.0-alpha.0", - "@jupyterlab/celltags": "~2.3.0-alpha.0", - "@jupyterlab/celltags-extension": "~2.3.0-alpha.0", - "@jupyterlab/codeeditor": "~2.3.0-alpha.0", - "@jupyterlab/codemirror": "~2.3.0-alpha.0", - "@jupyterlab/codemirror-extension": "~2.3.0-alpha.0", - "@jupyterlab/completer": "~2.3.0-alpha.0", - "@jupyterlab/completer-extension": "~2.3.0-alpha.0", - "@jupyterlab/console": "~2.3.0-alpha.0", - "@jupyterlab/console-extension": "~2.3.0-alpha.0", - "@jupyterlab/coreutils": "~4.3.0-alpha.0", - "@jupyterlab/csvviewer": "~2.3.0-alpha.0", - "@jupyterlab/csvviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/docmanager": "~2.3.0-alpha.0", - "@jupyterlab/docmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/docregistry": "~2.3.0-alpha.0", - "@jupyterlab/documentsearch": "~2.3.0-alpha.0", - "@jupyterlab/documentsearch-extension": "~2.3.0-alpha.0", - "@jupyterlab/extensionmanager": "~2.3.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/filebrowser": "~2.3.0-alpha.0", - "@jupyterlab/filebrowser-extension": "~2.3.0-alpha.0", - "@jupyterlab/fileeditor": "~2.3.0-alpha.0", - "@jupyterlab/fileeditor-extension": "~2.3.0-alpha.0", - "@jupyterlab/help-extension": "~2.3.0-alpha.0", - "@jupyterlab/htmlviewer": "~2.3.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/hub-extension": "~2.3.0-alpha.0", - "@jupyterlab/imageviewer": "~2.3.0-alpha.0", - "@jupyterlab/imageviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/inspector": "~2.3.0-alpha.0", - "@jupyterlab/inspector-extension": "~2.3.0-alpha.0", - "@jupyterlab/javascript-extension": "~2.3.0-alpha.0", - "@jupyterlab/json-extension": "~2.3.0-alpha.0", - "@jupyterlab/launcher": "~2.3.0-alpha.0", - "@jupyterlab/launcher-extension": "~2.3.0-alpha.0", - "@jupyterlab/logconsole": "~2.3.0-alpha.0", - "@jupyterlab/logconsole-extension": "~2.3.0-alpha.0", - "@jupyterlab/mainmenu": "~2.3.0-alpha.0", - "@jupyterlab/mainmenu-extension": "~2.3.0-alpha.0", - "@jupyterlab/markdownviewer": "~2.3.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/mathjax2": "~2.3.0-alpha.0", - "@jupyterlab/mathjax2-extension": "~2.3.0-alpha.0", - "@jupyterlab/metapackage": "~2.3.0-alpha.0", - "@jupyterlab/nbconvert-css": "~2.3.0-alpha.0", - "@jupyterlab/nbformat": "~2.3.0-alpha.0", - "@jupyterlab/notebook": "~2.3.0-alpha.0", - "@jupyterlab/notebook-extension": "~2.3.0-alpha.0", - "@jupyterlab/observables": "~3.3.0-alpha.0", - "@jupyterlab/outputarea": "~2.3.0-alpha.0", - "@jupyterlab/pdf-extension": "~2.3.0-alpha.0", - "@jupyterlab/property-inspector": "~2.3.0-alpha.0", - "@jupyterlab/rendermime": "~2.3.0-alpha.0", - "@jupyterlab/rendermime-extension": "~2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "~2.3.0-alpha.0", - "@jupyterlab/running": "~2.3.0-alpha.0", - "@jupyterlab/running-extension": "~2.3.0-alpha.0", - "@jupyterlab/services": "~5.3.0-alpha.0", - "@jupyterlab/settingeditor": "~2.3.0-alpha.0", - "@jupyterlab/settingeditor-extension": "~2.3.0-alpha.0", - "@jupyterlab/settingregistry": "~2.3.0-alpha.0", - "@jupyterlab/shortcuts-extension": "~2.3.0-alpha.0", - "@jupyterlab/statedb": "~2.3.0-alpha.0", - "@jupyterlab/statusbar": "~2.3.0-alpha.0", - "@jupyterlab/statusbar-extension": "~2.3.0-alpha.0", - "@jupyterlab/tabmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/terminal": "~2.3.0-alpha.0", - "@jupyterlab/terminal-extension": "~2.3.0-alpha.0", - "@jupyterlab/theme-dark-extension": "~2.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "~2.3.0-alpha.0", - "@jupyterlab/tooltip": "~2.3.0-alpha.0", - "@jupyterlab/tooltip-extension": "~2.3.0-alpha.0", - "@jupyterlab/ui-components": "~2.3.0-alpha.0", - "@jupyterlab/ui-components-extension": "~2.3.0-alpha.0", - "@jupyterlab/vdom": "~2.3.0-alpha.0", - "@jupyterlab/vdom-extension": "~2.3.0-alpha.0", - "@jupyterlab/vega5-extension": "~2.3.0-alpha.0", + "@jupyterlab/application": "~2.2.5", + "@jupyterlab/application-extension": "~2.2.5", + "@jupyterlab/apputils": "~2.2.5", + "@jupyterlab/apputils-extension": "~2.2.5", + "@jupyterlab/attachments": "~2.2.3", + "@jupyterlab/cells": "~2.2.6", + "@jupyterlab/celltags": "~2.2.6", + "@jupyterlab/celltags-extension": "~2.2.6", + "@jupyterlab/codeeditor": "~2.2.4", + "@jupyterlab/codemirror": "~2.2.3", + "@jupyterlab/codemirror-extension": "~2.2.5", + "@jupyterlab/completer": "~2.2.3", + "@jupyterlab/completer-extension": "~2.2.6", + "@jupyterlab/console": "~2.2.6", + "@jupyterlab/console-extension": "~2.2.6", + "@jupyterlab/coreutils": "~4.2.4", + "@jupyterlab/csvviewer": "~2.2.3", + "@jupyterlab/csvviewer-extension": "~2.2.6", + "@jupyterlab/docmanager": "~2.2.3", + "@jupyterlab/docmanager-extension": "~2.2.5", + "@jupyterlab/docregistry": "~2.2.3", + "@jupyterlab/documentsearch": "~2.2.6", + "@jupyterlab/documentsearch-extension": "~2.2.6", + "@jupyterlab/extensionmanager": "~2.2.5", + "@jupyterlab/extensionmanager-extension": "~2.2.5", + "@jupyterlab/filebrowser": "~2.2.4", + "@jupyterlab/filebrowser-extension": "~2.2.6", + "@jupyterlab/fileeditor": "~2.2.3", + "@jupyterlab/fileeditor-extension": "~2.2.6", + "@jupyterlab/help-extension": "~2.2.5", + "@jupyterlab/htmlviewer": "~2.2.5", + "@jupyterlab/htmlviewer-extension": "~2.2.5", + "@jupyterlab/hub-extension": "~2.2.5", + "@jupyterlab/imageviewer": "~2.2.3", + "@jupyterlab/imageviewer-extension": "~2.2.5", + "@jupyterlab/inspector": "~2.2.3", + "@jupyterlab/inspector-extension": "~2.2.6", + "@jupyterlab/javascript-extension": "~2.2.3", + "@jupyterlab/json-extension": "~2.2.5", + "@jupyterlab/launcher": "~2.2.5", + "@jupyterlab/launcher-extension": "~2.2.5", + "@jupyterlab/logconsole": "~2.2.3", + "@jupyterlab/logconsole-extension": "~2.2.6", + "@jupyterlab/mainmenu": "~2.2.3", + "@jupyterlab/mainmenu-extension": "~2.2.5", + "@jupyterlab/markdownviewer": "~2.2.5", + "@jupyterlab/markdownviewer-extension": "~2.2.5", + "@jupyterlab/mathjax2": "~2.2.0", + "@jupyterlab/mathjax2-extension": "~2.2.5", + "@jupyterlab/metapackage": "~2.2.6", + "@jupyterlab/nbconvert-css": "~2.2.6", + "@jupyterlab/nbformat": "~2.2.4", + "@jupyterlab/notebook": "~2.2.6", + "@jupyterlab/notebook-extension": "~2.2.6", + "@jupyterlab/observables": "~3.2.4", + "@jupyterlab/outputarea": "~2.2.3", + "@jupyterlab/pdf-extension": "~2.2.0", + "@jupyterlab/property-inspector": "~2.2.5", + "@jupyterlab/rendermime": "~2.2.3", + "@jupyterlab/rendermime-extension": "~2.2.5", + "@jupyterlab/rendermime-interfaces": "~2.2.0", + "@jupyterlab/running": "~2.2.5", + "@jupyterlab/running-extension": "~2.2.5", + "@jupyterlab/services": "~5.2.4", + "@jupyterlab/settingeditor": "~2.2.5", + "@jupyterlab/settingeditor-extension": "~2.2.5", + "@jupyterlab/settingregistry": "~2.2.4", + "@jupyterlab/shortcuts-extension": "~2.2.5", + "@jupyterlab/statedb": "~2.2.4", + "@jupyterlab/statusbar": "~2.2.3", + "@jupyterlab/statusbar-extension": "~2.2.6", + "@jupyterlab/tabmanager-extension": "~2.2.5", + "@jupyterlab/terminal": "~2.2.3", + "@jupyterlab/terminal-extension": "~2.2.5", + "@jupyterlab/theme-dark-extension": "~2.2.5", + "@jupyterlab/theme-light-extension": "~2.2.5", + "@jupyterlab/tooltip": "~2.2.5", + "@jupyterlab/tooltip-extension": "~2.2.6", + "@jupyterlab/ui-components": "~2.2.3", + "@jupyterlab/ui-components-extension": "~2.2.5", + "@jupyterlab/vdom": "~2.2.5", + "@jupyterlab/vdom-extension": "~2.2.6", + "@jupyterlab/vega5-extension": "~2.2.0", "@lumino/algorithm": "^1.2.3", "@lumino/application": "^1.8.4", "@lumino/commands": "^1.10.1", @@ -190,7 +190,7 @@ }, "jupyterlab": { "name": "JupyterLab", - "version": "2.3.0a0", + "version": "2.2.8", "extensions": { "@jupyterlab/application-extension": "", "@jupyterlab/apputils-extension": "", diff --git a/docs/source/developer/contributing.rst b/docs/source/developer/contributing.rst index 245a5e033441..3496a80a8ac2 100644 --- a/docs/source/developer/contributing.rst +++ b/docs/source/developer/contributing.rst @@ -33,7 +33,7 @@ General Guidlelines for Contributing For general documentation about contributing to Jupyter projects, see the `Project Jupyter Contributor -Documentation `__ +Documentation `__ and `Code of Conduct `__. diff --git a/docs/source/developer/notebook.rst b/docs/source/developer/notebook.rst index 879723a73bd4..ec06eaf126f7 100644 --- a/docs/source/developer/notebook.rst +++ b/docs/source/developer/notebook.rst @@ -126,14 +126,6 @@ list. An OutputArea uses a notebook-specific `RenderMimeRegistry `__ object to render ``display_data`` output messages. -Virtual Notebook -'''''''''''''''' - -The cells are rendered based on a *Virtual Notebook* logic. A minimun number of cells will be rendered directly, then -an intersection observer will render any cells being in the observed area (default is the complete notebook panel), -and then any other non-rendered cells will be rendered when the browser is idle. This ensure that the user has -access to cells as soon as possible. This is particulary useful for large notebooks. - Rendering output messages ''''''''''''''''''''''''' diff --git a/docs/source/getting_started/changelog.rst b/docs/source/getting_started/changelog.rst index 9456b2902cc3..da3e88018e44 100644 --- a/docs/source/getting_started/changelog.rst +++ b/docs/source/getting_started/changelog.rst @@ -4,14 +4,6 @@ JupyterLab Changelog ==================== -`v2.3.x `__ ------------------------------------------------------------------- - -v2.3.0 -^^^^^^ -* Better performance with Virtual Notebook (`#8972 `__), read more on `the doc `__ -* Update the use of CSS Display for better performance (`#8968 `__) - `v2.2.x `__ ------------------------------------------------------------------ diff --git a/examples/app/package.json b/examples/app/package.json index a431676df9d5..ad2f925d9a02 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-app", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "private": true, "scripts": { "build": "webpack", @@ -8,36 +8,36 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/application-extension": "^2.3.0-alpha.0", - "@jupyterlab/apputils-extension": "^2.3.0-alpha.0", - "@jupyterlab/buildutils": "^2.3.0-alpha.0", - "@jupyterlab/codemirror-extension": "^2.3.0-alpha.0", - "@jupyterlab/completer-extension": "^2.3.0-alpha.0", - "@jupyterlab/console-extension": "^2.3.0-alpha.0", - "@jupyterlab/csvviewer-extension": "^2.3.0-alpha.0", - "@jupyterlab/docmanager-extension": "^2.3.0-alpha.0", - "@jupyterlab/filebrowser-extension": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor-extension": "^2.3.0-alpha.0", - "@jupyterlab/help-extension": "^2.3.0-alpha.0", - "@jupyterlab/imageviewer-extension": "^2.3.0-alpha.0", - "@jupyterlab/inspector-extension": "^2.3.0-alpha.0", - "@jupyterlab/launcher-extension": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu-extension": "^2.3.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "^2.3.0-alpha.0", - "@jupyterlab/mathjax2-extension": "^2.3.0-alpha.0", - "@jupyterlab/notebook-extension": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-extension": "^2.3.0-alpha.0", - "@jupyterlab/running-extension": "^2.3.0-alpha.0", - "@jupyterlab/settingeditor-extension": "^2.3.0-alpha.0", - "@jupyterlab/shortcuts-extension": "^2.3.0-alpha.0", - "@jupyterlab/statusbar-extension": "^2.3.0-alpha.0", - "@jupyterlab/tabmanager-extension": "^2.3.0-alpha.0", - "@jupyterlab/terminal-extension": "^2.3.0-alpha.0", - "@jupyterlab/theme-dark-extension": "^2.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "^2.3.0-alpha.0", - "@jupyterlab/tooltip-extension": "^2.3.0-alpha.0", - "@jupyterlab/ui-components-extension": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/application-extension": "^2.2.5", + "@jupyterlab/apputils-extension": "^2.2.5", + "@jupyterlab/buildutils": "^2.2.2", + "@jupyterlab/codemirror-extension": "^2.2.5", + "@jupyterlab/completer-extension": "^2.2.6", + "@jupyterlab/console-extension": "^2.2.6", + "@jupyterlab/csvviewer-extension": "^2.2.6", + "@jupyterlab/docmanager-extension": "^2.2.5", + "@jupyterlab/filebrowser-extension": "^2.2.6", + "@jupyterlab/fileeditor-extension": "^2.2.6", + "@jupyterlab/help-extension": "^2.2.5", + "@jupyterlab/imageviewer-extension": "^2.2.5", + "@jupyterlab/inspector-extension": "^2.2.6", + "@jupyterlab/launcher-extension": "^2.2.5", + "@jupyterlab/mainmenu-extension": "^2.2.5", + "@jupyterlab/markdownviewer-extension": "^2.2.5", + "@jupyterlab/mathjax2-extension": "^2.2.5", + "@jupyterlab/notebook-extension": "^2.2.6", + "@jupyterlab/rendermime-extension": "^2.2.5", + "@jupyterlab/running-extension": "^2.2.5", + "@jupyterlab/settingeditor-extension": "^2.2.5", + "@jupyterlab/shortcuts-extension": "^2.2.5", + "@jupyterlab/statusbar-extension": "^2.2.6", + "@jupyterlab/tabmanager-extension": "^2.2.5", + "@jupyterlab/terminal-extension": "^2.2.5", + "@jupyterlab/theme-dark-extension": "^2.2.5", + "@jupyterlab/theme-light-extension": "^2.2.5", + "@jupyterlab/tooltip-extension": "^2.2.6", + "@jupyterlab/ui-components-extension": "^2.2.5", "es6-promise": "~4.2.8", "react": "~16.9.0", "react-dom": "~16.9.0" diff --git a/examples/cell/package.json b/examples/cell/package.json index 9938388b9ec6..d8186d0a91a0 100644 --- a/examples/cell/package.json +++ b/examples/cell/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-cell", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,13 +8,13 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/completer": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/completer": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/theme-light-extension": "^2.2.5", "@lumino/commands": "^1.10.1", "@lumino/widgets": "^1.11.1", "es6-promise": "~4.2.8" diff --git a/examples/console/package.json b/examples/console/package.json index f94e2fd96e79..4e86be9c4e2e 100644 --- a/examples/console/package.json +++ b/examples/console/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-console", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,11 +8,11 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/console": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "^2.3.0-alpha.0", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/console": "^2.2.6", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/theme-light-extension": "^2.2.5", "@lumino/commands": "^1.10.1", "@lumino/widgets": "^1.11.1", "es6-promise": "~4.2.8" diff --git a/examples/filebrowser/package.json b/examples/filebrowser/package.json index 2f2546f41d2b..73b4958d0008 100644 --- a/examples/filebrowser/package.json +++ b/examples/filebrowser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-filebrowser", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,14 +8,14 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/docmanager": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/filebrowser": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/docmanager": "^2.2.3", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/filebrowser": "^2.2.4", + "@jupyterlab/fileeditor": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/theme-light-extension": "^2.2.5", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/widgets": "^1.11.1", diff --git a/examples/notebook/package.json b/examples/notebook/package.json index 1ef03c6bf974..e1263af971e2 100644 --- a/examples/notebook/package.json +++ b/examples/notebook/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-notebook", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,16 +8,16 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/completer": "^2.3.0-alpha.0", - "@jupyterlab/docmanager": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/documentsearch": "^2.3.0-alpha.0", - "@jupyterlab/mathjax2": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "^2.3.0-alpha.0", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/completer": "^2.2.3", + "@jupyterlab/docmanager": "^2.2.3", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/documentsearch": "^2.2.6", + "@jupyterlab/mathjax2": "^2.2.0", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/theme-light-extension": "^2.2.5", "@lumino/commands": "^1.10.1", "@lumino/widgets": "^1.11.1", "es6-promise": "~4.2.8" diff --git a/examples/terminal/package.json b/examples/terminal/package.json index 5be8a871a84e..3dcc569439ca 100644 --- a/examples/terminal/package.json +++ b/examples/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-terminal", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,9 +8,9 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/terminal": "^2.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "^2.3.0-alpha.0", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/terminal": "^2.2.3", + "@jupyterlab/theme-light-extension": "^2.2.5", "@lumino/widgets": "^1.11.1", "es6-promise": "~4.2.8" }, diff --git a/jupyterlab/_version.py b/jupyterlab/_version.py index 849b7eaa2634..27ddaed1761b 100644 --- a/jupyterlab/_version.py +++ b/jupyterlab/_version.py @@ -12,7 +12,7 @@ ]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(2, 3, 0, 'alpha', 0) +version_info = VersionInfo(2, 2, 8, 'final', 0) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/jupyterlab/staging/package.json b/jupyterlab/staging/package.json index 98cf0fc2e1a8..50a6763387a4 100644 --- a/jupyterlab/staging/package.json +++ b/jupyterlab/staging/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-top", - "version": "2.3.0-alpha.0", + "version": "2.2.8", "private": true, "scripts": { "build": "webpack", @@ -16,50 +16,50 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab/application": "~2.3.0-alpha.0", - "@jupyterlab/application-extension": "~2.3.0-alpha.0", - "@jupyterlab/apputils-extension": "~2.3.0-alpha.0", - "@jupyterlab/celltags-extension": "~2.3.0-alpha.0", - "@jupyterlab/codemirror-extension": "~2.3.0-alpha.0", - "@jupyterlab/completer-extension": "~2.3.0-alpha.0", - "@jupyterlab/console-extension": "~2.3.0-alpha.0", - "@jupyterlab/coreutils": "~4.3.0-alpha.0", - "@jupyterlab/csvviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/docmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/documentsearch-extension": "~2.3.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/filebrowser-extension": "~2.3.0-alpha.0", - "@jupyterlab/fileeditor-extension": "~2.3.0-alpha.0", - "@jupyterlab/help-extension": "~2.3.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/hub-extension": "~2.3.0-alpha.0", - "@jupyterlab/imageviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/inspector-extension": "~2.3.0-alpha.0", - "@jupyterlab/javascript-extension": "~2.3.0-alpha.0", - "@jupyterlab/json-extension": "~2.3.0-alpha.0", - "@jupyterlab/launcher-extension": "~2.3.0-alpha.0", - "@jupyterlab/logconsole-extension": "~2.3.0-alpha.0", - "@jupyterlab/mainmenu-extension": "~2.3.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/mathjax2-extension": "~2.3.0-alpha.0", - "@jupyterlab/notebook-extension": "~2.3.0-alpha.0", - "@jupyterlab/pdf-extension": "~2.3.0-alpha.0", - "@jupyterlab/rendermime-extension": "~2.3.0-alpha.0", - "@jupyterlab/running-extension": "~2.3.0-alpha.0", - "@jupyterlab/settingeditor-extension": "~2.3.0-alpha.0", - "@jupyterlab/shortcuts-extension": "~2.3.0-alpha.0", - "@jupyterlab/statusbar-extension": "~2.3.0-alpha.0", - "@jupyterlab/tabmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/terminal-extension": "~2.3.0-alpha.0", - "@jupyterlab/theme-dark-extension": "~2.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "~2.3.0-alpha.0", - "@jupyterlab/tooltip-extension": "~2.3.0-alpha.0", - "@jupyterlab/ui-components-extension": "~2.3.0-alpha.0", - "@jupyterlab/vdom-extension": "~2.3.0-alpha.0", - "@jupyterlab/vega5-extension": "~2.3.0-alpha.0" + "@jupyterlab/application": "~2.2.5", + "@jupyterlab/application-extension": "~2.2.5", + "@jupyterlab/apputils-extension": "~2.2.5", + "@jupyterlab/celltags-extension": "~2.2.6", + "@jupyterlab/codemirror-extension": "~2.2.5", + "@jupyterlab/completer-extension": "~2.2.6", + "@jupyterlab/console-extension": "~2.2.6", + "@jupyterlab/coreutils": "~4.2.4", + "@jupyterlab/csvviewer-extension": "~2.2.6", + "@jupyterlab/docmanager-extension": "~2.2.5", + "@jupyterlab/documentsearch-extension": "~2.2.6", + "@jupyterlab/extensionmanager-extension": "~2.2.5", + "@jupyterlab/filebrowser-extension": "~2.2.6", + "@jupyterlab/fileeditor-extension": "~2.2.6", + "@jupyterlab/help-extension": "~2.2.5", + "@jupyterlab/htmlviewer-extension": "~2.2.5", + "@jupyterlab/hub-extension": "~2.2.5", + "@jupyterlab/imageviewer-extension": "~2.2.5", + "@jupyterlab/inspector-extension": "~2.2.6", + "@jupyterlab/javascript-extension": "~2.2.3", + "@jupyterlab/json-extension": "~2.2.5", + "@jupyterlab/launcher-extension": "~2.2.5", + "@jupyterlab/logconsole-extension": "~2.2.6", + "@jupyterlab/mainmenu-extension": "~2.2.5", + "@jupyterlab/markdownviewer-extension": "~2.2.5", + "@jupyterlab/mathjax2-extension": "~2.2.5", + "@jupyterlab/notebook-extension": "~2.2.6", + "@jupyterlab/pdf-extension": "~2.2.0", + "@jupyterlab/rendermime-extension": "~2.2.5", + "@jupyterlab/running-extension": "~2.2.5", + "@jupyterlab/settingeditor-extension": "~2.2.5", + "@jupyterlab/shortcuts-extension": "~2.2.5", + "@jupyterlab/statusbar-extension": "~2.2.6", + "@jupyterlab/tabmanager-extension": "~2.2.5", + "@jupyterlab/terminal-extension": "~2.2.5", + "@jupyterlab/theme-dark-extension": "~2.2.5", + "@jupyterlab/theme-light-extension": "~2.2.5", + "@jupyterlab/tooltip-extension": "~2.2.6", + "@jupyterlab/ui-components-extension": "~2.2.5", + "@jupyterlab/vdom-extension": "~2.2.6", + "@jupyterlab/vega5-extension": "~2.2.0" }, "devDependencies": { - "@jupyterlab/buildutils": "^2.3.0-alpha.0", + "@jupyterlab/buildutils": "^2.2.2", "chokidar": "^3.4.0", "css-loader": "~3.2.0", "duplicate-package-checker-webpack-plugin": "^3.0.0", @@ -87,89 +87,89 @@ "yarn-deduplicate": "^1.1.1" }, "resolutions": { - "@jupyterlab/application": "~2.3.0-alpha.0", - "@jupyterlab/application-extension": "~2.3.0-alpha.0", - "@jupyterlab/apputils": "~2.3.0-alpha.0", - "@jupyterlab/apputils-extension": "~2.3.0-alpha.0", - "@jupyterlab/attachments": "~2.3.0-alpha.0", - "@jupyterlab/cells": "~2.3.0-alpha.0", - "@jupyterlab/celltags": "~2.3.0-alpha.0", - "@jupyterlab/celltags-extension": "~2.3.0-alpha.0", - "@jupyterlab/codeeditor": "~2.3.0-alpha.0", - "@jupyterlab/codemirror": "~2.3.0-alpha.0", - "@jupyterlab/codemirror-extension": "~2.3.0-alpha.0", - "@jupyterlab/completer": "~2.3.0-alpha.0", - "@jupyterlab/completer-extension": "~2.3.0-alpha.0", - "@jupyterlab/console": "~2.3.0-alpha.0", - "@jupyterlab/console-extension": "~2.3.0-alpha.0", - "@jupyterlab/coreutils": "~4.3.0-alpha.0", - "@jupyterlab/csvviewer": "~2.3.0-alpha.0", - "@jupyterlab/csvviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/docmanager": "~2.3.0-alpha.0", - "@jupyterlab/docmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/docregistry": "~2.3.0-alpha.0", - "@jupyterlab/documentsearch": "~2.3.0-alpha.0", - "@jupyterlab/documentsearch-extension": "~2.3.0-alpha.0", - "@jupyterlab/extensionmanager": "~2.3.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/filebrowser": "~2.3.0-alpha.0", - "@jupyterlab/filebrowser-extension": "~2.3.0-alpha.0", - "@jupyterlab/fileeditor": "~2.3.0-alpha.0", - "@jupyterlab/fileeditor-extension": "~2.3.0-alpha.0", - "@jupyterlab/help-extension": "~2.3.0-alpha.0", - "@jupyterlab/htmlviewer": "~2.3.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/hub-extension": "~2.3.0-alpha.0", - "@jupyterlab/imageviewer": "~2.3.0-alpha.0", - "@jupyterlab/imageviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/inspector": "~2.3.0-alpha.0", - "@jupyterlab/inspector-extension": "~2.3.0-alpha.0", - "@jupyterlab/javascript-extension": "~2.3.0-alpha.0", - "@jupyterlab/json-extension": "~2.3.0-alpha.0", - "@jupyterlab/launcher": "~2.3.0-alpha.0", - "@jupyterlab/launcher-extension": "~2.3.0-alpha.0", - "@jupyterlab/logconsole": "~2.3.0-alpha.0", - "@jupyterlab/logconsole-extension": "~2.3.0-alpha.0", - "@jupyterlab/mainmenu": "~2.3.0-alpha.0", - "@jupyterlab/mainmenu-extension": "~2.3.0-alpha.0", - "@jupyterlab/markdownviewer": "~2.3.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "~2.3.0-alpha.0", - "@jupyterlab/mathjax2": "~2.3.0-alpha.0", - "@jupyterlab/mathjax2-extension": "~2.3.0-alpha.0", - "@jupyterlab/metapackage": "~2.3.0-alpha.0", - "@jupyterlab/nbconvert-css": "~2.3.0-alpha.0", - "@jupyterlab/nbformat": "~2.3.0-alpha.0", - "@jupyterlab/notebook": "~2.3.0-alpha.0", - "@jupyterlab/notebook-extension": "~2.3.0-alpha.0", - "@jupyterlab/observables": "~3.3.0-alpha.0", - "@jupyterlab/outputarea": "~2.3.0-alpha.0", - "@jupyterlab/pdf-extension": "~2.3.0-alpha.0", - "@jupyterlab/property-inspector": "~2.3.0-alpha.0", - "@jupyterlab/rendermime": "~2.3.0-alpha.0", - "@jupyterlab/rendermime-extension": "~2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "~2.3.0-alpha.0", - "@jupyterlab/running": "~2.3.0-alpha.0", - "@jupyterlab/running-extension": "~2.3.0-alpha.0", - "@jupyterlab/services": "~5.3.0-alpha.0", - "@jupyterlab/settingeditor": "~2.3.0-alpha.0", - "@jupyterlab/settingeditor-extension": "~2.3.0-alpha.0", - "@jupyterlab/settingregistry": "~2.3.0-alpha.0", - "@jupyterlab/shortcuts-extension": "~2.3.0-alpha.0", - "@jupyterlab/statedb": "~2.3.0-alpha.0", - "@jupyterlab/statusbar": "~2.3.0-alpha.0", - "@jupyterlab/statusbar-extension": "~2.3.0-alpha.0", - "@jupyterlab/tabmanager-extension": "~2.3.0-alpha.0", - "@jupyterlab/terminal": "~2.3.0-alpha.0", - "@jupyterlab/terminal-extension": "~2.3.0-alpha.0", - "@jupyterlab/theme-dark-extension": "~2.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "~2.3.0-alpha.0", - "@jupyterlab/tooltip": "~2.3.0-alpha.0", - "@jupyterlab/tooltip-extension": "~2.3.0-alpha.0", - "@jupyterlab/ui-components": "~2.3.0-alpha.0", - "@jupyterlab/ui-components-extension": "~2.3.0-alpha.0", - "@jupyterlab/vdom": "~2.3.0-alpha.0", - "@jupyterlab/vdom-extension": "~2.3.0-alpha.0", - "@jupyterlab/vega5-extension": "~2.3.0-alpha.0", + "@jupyterlab/application": "~2.2.5", + "@jupyterlab/application-extension": "~2.2.5", + "@jupyterlab/apputils": "~2.2.5", + "@jupyterlab/apputils-extension": "~2.2.5", + "@jupyterlab/attachments": "~2.2.3", + "@jupyterlab/cells": "~2.2.6", + "@jupyterlab/celltags": "~2.2.6", + "@jupyterlab/celltags-extension": "~2.2.6", + "@jupyterlab/codeeditor": "~2.2.4", + "@jupyterlab/codemirror": "~2.2.3", + "@jupyterlab/codemirror-extension": "~2.2.5", + "@jupyterlab/completer": "~2.2.3", + "@jupyterlab/completer-extension": "~2.2.6", + "@jupyterlab/console": "~2.2.6", + "@jupyterlab/console-extension": "~2.2.6", + "@jupyterlab/coreutils": "~4.2.4", + "@jupyterlab/csvviewer": "~2.2.3", + "@jupyterlab/csvviewer-extension": "~2.2.6", + "@jupyterlab/docmanager": "~2.2.3", + "@jupyterlab/docmanager-extension": "~2.2.5", + "@jupyterlab/docregistry": "~2.2.3", + "@jupyterlab/documentsearch": "~2.2.6", + "@jupyterlab/documentsearch-extension": "~2.2.6", + "@jupyterlab/extensionmanager": "~2.2.5", + "@jupyterlab/extensionmanager-extension": "~2.2.5", + "@jupyterlab/filebrowser": "~2.2.4", + "@jupyterlab/filebrowser-extension": "~2.2.6", + "@jupyterlab/fileeditor": "~2.2.3", + "@jupyterlab/fileeditor-extension": "~2.2.6", + "@jupyterlab/help-extension": "~2.2.5", + "@jupyterlab/htmlviewer": "~2.2.5", + "@jupyterlab/htmlviewer-extension": "~2.2.5", + "@jupyterlab/hub-extension": "~2.2.5", + "@jupyterlab/imageviewer": "~2.2.3", + "@jupyterlab/imageviewer-extension": "~2.2.5", + "@jupyterlab/inspector": "~2.2.3", + "@jupyterlab/inspector-extension": "~2.2.6", + "@jupyterlab/javascript-extension": "~2.2.3", + "@jupyterlab/json-extension": "~2.2.5", + "@jupyterlab/launcher": "~2.2.5", + "@jupyterlab/launcher-extension": "~2.2.5", + "@jupyterlab/logconsole": "~2.2.3", + "@jupyterlab/logconsole-extension": "~2.2.6", + "@jupyterlab/mainmenu": "~2.2.3", + "@jupyterlab/mainmenu-extension": "~2.2.5", + "@jupyterlab/markdownviewer": "~2.2.5", + "@jupyterlab/markdownviewer-extension": "~2.2.5", + "@jupyterlab/mathjax2": "~2.2.0", + "@jupyterlab/mathjax2-extension": "~2.2.5", + "@jupyterlab/metapackage": "~2.2.6", + "@jupyterlab/nbconvert-css": "~2.2.6", + "@jupyterlab/nbformat": "~2.2.4", + "@jupyterlab/notebook": "~2.2.6", + "@jupyterlab/notebook-extension": "~2.2.6", + "@jupyterlab/observables": "~3.2.4", + "@jupyterlab/outputarea": "~2.2.3", + "@jupyterlab/pdf-extension": "~2.2.0", + "@jupyterlab/property-inspector": "~2.2.5", + "@jupyterlab/rendermime": "~2.2.3", + "@jupyterlab/rendermime-extension": "~2.2.5", + "@jupyterlab/rendermime-interfaces": "~2.2.0", + "@jupyterlab/running": "~2.2.5", + "@jupyterlab/running-extension": "~2.2.5", + "@jupyterlab/services": "~5.2.4", + "@jupyterlab/settingeditor": "~2.2.5", + "@jupyterlab/settingeditor-extension": "~2.2.5", + "@jupyterlab/settingregistry": "~2.2.4", + "@jupyterlab/shortcuts-extension": "~2.2.5", + "@jupyterlab/statedb": "~2.2.4", + "@jupyterlab/statusbar": "~2.2.3", + "@jupyterlab/statusbar-extension": "~2.2.6", + "@jupyterlab/tabmanager-extension": "~2.2.5", + "@jupyterlab/terminal": "~2.2.3", + "@jupyterlab/terminal-extension": "~2.2.5", + "@jupyterlab/theme-dark-extension": "~2.2.5", + "@jupyterlab/theme-light-extension": "~2.2.5", + "@jupyterlab/tooltip": "~2.2.5", + "@jupyterlab/tooltip-extension": "~2.2.6", + "@jupyterlab/ui-components": "~2.2.3", + "@jupyterlab/ui-components-extension": "~2.2.5", + "@jupyterlab/vdom": "~2.2.5", + "@jupyterlab/vdom-extension": "~2.2.6", + "@jupyterlab/vega5-extension": "~2.2.0", "@lumino/algorithm": "^1.2.3", "@lumino/application": "^1.8.4", "@lumino/commands": "^1.10.1", @@ -190,7 +190,7 @@ }, "jupyterlab": { "name": "JupyterLab", - "version": "2.3.0a0", + "version": "2.2.8", "extensions": { "@jupyterlab/application-extension": "", "@jupyterlab/apputils-extension": "", diff --git a/jupyterlab/staging/yarn.lock b/jupyterlab/staging/yarn.lock index a5693e407e90..63ba6abe7280 100644 --- a/jupyterlab/staging/yarn.lock +++ b/jupyterlab/staging/yarn.lock @@ -9,12 +9,12 @@ dependencies: regenerator-runtime "^0.13.4" -"@blueprintjs/core@^3.22.2", "@blueprintjs/core@^3.33.0": - version "3.33.0" - resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-3.33.0.tgz#fe0b21029061fb9beee09f6230bab73ff17c087c" - integrity sha512-9gccauo44DsrW8IP75Qy7rKrRv3sgOTvs2Lv2DIEH9f+WZQjj37x+3bfiGKrzeWWRS5P1vP1uSgn89P/JZrD8w== +"@blueprintjs/core@^3.22.2", "@blueprintjs/core@^3.31.0": + version "3.31.0" + resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-3.31.0.tgz#75702c3cdcb84cf28ba1e9e856b7b863700d8cc4" + integrity sha512-kfCYeyY2ojTMU5hxURNCwV4jQNDmLjTMOPImtbdW3Z7gHwiT2OA9qgNCkM0lhUjv0vyZ5py+AtZalx2FOH6PiA== dependencies: - "@blueprintjs/icons" "^3.22.0" + "@blueprintjs/icons" "^3.20.1" "@types/dom4" "^2.0.1" classnames "^2.2" dom4 "^2.1.5" @@ -26,60 +26,60 @@ resize-observer-polyfill "^1.5.1" tslib "~1.13.0" -"@blueprintjs/icons@^3.22.0": - version "3.22.0" - resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-3.22.0.tgz#6a7c177e9aa96f0ed10bc93d88f7c6687db336ad" - integrity sha512-clfdwRQlzqs2sDxjwQr4p10Z3bGNTnqpsLgN+4TN1ECf7plEEukhvQh6YK/Lfd5xDhEBEEZ/YQCawZbyAYjfXg== +"@blueprintjs/icons@^3.20.1": + version "3.20.1" + resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-3.20.1.tgz#fde6bf4daaf644947497f19aa2c4b853ffc623df" + integrity sha512-BYXr2oOeKlcYoqpbCj2qCmTvAMf1HEM98v0yo024NXKFcnBdcf9ZF3/y4vmrRUijSJ2JLLCR+a0XE3lhweFWow== dependencies: classnames "^2.2" tslib "~1.13.0" "@blueprintjs/select@^3.11.2": - version "3.14.2" - resolved "https://registry.yarnpkg.com/@blueprintjs/select/-/select-3.14.2.tgz#a62e18e2f6648fa7cbf248d69502c155d4a7c7bd" - integrity sha512-TJ1wUqmmBrnFzlLSkUoaBKAYLvJLvzJNmGVD59yPjO6jCIbuOV/Edt1YzHmxK7OJN3ku/LwylJ7NjI3pKLRiWA== + version "3.13.7" + resolved "https://registry.yarnpkg.com/@blueprintjs/select/-/select-3.13.7.tgz#166675a8caeccacdb31216e92ef114f29888dbf6" + integrity sha512-kJVtbDDGVwIIC1+cN7H0DUrlumSVZGNEq2CnczQNI07RkHpPzuIR5stjn3LU+NjtCa3pidPNr4w78JRTesZzLg== dependencies: - "@blueprintjs/core" "^3.33.0" + "@blueprintjs/core" "^3.31.0" classnames "^2.2" tslib "~1.13.0" "@fortawesome/fontawesome-free@^5.12.0": - version "5.15.0" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.0.tgz#631b04d6301fee06d4bd7a9824fe7157735cbdb6" - integrity sha512-wXetjQBNMTP59MAYNR1tdahMDOLx3FYj3PKdso7PLFLDpTvmAIqhSSEqnSTmWKahRjD+Sh5I5635+5qaoib5lw== - -"@jupyterlab/application-extension@^2.3.0-alpha.0", "@jupyterlab/application-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-2.3.0-alpha.0.tgz#03c8574fbb7021024f768f2feba95a7e5ccbc156" - integrity sha512-uUoGM/PUnP8cdajkD+YVunQIwfnoFDUzf+XnOY5h0IaqOxgUv7UEW4WCQbwWuYTYMAw1cwWxbiWLyj1C47IV9A== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/property-inspector" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + version "5.14.0" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.14.0.tgz#a371e91029ebf265015e64f81bfbf7d228c9681f" + integrity sha512-OfdMsF+ZQgdKHP9jUbmDcRrP0eX90XXrsXIdyjLbkmSBzmMXPABB8eobUJtivaupucYaByz6WNe1PI1JuYm3qA== + +"@jupyterlab/application-extension@^2.2.5", "@jupyterlab/application-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-2.2.5.tgz#cc5128a2589435a593b3887051826a9035a47598" + integrity sha512-mJR1g8unQFws+xHlmwWsMoYHbwLPlMMgKygY/bYoeZpxVYK2PrwqVzysqjXDI7V/KGH4bCXgIbePVBnSJPHObQ== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/property-inspector" "^2.2.5" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/application@^2.3.0-alpha.0", "@jupyterlab/application@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-2.3.0-alpha.0.tgz#39898c0cde76df5e968ef1be93bc40681e15d0e0" - integrity sha512-YttZxjBLB+jjPleUYWdZbiQNmC5BZ2rE4v5EW6DBVSRTqgBuypeg5Vm9M9N+4yq7MMHGY+mKe5UsQQfADAo5mg== +"@jupyterlab/application@^2.2.5", "@jupyterlab/application@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-2.2.5.tgz#c8709705054ca566cc1efc29e3e65f4172a1ee7e" + integrity sha512-++j9LGUpgunf6e8n2d0ezBayjulKl5RtjdPkllP2xmpwup6Lj5Sufb1yFTRkFpKqTduR/vT0bafAsl9GTikLCQ== dependencies: "@fortawesome/fontawesome-free" "^5.12.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/rendermime-interfaces" "^2.2.0" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/application" "^1.8.4" "@lumino/commands" "^1.10.1" @@ -91,18 +91,18 @@ "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/apputils-extension@^2.3.0-alpha.0", "@jupyterlab/apputils-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-2.3.0-alpha.0.tgz#bf07ce54ee39fe308c99051085006cc9ffc2d3eb" - integrity sha512-bg3bc3VUAAfcfVxFSRZyGxxXlIG8LcpQPKh0cXJHqZUO3hEB7Lj2Mggo1TIAsC0RbteYJXlQaS6Tww1nx2H/CQ== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/apputils-extension@^2.2.5", "@jupyterlab/apputils-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-2.2.5.tgz#e497e14a347245324b57bec7c65c6ab90b04b872" + integrity sha512-mLXhVm+L6ACsWmdcUPQnSYQ5oHVFN9wLDpoehEi6eFmhY9mm55Y/887DsQMHWyPe5EGmkR0tifwwq6KmB/oYpg== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" @@ -111,16 +111,16 @@ "@lumino/widgets" "^1.11.1" es6-promise "~4.2.8" -"@jupyterlab/apputils@^2.3.0-alpha.0", "@jupyterlab/apputils@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-2.3.0-alpha.0.tgz#b2f0990a25fd3c7d1ce873f3c452071f99f2a896" - integrity sha512-rp8ku5CH5ttUW548w0M78g3c0nMWFTAKLltUiQw4Br28LGE0j+rtPYLxufU6r4/AXVAtJlSA8qbZugKH1jXDNg== +"@jupyterlab/apputils@^2.2.5", "@jupyterlab/apputils@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-2.2.5.tgz#382eb7dc89970d4d90c7b5c2a639e84e0d654af3" + integrity sha512-eDyt6eWH8WPeBCzgRV601C6YkxmPXAIzAcqC910KQhag7e41zVGtWqEsfSIeQeQJmbgf1yg9duTHzN3YQ6802Q== dependencies: - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" @@ -136,22 +136,22 @@ react-dom "~16.9.0" sanitize-html "~1.20.1" -"@jupyterlab/attachments@^2.3.0-alpha.0", "@jupyterlab/attachments@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-2.3.0-alpha.0.tgz#301783d7fe401dd27c608501fb9c722d0351c499" - integrity sha512-mdA/PG421ZurAZ0vmRPqOIqJFlBN/hWDLirS4zFHfnYyRvR9x1iUXBazPPRA0NpaEPib7nTNB5maqxxDNDlwkQ== +"@jupyterlab/attachments@^2.2.3", "@jupyterlab/attachments@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-2.2.3.tgz#d520cfcae0085d39c3ee993eb182debc46d4a21d" + integrity sha512-T3DoKGH57JPKUG2XpnFv8tH5WUgygymG1FqEPYIIjopsA3XzEbyWwA9CK4mAa+BbRyJ+6QjpWotdgw3mpuzkBA== dependencies: - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/rendermime-interfaces" "^2.2.0" "@lumino/disposable" "^1.3.5" "@lumino/signaling" "^1.3.5" -"@jupyterlab/buildutils@^2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-2.3.0-alpha.0.tgz#1b85e30130475c5ece05387956ee74f49b6b01aa" - integrity sha512-B94xBjsphe6KjYzE+kytxL768phfXs/d/Y0zTiZXJ7YXOqPCQpCWK0fMQgFCdqum6cOU8vmJLs27xPrFvSTGfg== +"@jupyterlab/buildutils@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-2.2.2.tgz#5bfb8be2a07d1e28e6f4667de9eee3642dc504ed" + integrity sha512-3lEYxKDtiJD02Ogxh3DvIB58VDCGnYcOlKBYdXYN6bpmw6H8F71IdDqgiru6/F4yW9m73Ue+hE4n/YD+Ovfdtg== dependencies: "@lumino/coreutils" "^1.4.2" "@yarnpkg/lockfile" "^1.1.0" @@ -173,23 +173,23 @@ webpack "^4.41.2" which "^2.0.2" -"@jupyterlab/cells@^2.3.0-alpha.0", "@jupyterlab/cells@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-2.3.0-alpha.0.tgz#b400b87f486b8dcc33dafdf75239f232ed05123c" - integrity sha512-XOqRQgd22veQYLybIHlIIPAuVOZl5q+0rXqjXVJAeuFU/ibaJJGCtYhc1ZOOF6Qf4TSl+QzXAHFasEgzGT7qyw== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/attachments" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/codemirror" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/filebrowser" "^2.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/outputarea" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/cells@^2.2.6", "@jupyterlab/cells@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-2.2.6.tgz#f8214b69a43765e66570299385e01511c6ffe70e" + integrity sha512-GUjjxhlSVuSZBMd3WQo5NpbKBGOphtrkOGXUTm7kp6oMuKAFaw3rZrmL6uahwjj3RIjtkK/kNk5tQ3OIHYJt9g== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/attachments" "^2.2.3" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/codemirror" "^2.2.3" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/filebrowser" "^2.2.4" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/outputarea" "^2.2.3" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/dragdrop" "^1.5.1" @@ -199,36 +199,36 @@ "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/celltags-extension@^2.3.0-alpha.0", "@jupyterlab/celltags-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-2.3.0-alpha.0.tgz#bc395a33044ad2d6f9cd582383c45e134328024f" - integrity sha512-RUaqbmLiXyMXN1ypKf5NbQ86vpJi/Fy8XMQD26P9j/cYJrJC2MUlVmWdjN+SqN0bEHcKZJ7dH9wa+qMN4zRurQ== +"@jupyterlab/celltags-extension@^2.2.6", "@jupyterlab/celltags-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-2.2.6.tgz#897c7db13fec7505c15957f7fabc2891f3a8b23f" + integrity sha512-NVh+lTkeekYsOKcbdJuNdjodIDL8xO8VwpjuKEBRmSC1Es3e9dlgyM/e2pYxVVrdnnnkE0Zy/a19JCreBi5Mzg== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/celltags" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/celltags" "^2.2.6" + "@jupyterlab/notebook" "^2.2.6" -"@jupyterlab/celltags@^2.3.0-alpha.0", "@jupyterlab/celltags@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-2.3.0-alpha.0.tgz#1c7b8a16da15d4a7517561e020006663515b774c" - integrity sha512-blQmYgDgC6IJF1yCm3/UBsJjvDpcpGfto7uMWfS1FtMUOQVYhnX4BJjz8djEdc9Y0pqIqQAk0l5rpQHqXdNTZQ== +"@jupyterlab/celltags@^2.2.6", "@jupyterlab/celltags@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-2.2.6.tgz#cd2d388c0d743392a04636182e8288c5ee683fd6" + integrity sha512-uujdtOSb78BFTWALa/I8OHXUvZFZGWTWcxKYqqFGz29w5vB/3T4oVI5yrvhvZVk5CnZ78QvMIOhncmHGCH/7aA== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/cells" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/cells" "^2.2.6" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/widgets" "^1.11.1" -"@jupyterlab/codeeditor@^2.3.0-alpha.0", "@jupyterlab/codeeditor@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-2.3.0-alpha.0.tgz#34edc2fb2d6d34927a58ba6757931bff47741ca5" - integrity sha512-QldjP1p2W+bsekJnzcrdBxgFlWx7VSY2KHruE7PFGFEUlFbZ7G/7GLIwNeEw9VOCbmAoBR2eNMQl/iTLt6bgNA== +"@jupyterlab/codeeditor@^2.2.4", "@jupyterlab/codeeditor@~2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-2.2.4.tgz#fbc3ce74987bfcfe7773def8d3c270d5e47207d4" + integrity sha512-2CuesTI/aq/Qu/VGI0tHlGpSJCGabov7XvfNVvYnGBB8qT7OigUod7JhL0u/QqYu8lmkWinT5vnULNAudAHmdw== dependencies: - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/dragdrop" "^1.5.1" @@ -236,33 +236,33 @@ "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/codemirror-extension@^2.3.0-alpha.0", "@jupyterlab/codemirror-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-2.3.0-alpha.0.tgz#c25506bf5149422f10a76a5f37748f1de94a716f" - integrity sha512-jx50MAhJwJ8fFg5y5GraXIYHPUBx77y98wQx8rp+fA8F+zkv2NrhHkG7gdVAy8vawdTMhYcCL3MdPfszB5Txyw== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/codemirror" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/fileeditor" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" +"@jupyterlab/codemirror-extension@^2.2.5", "@jupyterlab/codemirror-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-2.2.5.tgz#22579110509e7bd048b87294d589afccb48d6815" + integrity sha512-C0vHLsW1kMhc8LCMpaGCC1abhAJPVwwDP05zl18BZX9MzsBPgCDAxdQzgpuF2DxY31ZGVOVyJ6klusx/mTbm9A== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/codemirror" "^2.2.3" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/fileeditor" "^2.2.3" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" "@lumino/widgets" "^1.11.1" codemirror "~5.53.2" -"@jupyterlab/codemirror@^2.3.0-alpha.0", "@jupyterlab/codemirror@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-2.3.0-alpha.0.tgz#6dd5a840f90a05c9b051edd30e37579105b5d27b" - integrity sha512-ZGQ5DBZSM+ESAF1ZanJvOLLk6VtF1HEBNjaUBdxOiZPCY5jUEQYJ7ONxrBbE0wO3+iDAtV+CNw0vrjgwFDd51w== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" +"@jupyterlab/codemirror@^2.2.3", "@jupyterlab/codemirror@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-2.2.3.tgz#c1baec902d4f7587fcb2dd7c24041930242e07d3" + integrity sha512-NAW6PTEAIPTOywZqRMi6NpzfW/RiMYjYSH62vrrM+Kci0nt0PRV64S9M1pSdnxATBpgCPnF0Jm4hFVnD5USKpA== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/statusbar" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" @@ -273,31 +273,31 @@ codemirror "~5.53.2" react "~16.9.0" -"@jupyterlab/completer-extension@^2.3.0-alpha.0", "@jupyterlab/completer-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-2.3.0-alpha.0.tgz#f69575d8bb538dfa241b0985670aafc1c9081645" - integrity sha512-UM4M80SGXCCri6HpsDSdQ0zbxkFv98p/UxQ7t9IXXl5XF5JW1nArk0GE/e+VwrHbKRW9/maEj1HAk4r2GJ3jUw== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/completer" "^2.3.0-alpha.0" - "@jupyterlab/console" "^2.3.0-alpha.0" - "@jupyterlab/fileeditor" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" +"@jupyterlab/completer-extension@^2.2.6", "@jupyterlab/completer-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-2.2.6.tgz#d5c81991b0f6e5eed7d205b0b97a54f0912eb280" + integrity sha512-jMmnuOyPEraWulPtpv2l2K0i/XRRb4Cpuh28PririFlf2bDCVJKW4HQ8N/PuNk+83rPpSyPe/yeCvvzZqTKbFw== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/completer" "^2.2.3" + "@jupyterlab/console" "^2.2.6" + "@jupyterlab/fileeditor" "^2.2.3" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/services" "^5.2.4" "@lumino/algorithm" "^1.2.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/completer@^2.3.0-alpha.0", "@jupyterlab/completer@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-2.3.0-alpha.0.tgz#0f8cf56b6bcae994037122a60e8b2118bcbae9dd" - integrity sha512-b9mu6DWXHCiEb1VoTCffHO7N3f1tAmtrCRA/c8JUXENSTslxhsux40z8rYihy1vjaruMSdQg5Vmz91Jgj98d5Q== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/completer@^2.2.3", "@jupyterlab/completer@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-2.2.3.tgz#7ba69552c7ea4d710591aee724131016d356ffa0" + integrity sha512-v2Dt2FUMLOd1kndhOTvvoXFVZGhe59RSgzo2dTXrsAM51EMzb30bSpSIGy0z6OrdiRVtPEoeIJ4Jy9Izb+KqZA== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -306,42 +306,42 @@ "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/console-extension@^2.3.0-alpha.0", "@jupyterlab/console-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-2.3.0-alpha.0.tgz#3475471417801bd2d596ccd665821a78448fc87b" - integrity sha512-qu/UnlGk8WgPcoGbQugVtRhhlzh8VRcF/5L9FQNpfT/py6nkb7h/hdH4rNZs2cZttSjkTIlbsjP4rO6eYhAeEQ== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/console" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/filebrowser" "^2.3.0-alpha.0" - "@jupyterlab/launcher" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/console-extension@^2.2.6", "@jupyterlab/console-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-2.2.6.tgz#04c70a66c4a28870caea1c675dc4b7ac5eae3e50" + integrity sha512-dGJY4GOkisvXhDEaM0N2DEXeVIMENLz7ptQtuEPrLq4tRDZYyD12+yI6YC7qC2+ubz46pghS6Em811GV4mEfYQ== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/console" "^2.2.6" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/filebrowser" "^2.2.4" + "@jupyterlab/launcher" "^2.2.5" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/properties" "^1.1.6" "@lumino/widgets" "^1.11.1" -"@jupyterlab/console@^2.3.0-alpha.0", "@jupyterlab/console@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-2.3.0-alpha.0.tgz#ef1cb502a15368f55c6d1bc04fdf26ae29c9f529" - integrity sha512-iAbTg5vpcbzgXLVclReLao+DzAkgHHSH/clljZpX3g0aLmXDyR/aI6ihyfofvhkNCXJuOaOkLSo63D19FpamNg== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/cells" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/console@^2.2.6", "@jupyterlab/console@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-2.2.6.tgz#6add2ce6bbcea0b37e2cf0ddc1a5ef23de45527d" + integrity sha512-7y5k3+UdaIdZ7/qDDPHFCtS5T1RHD5Vs6LZdNH5zEms7eCWAzNirktr43/Uy1rskFvlJ8YWZwS9FDZPR/E14Rg== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/cells" "^2.2.6" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -350,10 +350,10 @@ "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/coreutils@^4.3.0-alpha.0", "@jupyterlab/coreutils@~4.3.0-alpha.0": - version "4.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-4.3.0-alpha.0.tgz#2af8755c9baba16553223f35ca07669ca9021b3d" - integrity sha512-1XUujvh4DPTjAH02rMuD83vTfM/W8TZCRVu/f0yRwaLU2uCA32m4w/Sb4M5UUlgHP4GmICYlQNWiDKgcG0Uavg== +"@jupyterlab/coreutils@^4.2.4", "@jupyterlab/coreutils@~4.2.4": + version "4.2.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-4.2.4.tgz#f02ca96f435f94fa049748d2afe0921240fb502d" + integrity sha512-neDtamXNK+nwac6eXtlDitpJzjtGKVdZ9TNjfoSLmlHyenerd5+Hm5kmZbQ+FWSdyUPo9RZizFYqtdAbW2ZriA== dependencies: "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -363,29 +363,29 @@ path-posix "~1.0.0" url-parse "~1.4.7" -"@jupyterlab/csvviewer-extension@^2.3.0-alpha.0", "@jupyterlab/csvviewer-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer-extension/-/csvviewer-extension-2.3.0-alpha.0.tgz#00ae36e1f704d4873cc6c64e312595819c837cb8" - integrity sha512-kPT9u+nIAM03pXhF2Y/0HCgty00J0//AOg7pNPK61Mwv0nQlr/5eQDhK0/fBYljIe2C/aEZ4bC7EeBdiWjkDYg== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/csvviewer" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/documentsearch" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" +"@jupyterlab/csvviewer-extension@^2.2.6", "@jupyterlab/csvviewer-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer-extension/-/csvviewer-extension-2.2.6.tgz#d5549d1f82c84c4c3c9644d9572903e88e3350bf" + integrity sha512-Gpp36Ph5ZsJ6RcSD1QpWh3KfdKs1jIkkE1dtt2RJMGnuKcy4+cU8XrjE44g2qyakKeOggf2irPzUQuY8j09oRw== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/csvviewer" "^2.2.3" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/documentsearch" "^2.2.6" + "@jupyterlab/mainmenu" "^2.2.3" "@lumino/datagrid" "^0.6.0" "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/csvviewer@^2.3.0-alpha.0", "@jupyterlab/csvviewer@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer/-/csvviewer-2.3.0-alpha.0.tgz#ada41a16398ed54bd3ce1dc1ba4abc0ad9b1f9ad" - integrity sha512-ernz5rLrm18Z2+7yu9rqk8XIj6LV9JZPP01ed8ilUdU83w7uJ4AU/vkyrbLfZM5UBc8RXVtNwzsrDDqGmf3Xwg== +"@jupyterlab/csvviewer@^2.2.3", "@jupyterlab/csvviewer@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer/-/csvviewer-2.2.3.tgz#a7cc63dd45690f7cc913affbdb2a7ea971e9b575" + integrity sha512-GdyoBmLH0twRzo+/VzK4+xUITaAIYWptzdj/8BJmvqR+HdDn6qtmOYKSs9+IEBEjAZNdwLVj29ZfnbjBdfMLYg== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docregistry" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/datagrid" "^0.6.0" @@ -394,35 +394,35 @@ "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/docmanager-extension@^2.3.0-alpha.0", "@jupyterlab/docmanager-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-2.3.0-alpha.0.tgz#3e3f92baec4e2eae37d251f3c0a59014c0df8796" - integrity sha512-czko27TRitznQxgTIL2tjD67XvcyBdmd2f6zXMQc4SnflXTkEWHp3mws8ePE8+NOXSvi6JW4fk3MNjcCC3NChw== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docmanager" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" +"@jupyterlab/docmanager-extension@^2.2.5", "@jupyterlab/docmanager-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-2.2.5.tgz#d4ea8b27dba454c39e8808dff7b1f4f9998983d8" + integrity sha512-G4xl/goJWF7AXPms2BRgwYwg/+vWOYyt+96GU26GdX2C7a1phamwewySpaoRSb3X3WP6Wa/QaG6YNy6HBQL36g== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docmanager" "^2.2.3" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/docmanager@^2.3.0-alpha.0", "@jupyterlab/docmanager@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-2.3.0-alpha.0.tgz#3ce0357e44d7d2992922e1c743be119210fe796b" - integrity sha512-XPMU9MzZq1lN9JKtuMbvMhPHJI09kUZvLtggWYpnVydVqbbfT/eLxyKOVJwNJnN6L8KuhA1pJ/C0HbzoaChT/w== +"@jupyterlab/docmanager@^2.2.3", "@jupyterlab/docmanager@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-2.2.3.tgz#0c8e5e42bea808fe30a6e329f9b35581998d0aa4" + integrity sha512-68PaeUsYBj/2lOLYjWF7uxHcC79ID0JCrs9YbAM+K8vq5iZf1qckvzauXDDZbEIBCkzw0KFbbxOdgNVemhkAtg== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/statusbar" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -432,20 +432,20 @@ "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/docregistry@^2.3.0-alpha.0", "@jupyterlab/docregistry@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-2.3.0-alpha.0.tgz#02c9a0d1de549fdd1cb8a567ae6166f5639fb8cb" - integrity sha512-raxI0a9UQqA6nJw1yQ8srEjfbT8edkoyXADsZNT1UoXWbyKMqIIII4zuYSMwywNOwMZnOcW3uh6VMZBk59ZuOg== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/codemirror" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/docregistry@^2.2.3", "@jupyterlab/docregistry@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-2.2.3.tgz#ceaf4c0efbd5c2955326128dc6317c2dae2daf01" + integrity sha512-TcOdqEKCvj9dkX/W0wI/Z8IOERfeHJosDx2cy9l5odaes96FF/6L0+QlSvbLZVaY+nCkoVnx4P/3YAZw37I7pQ== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/codemirror" "^2.2.3" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/rendermime-interfaces" "^2.2.0" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -453,29 +453,29 @@ "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/documentsearch-extension@^2.3.0-alpha.0", "@jupyterlab/documentsearch-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-2.3.0-alpha.0.tgz#a278ebb3ec3c1dda7f08fd4138a5f717b37db15b" - integrity sha512-XBQmkIaDLwQeHmxCqQp06DWc7+e6Ej+SKT2VoIrMtpjf583N6irle5aHzgMgY42Se/H6gfmrqpH45uMoO8oCbw== +"@jupyterlab/documentsearch-extension@^2.2.6", "@jupyterlab/documentsearch-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-2.2.6.tgz#5e05ef1c193f443725d25cf02c983b37c1dd560f" + integrity sha512-W1hmHLzoq1rfu5Ws1y8XddGlT2U9DgMvGW5gxjRWSFsv3+gpkKeLw5TmgYGAwkccPbIBpAhJe/IFSykjdsV6Tg== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/documentsearch" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/documentsearch" "^2.2.6" + "@jupyterlab/mainmenu" "^2.2.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/documentsearch@^2.3.0-alpha.0", "@jupyterlab/documentsearch@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-2.3.0-alpha.0.tgz#ec166e501bd72a4527270b5a5d18142e0956ba52" - integrity sha512-nLogRuPK0M5FcNXuXUVrc8mPqUd0QMJPx9hGHlsK2hYfUwfnW/iTSWsgqNbDCVfw41ycOgXB03kLsHto9Lbt4w== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/cells" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/codemirror" "^2.3.0-alpha.0" - "@jupyterlab/fileeditor" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/documentsearch@^2.2.6", "@jupyterlab/documentsearch@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-2.2.6.tgz#727e3339138d48a017bc5a4dc9503281e2833ea8" + integrity sha512-8t+nhQUaSgOB5O04ReW2OotQpJttD4hoiamqpx6Mm0V48FjHJYOc0xTahEfZjtxaPdXubrhXbJlLy0RfEVWHYA== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/cells" "^2.2.6" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/codemirror" "^2.2.3" + "@jupyterlab/fileeditor" "^2.2.3" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -485,28 +485,28 @@ codemirror "~5.53.2" react "~16.9.0" -"@jupyterlab/extensionmanager-extension@^2.3.0-alpha.0", "@jupyterlab/extensionmanager-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager-extension/-/extensionmanager-extension-2.3.0-alpha.0.tgz#5b521445284a9dc9248b64f4574bef751aada8d2" - integrity sha512-wR1SvzUEde4SCp36wX2sauomUZePYcghpGDrKM3nMm0KSXxalm6rTeR5qJx7il1ELmU8S3sCgR7y6LeWgCFQ9g== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/extensionmanager" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" - -"@jupyterlab/extensionmanager@^2.3.0-alpha.0", "@jupyterlab/extensionmanager@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager/-/extensionmanager-2.3.0-alpha.0.tgz#cae04352e01c2a4da7793f88fbf7d8752d17496e" - integrity sha512-oSw5L6vRA6mHdNOjknfMpxL1N+8Sjrn5y8D2piNOy0Q69WsS/JTAND1K6PTZawy8InmfCUik1aV4MXpE8h1Xnw== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/extensionmanager-extension@^2.2.5", "@jupyterlab/extensionmanager-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager-extension/-/extensionmanager-extension-2.2.5.tgz#461cd244c012ec0d9958d651a9cb6647d2c571fa" + integrity sha512-FheE/jbDSecDE/xYKlF2H/fN8p08gBKUTbSk5k7xUIYFChRmPyPdfbpsqKrQzXIcVZGI0YPQd+LMLlCDQBDuLA== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/extensionmanager" "^2.2.5" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" + +"@jupyterlab/extensionmanager@^2.2.5", "@jupyterlab/extensionmanager@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager/-/extensionmanager-2.2.5.tgz#1f4d8446c158a4037ed522c8e447829b07e0b2cd" + integrity sha512-6LRCHCxgIv66frWXQ+LTguJt39MxDuVi/zpAEm5QF8iodkqBHxCuI4brO19gHuZq62O9MHgz5M7Xv/4FIdm3yg== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/messaging" "^1.3.3" "@lumino/polling" "^1.1.1" "@lumino/signaling" "^1.3.5" @@ -514,41 +514,41 @@ react-paginate "^6.3.2" semver "^6.3.0" -"@jupyterlab/filebrowser-extension@^2.3.0-alpha.0", "@jupyterlab/filebrowser-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-2.3.0-alpha.0.tgz#38c23c315a3492380a8744b77ef55a81534d628d" - integrity sha512-1D6GBo6JQ00MPQ312ruQ9TSvQWyK/yQBkvS2FWptP53dyhpaVhJraQr/iGy6CjG3WgEXZzO3ufUk+Q8iC5xWzg== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docmanager" "^2.3.0-alpha.0" - "@jupyterlab/filebrowser" "^2.3.0-alpha.0" - "@jupyterlab/launcher" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/filebrowser-extension@^2.2.6", "@jupyterlab/filebrowser-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-2.2.6.tgz#e8443aff85fd7b00a015bac91b7d3c30ebce4330" + integrity sha512-n4jixy2Q8uShm48mZgj8W0PEl0SYMu3jZJ6x6BnUuzR+Nemr1BcqlEMeZ9yBGx4eGxBMfyFvnMKuJ+MIa71H1g== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docmanager" "^2.2.3" + "@jupyterlab/filebrowser" "^2.2.4" + "@jupyterlab/launcher" "^2.2.5" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/commands" "^1.10.1" "@lumino/messaging" "^1.3.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/filebrowser@^2.3.0-alpha.0", "@jupyterlab/filebrowser@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-2.3.0-alpha.0.tgz#cb19c9fe5c92e0964fc7b59cba71e45acc7042dd" - integrity sha512-2Jc/wzwZGVeVoySeyBv/iZyuJuIo1HeBgJ4GUQg/Gg+OuMigSFSDVIUhzLpVhMkRH4VCOHW7xH+qPmzb3JHamw== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docmanager" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/filebrowser@^2.2.4", "@jupyterlab/filebrowser@~2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-2.2.4.tgz#3e312296911f50b7f31afc9b5b0f79c52dd386ee" + integrity sha512-zPH1X9jZjkdHLkoooYRJSdO52WqBOqN8PEgJ2ZY+4dIjLnFuHyDRjwcszecLjLUTfgH9FanUzOEAwO1nCCt8iA== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docmanager" "^2.2.3" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -560,162 +560,162 @@ "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/fileeditor-extension@^2.3.0-alpha.0", "@jupyterlab/fileeditor-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-2.3.0-alpha.0.tgz#2fcc67454dd349086484e937db1b624f8ce7443d" - integrity sha512-R+Bed1QgoJ4OwJZrhcZf6hTR9bmZhAUELH5gEckLEsy8BOpDHgbYiq4OfOyfYeUVORm0er5DjJFPfLap87GEjg== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/codemirror" "^2.3.0-alpha.0" - "@jupyterlab/console" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/filebrowser" "^2.3.0-alpha.0" - "@jupyterlab/fileeditor" "^2.3.0-alpha.0" - "@jupyterlab/launcher" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/fileeditor-extension@^2.2.6", "@jupyterlab/fileeditor-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-2.2.6.tgz#4d66b09fd6fd99a596773f15db25a62d42061f91" + integrity sha512-7ZnUGKZpXgfV7pF68NKtET75g8p6SbnLu9il/PxeQ6qehqbmvqFDBx4kV58riUj2frdFJpdMRFU85aeqR1ihbQ== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/codemirror" "^2.2.3" + "@jupyterlab/console" "^2.2.6" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/filebrowser" "^2.2.4" + "@jupyterlab/fileeditor" "^2.2.3" + "@jupyterlab/launcher" "^2.2.5" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" "@lumino/widgets" "^1.11.1" -"@jupyterlab/fileeditor@^2.3.0-alpha.0", "@jupyterlab/fileeditor@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-2.3.0-alpha.0.tgz#7f93d1cfe414c835c61dddb4671e5eb346169891" - integrity sha512-cpmbUfWRsHMlIoDV01SdIwDrUkAHBtyz8dbty3TGcuWvDnx8u0JcP5XKeLFgxE4t3qihhMzCIgVHNnorhywibA== +"@jupyterlab/fileeditor@^2.2.3", "@jupyterlab/fileeditor@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-2.2.3.tgz#c08688c49d73ca9c0165c9bd80909b52a1dac0da" + integrity sha512-eplAISUbXpQDuJe8i8hTRpZ9psmYiSc1of9Ev5x71XviyadQatQ9auOtObW2lyNhi2rbDjG8CR7ymnbBK2IgnA== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/statusbar" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/messaging" "^1.3.3" "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/help-extension@^2.3.0-alpha.0", "@jupyterlab/help-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/help-extension/-/help-extension-2.3.0-alpha.0.tgz#d0fb957c15bed99f1b4d9ede2fa784f05973040a" - integrity sha512-Ip8TmfubQhFmKTKB27Uiezzmdlu/GIlFWz15oFWSLhzmv6vH+hUoClpGD9jsBb78UUfvOzfP4UWsVPJ7sckP1w== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/inspector" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/help-extension@^2.2.5", "@jupyterlab/help-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/help-extension/-/help-extension-2.2.5.tgz#2f2b37c5f3cee6bf1a1bb503ac8e2fc60047845c" + integrity sha512-o9e6OXp4pkhGjuOdWRqeDADovZf39nK8+UUehw1zYmsowzJwvsSHiRyN0uEcJYKByQQ6OniWFyVZK9ECR9sblw== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/inspector" "^2.2.3" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/htmlviewer-extension@^2.3.0-alpha.0", "@jupyterlab/htmlviewer-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-2.3.0-alpha.0.tgz#65597d8c658f6545e22f572acc0ff669e2c0c2e7" - integrity sha512-H4Uj8GAgW90eogqoQqD1wInQySzZAfMRbb2Ha7rq+h/Vo+QuXTNZ9cwzYCk4BtFO23sqkP/GibJPA4JZ0DhqcQ== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/htmlviewer" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" - -"@jupyterlab/htmlviewer@^2.3.0-alpha.0", "@jupyterlab/htmlviewer@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-2.3.0-alpha.0.tgz#5bcf735e84c7ee7e6adb09ef7b40e0dc77bf7ee2" - integrity sha512-yDDsx1tftXi4For8FbICKu0n/4unOH7YyJlrmRP8zzFJN5dH9z/ZXhJrhh6gBc9BMBRRlbCDA7VCFxCNu6hwpQ== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/htmlviewer-extension@^2.2.5", "@jupyterlab/htmlviewer-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-2.2.5.tgz#d96502d02a4bb55cea18fca57deeaf07f2214bfd" + integrity sha512-txp0J7rBL2A96cw10/eyWL1OrPw+RyM64SDPr7ST52N5lHSUiBkug1bkk07mrMAn4xj9dyXTtrkD3DO72VjEWw== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/htmlviewer" "^2.2.5" + "@jupyterlab/ui-components" "^2.2.3" + +"@jupyterlab/htmlviewer@^2.2.5", "@jupyterlab/htmlviewer@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-2.2.5.tgz#50621db61cd363b4df1028895e6d7a024a274f1f" + integrity sha512-RE2b+cyczinnNmQSjzSkaidjGpc9eYvpSLPmnGgnDnfXhk2wrUP2G7cNiF7T6ZzNyHJ4QPu6pAXhla96Q6op+A== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/signaling" "^1.3.5" react "~16.9.0" -"@jupyterlab/hub-extension@^2.3.0-alpha.0", "@jupyterlab/hub-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-2.3.0-alpha.0.tgz#01f3e75b85d3edfa8362fedcc94823a8bef6523d" - integrity sha512-EGVs8huFB9JD26vZiIgOoVGfY5kXVrcQk1CQIgHoBXEl/3uAuVbGLz0D4AXr8GWo9FM7BM4MY+BgO8mZBXjr8A== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - -"@jupyterlab/imageviewer-extension@^2.3.0-alpha.0", "@jupyterlab/imageviewer-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer-extension/-/imageviewer-extension-2.3.0-alpha.0.tgz#5a741be20cff54f44d1ffa23671df8f3f9c69cab" - integrity sha512-LtA08u09En7t3i/10uZAGBwZhqpHBIYJNLdFXEHKSm8a1a1iHCQ1KXtnN2JSQqhrsbv/+pX354k2NZEbSCyz6w== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/imageviewer" "^2.3.0-alpha.0" - -"@jupyterlab/imageviewer@^2.3.0-alpha.0", "@jupyterlab/imageviewer@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer/-/imageviewer-2.3.0-alpha.0.tgz#196abcd575f32e9666fc8bc895b78c9357dfb1c8" - integrity sha512-OFBAs0comFEacQZn8ZPYV7XWmGSeA3xCaKXb8YApsw3z05Xj5lWuZTq4EEI5784xq3metkTfzCuH7S9k2qmBHA== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" +"@jupyterlab/hub-extension@^2.2.5", "@jupyterlab/hub-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-2.2.5.tgz#4306408db97543fc755176d728c2388497d4c22e" + integrity sha512-I9AibIvumirVw1QAR19MYYCmn4yGUL07Tdc7calDW09z0+HdCHo9+6iNlQTddqdSNj7E2uerL/1PTeUuiNMhyA== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + +"@jupyterlab/imageviewer-extension@^2.2.5", "@jupyterlab/imageviewer-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer-extension/-/imageviewer-extension-2.2.5.tgz#1264278796836821236371911f59f16100bffb85" + integrity sha512-z3kvonWf9Wlf/cwGaEAoJfTZt/oEP9QoA8a4x1yc2QILAfRzNRuIP3dUvAiG9VzDClj5Py2mofx4O/z1gkaXQA== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/imageviewer" "^2.2.3" + +"@jupyterlab/imageviewer@^2.2.3", "@jupyterlab/imageviewer@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer/-/imageviewer-2.2.3.tgz#18b24b366373c318daac179a5d878627c90d2520" + integrity sha512-E2AGQ+JC2w/L3rNNwyL+Ef3/RAKthQfrz1NhbIl9lvGViU2qU64zXOOmAHPX7ZfFPuvN1CC1HHlUSwrl1XRFWQ== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docregistry" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/messaging" "^1.3.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/inspector-extension@^2.3.0-alpha.0", "@jupyterlab/inspector-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/inspector-extension/-/inspector-extension-2.3.0-alpha.0.tgz#3f071e47edc5d99a4d8e21e0607f377b307f54a3" - integrity sha512-cRzIJSE/uyTHIOjCp/2aT9W9/3lR9Xnv0VhYQ+D2Eyfr7XBujOcjvbO0flDXuHUyI33En93U0plOrXwjdm0cKQ== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/console" "^2.3.0-alpha.0" - "@jupyterlab/inspector" "^2.3.0-alpha.0" - "@jupyterlab/launcher" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" - -"@jupyterlab/inspector@^2.3.0-alpha.0", "@jupyterlab/inspector@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-2.3.0-alpha.0.tgz#c21e290163b248ecb983be3be6e9213d6f753502" - integrity sha512-Z6+6334Aclm1VrSWGCrrufjLW4Zf8c8nBx5yTbN0AaDftNJqbYxDzya2FXVZy0puDUFjqYKLa6mTAeWQzCRQdA== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" +"@jupyterlab/inspector-extension@^2.2.6", "@jupyterlab/inspector-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/inspector-extension/-/inspector-extension-2.2.6.tgz#9ea4ef65f2d62eeb9cd89fcbf22265f8771cb322" + integrity sha512-5blxFhcBUuSow4UUcvmnwYvMGHoTr8xXv2gkI8I0ckx4RJXwoI/zWiF64DUa7ItdaRUzldhSsug+C8EkEXUyig== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/console" "^2.2.6" + "@jupyterlab/inspector" "^2.2.3" + "@jupyterlab/launcher" "^2.2.5" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/ui-components" "^2.2.3" + +"@jupyterlab/inspector@^2.2.3", "@jupyterlab/inspector@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-2.2.3.tgz#972630d8071f265cc424b3e5557fe920ad9dc018" + integrity sha512-MVbghoMZaGqndvnJiwjeumV+AW2fyXgKx9QEOuZEUy+u+iaAr/6JGSco/yuL4IeGRMuKcekag270f0TdoIQTXQ== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/statedb" "^2.2.4" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/polling" "^1.1.1" "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/javascript-extension@^2.3.0-alpha.0", "@jupyterlab/javascript-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-2.3.0-alpha.0.tgz#f11598e47487e776fcbadf8289cca6a85326ab10" - integrity sha512-ucpftNfHLnZh4l9zBwLCERF3eaRUDisLNyYJPygjEO3ywgKCwtWG36YUIjfEIfaTWw0s2PZnOdaOisTWzk8m2w== +"@jupyterlab/javascript-extension@^2.2.3", "@jupyterlab/javascript-extension@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-2.2.3.tgz#c8c1307fc8e4ea61a2738177e851b560e4ac40ee" + integrity sha512-5P4rgfDQr84x+CSLlRcxaCpG4IbqO7tGMJGBbaT1GBDMEbYdAF1A3RZE651lKTRnWyO7e1sbwMNHU3jjabRBTw== dependencies: - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/rendermime-interfaces" "^2.2.0" -"@jupyterlab/json-extension@^2.3.0-alpha.0", "@jupyterlab/json-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-2.3.0-alpha.0.tgz#5636adab87c2eb68a48975131ac518a5603d620e" - integrity sha512-pGGE6lIykTLJ128T0Kc0QfC1JIumq0wg19LvbnrjqaI3XOhtIMbC4f19ubZ+m33kHRI5AMqHDeeEFB4s9XO57A== +"@jupyterlab/json-extension@^2.2.5", "@jupyterlab/json-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-2.2.5.tgz#7e8356aa5fd838f11ff0635a4c67cc7945a91e33" + integrity sha512-ieqS9TIASrapQf9EKFhMVUZfR66ROyB5bOH+CYEWKNvIIPt6ZlpgEt36iwp7X7RyoBF/CBmjFVccFQtUsL303w== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/rendermime-interfaces" "^2.2.0" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/messaging" "^1.3.3" "@lumino/widgets" "^1.11.1" @@ -724,26 +724,26 @@ react-highlighter "^0.4.3" react-json-tree "^0.11.2" -"@jupyterlab/launcher-extension@^2.3.0-alpha.0", "@jupyterlab/launcher-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/launcher-extension/-/launcher-extension-2.3.0-alpha.0.tgz#d8de617fc6fd36ef699b3a59b91fb6b9845920b1" - integrity sha512-SVb/5w6t8lcE19bUwrnet0qaiC7Y0GjA2gq7bNo7aPOpTFoiKcM4SNGBHeFMz+NJbUjfExR7T+h9dxMo3FeU2Q== +"@jupyterlab/launcher-extension@^2.2.5", "@jupyterlab/launcher-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/launcher-extension/-/launcher-extension-2.2.5.tgz#b80c872930c8d859fc68fe4ca798a21ef3ab56c8" + integrity sha512-LbW/MGfsCEYzMa4KszzpcfN/L/kZ3vMSY4F0rGMwEFiXTWABjrgBdSXi152ZICns29f+uYPjOk/d5U8jMEEPpw== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/launcher" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/launcher" "^2.2.5" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/widgets" "^1.11.1" -"@jupyterlab/launcher@^2.3.0-alpha.0", "@jupyterlab/launcher@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-2.3.0-alpha.0.tgz#24c7280520ecf34b008a6c7f0482558e343236a1" - integrity sha512-9T0SynwVl1UJXDNf9U7iIi6HDcxtwL8YXkjWaZkGUL45iVBwh5+D/Ab2XJhl8tjN6J81vP2S7qDYjDyYszWUkQ== +"@jupyterlab/launcher@^2.2.5", "@jupyterlab/launcher@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-2.2.5.tgz#c322c4a47674caa502bdd2e484f7b8de14ea19e0" + integrity sha512-Ur1h2VdkFZ4t4vHsSJHH/FXZf32GRE+aheoyowM2estBv2xo3zgNtzzvcXf/x7Kyuk1NxRXM1s7BOyw7gSNB/A== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" @@ -752,246 +752,246 @@ "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/logconsole-extension@^2.3.0-alpha.0", "@jupyterlab/logconsole-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole-extension/-/logconsole-extension-2.3.0-alpha.0.tgz#852d5b8c8bd3db6a333807e57c3001648c7e2940" - integrity sha512-t10rZmKSJ1G+Pc0M5B8ln2HyZOp289+9bETCFLVwmgd6NZvCuWaOaZ3c36SfYpjE9Asojtkvi5mzHiD3/rVJ3Q== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/logconsole" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/logconsole-extension@^2.2.6", "@jupyterlab/logconsole-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole-extension/-/logconsole-extension-2.2.6.tgz#47556c5d9b725114ed6a00f806564558b1a3a4f4" + integrity sha512-zcyIJIgHPWmFiDbTKaM1NXDANB8jZk+1Gw9RdyQDAMGFZPdMXJVUFKhiCa5XJ5YYD/rnqvtitYRld3WsL0fMOQ== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/logconsole" "^2.2.3" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/logconsole@^2.3.0-alpha.0", "@jupyterlab/logconsole@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-2.3.0-alpha.0.tgz#cc6a96b5073f5db07413da8ff83246e0050362fa" - integrity sha512-z/2h1mXzOFle1qxz0G5dA8i/e4ifAY8QULwXsIziYjY+ddFG9EX39BLb4dhrCKXnlgc668Wq4gYdaGAlSkwH7A== +"@jupyterlab/logconsole@^2.2.3", "@jupyterlab/logconsole@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-2.2.3.tgz#595502ac12372fa589f822cb0b5e4d3ec85b6cd8" + integrity sha512-FDpVjgISXo1ajAHM2npXk1F9+wG3iPqXPlOhYKt/1tQQvmKw2bLjYEsPHUw7lgR0OABg/T2xtehqcAa0vV62Ag== dependencies: - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/outputarea" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/outputarea" "^2.2.3" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/messaging" "^1.3.3" "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/mainmenu-extension@^2.3.0-alpha.0", "@jupyterlab/mainmenu-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-2.3.0-alpha.0.tgz#efe3d9e87fd2d66a96caaedb77a612280e939b88" - integrity sha512-ixyusn9pz2BUbqk3LBjI06rO3VvmkJOIaw9Bd06ExTPjO5ipqTnjoNPqJl54orOJ8V1wsGrOInMAigHRkM3aiA== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/mainmenu-extension@^2.2.5", "@jupyterlab/mainmenu-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-2.2.5.tgz#f223e1da4956d40702a08d2a3af31ac89541f864" + integrity sha512-1xt0V1fCaL10dP6UFC7x9LjtjnbdvOpsIgnWQ8moaVsDMr3JurIKorcZFK5h7aUeQxlWUYfrJ68bYWvyzoDiPA== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/disposable" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/mainmenu@^2.3.0-alpha.0", "@jupyterlab/mainmenu@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-2.3.0-alpha.0.tgz#c2e9231e45c6e851cd67360ffa897d9404dabd62" - integrity sha512-FM96vixkQBYwf+SGHengky7Nnvi5Y9hbdd6vOJQqQXdvzy8CPb0WVsTph5e1FLbPs34gTsVzSv3hZQG5qleU9g== +"@jupyterlab/mainmenu@^2.2.3", "@jupyterlab/mainmenu@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-2.2.3.tgz#b6f2b6f86ee95d683a3b1314781e0185df10facb" + integrity sha512-ulio5vUDErcLAY05POBs5HBCRglb7PPIT0OuMsT9U3i6j4k2euN+N3NE/iU8iYlMhj33VEl3tgDdjZghzMW0hw== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/markdownviewer-extension@^2.3.0-alpha.0", "@jupyterlab/markdownviewer-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer-extension/-/markdownviewer-extension-2.3.0-alpha.0.tgz#c415fa7a021f2698320c631cdeffda523ea3e2fb" - integrity sha512-+sSZ32KUFFAVhtv3aFLwP5HLcWIKLDBTN+EpmpH/8JmtdLigXrRN/LAjbvgRLXyw/wRIP5llroPrES7+h8Yc6Q== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/markdownviewer" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - -"@jupyterlab/markdownviewer@^2.3.0-alpha.0", "@jupyterlab/markdownviewer@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer/-/markdownviewer-2.3.0-alpha.0.tgz#bf375adb6643ce8704c80dc46e9281a283e07867" - integrity sha512-cvPSVzSp6PmhOFtIPQJh564zrleDu5zmoWCClrckAEiOFHRCyN7j9WSSy0X+1dQuo8PxdsKNlmUvdT6EgMCn6w== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" +"@jupyterlab/markdownviewer-extension@^2.2.5", "@jupyterlab/markdownviewer-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer-extension/-/markdownviewer-extension-2.2.5.tgz#0265f868ffebab4c5365518e651895e575b9501f" + integrity sha512-iR5d+gAv3AbVGRXiYeFdHq+dEvipBa+ZJKjnmkIKrl5/SVS0AxUuNpOnBA3QmwXytlof8NnnvsIl5X9L9eCDFg== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/markdownviewer" "^2.2.5" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/settingregistry" "^2.2.4" + +"@jupyterlab/markdownviewer@^2.2.5", "@jupyterlab/markdownviewer@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer/-/markdownviewer-2.2.5.tgz#89f17fd2a1badf96f19485e73e2cb0d4517f81f9" + integrity sha512-bbLI/CK+zFWeJcnckaPP1SPsff0ZyVUT40ycpfQmL6T/bMp7+G2aCsELXNV36Z17BPR02+P/tihitr05gNezMQ== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/rendermime" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/messaging" "^1.3.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/mathjax2-extension@^2.3.0-alpha.0", "@jupyterlab/mathjax2-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-2.3.0-alpha.0.tgz#08f1745a2eccdbc098a34821475c788143a2f907" - integrity sha512-emErnJJBo3RBdvYErMlRCosPTGVyYyvS6onuM2wcwW6jF9lDFJz9LQ0qfwAMRzZzG9pmg4n3zeKGN9FFAECnGA== +"@jupyterlab/mathjax2-extension@^2.2.5", "@jupyterlab/mathjax2-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-2.2.5.tgz#ad01591398edc3d0a82666eb43e1d9bd3b7868e7" + integrity sha512-HTuJIpdD5oSsBuKxAQWgVvNnmed+tEGvXKojQFCo3YdeXPZIdPdeLMhv6gCOlqbIVXsDv8haRGbTwMHTLs7wbw== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/mathjax2" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/mathjax2" "^2.2.0" + "@jupyterlab/rendermime" "^2.2.3" -"@jupyterlab/mathjax2@^2.3.0-alpha.0", "@jupyterlab/mathjax2@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-2.3.0-alpha.0.tgz#2ed500e03690d29ea3c5991d823ad5a591f17e4e" - integrity sha512-VSuKYINZueHFKZutMF4LGEM+DEiZP3OWKYpyAm4fuDOJeeAgAaK7vT9PYiwKSYvtbmYyihcLWE+zd0IfM0HR1Q== +"@jupyterlab/mathjax2@^2.2.0", "@jupyterlab/mathjax2@~2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-2.2.0.tgz#f5a8bb4290a464567a1a8845741ddf36553f4a05" + integrity sha512-DysP5E/Jam3Ew0URGsI54QOh7BgCCvhfONcDzn88kWPiidvxS0tSmsPkkOcAyGYH2pO1CSDcWVYsSokvBOz2qA== dependencies: - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" + "@jupyterlab/rendermime-interfaces" "^2.2.0" "@lumino/coreutils" "^1.4.2" -"@jupyterlab/metapackage@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/metapackage/-/metapackage-2.3.0-alpha.0.tgz#c49eb16f85783e31b9a1839f033f4de45511d4e6" - integrity sha512-QsyqiOO4TYwoEXVccuYbXee6bKgPF5mpFFx7iLhSirIIbLk84OhtCQ0FoAheQm0lejniFyQ/nO91xUFleVUseg== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/application-extension" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/apputils-extension" "^2.3.0-alpha.0" - "@jupyterlab/attachments" "^2.3.0-alpha.0" - "@jupyterlab/cells" "^2.3.0-alpha.0" - "@jupyterlab/celltags" "^2.3.0-alpha.0" - "@jupyterlab/celltags-extension" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/codemirror" "^2.3.0-alpha.0" - "@jupyterlab/codemirror-extension" "^2.3.0-alpha.0" - "@jupyterlab/completer" "^2.3.0-alpha.0" - "@jupyterlab/completer-extension" "^2.3.0-alpha.0" - "@jupyterlab/console" "^2.3.0-alpha.0" - "@jupyterlab/console-extension" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/csvviewer" "^2.3.0-alpha.0" - "@jupyterlab/csvviewer-extension" "^2.3.0-alpha.0" - "@jupyterlab/docmanager" "^2.3.0-alpha.0" - "@jupyterlab/docmanager-extension" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/documentsearch" "^2.3.0-alpha.0" - "@jupyterlab/documentsearch-extension" "^2.3.0-alpha.0" - "@jupyterlab/extensionmanager" "^2.3.0-alpha.0" - "@jupyterlab/extensionmanager-extension" "^2.3.0-alpha.0" - "@jupyterlab/filebrowser" "^2.3.0-alpha.0" - "@jupyterlab/filebrowser-extension" "^2.3.0-alpha.0" - "@jupyterlab/fileeditor" "^2.3.0-alpha.0" - "@jupyterlab/fileeditor-extension" "^2.3.0-alpha.0" - "@jupyterlab/help-extension" "^2.3.0-alpha.0" - "@jupyterlab/htmlviewer" "^2.3.0-alpha.0" - "@jupyterlab/htmlviewer-extension" "^2.3.0-alpha.0" - "@jupyterlab/hub-extension" "^2.3.0-alpha.0" - "@jupyterlab/imageviewer" "^2.3.0-alpha.0" - "@jupyterlab/imageviewer-extension" "^2.3.0-alpha.0" - "@jupyterlab/inspector" "^2.3.0-alpha.0" - "@jupyterlab/inspector-extension" "^2.3.0-alpha.0" - "@jupyterlab/javascript-extension" "^2.3.0-alpha.0" - "@jupyterlab/json-extension" "^2.3.0-alpha.0" - "@jupyterlab/launcher" "^2.3.0-alpha.0" - "@jupyterlab/launcher-extension" "^2.3.0-alpha.0" - "@jupyterlab/logconsole" "^2.3.0-alpha.0" - "@jupyterlab/logconsole-extension" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu-extension" "^2.3.0-alpha.0" - "@jupyterlab/markdownviewer" "^2.3.0-alpha.0" - "@jupyterlab/markdownviewer-extension" "^2.3.0-alpha.0" - "@jupyterlab/mathjax2" "^2.3.0-alpha.0" - "@jupyterlab/mathjax2-extension" "^2.3.0-alpha.0" - "@jupyterlab/nbconvert-css" "^2.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/notebook-extension" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/outputarea" "^2.3.0-alpha.0" - "@jupyterlab/pdf-extension" "^2.3.0-alpha.0" - "@jupyterlab/property-inspector" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-extension" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" - "@jupyterlab/running" "^2.3.0-alpha.0" - "@jupyterlab/running-extension" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/settingeditor" "^2.3.0-alpha.0" - "@jupyterlab/settingeditor-extension" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/shortcuts-extension" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" - "@jupyterlab/statusbar-extension" "^2.3.0-alpha.0" - "@jupyterlab/tabmanager-extension" "^2.3.0-alpha.0" - "@jupyterlab/terminal" "^2.3.0-alpha.0" - "@jupyterlab/terminal-extension" "^2.3.0-alpha.0" - "@jupyterlab/theme-dark-extension" "^2.3.0-alpha.0" - "@jupyterlab/theme-light-extension" "^2.3.0-alpha.0" - "@jupyterlab/tooltip" "^2.3.0-alpha.0" - "@jupyterlab/tooltip-extension" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" - "@jupyterlab/ui-components-extension" "^2.3.0-alpha.0" - "@jupyterlab/vdom" "^2.3.0-alpha.0" - "@jupyterlab/vdom-extension" "^2.3.0-alpha.0" - "@jupyterlab/vega5-extension" "^2.3.0-alpha.0" - -"@jupyterlab/nbconvert-css@^2.3.0-alpha.0", "@jupyterlab/nbconvert-css@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/nbconvert-css/-/nbconvert-css-2.3.0-alpha.0.tgz#da9dc83c220e603dff6cd9019504a6c71bc3ee1c" - integrity sha512-j64dBfb+HuzXlYsf2RdS4EEiXQegPpU6ysDES6feBvYkdae03ZvLcl/2NFFGzNmWoDInUCcKksJRaACQdttBfA== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/cells" "^2.3.0-alpha.0" - "@jupyterlab/codemirror" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/outputarea" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - -"@jupyterlab/nbformat@^2.3.0-alpha.0", "@jupyterlab/nbformat@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-2.3.0-alpha.0.tgz#250fd2e206ca8ceab94fc78afaf430a166ad4407" - integrity sha512-BuvjAiifKyZnq6KLM2Bf1c4EanBGpUgxaQg0MD/zX3x+uhVjiVb9o/VXQfL3eGK3NvreRYAneRct0zkWx0YBhA== +"@jupyterlab/metapackage@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/metapackage/-/metapackage-2.2.6.tgz#db49ee35c3299d009653f79aa7a1e208d4ddb8c8" + integrity sha512-bDScY/pWk3aKcAHqjb8S8pqUCjx9pYPVVxXQjawa6T6vAgq2pBrVXLlQPETnFVNJkWOOFeMtbo+oOksXMv24zQ== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/application-extension" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/apputils-extension" "^2.2.5" + "@jupyterlab/attachments" "^2.2.3" + "@jupyterlab/cells" "^2.2.6" + "@jupyterlab/celltags" "^2.2.6" + "@jupyterlab/celltags-extension" "^2.2.6" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/codemirror" "^2.2.3" + "@jupyterlab/codemirror-extension" "^2.2.5" + "@jupyterlab/completer" "^2.2.3" + "@jupyterlab/completer-extension" "^2.2.6" + "@jupyterlab/console" "^2.2.6" + "@jupyterlab/console-extension" "^2.2.6" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/csvviewer" "^2.2.3" + "@jupyterlab/csvviewer-extension" "^2.2.6" + "@jupyterlab/docmanager" "^2.2.3" + "@jupyterlab/docmanager-extension" "^2.2.5" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/documentsearch" "^2.2.6" + "@jupyterlab/documentsearch-extension" "^2.2.6" + "@jupyterlab/extensionmanager" "^2.2.5" + "@jupyterlab/extensionmanager-extension" "^2.2.5" + "@jupyterlab/filebrowser" "^2.2.4" + "@jupyterlab/filebrowser-extension" "^2.2.6" + "@jupyterlab/fileeditor" "^2.2.3" + "@jupyterlab/fileeditor-extension" "^2.2.6" + "@jupyterlab/help-extension" "^2.2.5" + "@jupyterlab/htmlviewer" "^2.2.5" + "@jupyterlab/htmlviewer-extension" "^2.2.5" + "@jupyterlab/hub-extension" "^2.2.5" + "@jupyterlab/imageviewer" "^2.2.3" + "@jupyterlab/imageviewer-extension" "^2.2.5" + "@jupyterlab/inspector" "^2.2.3" + "@jupyterlab/inspector-extension" "^2.2.6" + "@jupyterlab/javascript-extension" "^2.2.3" + "@jupyterlab/json-extension" "^2.2.5" + "@jupyterlab/launcher" "^2.2.5" + "@jupyterlab/launcher-extension" "^2.2.5" + "@jupyterlab/logconsole" "^2.2.3" + "@jupyterlab/logconsole-extension" "^2.2.6" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/mainmenu-extension" "^2.2.5" + "@jupyterlab/markdownviewer" "^2.2.5" + "@jupyterlab/markdownviewer-extension" "^2.2.5" + "@jupyterlab/mathjax2" "^2.2.0" + "@jupyterlab/mathjax2-extension" "^2.2.5" + "@jupyterlab/nbconvert-css" "^2.2.6" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/notebook-extension" "^2.2.6" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/outputarea" "^2.2.3" + "@jupyterlab/pdf-extension" "^2.2.0" + "@jupyterlab/property-inspector" "^2.2.5" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/rendermime-extension" "^2.2.5" + "@jupyterlab/rendermime-interfaces" "^2.2.0" + "@jupyterlab/running" "^2.2.5" + "@jupyterlab/running-extension" "^2.2.5" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/settingeditor" "^2.2.5" + "@jupyterlab/settingeditor-extension" "^2.2.5" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/shortcuts-extension" "^2.2.5" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" + "@jupyterlab/statusbar-extension" "^2.2.6" + "@jupyterlab/tabmanager-extension" "^2.2.5" + "@jupyterlab/terminal" "^2.2.3" + "@jupyterlab/terminal-extension" "^2.2.5" + "@jupyterlab/theme-dark-extension" "^2.2.5" + "@jupyterlab/theme-light-extension" "^2.2.5" + "@jupyterlab/tooltip" "^2.2.5" + "@jupyterlab/tooltip-extension" "^2.2.6" + "@jupyterlab/ui-components" "^2.2.3" + "@jupyterlab/ui-components-extension" "^2.2.5" + "@jupyterlab/vdom" "^2.2.5" + "@jupyterlab/vdom-extension" "^2.2.6" + "@jupyterlab/vega5-extension" "^2.2.0" + +"@jupyterlab/nbconvert-css@^2.2.6", "@jupyterlab/nbconvert-css@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/nbconvert-css/-/nbconvert-css-2.2.6.tgz#cf1e8cd53af874ddcabe03d4255a118cf0189b44" + integrity sha512-0nW0YhQ1An6eyH32TLg/XMWY9zJNTgY/WzcThFv0xySiySYniXa5XYKYEC6Dd2J9IWinq/8DSxd7wpUOBdPF9A== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/cells" "^2.2.6" + "@jupyterlab/codemirror" "^2.2.3" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/outputarea" "^2.2.3" + "@jupyterlab/rendermime" "^2.2.3" + +"@jupyterlab/nbformat@^2.2.4", "@jupyterlab/nbformat@~2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-2.2.4.tgz#073403249e636ee7334fd995fa37880570f031d6" + integrity sha512-++kWMuVJvduiUbbGlDsNAbDAreDRuYAlLKqlpRL+KfAgvmYNri3qxDw9/NQ3GvI+0HDjTXO0l4WfXVLS5SESIg== dependencies: "@lumino/coreutils" "^1.4.2" -"@jupyterlab/notebook-extension@^2.3.0-alpha.0", "@jupyterlab/notebook-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-2.3.0-alpha.0.tgz#d19368e2845438e4a9f3ecde009abe57529d4e1e" - integrity sha512-nKsfh8z5ARfC6A6mqeEp+77v5B1uccEw94rM+KclqE1tkB4K7W7Wj2dyu1JfJYA2tDS+tI8E/B8oi1DlCoD5fg== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/cells" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docmanager" "^2.3.0-alpha.0" - "@jupyterlab/filebrowser" "^2.3.0-alpha.0" - "@jupyterlab/launcher" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/property-inspector" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/notebook-extension@^2.2.6", "@jupyterlab/notebook-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-2.2.6.tgz#3cb1ac51df732774c2aad7bab3251e613b198c14" + integrity sha512-LT7Em8kjTxRCWhSLnY/HQEDv9ROFWbkH+BcwcZ3QnEjVUBBrK6G6QkuQvc62vnLfAKyRLz85OL0JE8+24O1r5g== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/cells" "^2.2.6" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docmanager" "^2.2.3" + "@jupyterlab/filebrowser" "^2.2.4" + "@jupyterlab/launcher" "^2.2.5" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/property-inspector" "^2.2.5" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" @@ -999,22 +999,22 @@ "@lumino/messaging" "^1.3.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/notebook@^2.3.0-alpha.0", "@jupyterlab/notebook@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-2.3.0-alpha.0.tgz#649bcf2c4d4f86b8e09a95b429d59be8cd433eaf" - integrity sha512-2ufwY602WMp8B4Z8JI0M2Q8+FfMBUEB4BeXGP69atQNOxJs2s3wZfhRfgcRyhvT1E/kquAf+8Dq3+vjOMajGcA== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/cells" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/notebook@^2.2.6", "@jupyterlab/notebook@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-2.2.6.tgz#06e180f294079b733d483e1bdf4ab06dcbcab943" + integrity sha512-AVvUzW8ZX259UTcQ3ZgGX5awe/9P4ktfESQp7ubxkh7FPVrHxMg29bLSkRX/guMzSCx8cia9lnXf6bHM2hPVJQ== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/cells" "^2.2.6" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/statusbar" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/domutils" "^1.1.7" @@ -1026,10 +1026,10 @@ "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/observables@^3.3.0-alpha.0", "@jupyterlab/observables@~3.3.0-alpha.0": - version "3.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-3.3.0-alpha.0.tgz#b1ee61fe736f6bd8d592386c27d312acffd53e14" - integrity sha512-YF4cIw85NLONH0azAhHkgcDQNlmb3wSeAF6wNlvmWseMpbU21jhwAOIdHWuMMBp4X3pIv9HkNTNg0lmwiVogyw== +"@jupyterlab/observables@^3.2.4", "@jupyterlab/observables@~3.2.4": + version "3.2.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-3.2.4.tgz#2c58c9c859e888183e237674f151276507cb9b72" + integrity sha512-gdAv2H1Ccr9ARUyG3jgfjGJb6yewy3NWU/4uvtaFR7sTekI27Tb4ulCCUrartgSNydmTjRw4bZwnu4e1qVj9eg== dependencies: "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" @@ -1037,17 +1037,17 @@ "@lumino/messaging" "^1.3.3" "@lumino/signaling" "^1.3.5" -"@jupyterlab/outputarea@^2.3.0-alpha.0", "@jupyterlab/outputarea@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-2.3.0-alpha.0.tgz#b5df7f116647ebf067fff079334bfc23aa7d9df8" - integrity sha512-6zIiiNVd5vyCc0DmCa+w7hpNJmpehBoW6YRwlPkhLNkfbKhhhPylou2pgwpQ73lIZMMIo6AJcebrwrLqqvnTdw== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" +"@jupyterlab/outputarea@^2.2.3", "@jupyterlab/outputarea@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-2.2.3.tgz#1be7a190a060234b9fb684f5bcfdbc283739da40" + integrity sha512-idIUc1BMMXcOuIdxfoavQ8wFcuRoCbI7t3KECPy8tB2zeaN294Nr+HK0ycD3cQrZ0f/7LiNGi42H+MrYKXTSmA== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/rendermime-interfaces" "^2.2.0" + "@jupyterlab/services" "^5.2.4" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -1056,58 +1056,58 @@ "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/pdf-extension@^2.3.0-alpha.0", "@jupyterlab/pdf-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-2.3.0-alpha.0.tgz#1d33cc5da762be319f08e172b211c14c109ffbf9" - integrity sha512-U4a5JfOCSfFDC8eIu3yTW1HXFPHKOrx2gsnEs3z/afPu7efe49qMKtsZWT/TScEFs3drBowGVENqEDN4mgLMsg== +"@jupyterlab/pdf-extension@^2.2.0", "@jupyterlab/pdf-extension@~2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-2.2.0.tgz#4407fec06c6d0e5f307003dd4d5817ad20f2c0b2" + integrity sha512-9MqH8Eqn7AocztipeIEssEksw0xYrhHD99CaPMUUrOXGz23TAz89X5Uj3XHYyjkE8ydCj20n2jMPX1PJ7UdiPg== dependencies: - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" + "@jupyterlab/rendermime-interfaces" "^2.2.0" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/widgets" "^1.11.1" -"@jupyterlab/property-inspector@^2.3.0-alpha.0", "@jupyterlab/property-inspector@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-2.3.0-alpha.0.tgz#05b2d2bd4cda49021a86ed3534e845b27f1bbe1a" - integrity sha512-JFQ6PZjZaA32MIz3KLQaaYyxVg/7Xgr9M+H8vb5QFXIwdTlKocVaGq7Ya9NM0iGK/pBrAnxKQiADS14NJdfHdQ== +"@jupyterlab/property-inspector@^2.2.5", "@jupyterlab/property-inspector@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-2.2.5.tgz#709e35e88670bef306006b7e2752a5eee52140e6" + integrity sha512-7SvUYCK9k2IWHQH6G2q8mNhSw2BAvsgF3eabbn2rL1NBDdxDluPMPAIvwHw5PZgcDdkaRIMdLYuiuuZq6xLikg== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/signaling" "^1.3.5" "@lumino/widgets" "^1.11.1" react "~16.9.0" -"@jupyterlab/rendermime-extension@^2.3.0-alpha.0", "@jupyterlab/rendermime-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-2.3.0-alpha.0.tgz#76038f577d2234a5cc6a8577febe34a065eecec6" - integrity sha512-Wij2Gbk5mcW9UvX6cD2qJPPmfmFAJc7c8jOr2DGsnaEaZ5Y3dBFrBR7JzuJ/okhMvaXBF5wVGagzNHcgkJMSsg== +"@jupyterlab/rendermime-extension@^2.2.5", "@jupyterlab/rendermime-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-2.2.5.tgz#bad57c2f88c49080eb0520e4c3a4652b1bdfbcbd" + integrity sha512-0nR7oY0VwjZZ12xK2n/btvwvkSu68qCkWhJxzZa81HGbBYjUqqR8Rzomucn+H/oh93EcpH8L41c0fHijSvdM6A== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/docmanager" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/docmanager" "^2.2.3" + "@jupyterlab/rendermime" "^2.2.3" -"@jupyterlab/rendermime-interfaces@^2.3.0-alpha.0", "@jupyterlab/rendermime-interfaces@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-2.3.0-alpha.0.tgz#540d1e6c45f24610df62a616df6a0edc7477ea1b" - integrity sha512-tLefAaDhUJNqI2ph8y17Z3S9iyrVEOExOUP3BdrBnnKZBpjBCWBQvaNdt1L9iFohSn40KFGYQAFJqtG7/dkKDA== +"@jupyterlab/rendermime-interfaces@^2.2.0", "@jupyterlab/rendermime-interfaces@~2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-2.2.0.tgz#0b9f807a788a78ad067d6425d8b2c323c82b2b18" + integrity sha512-2gdYvRzq+IfOKgI751aZY9Gr8of3UeVZ03O2nLyiSlHa6lWhKuzXDPPrKk3NiToOlc2rJSUy+Y9Oj+TONjfvKg== dependencies: "@lumino/coreutils" "^1.4.2" "@lumino/widgets" "^1.11.1" -"@jupyterlab/rendermime@^2.3.0-alpha.0", "@jupyterlab/rendermime@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-2.3.0-alpha.0.tgz#17e6649a24bde36b61c6499901d264dc35439561" - integrity sha512-YEK8sLMo//fbefQf+uvOcKb3tCVPfk2rx4Vi9IxjzKouZmRKnmU0hLuCpJ31qojsvGI0MR/XQ4UeZ0XbmaO5Vg== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codemirror" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" +"@jupyterlab/rendermime@^2.2.3", "@jupyterlab/rendermime@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-2.2.3.tgz#0b76403c97e0796a0a89beea25246ccec3ec307b" + integrity sha512-ld+0vp0FLNkwDHmgQiTEerXCCk6C5bzSvqNHBTuNpmG0IN35pijz1J3pHTt1DwJhYlsZQ1+qCDwrs4sXwk0dJA== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codemirror" "^2.2.3" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/rendermime-interfaces" "^2.2.0" + "@jupyterlab/services" "^5.2.4" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/messaging" "^1.3.3" @@ -1116,40 +1116,40 @@ lodash.escape "^4.0.1" marked "^0.8.0" -"@jupyterlab/running-extension@^2.3.0-alpha.0", "@jupyterlab/running-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-2.3.0-alpha.0.tgz#7c9eb00f45406635656ba50051cec13123ce074d" - integrity sha512-LGmBXuP74IjB4eUW7YSqvkFKGO+RrE5TfIB29SMA+I/bGxaX3xqea/0VHqnPaxNJnnEr39mDomzpZnBslmWLBw== +"@jupyterlab/running-extension@^2.2.5", "@jupyterlab/running-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-2.2.5.tgz#77511233caed857a2cfc3e39dee7eabe4d97beb7" + integrity sha512-zkfw0FvTI2AuSyNGOnZB6x/H3dp0Jk621EQrJzNZo7L+acD01SIyouPF+zrsus23GMW/YC1RtZnSuz/tiFiUIw== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/running" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/running" "^2.2.5" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" -"@jupyterlab/running@^2.3.0-alpha.0", "@jupyterlab/running@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-2.3.0-alpha.0.tgz#faf44479342e5281cbc3144ea7613fe30aa14229" - integrity sha512-BO/ph2lgZclZAfFBLPbRxCi5/k/4tWBSs9SAoS9/DyYwFie2qOdCd+bu98BTB59ENULHpoWDmqkZz5TjZYI+oQ== +"@jupyterlab/running@^2.2.5", "@jupyterlab/running@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-2.2.5.tgz#b7d80bf84ed507205d5f3d42e82261a8d7fa3a13" + integrity sha512-JcrLaRYcL5E3fsI0vLFxS4NxXmyrqmKJcu6mJeAT4Nwq2F33bfyDquC0ResQCEHo/SRyUUTtSM4x/B6j1z4Cpw== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" "@lumino/signaling" "^1.3.5" react "~16.9.0" -"@jupyterlab/services@^5.3.0-alpha.0", "@jupyterlab/services@~5.3.0-alpha.0": - version "5.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-5.3.0-alpha.0.tgz#8dd61bab77dc1cdf813c5eb316dd2d9abc3c4ebf" - integrity sha512-Ytb+PX9vfGc4vuWtxbI5QhZoSEpsWRtVdeE2wUkM3552L7GiU4tT8W2lraSVpx55dApV5hTxeaFImVZ/AhpXIw== +"@jupyterlab/services@^5.2.4", "@jupyterlab/services@~5.2.4": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-5.2.4.tgz#e9331a98db435abc83ffa902799df59fe6b9c15c" + integrity sha512-of9GujFF4bhFUcTyR+OTc04mEwm7l+xyJOzW6h6sp2JRIkHm2Sa0UwS9RlkdjXzjwAzg68TW2h1OOU8CzgunLw== dependencies: - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/nbformat" "^2.3.0-alpha.0" - "@jupyterlab/observables" "^3.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/nbformat" "^2.2.4" + "@jupyterlab/observables" "^3.2.4" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statedb" "^2.2.4" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -1158,33 +1158,33 @@ node-fetch "^2.6.0" ws "^7.2.0" -"@jupyterlab/settingeditor-extension@^2.3.0-alpha.0", "@jupyterlab/settingeditor-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-2.3.0-alpha.0.tgz#2762b0eabbe545e650eebb73b36228c5357809ce" - integrity sha512-+o1LRSYEpbu4z3xYBlkSBTTWabv+cO71gIDa+oGmfJdSS9vFn1B8M6T0dnDu4jSERLdALu+q3Zl+dxDWYG+D/g== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/settingeditor" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/settingeditor-extension@^2.2.5", "@jupyterlab/settingeditor-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-2.2.5.tgz#a40aa2a120db3a3ca4452bb936b50bf1e6644363" + integrity sha512-pyk8iWTBwF4GXPcuAWuF62TxMHI+Hi7si6TDYRCuePBTFK+n2K2jsEETRUjMGssRvT5NPlhbkFlDPrjCHE1dVg== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/settingeditor" "^2.2.5" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/disposable" "^1.3.5" -"@jupyterlab/settingeditor@^2.3.0-alpha.0", "@jupyterlab/settingeditor@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-2.3.0-alpha.0.tgz#2a7da0ca71af51101c4a2a4fb4dabef1617fa708" - integrity sha512-AevPa/WrU9TYnm085AoABokmXN7U/lBz7VYkuzeSKEsZluVXAHOaiwCgW83xQoPImOK1+PvsxDQpqkGLv6ktGw== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/inspector" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statedb" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/settingeditor@^2.2.5", "@jupyterlab/settingeditor@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-2.2.5.tgz#64bd28c93c214e926cb62dbc220ae85f11acf04b" + integrity sha512-7bqk4usKgsl3s/LyxYYysUmRX/xTuB30uTZvGmDgJbNHmca9T7l/w0I5LtIILHouuz8DzvDAjd+/yk9KtAP2Rw== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/inspector" "^2.2.3" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statedb" "^2.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" "@lumino/messaging" "^1.3.3" @@ -1193,12 +1193,12 @@ react "~16.9.0" react-dom "~16.9.0" -"@jupyterlab/settingregistry@^2.3.0-alpha.0", "@jupyterlab/settingregistry@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-2.3.0-alpha.0.tgz#a6d520befc4868c891f6742377467df502137b4b" - integrity sha512-wv2PLiiQlPFh6oCNFfSC8HhkaW3O2iHE4cRGsuENssMDs50WqnVE6FxHfBlYXyBd9uxfGG92uXmEQXUfxd3Muw== +"@jupyterlab/settingregistry@^2.2.4", "@jupyterlab/settingregistry@~2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-2.2.4.tgz#8fd7e443fd4e4d0949e162fc316d63b785c2ea66" + integrity sha512-fx3PFuuB3jSf3eAuQc6zpDrE06t96XRGFdw0mJ7fgUg4LudrYkXAuDL6d4bJXn/GcglGhVkQNWKR4LYX7VBrWA== dependencies: - "@jupyterlab/statedb" "^2.3.0-alpha.0" + "@jupyterlab/statedb" "^2.2.4" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -1206,21 +1206,21 @@ ajv "^6.10.2" json5 "^2.1.1" -"@jupyterlab/shortcuts-extension@^2.3.0-alpha.0", "@jupyterlab/shortcuts-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-2.3.0-alpha.0.tgz#b1b88370f9a4dabc8248315150c35082e86d7e67" - integrity sha512-JpzJl57SFFVLL6Z94zJtlKd2+hP/o1pfQYPZkZDiN+y/Cv5T+HNnZFt8D+rDP0LAicH1MzV2M4H/bbky4POtOw== +"@jupyterlab/shortcuts-extension@^2.2.5", "@jupyterlab/shortcuts-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-2.2.5.tgz#1892ba46aed0ccd370d8c776ec41f3577659feed" + integrity sha512-iQXqn29fIetOHN9jNnzlb/2M5zsp6iX4JVh3n44YuTn2pYhvqCo+vuAsKQhjeYT+wUo3CZ1ur1MtZZgCse/Hxw== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/settingregistry" "^2.2.4" "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" -"@jupyterlab/statedb@^2.3.0-alpha.0", "@jupyterlab/statedb@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-2.3.0-alpha.0.tgz#72591731e431bdb1fb029f66fe3606c746b0e662" - integrity sha512-2KJg/oyrUKW86OmmKo2M3F3/VBy195S5CnuCocIokKAZK3J6gvAet7PjQmTh8B/l3jkWGnmyIhB4eiQOezaEXw== +"@jupyterlab/statedb@^2.2.4", "@jupyterlab/statedb@~2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-2.2.4.tgz#674d7b59b51c6b2f76e8557eb2ff64797f9a85e9" + integrity sha512-/JaabUJi0rFXZEYAFV9wVcXHllEgFAo59uqZ9/lU0i6gULSykCFdVw0QZPIaiaScQYKluhsOBMJB7uXOcDikRA== dependencies: "@lumino/commands" "^1.10.1" "@lumino/coreutils" "^1.4.2" @@ -1228,33 +1228,33 @@ "@lumino/properties" "^1.1.6" "@lumino/signaling" "^1.3.5" -"@jupyterlab/statusbar-extension@^2.3.0-alpha.0", "@jupyterlab/statusbar-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar-extension/-/statusbar-extension-2.3.0-alpha.0.tgz#56f435df7454cf9d42b9dce32613361ce91711d4" - integrity sha512-aHYFro7BrPea/qoj9PqbqNsCrPmFE+J7xnFVajWAqdTekjHyTYmxcqvwEn+Fpo5Rs5Uq9hPkCpZA4VLPuhEvMw== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/cells" "^2.3.0-alpha.0" - "@jupyterlab/console" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/fileeditor" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/statusbar" "^2.3.0-alpha.0" +"@jupyterlab/statusbar-extension@^2.2.6", "@jupyterlab/statusbar-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar-extension/-/statusbar-extension-2.2.6.tgz#7c9ce2888135878a9f2432687fb1f7f248de9533" + integrity sha512-B/XZSh3A6+bqvQl++yTiHtl2YN7scS9NmVmk4E6PrB+Obs9NBayBmH1Fvwj89rzrpnuXnkV5b0XqPoiI4qL89g== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/cells" "^2.2.6" + "@jupyterlab/console" "^2.2.6" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/fileeditor" "^2.2.3" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/statusbar" "^2.2.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/statusbar@^2.3.0-alpha.0", "@jupyterlab/statusbar@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-2.3.0-alpha.0.tgz#6909d78d498a5f281fd43bbf76a8056c582b7397" - integrity sha512-7f7gJ5Uo3ygx/jxK2BFQfpt4nYu5iy211U1wSgbKl5y5O+FiwFxRVUfUKYVrtImM1G7tRg4eihF/bsm2QAGSdQ== +"@jupyterlab/statusbar@^2.2.3", "@jupyterlab/statusbar@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-2.2.3.tgz#27f65e4e6303732f4eb56d1d8d1486d55f0dc68a" + integrity sha512-SGs9K/7AYEWgQSf74M7obxY4/X6r6dKQ33cC0q57GE3snq3mrFrku05VyLd6G3j8DxHPkr9kuVsDf2MJlpq5cQ== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/disposable" "^1.3.5" @@ -1266,40 +1266,40 @@ react "~16.9.0" typestyle "^2.0.4" -"@jupyterlab/tabmanager-extension@^2.3.0-alpha.0", "@jupyterlab/tabmanager-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/tabmanager-extension/-/tabmanager-extension-2.3.0-alpha.0.tgz#3b780db9408a7c51f9b32c4881c8d693fa69d3da" - integrity sha512-NtR9S6O26L9Mgiomq+59ObIqo76oz03qTykhHxjyi0ViJ/XrzcoWj4mZ6MBBVQ142ACZ+9kxDi9mfbj+8BeelA== +"@jupyterlab/tabmanager-extension@^2.2.5", "@jupyterlab/tabmanager-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/tabmanager-extension/-/tabmanager-extension-2.2.5.tgz#6c2d69c931844665826723cbcb69ec0941dc1b61" + integrity sha512-pOeRL3JZxTw9X6YA8oTVPC3hr8HcRTN2EsiUFrV1GWmTecjk9A/IgdgbemFam2e4WB85GwtRoll7XDS94mgwHQ== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/terminal-extension@^2.3.0-alpha.0", "@jupyterlab/terminal-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-2.3.0-alpha.0.tgz#3541fdf7dc1bfc95bd6e46a18437f4d19fd69258" - integrity sha512-0gFf9mRH4T6wPH/N3IY7aAIiBbSQggCmW5ObxewnMZitRq+tYAWi/W8ci2ewB8QTQsMmvySYXHvJd4N8ZoL7mQ== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/launcher" "^2.3.0-alpha.0" - "@jupyterlab/mainmenu" "^2.3.0-alpha.0" - "@jupyterlab/running" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/settingregistry" "^2.3.0-alpha.0" - "@jupyterlab/terminal" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" +"@jupyterlab/terminal-extension@^2.2.5", "@jupyterlab/terminal-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-2.2.5.tgz#1f296fd32d81ce41048c3c33e2b0dec52cf81055" + integrity sha512-ftKsipLT32WUILTBfC9Z0A9sgpv9sJW78WhjYdlw2dQfUtC9nQovk7VLLEFJq28seP4Ff1wfaNEJKpEC940uYQ== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/launcher" "^2.2.5" + "@jupyterlab/mainmenu" "^2.2.3" + "@jupyterlab/running" "^2.2.5" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/settingregistry" "^2.2.4" + "@jupyterlab/terminal" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" "@lumino/algorithm" "^1.2.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/terminal@^2.3.0-alpha.0", "@jupyterlab/terminal@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-2.3.0-alpha.0.tgz#f303aeff4aa1efead0ea2621864f85fd5d259d87" - integrity sha512-vnkNd7hJIJ+enM3Qh5K2Z/H2anhlP+eLfE8RcCAXR7tSJoDx/qFX6U36rnlMdbe9BYD6AmKLmHLaT1bdARc7kA== +"@jupyterlab/terminal@^2.2.3", "@jupyterlab/terminal@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-2.2.3.tgz#68f666c8a44d98e4509cc5c9c623309e41ebd66e" + integrity sha512-nKpc2eBbhKqtup6xIJvBALIyhAYEVlmJ83jiDRtiV5t5B7vkl85QdPA9cgbebyvUXSlnWJaxgfTxfPEWh4l/ZQ== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/services" "^5.2.4" "@lumino/coreutils" "^1.4.2" "@lumino/domutils" "^1.1.7" "@lumino/messaging" "^1.3.3" @@ -1307,69 +1307,69 @@ xterm "~4.2.0" xterm-addon-fit "~0.3.0" -"@jupyterlab/theme-dark-extension@^2.3.0-alpha.0", "@jupyterlab/theme-dark-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-2.3.0-alpha.0.tgz#68189ec4e3770ea045fcd2d6acdf5ba94d65617a" - integrity sha512-B9VzIVGuJcIpUp37YtZz4vPxMp0RkDowVuB1x6Orn/4b3zbohzSUks5+68G+/JJRXJrXvTBIIDXWAC2wvlxS0w== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - -"@jupyterlab/theme-light-extension@^2.3.0-alpha.0", "@jupyterlab/theme-light-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-2.3.0-alpha.0.tgz#9ee4b1a92114fdeb8d5fcd94ca34a8ff79b58018" - integrity sha512-cf90Q4UYIDz8EC/PySv8zBot9Hd/nBHV4jZLHyDSjFQGpinhrIWd5MdWxgw/MMkqiolLxtz1djBG+A6wWeuhZg== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - -"@jupyterlab/tooltip-extension@^2.3.0-alpha.0", "@jupyterlab/tooltip-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-2.3.0-alpha.0.tgz#3dfa8be91b1f5408970c277491a2920a8d0f537b" - integrity sha512-oXGsk2zeWiV1tX0s6ufz0kTkyXi8GK3vfRtZZO72Vmn/MLZJni8QKi46OhBmkDMjscPzFQX0JdR6AWLO7pHIxA== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/console" "^2.3.0-alpha.0" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" - "@jupyterlab/fileeditor" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" - "@jupyterlab/tooltip" "^2.3.0-alpha.0" +"@jupyterlab/theme-dark-extension@^2.2.5", "@jupyterlab/theme-dark-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-2.2.5.tgz#07d361a514226c864beb300acb24c35812d9f3b2" + integrity sha512-Wtr6FIx6kLt78CZU7W/iZlWyK8hhnFlndzt2c9VQ8at6Rs+N1XaQPayUXIHxa/XG7XnX/azdRwKTK/pZ7IEQgw== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + +"@jupyterlab/theme-light-extension@^2.2.5", "@jupyterlab/theme-light-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-2.2.5.tgz#fa6a51d4c7e62a1d332107665153dff64b05addc" + integrity sha512-wx98Zz2S2RxA+k5GTAH4WD1/QkMGoGRYxUJRxb3c0aTY4NEDQbrvou8QCDT+/u+RHtgdqOBsh/ElM4EZ1dHSCQ== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + +"@jupyterlab/tooltip-extension@^2.2.6", "@jupyterlab/tooltip-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-2.2.6.tgz#84a85734a794049b8b54409c4700cec98f43916c" + integrity sha512-I7z4OeVkR6DnPQCDfM0DQUN2UK/jTrq17WqpF982GQWMASv1KTKXLeD/U9rlKcXlJgQdGkCT33syLdoriIHJHw== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/console" "^2.2.6" + "@jupyterlab/coreutils" "^4.2.4" + "@jupyterlab/fileeditor" "^2.2.3" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" + "@jupyterlab/tooltip" "^2.2.5" "@lumino/algorithm" "^1.2.3" "@lumino/coreutils" "^1.4.2" "@lumino/widgets" "^1.11.1" -"@jupyterlab/tooltip@^2.3.0-alpha.0", "@jupyterlab/tooltip@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-2.3.0-alpha.0.tgz#83f6f274a0c7f5b1bd5d0d2b6ded7d35d29f163b" - integrity sha512-zI3yZL8pqZfVUJz1dBdovIYyoaNCwyMS8K/UcpzZ6Cdhe1W8s77jEN/Xuk0BatpFxJW6dmQ7X8Q/gw65ZtGQYw== +"@jupyterlab/tooltip@^2.2.5", "@jupyterlab/tooltip@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-2.2.5.tgz#6e91e610a8494f2e47f22044fc3a11eafd87af7f" + integrity sha512-BjlIOyJYOD3okupCCdU7uehMWqKfNhopy3oai9cn3EwMHipEC7EjXtQtjJ7KXuaypJiG61E2BahjGBisYG7ngw== dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/codeeditor" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/codeeditor" "^2.2.4" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/services" "^5.2.4" "@lumino/coreutils" "^1.4.2" "@lumino/messaging" "^1.3.3" "@lumino/widgets" "^1.11.1" -"@jupyterlab/ui-components-extension@^2.3.0-alpha.0", "@jupyterlab/ui-components-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-2.3.0-alpha.0.tgz#b6aed24e23826665a8bf145d3b7f46709fc97433" - integrity sha512-IB7G8vfGex/3vYIB6JB9Hna/fnVac/01ShZfiMXIGh9IjRwefPbQwpbB6yuaWaaZglZqt6Ldl9Ir2JhNGnJJFw== +"@jupyterlab/ui-components-extension@^2.2.5", "@jupyterlab/ui-components-extension@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-2.2.5.tgz#3a7388ebd2ff35d43fb4a5551e87eb7bd50f9308" + integrity sha512-7HpxnSzAW+0W6HKzQjsBiAnoqQxol6VgTUN2OlKkjf6sPycmfk89XpeYf/m4A5h0ZpncYf8NaUiDqSsDSYBAXg== dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/ui-components" "^2.2.3" -"@jupyterlab/ui-components@^2.3.0-alpha.0", "@jupyterlab/ui-components@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-2.3.0-alpha.0.tgz#d32d944d4a352d5b0aec117a7df7d0019c9ea20a" - integrity sha512-KTknNhgzYwTOB9pzmjAmhPI6c2T8LN3eAZ3V3Sb88QEuNULeX1j8Ypg4/IipW8O36n+MbC5nM5SEDsugXtkfnA== +"@jupyterlab/ui-components@^2.2.3", "@jupyterlab/ui-components@~2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-2.2.3.tgz#abd53c7387ca761c7ad1ab848a5efbafe7446b51" + integrity sha512-QCnPJ2G4YhnEutEG3Nhr1h+SqIlyTNk2NAYfj1xG6lGg4bnLmhzjwAp6LcPEKWkEYOYWpnWSQpEdfxDm8GRtIQ== dependencies: "@blueprintjs/core" "^3.22.2" "@blueprintjs/select" "^3.11.2" - "@jupyterlab/coreutils" "^4.3.0-alpha.0" + "@jupyterlab/coreutils" "^4.2.4" "@lumino/coreutils" "^1.4.2" "@lumino/signaling" "^1.3.5" "@lumino/virtualdom" "^1.6.1" @@ -1378,28 +1378,28 @@ react-dom "~16.9.0" typestyle "^2.0.4" -"@jupyterlab/vdom-extension@^2.3.0-alpha.0", "@jupyterlab/vdom-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/vdom-extension/-/vdom-extension-2.3.0-alpha.0.tgz#8764e268ed2a5a4ddbbbe82ec5a3871c68e9700d" - integrity sha512-KCT78djw3HMdhd7WWT6QTs0yncvJ+xOiFUtJg69OMXLbnMgPEL2ZmiFW9GhcygmbDZHyZXrRIFu9n6lKgME/sQ== - dependencies: - "@jupyterlab/application" "^2.3.0-alpha.0" - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/notebook" "^2.3.0-alpha.0" - "@jupyterlab/rendermime" "^2.3.0-alpha.0" - "@jupyterlab/ui-components" "^2.3.0-alpha.0" - "@jupyterlab/vdom" "^2.3.0-alpha.0" - -"@jupyterlab/vdom@^2.3.0-alpha.0", "@jupyterlab/vdom@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/vdom/-/vdom-2.3.0-alpha.0.tgz#05cf554eb6b9c00c975d5452497ea179bbb927ed" - integrity sha512-LBcPMZYZ53YVmcNh1bWkns+2/M8mymiZQGFDVOng+bTjJudiUIwr2E/1f9AJ7aW4L1X3MaDL2Er3xAO8uA8DNg== - dependencies: - "@jupyterlab/apputils" "^2.3.0-alpha.0" - "@jupyterlab/docregistry" "^2.3.0-alpha.0" - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" - "@jupyterlab/services" "^5.3.0-alpha.0" +"@jupyterlab/vdom-extension@^2.2.6", "@jupyterlab/vdom-extension@~2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@jupyterlab/vdom-extension/-/vdom-extension-2.2.6.tgz#906a0dd7094153ad87cdee58463180300fcedf95" + integrity sha512-xte+dwtzJWBl6ra3fgIqoCYlNz4LH956msGpVlNCuNhUQX0AslWoYtHWY3z8D97IoBnnjzDmqV5PvbiAXrdzag== + dependencies: + "@jupyterlab/application" "^2.2.5" + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/notebook" "^2.2.6" + "@jupyterlab/rendermime" "^2.2.3" + "@jupyterlab/ui-components" "^2.2.3" + "@jupyterlab/vdom" "^2.2.5" + +"@jupyterlab/vdom@^2.2.5", "@jupyterlab/vdom@~2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@jupyterlab/vdom/-/vdom-2.2.5.tgz#95b8044929acb871eba8192852564875ee895ba3" + integrity sha512-0+iCMgm3emAZReV+/uTCQRQpcx1s3Ga8/l/WwRyrZwoyM/HlcSU+SGxPG0ADoicLiI1GeS9G9wRyPrAEqOuKWg== + dependencies: + "@jupyterlab/apputils" "^2.2.5" + "@jupyterlab/docregistry" "^2.2.3" + "@jupyterlab/rendermime-interfaces" "^2.2.0" + "@jupyterlab/services" "^5.2.4" "@lumino/coreutils" "^1.4.2" "@lumino/messaging" "^1.3.3" "@lumino/widgets" "^1.11.1" @@ -1407,12 +1407,12 @@ react "~16.9.0" react-dom "~16.9.0" -"@jupyterlab/vega5-extension@^2.3.0-alpha.0", "@jupyterlab/vega5-extension@~2.3.0-alpha.0": - version "2.3.0-alpha.0" - resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-2.3.0-alpha.0.tgz#3f36e4fee00a702fff06c4936c977390a6e2dff7" - integrity sha512-9VHVxoRtxN7e3bHvQQV/YYsoAIwfsv+iKCfBJMYrVXMqUn4YwKeMMEqcUcfB5bTlI4D5vCu0kXrrwpxpVIEI8w== +"@jupyterlab/vega5-extension@^2.2.0", "@jupyterlab/vega5-extension@~2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-2.2.0.tgz#afaf129b1e102ed100a9436b858ce5117c3803f8" + integrity sha512-/3h8zOy4zf8se4uShr3i6RlQq1VTHX9iseRdGqLyMzpJAtvJYO6wNdGg9Am1SkqNZHi/gkVhKaZdaGNfUk3x+Q== dependencies: - "@jupyterlab/rendermime-interfaces" "^2.3.0-alpha.0" + "@jupyterlab/rendermime-interfaces" "^2.2.0" "@lumino/coreutils" "^1.4.2" "@lumino/widgets" "^1.11.1" vega "^5.9.0" @@ -1576,6 +1576,11 @@ resolved "https://registry.yarnpkg.com/@types/clone/-/clone-2.1.0.tgz#cb888a3fe5319275b566ae3a9bc606e310c533d4" integrity sha512-d/aS/lPOnUSruPhgNtT8jW39fHRVTLQy9sodysP1kkG8EdAtdZu1vt8NJaYA8w/6Z9j8izkAsx1A/yJhcYR1CA== +"@types/color-name@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" + integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== + "@types/dom4@^2.0.1": version "2.0.1" resolved "https://registry.yarnpkg.com/@types/dom4/-/dom4-2.0.1.tgz#506d5781b9bcab81bd9a878b198aec7dee2a6033" @@ -1597,9 +1602,9 @@ integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== "@types/react@~16.9.16": - version "16.9.50" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.50.tgz#cb5f2c22d42de33ca1f5efc6a0959feb784a3a2d" - integrity sha512-kPx5YsNnKDJejTk1P+lqThwxN2PczrocwsvqXnjvVvKpFescoY62ZiM3TV7dH1T8lFhlHZF+PE5xUyimUwqEGA== + version "16.9.49" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872" + integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g== dependencies: "@types/prop-types" "*" csstype "^3.0.2" @@ -1778,14 +1783,14 @@ acorn-walk@^7.1.1: integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== acorn@^6.4.1: - version "6.4.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" - integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== + version "6.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" + integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== acorn@^7.1.1: - version "7.4.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" - integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== + version "7.4.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c" + integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== aggregate-error@^3.0.0: version "3.1.0" @@ -1845,10 +1850,11 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1: color-convert "^1.9.0" ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + version "4.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" + integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== dependencies: + "@types/color-name" "^1.1.1" color-convert "^2.0.1" anymatch@^2.0.0: @@ -2422,14 +2428,14 @@ cliui@^5.0.0: strip-ansi "^5.2.0" wrap-ansi "^5.1.0" -cliui@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.1.tgz#a4cb67aad45cd83d8d05128fc9f4d8fbb887e6b3" - integrity sha512-rcvHOWyGyid6I1WjT/3NatKj2kDt9OdSHSXpyLXaMWFbKpGACNW8pRhhdPUq9MWUOdwn8Rz9AVETjF4105rZZQ== +cliui@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" + integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== dependencies: string-width "^4.2.0" strip-ansi "^6.0.0" - wrap-ansi "^7.0.0" + wrap-ansi "^6.2.0" clone-response@^1.0.2: version "1.0.2" @@ -2728,10 +2734,10 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -"d3-array@1 - 2", d3-array@>=2.5, d3-array@^2.3.0, d3-array@^2.7.1: - version "2.8.0" - resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-2.8.0.tgz#f76e10ad47f1f4f75f33db5fc322eb9ffde5ef23" - integrity sha512-6V272gsOeg7+9pTW1jSYOR1QE37g95I3my1hBmY+vOUNHRrk9yt4OTz/gK7PMkVAVDrYYq4mq3grTiZ8iJdNIw== +"d3-array@1 - 2", "d3-array@1.2.0 - 2", d3-array@>=2.5, d3-array@^2.7.0: + version "2.7.1" + resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-2.7.1.tgz#b1f56065e9aba1ef6f0d0c8c9390b65421593352" + integrity sha512-dYWhEvg1L2+osFsSqNHpXaPQNugLT4JfyvbLE046I2PDcgYGFYc0w24GSJwbmcjjZYOPC3PNP2S782bWUM967Q== "d3-color@1 - 2", d3-color@^2.0.0: version "2.0.0" @@ -2813,11 +2819,11 @@ d3-hierarchy@^2.0.0: integrity sha512-b0Ed2t1UUalJpc3qXzKi+cPGxeXRr4KU9YSlocN74aTzp6R/Ud43t79yLLqxHRWZfsvWXmbDWPpoENK1K539xw== d3-scale@^3.2.2: - version "3.2.3" - resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-3.2.3.tgz#be380f57f1f61d4ff2e6cbb65a40593a51649cfd" - integrity sha512-8E37oWEmEzj57bHcnjPVOBS3n4jqakOeuv1EDdQSiSrYnMCBdMd3nc4HtKk7uia8DUHcY/CGuJ42xxgtEYrX0g== + version "3.2.2" + resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-3.2.2.tgz#36d4cbc94dc38bbb5bd91ba5eddb44c6d19bad3e" + integrity sha512-3Mvi5HfqPFq0nlyeFlkskGjeqrR/790pINMHc4RXKJ2E6FraTd3juaRIRZZHyMAbi3LjAMW0EH4FB1WgoGyeXg== dependencies: - d3-array "^2.3.0" + d3-array "1.2.0 - 2" d3-format "1 - 2" d3-interpolate "1.2.0 - 2" d3-time "1 - 2" @@ -3150,37 +3156,37 @@ errno@^0.1.3, errno@~0.1.7: prr "~1.0.1" es-abstract@^1.17.0-next.1, es-abstract@^1.17.5: - version "1.17.7" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c" - integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== + version "1.17.6" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a" + integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== dependencies: es-to-primitive "^1.2.1" function-bind "^1.1.1" has "^1.0.3" has-symbols "^1.0.1" - is-callable "^1.2.2" - is-regex "^1.1.1" - object-inspect "^1.8.0" + is-callable "^1.2.0" + is-regex "^1.1.0" + object-inspect "^1.7.0" object-keys "^1.1.1" - object.assign "^4.1.1" + object.assign "^4.1.0" string.prototype.trimend "^1.0.1" string.prototype.trimstart "^1.0.1" -es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1: - version "1.18.0-next.1" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68" - integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA== +es-abstract@^1.18.0-next.0: + version "1.18.0-next.0" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.0.tgz#b302834927e624d8e5837ed48224291f2c66e6fc" + integrity sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ== dependencies: es-to-primitive "^1.2.1" function-bind "^1.1.1" has "^1.0.3" has-symbols "^1.0.1" - is-callable "^1.2.2" + is-callable "^1.2.0" is-negative-zero "^2.0.0" is-regex "^1.1.1" object-inspect "^1.8.0" object-keys "^1.1.1" - object.assign "^4.1.1" + object.assign "^4.1.0" string.prototype.trimend "^1.0.1" string.prototype.trimstart "^1.0.1" @@ -3206,11 +3212,6 @@ es6-templates@^0.2.3: recast "~0.11.12" through "~2.3.6" -escalade@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.0.tgz#e8e2d7c7a8b76f6ee64c2181d6b8151441602d4e" - integrity sha512-mAk+hPSO8fLDkhV7V0dXazH5pDc6MrjBTPyD3VeKzxnVFjH1MIxbCdqGZB9O8+EwWakZs3ZCbDS4IpRt79V1ig== - escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" @@ -3494,7 +3495,7 @@ find-up@^3.0.0: dependencies: locate-path "^3.0.0" -find-up@^4.0.0: +find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== @@ -3604,7 +3605,7 @@ function-bind@^1.1.1: resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== -get-caller-file@^2.0.1, get-caller-file@^2.0.5: +get-caller-file@^2.0.1: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== @@ -4058,10 +4059,10 @@ is-buffer@^1.1.5: resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== -is-callable@^1.1.4, is-callable@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9" - integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA== +is-callable@^1.1.4, is-callable@^1.2.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.1.tgz#4d1e21a4f437509d25ce55f8184350771421c96d" + integrity sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg== is-data-descriptor@^0.1.4: version "0.1.4" @@ -4170,7 +4171,7 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4: dependencies: isobject "^3.0.1" -is-regex@^1.0.4, is-regex@^1.1.1: +is-regex@^1.0.4, is-regex@^1.1.0, is-regex@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9" integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== @@ -4678,9 +4679,9 @@ mkdirp@^0.5.1, mkdirp@^0.5.3: minimist "^1.2.5" moment@^2.24.0: - version "2.29.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.0.tgz#fcbef955844d91deb55438613ddcec56e86a3425" - integrity sha512-z6IJ5HXYiuxvFTI6eiQ9dm77uE0gyy1yXNApVHqTcnIKfY9tIwEjlzsZ6u1LQXvVgKeTnv9Xm7NDvJ7lso3MtA== + version "2.28.0" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.28.0.tgz#cdfe73ce01327cee6537b0fafac2e0f21a237d75" + integrity sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw== move-concurrently@^1.0.1: version "1.0.1" @@ -4761,7 +4762,7 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.6.0, node-fetch@^2.6.1: +node-fetch@^2.6.0: version "2.6.1" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== @@ -4853,18 +4854,18 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" -object-inspect@^1.8.0: +object-inspect@^1.7.0, object-inspect@^1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== object-is@^1.0.1: - version "1.1.3" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.3.tgz#2e3b9e65560137455ee3bd62aec4d90a2ea1cc81" - integrity sha512-teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg== + version "1.1.2" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6" + integrity sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== dependencies: define-properties "^1.1.3" - es-abstract "^1.18.0-next.1" + es-abstract "^1.17.5" object-keys@^1.0.12, object-keys@^1.1.1: version "1.1.1" @@ -4878,7 +4879,7 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" -object.assign@^4.1.1: +object.assign@^4.1.0: version "4.1.1" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd" integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA== @@ -5166,14 +5167,13 @@ postcss-modules-values@^3.0.0: postcss "^7.0.6" postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: - version "6.0.4" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz#56075a1380a04604c38b063ea7767a129af5c2b3" - integrity sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== + version "6.0.2" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c" + integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== dependencies: cssesc "^3.0.0" indexes-of "^1.0.1" uniq "^1.0.1" - util-deprecate "^1.0.2" postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: version "4.1.0" @@ -5181,9 +5181,9 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== postcss@^7.0.14, postcss@^7.0.23, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: - version "7.0.35" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" - integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== + version "7.0.32" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d" + integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== dependencies: chalk "^2.4.2" source-map "^0.6.1" @@ -6480,7 +6480,7 @@ use@^3.1.0: resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== -util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: +util-deprecate@^1.0.1, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= @@ -6527,28 +6527,28 @@ vary@~1.1.2: resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= -vega-canvas@^1.2.5: - version "1.2.6" - resolved "https://registry.yarnpkg.com/vega-canvas/-/vega-canvas-1.2.6.tgz#55e032ce9a62acd17229f6bac66d99db3d6879cd" - integrity sha512-rgeYUpslYn/amIfnuv3Sw6n4BGns94OjjZNtUc9IDji6b+K8LGS/kW+Lvay8JX/oFqtulBp8RLcHN6QjqPLA9Q== +vega-canvas@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/vega-canvas/-/vega-canvas-1.2.4.tgz#02121ec0575fdd4c8d235ab2ee8c092490c72b3e" + integrity sha512-BI44AIAa13xSindGXMQm0FAhI2zx3F3conFmXhey63hqGsfvH/19nv+A0PEvSVa/lK4iPneMTpw583iffDiq3w== -vega-crossfilter@~4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/vega-crossfilter/-/vega-crossfilter-4.0.5.tgz#cf6a5fca60821928f976b32f22cf66cfd9cbeeae" - integrity sha512-yF+iyGP+ZxU7Tcj5yBsMfoUHTCebTALTXIkBNA99RKdaIHp1E690UaGVLZe6xde2n5WaYpho6I/I6wdAW3NXcg== +vega-crossfilter@~4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/vega-crossfilter/-/vega-crossfilter-4.0.4.tgz#b0a946266c156cd374365c706cd4048ccb5dd153" + integrity sha512-mXKhHxkgxJPwtTrMgK3Uw1bStfD+rmfKXsUvdIh1ZwmpheGOQM2Uflo3tQNh9j9wqu8xHywCcddohKpSRBt8HQ== dependencies: - d3-array "^2.7.1" - vega-dataflow "^5.7.3" - vega-util "^1.15.2" + d3-array "^2.7.0" + vega-dataflow "^5.7.2" + vega-util "^1.15.1" -vega-dataflow@^5.7.3, vega-dataflow@~5.7.3: - version "5.7.3" - resolved "https://registry.yarnpkg.com/vega-dataflow/-/vega-dataflow-5.7.3.tgz#66ca06a61f72a210b0732e3b6cc1eec5117197f7" - integrity sha512-2ipzKgQUmbSXcQBH+9XF0BYbXyZrHvjlbJ8ifyRWYQk78w8kMvE6wy/rcdXYK6iVZ6aAbEDDT7jTI+rFt3tGLA== +vega-dataflow@^5.7.2, vega-dataflow@~5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/vega-dataflow/-/vega-dataflow-5.7.2.tgz#a94b4ccc188a0d21582b20f03a02442e939c0b7f" + integrity sha512-O6CEchGAQtEhDKfI3UHWVUbUcXSMsq5JrefvvB2hldx3XbHkEQioXtgAnK6OosyKpB1dJlVvFRMR40pwdNO1hw== dependencies: - vega-format "^1.0.4" + vega-format "^1.0.3" vega-loader "^4.3.2" - vega-util "^1.15.2" + vega-util "^1.15.1" vega-embed@^6.2.1: version "6.12.2" @@ -6562,103 +6562,93 @@ vega-embed@^6.2.1: vega-themes "^2.9.0" vega-tooltip "^0.24.0" -vega-encode@~4.8.3: - version "4.8.3" - resolved "https://registry.yarnpkg.com/vega-encode/-/vega-encode-4.8.3.tgz#b3048fb39845d72f18d8dc302ad697f826e0ff83" - integrity sha512-JoRYtaV2Hs8spWLzTu/IjR7J9jqRmuIOEicAaWj6T9NSZrNWQzu2zF3IVsX85WnrIDIRUDaehXaFZvy9uv9RQg== +vega-encode@~4.8.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/vega-encode/-/vega-encode-4.8.2.tgz#f9f1427731b97429f972e0b190963c0f10b7b168" + integrity sha512-+PEimVqZysvLEScU/EJrpElBrNMcDHeVGmMhLkswxfVrFix4ialV3/iGB9Wcr5g1pOQcsBdNn7qUy2bjvAvIvA== dependencies: - d3-array "^2.7.1" + d3-array "^2.7.0" d3-interpolate "^2.0.1" - vega-dataflow "^5.7.3" - vega-scale "^7.0.3" - vega-util "^1.15.2" + vega-dataflow "^5.7.2" + vega-scale "^7.0.2" + vega-util "^1.15.1" -vega-event-selector@^2.0.6, vega-event-selector@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/vega-event-selector/-/vega-event-selector-2.0.6.tgz#6beb00e066b78371dde1a0f40cb5e0bbaecfd8bc" - integrity sha512-UwCu50Sqd8kNZ1X/XgiAY+QAyQUmGFAwyDu7y0T5fs6/TPQnDo/Bo346NgSgINBEhEKOAMY1Nd/rPOk4UEm/ew== +vega-event-selector@^2.0.5, vega-event-selector@~2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/vega-event-selector/-/vega-event-selector-2.0.5.tgz#9bf6ef3b12974b71a21640f199b00fa050607838" + integrity sha512-bRm02Fnd+YrZDni0yr5y9Co1Z1zrjd7hkwY+gi/Y7zDFOxnESGrbYtpHvWT8fL9AqmYU3wDpsJZGyP4htRUNAQ== -vega-expression@^3.0.0, vega-expression@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/vega-expression/-/vega-expression-3.0.0.tgz#39179d010b34c57513162bf1ab5a7bff4b31be91" - integrity sha512-/ObjIOK94MB+ziTuh8HZt2eWlKUPT/piRJLal5tx5QL1sQbfRi++7lHKTaKMLXLqc4Xqp9/DewE3PqQ6tYzaUA== +vega-expression@^2.7.0, vega-expression@~2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/vega-expression/-/vega-expression-2.7.0.tgz#63167305306cc8d1a2af314ad0c916116a32c19f" + integrity sha512-fMnHtcFfVAxuwjsKGh0qqP8OJNVABGIg0aSp33Jxh1D86LwDwaRe+EtwF1fv8YKD2AEiBl4UObC68QMT56MekQ== dependencies: - vega-util "^1.15.2" + vega-util "^1.15.1" -vega-force@~4.0.7: - version "4.0.7" - resolved "https://registry.yarnpkg.com/vega-force/-/vega-force-4.0.7.tgz#6dc39ecb7889d9102661244d62fbc8d8714162ee" - integrity sha512-pyLKdwXSZ9C1dVIqdJOobvBY29rLvZjvRRTla9BU/nMwAiAGlGi6WKUFdRGdneyGe3zo2nSZDTZlZM/Z5VaQNA== +vega-force@~4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/vega-force/-/vega-force-4.0.6.tgz#b73ee35551e8580ee1cea4253e9dbc0d4b2e5938" + integrity sha512-acB5DshAhSbaxKAk/DgzUK4ondTAZbD3tRY4Cy0NmZL+6QqM3RRePM1PQBAFAQMp9kXT9X/fh8tOlMKx/rwQnQ== dependencies: d3-force "^2.1.1" - vega-dataflow "^5.7.3" - vega-util "^1.15.2" + vega-dataflow "^5.7.2" + vega-util "^1.15.1" -vega-format@^1.0.4, vega-format@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/vega-format/-/vega-format-1.0.4.tgz#40c0c252d11128738b845ee73d8173f8064d6626" - integrity sha512-oTAeub3KWm6nKhXoYCx1q9G3K43R6/pDMXvqDlTSUtjoY7b/Gixm8iLcir5S9bPjvH40n4AcbZsPmNfL/Up77A== +vega-format@^1.0.3, vega-format@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/vega-format/-/vega-format-1.0.3.tgz#e192572e5746b98916a0a3393de4a27b557c19db" + integrity sha512-hZpYZM/KRNnd+qmJ5oCGHvOzlxga9d2anqw+ji/jbA41piMzsyAa2f8CAoHpXgzsZNkGp+BL2Oya+251uZOjQw== dependencies: - d3-array "^2.7.1" + d3-array "^2.7.0" d3-format "^2.0.0" d3-time-format "^3.0.0" vega-time "^2.0.3" - vega-util "^1.15.2" + vega-util "^1.15.1" -vega-functions@^5.8.0, vega-functions@~5.8.0: - version "5.8.0" - resolved "https://registry.yarnpkg.com/vega-functions/-/vega-functions-5.8.0.tgz#48e02b0e5b14261cd445bda3c4721a18b02c810c" - integrity sha512-xaUqWZHEX+EuJuKfN0Biux3rrCHDEHmMbW7LHYyyEqguR0i6+zhtOSUEWmYqDfzB/+BlIwCk5Vif6q6/mzJxbQ== +vega-functions@^5.7.2, vega-functions@^5.7.3, vega-functions@~5.7.3: + version "5.7.3" + resolved "https://registry.yarnpkg.com/vega-functions/-/vega-functions-5.7.3.tgz#4924593664bf45ee70df582e517858e37c67fb0c" + integrity sha512-9X9bKhKZvglfRaFIDg2yRyBzayabsQHRAyVk0bJBU04mgfj6myKRhO6JF4av+LgNHyJFsOPeJxkiOYZ3x6Z6rg== dependencies: - d3-array "^2.7.1" + d3-array "^2.7.0" d3-color "^2.0.0" d3-geo "^2.0.1" - vega-dataflow "^5.7.3" - vega-expression "^3.0.0" - vega-scale "^7.1.1" - vega-scenegraph "^4.9.2" - vega-selections "^5.1.4" - vega-statistics "^1.7.9" - vega-time "^2.0.4" - vega-util "^1.15.2" - -vega-geo@~4.3.7: - version "4.3.7" - resolved "https://registry.yarnpkg.com/vega-geo/-/vega-geo-4.3.7.tgz#4220137458a17d422fa15705f24905ba2595ca40" - integrity sha512-5HC1D9Z/WYuM1Gmlk8PxuRKgeN8snNWsfKO4E9PTmR7wo7tuU/2SGlRoE27aTsgwMMpBIrpRbSgKtgh5l/fMUQ== - dependencies: - d3-array "^2.7.1" + vega-dataflow "^5.7.2" + vega-expression "^2.7.0" + vega-scale "^7.1.0" + vega-scenegraph "^4.9.1" + vega-selections "^5.1.3" + vega-statistics "^1.7.8" + vega-time "^2.0.3" + vega-util "^1.15.1" + +vega-geo@~4.3.6: + version "4.3.6" + resolved "https://registry.yarnpkg.com/vega-geo/-/vega-geo-4.3.6.tgz#15fe241d96a16d208513351898a5f764a27c407c" + integrity sha512-miRnxnf3KSgmHMR0H8y3NSg58BnijVtxg508PDrw3T4ARRYxGf5yglcEYFcc06iRYTV3B43pOg0Se5dLowmTEw== + dependencies: + d3-array "^2.7.0" d3-color "^2.0.0" d3-geo "^2.0.1" - vega-canvas "^1.2.5" - vega-dataflow "^5.7.3" - vega-projection "^1.4.5" - vega-statistics "^1.7.9" - vega-util "^1.15.2" + vega-canvas "^1.2.4" + vega-dataflow "^5.7.2" + vega-projection "^1.4.4" + vega-statistics "^1.7.8" + vega-util "^1.15.1" -vega-hierarchy@~4.0.9: - version "4.0.9" - resolved "https://registry.yarnpkg.com/vega-hierarchy/-/vega-hierarchy-4.0.9.tgz#4b4bafbc181a14a280ecdbee8874c0db7e369f47" - integrity sha512-4XaWK6V38/QOZ+vllKKTafiwL25m8Kd+ebHmDV+Q236ONHmqc/gv82wwn9nBeXPEfPv4FyJw2SRoqa2Jol6fug== +vega-hierarchy@~4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/vega-hierarchy/-/vega-hierarchy-4.0.8.tgz#9a9bba6800744374e2803e161f7daba459602b80" + integrity sha512-8O2asfoAEaW8Hfu/06m6t5BErrNo0OJzU8XyKon8aeGY2YbQMKT7fiEzUrzDC39Zb2suThuzBOjpcwiu7rh/Hg== dependencies: d3-hierarchy "^2.0.0" - vega-dataflow "^5.7.3" - vega-util "^1.15.2" - -vega-label@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/vega-label/-/vega-label-1.0.0.tgz#c3bea3a608a62217ca554ecc0f7fe0395d81bd1b" - integrity sha512-hCdm2pcHgkKgxnzW9GvX5JmYNiUMlOXOibtMmBzvFBQHX3NiV9giQ5nsPiQiFbV08VxEPtM+VYXr2HyrIcq5zQ== - dependencies: - vega-canvas "^1.2.5" - vega-dataflow "^5.7.3" - vega-scenegraph "^4.9.2" - vega-util "^1.15.2" + vega-dataflow "^5.7.2" + vega-util "^1.15.1" vega-lite@^4.0.2: - version "4.16.8" - resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-4.16.8.tgz#23a91f9b87a97c7ffc6d754d0ec8f6a3b04d6976" - integrity sha512-WB9OOHbFyIaLvx5k9m8XGEaB2p0sTC9Srtsm9ETQ6EoOksdLQtVesxCalgT+cGaUVtHAiqBNmLh/nQGxZXml7w== + version "4.15.0" + resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-4.15.0.tgz#8dc7f4c3eb3f30ff3cd0063ae7d193f58cfabbed" + integrity sha512-381Kszxei5Rhg8WkcUE7yPHafLndBbdR8nBSJi4zFsn8iAfCVjn7h7QL9DphNix5V7Ko1nhOadxqNaxGsiD71w== dependencies: "@types/clone" "~2.1.0" "@types/fast-json-stable-stringify" "^2.0.0" @@ -6668,226 +6658,220 @@ vega-lite@^4.0.2: fast-json-stable-stringify "~2.1.0" json-stringify-pretty-compact "~2.0.0" tslib "~2.0.1" - vega-event-selector "~2.0.6" - vega-expression "~3.0.0" - vega-util "~1.15.3" - yargs "~16.0.3" + vega-event-selector "~2.0.5" + vega-expression "~2.7.0" + vega-util "~1.15.1" + yargs "~15.4.1" -vega-loader@^4.3.2, vega-loader@^4.3.3, vega-loader@~4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/vega-loader/-/vega-loader-4.4.0.tgz#fc515b7368c46b2be8df1fcf3c35c696c13c453d" - integrity sha512-e5enQECdau7rJob0NFB5pGumh3RaaSWWm90+boxMy3ay2b4Ki/3XIvo+C4F1Lx04qSxvQF7tO2LJcklRm6nqRA== +vega-loader@^4.3.2, vega-loader@~4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/vega-loader/-/vega-loader-4.3.2.tgz#56262f09fc548c65f221fda9122b04356de1607e" + integrity sha512-g+hd4xCxGP4zlSdvvprDrHTulUN1xB1k63ooqtCzhps3fji7N8DQ3RWPTJZLyuwYpjxim3BYrp4aJk3OHElcaA== dependencies: d3-dsv "^2.0.0" - node-fetch "^2.6.1" + node-fetch "^2.6.0" topojson-client "^3.1.0" - vega-format "^1.0.4" - vega-util "^1.16.0" + vega-format "^1.0.3" + vega-util "^1.15.1" -vega-parser@~6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/vega-parser/-/vega-parser-6.1.0.tgz#485fb6fcd79d14b09efee340e2b55fb510e57e20" - integrity sha512-u14bHXV8vtcuMIJkMNoDAJ4Xu3lwKIkep+YEkPumWvlwl3fClWy26EAcwTneeM3rXu2F6ZJI6W3ddu/If8u13w== +vega-parser@~6.0.3: + version "6.0.4" + resolved "https://registry.yarnpkg.com/vega-parser/-/vega-parser-6.0.4.tgz#78fcb8d9a0df09c4821e2ec8fd2c8e679a9eb8e7" + integrity sha512-AxFvM0JgS/hyqlIdcN1B74PRO5cpU9SRRh8wBfirHRkFWPxqfP2EeFmQxisGV5wSqAUVTqqqk0suWQuU3YHPcQ== dependencies: - vega-dataflow "^5.7.3" - vega-event-selector "^2.0.6" - vega-functions "^5.8.0" - vega-scale "^7.1.1" - vega-util "^1.15.2" + vega-dataflow "^5.7.2" + vega-event-selector "^2.0.5" + vega-functions "^5.7.2" + vega-scale "^7.1.0" + vega-util "^1.15.1" -vega-projection@^1.4.5, vega-projection@~1.4.5: - version "1.4.5" - resolved "https://registry.yarnpkg.com/vega-projection/-/vega-projection-1.4.5.tgz#020cb646b4eaae535359da25f4f48eef8d324af2" - integrity sha512-85kWcPv0zrrNfxescqHtSYpRknilrS0K3CVRZc7IYQxnLtL1oma9WEbrSr1LCmDoCP5hl2Z1kKbomPXkrQX5Ag== +vega-projection@^1.4.4, vega-projection@~1.4.4: + version "1.4.4" + resolved "https://registry.yarnpkg.com/vega-projection/-/vega-projection-1.4.4.tgz#46286244d17f357fb75864dec77e468f3a1bef1a" + integrity sha512-v1Tx/8khpOmzpscXkxq2+MGjs7jG3A8yFfQJ8kTh8eIko0f5V+QLujTfEvdllYXw6f3DE6K2fYInb71B0GAjIw== dependencies: d3-geo "^2.0.1" d3-geo-projection "^3.0.0" -vega-regression@~1.0.9: - version "1.0.9" - resolved "https://registry.yarnpkg.com/vega-regression/-/vega-regression-1.0.9.tgz#f33da47fe457e03ad134782c11414bcef7b1da82" - integrity sha512-KSr3QbCF0vJEAWFVY2MA9X786oiJncTTr3gqRMPoaLr/Yo3f7OPKXRoUcw36RiWa0WCOEMgTYtM28iK6ZuSgaA== +vega-regression@~1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/vega-regression/-/vega-regression-1.0.8.tgz#91e0ee826f07e5b21ecfe80ff9505a2b57c8fc88" + integrity sha512-NdLoDctaxtCKP4udGg2SmplyK8098L8EAFEy/TEECx0wbRcBzPs2e/U4uCShzoPHILFULdOqs+sq/xwhp9X3lA== dependencies: - d3-array "^2.7.1" - vega-dataflow "^5.7.3" - vega-statistics "^1.7.9" - vega-util "^1.15.2" + d3-array "^2.7.0" + vega-dataflow "^5.7.2" + vega-statistics "^1.7.8" + vega-util "^1.15.1" -vega-runtime@^6.1.3, vega-runtime@~6.1.3: - version "6.1.3" - resolved "https://registry.yarnpkg.com/vega-runtime/-/vega-runtime-6.1.3.tgz#01e18246f7a80cee034a96017ac30113b92c4034" - integrity sha512-gE+sO2IfxMUpV0RkFeQVnHdmPy3K7LjHakISZgUGsDI/ZFs9y+HhBf8KTGSL5pcZPtQsZh3GBQ0UonqL1mp9PA== +vega-runtime@^6.1.2, vega-runtime@~6.1.2: + version "6.1.2" + resolved "https://registry.yarnpkg.com/vega-runtime/-/vega-runtime-6.1.2.tgz#af251bc9042f7068504cb0eb2d1139fa86e8ab4e" + integrity sha512-baaMe8PKynJlJfpcZR4jHDSbTM9TYzU4x/XLphQ/6lZnF9WMH+gGOVlVRWZCLH4K0sgCxBMKC/THOpRFkO6jJA== dependencies: - vega-dataflow "^5.7.3" - vega-util "^1.15.2" + vega-dataflow "^5.7.2" + vega-util "^1.15.1" -vega-scale@^7.0.3, vega-scale@^7.1.1, vega-scale@~7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/vega-scale/-/vega-scale-7.1.1.tgz#b69a38d1980f6fc1093390f796e556be63fdc808" - integrity sha512-yE0to0prA9E5PBJ/XP77TO0BMkzyUVyt7TH5PAwj+CZT7PMsMO6ozihelRhoIiVcP0Ae/ByCEQBUQkzN5zJ0ZA== +vega-scale@^7.0.2, vega-scale@^7.1.0, vega-scale@~7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/vega-scale/-/vega-scale-7.1.0.tgz#4b62208654d9fb2af6ff6978c81dd0fdab46f688" + integrity sha512-8QgHarFLgnX60DL9h91GNSzvXtBVUfCx57+XKUlCROfHti4KASTRMicBgfJ3lwJBACNefpEW+9ut+1iuIHONwQ== dependencies: - d3-array "^2.7.1" + d3-array "^2.7.0" d3-interpolate "^2.0.1" d3-scale "^3.2.2" - vega-time "^2.0.4" - vega-util "^1.15.2" + vega-time "^2.0.2" + vega-util "^1.15.1" -vega-scenegraph@^4.9.2, vega-scenegraph@~4.9.2: - version "4.9.2" - resolved "https://registry.yarnpkg.com/vega-scenegraph/-/vega-scenegraph-4.9.2.tgz#83b1dbc34a9ab5595c74d547d6d95849d74451ed" - integrity sha512-epm1CxcB8AucXQlSDeFnmzy0FCj+HV2k9R6ch2lfLRln5lPLEfgJWgFcFhVf5jyheY0FSeHH52Q5zQn1vYI1Ow== +vega-scenegraph@^4.9.1, vega-scenegraph@~4.9.1: + version "4.9.1" + resolved "https://registry.yarnpkg.com/vega-scenegraph/-/vega-scenegraph-4.9.1.tgz#86bae7a31b9b05d764f4f0d81e55aaa055da8c5b" + integrity sha512-4OyFlMXwecM7C18zrXeBgckzLaFncLdnj1ExcF3dFfsgPLBSRW2x+eCRQZmD12UHoLFGuehB5s3YNfoQtCP5YA== dependencies: d3-path "^2.0.0" d3-shape "^2.0.0" - vega-canvas "^1.2.5" - vega-loader "^4.3.3" - vega-scale "^7.1.1" - vega-util "^1.15.2" + vega-canvas "^1.2.4" + vega-loader "^4.3.2" + vega-scale "^7.1.0" + vega-util "^1.15.1" vega-schema-url-parser@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/vega-schema-url-parser/-/vega-schema-url-parser-2.1.0.tgz#847f9cf9f1624f36f8a51abc1adb41ebc6673cb4" integrity sha512-JHT1PfOyVzOohj89uNunLPirs05Nf59isPT5gnwIkJph96rRgTIBJE7l7yLqndd7fLjr3P8JXHGAryRp74sCaQ== -vega-selections@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/vega-selections/-/vega-selections-5.1.4.tgz#cc086fac5b4e646f9f1e000777f8786782d8516a" - integrity sha512-L7CHwcIjVf90GoW2tS2x5O496O5Joaerp5A1KM6VJ1uo4z6KfqxY6M/328a/uaAs0LC5qbQgXT3htFbtUrPW/A== +vega-selections@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/vega-selections/-/vega-selections-5.1.3.tgz#0e469dc300e54c83e6e98e6bf20bde991f1405a9" + integrity sha512-fy+EBPA3pA3i4IeQ2EUHQI83RZMCS4ZoXu1RI1Oa/CFLu8iXxwraRaD9sUH93GPj4pU22g4ywjbHzsrZ7x4ONg== dependencies: - vega-expression "^3.0.0" - vega-util "^1.15.2" + vega-expression "^2.7.0" + vega-util "^1.15.1" -vega-statistics@^1.7.9, vega-statistics@~1.7.9: - version "1.7.9" - resolved "https://registry.yarnpkg.com/vega-statistics/-/vega-statistics-1.7.9.tgz#feec01d463e1b50593d890d20631f72138fcb65d" - integrity sha512-T0sd2Z08k/mHxr1Vb4ajLWytPluLFYnsYqyk4SIS5czzUs4errpP2gUu63QJ0B7CKNu33vnS9WdOMOo/Eprr/Q== +vega-statistics@^1.7.8, vega-statistics@~1.7.8: + version "1.7.8" + resolved "https://registry.yarnpkg.com/vega-statistics/-/vega-statistics-1.7.8.tgz#49567e46cf30d12526dad68d9a919526f82007a0" + integrity sha512-JkxS7hkFLOMBgEOfITQ1kisLGuWtJ0gAhxQ1OmuIx5Un9yyFY3+hk8HSgeZHwIPktsV+2Bx5aPUHES85YzBD/Q== dependencies: - d3-array "^2.7.1" + d3-array "^2.7.0" vega-themes@^2.9.0: version "2.9.1" resolved "https://registry.yarnpkg.com/vega-themes/-/vega-themes-2.9.1.tgz#9ac714b5636e578fee83fcba23a2eaeedb37e698" integrity sha512-N6GU8u1EpfqxswXpBKLYouD3gYGfvrKWTC07JSrnlvGUzKzXMPDm4fN8FP8+cBpTwBL6JDZBd86A1Haea/nTfQ== -vega-time@^2.0.3, vega-time@^2.0.4, vega-time@~2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/vega-time/-/vega-time-2.0.4.tgz#ff308358a831de927caa44e281cdc96f0863ba08" - integrity sha512-U314UDR9+ZlWrD3KBaeH+j/c2WSMdvcZq5yJfFT0yTg1jsBKAQBYFGvl+orackD8Zx3FveHOxx3XAObaQeDX+Q== +vega-time@^2.0.2, vega-time@^2.0.3, vega-time@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/vega-time/-/vega-time-2.0.3.tgz#36c0ea8c767eca83f81dae900e09e588c1c21573" + integrity sha512-LXsB5Ej56jcDRvoWHp1YegNuZSD+cFWGBEWobRXbigmRNDfa4HGmzUon46G+KBj+VeRRGeu5Zq4LSG2goWmIYw== dependencies: - d3-array "^2.7.1" + d3-array "^2.7.0" d3-time "^2.0.0" - vega-util "^1.15.2" + vega-util "^1.15.1" vega-tooltip@^0.24.0: - version "0.24.2" - resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.24.2.tgz#da55a171a96ea48a8ff135a728622e1cbb1152af" - integrity sha512-b7IeYQl/piNVsMmTliOgTnwSOhBs67KqoZ9UzP1I3XpH7TKbSuc3YHA7b1CSxkRR0hHKdradby4UI8c9rdH74w== - dependencies: - vega-util "^1.15.2" - -vega-transforms@~4.9.3: - version "4.9.3" - resolved "https://registry.yarnpkg.com/vega-transforms/-/vega-transforms-4.9.3.tgz#40e5234b956a68eaa03eedf489ed03293075bbfb" - integrity sha512-PdqQd5oPlRyD405M2w+Sz9Bo+i7Rwi8o03SVK7RaeQsJC2FffKGJ6acIaSEgOq+yD1Q2k/1SePmCXcmLUlIiEA== - dependencies: - d3-array "^2.7.1" - vega-dataflow "^5.7.3" - vega-statistics "^1.7.9" - vega-time "^2.0.4" - vega-util "^1.15.2" - -vega-typings@~0.19.0: - version "0.19.1" - resolved "https://registry.yarnpkg.com/vega-typings/-/vega-typings-0.19.1.tgz#a53949143fa37721ae7bd146bbb9add5c78aca52" - integrity sha512-OSyNYwMJ8FayTTNU/gohprbt1EFQBpoiMPP9p2vqo1O9z45XVnotQ92jYHAhraI6gWiMIIfo4OjPbSe/GX7etg== - dependencies: - vega-util "^1.15.2" - -vega-util@^1.15.2, vega-util@^1.16.0, vega-util@~1.16.0: - version "1.16.0" - resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.16.0.tgz#77405d8df0a94944d106bdc36015f0d43aa2caa3" - integrity sha512-6mmz6mI+oU4zDMeKjgvE2Fjz0Oh6zo6WGATcvCfxH2gXBzhBHmy5d25uW5Zjnkc6QBXSWPLV9Xa6SiqMsrsKog== - -vega-util@~1.15.3: - version "1.15.3" - resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.15.3.tgz#b42b4fb11f32fbb57fb5cd116d4d3e1827d177aa" - integrity sha512-NCbfCPMVgdP4geLrFtCDN9PTEXrgZgJBBLvpyos7HGv2xSe9bGjDCysv6qcueHrc1myEeCQzrHDFaShny6wXDg== - -vega-view-transforms@~4.5.8: - version "4.5.8" - resolved "https://registry.yarnpkg.com/vega-view-transforms/-/vega-view-transforms-4.5.8.tgz#c8dc42c3c7d4aa725d40b8775180c9f23bc98f4e" - integrity sha512-966m7zbzvItBL8rwmF2nKG14rBp7q+3sLCKWeMSUrxoG+M15Smg5gWEGgwTG3A/RwzrZ7rDX5M1sRaAngRH25g== - dependencies: - vega-dataflow "^5.7.3" - vega-scenegraph "^4.9.2" - vega-util "^1.15.2" - -vega-view@~5.9.0: - version "5.9.0" - resolved "https://registry.yarnpkg.com/vega-view/-/vega-view-5.9.0.tgz#ee6d5abd66d2503dec71e05e7ca8cf813465ae3f" - integrity sha512-HqRFuqO2OwoPHHK+CVt8vB8fu2L8GjQerLpmEpglWtCPDns5+gn5B6F7M8Ah8v24WlfqW7cLrY81t9OloPZOyw== - dependencies: - d3-array "^2.7.1" + version "0.24.1" + resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.24.1.tgz#34ecaf80ff9d91cc29317208f6ad5fe226e34b94" + integrity sha512-LmhjS/bdwe2IeLhXF+aiBrV5sTD33HYPUqtHaJh1Qhcsf0uHCBPVyy32pYBXLNs6QDAy+xLT4iRxBTcm4l7CYw== + dependencies: + vega-util "^1.15.1" + +vega-transforms@~4.9.2: + version "4.9.2" + resolved "https://registry.yarnpkg.com/vega-transforms/-/vega-transforms-4.9.2.tgz#b7046c189370c6bec80fa3d34c143c73b9abcd1a" + integrity sha512-vDI8jJOlnswSuEf6BekI04jWNttgOLzDRONaWZGTH8X5yI3GgkB4Ts45U0LayRExQSq7gxt95k/02jXGGzOTpA== + dependencies: + d3-array "^2.7.0" + vega-dataflow "^5.7.2" + vega-statistics "^1.7.8" + vega-time "^2.0.3" + vega-util "^1.15.1" + +vega-typings@~0.18.2: + version "0.18.2" + resolved "https://registry.yarnpkg.com/vega-typings/-/vega-typings-0.18.2.tgz#377d2700f9985d2e264e1de1bd4dd48cc1636f5b" + integrity sha512-t7PAmcqPUmSV44l2NVJOoblhomPlgjO7rxAUs/HXnmyVbGHI+6ulUPjGBWWZU1ebu09T+SYazAwjr6lAd2CHgQ== + dependencies: + vega-util "^1.15.1" + +vega-util@^1.15.1, vega-util@~1.15.1: + version "1.15.1" + resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.15.1.tgz#52e27ad6b460bfa41ea1a9146d70b6144ec090ab" + integrity sha512-kEbRQiVUP42dyou2LF8I+3TlBtk4TODTlnLzdSoI//uahXvDnz1ulfprWljfcHPbVjziObaFNWkpT56oSMTx+g== + +vega-view-transforms@~4.5.7: + version "4.5.7" + resolved "https://registry.yarnpkg.com/vega-view-transforms/-/vega-view-transforms-4.5.7.tgz#bc21e3832260f37393ff88ddd3a400c5d5db945a" + integrity sha512-dcrEHJL/+KPAe7Eq4Me7rq5+O13yWL1X/n3Fu6xKGL2TnBSBy4WVla+WFBdD82GRIU0Fi5DFkL/dE3cTeitvag== + dependencies: + vega-dataflow "^5.7.2" + vega-scenegraph "^4.9.1" + vega-util "^1.15.1" + +vega-view@~5.8.2: + version "5.8.2" + resolved "https://registry.yarnpkg.com/vega-view/-/vega-view-5.8.2.tgz#53263b9e3dd97265664aeba6183a3242c91f9f38" + integrity sha512-d+u5FGs3t7LUVRoGimvroHkbO2orrtJMUt2P8UVu4alMdDcgZUSmwOZWc/gMkBGlWD8P9q7832xTWdJ3gSXL4A== + dependencies: + d3-array "^2.7.0" d3-timer "^2.0.0" - vega-dataflow "^5.7.3" - vega-format "^1.0.4" - vega-functions "^5.8.0" - vega-runtime "^6.1.3" - vega-scenegraph "^4.9.2" - vega-util "^1.15.2" - -vega-voronoi@~4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/vega-voronoi/-/vega-voronoi-4.1.5.tgz#e7af574d4c27fd9cb12d70082f12c6f59b80b445" - integrity sha512-950IkgCFLj0zG33EWLAm1hZcp+FMqWcNQliMYt+MJzOD5S4MSpZpZ7K4wp2M1Jktjw/CLKFL9n38JCI0i3UonA== + vega-dataflow "^5.7.2" + vega-format "^1.0.3" + vega-functions "^5.7.3" + vega-runtime "^6.1.2" + vega-scenegraph "^4.9.1" + vega-util "^1.15.1" + +vega-voronoi@~4.1.4: + version "4.1.4" + resolved "https://registry.yarnpkg.com/vega-voronoi/-/vega-voronoi-4.1.4.tgz#ec165e4a55d81662d789da0716af5e5c51a0ce01" + integrity sha512-z5aAprA9XbdKZ2oAs1tWR9Cw+W9LQJZCn9kH+x6VmnqiVhCbMZPDoZK9sIgso163RDF9Fdu+0zLXX58l+AjzWA== dependencies: d3-delaunay "^5.3.0" - vega-dataflow "^5.7.3" - vega-util "^1.15.2" + vega-dataflow "^5.7.2" + vega-util "^1.15.1" -vega-wordcloud@~4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/vega-wordcloud/-/vega-wordcloud-4.1.3.tgz#ce90900333f4e0d3ee706ba4f36bb0905f8b4a9f" - integrity sha512-is4zYn9FMAyp9T4SAcz2P/U/wqc0Lx3P5YtpWKCbOH02a05vHjUQrQ2TTPOuvmMfAEDCSKvbMSQIJMOE018lJA== +vega-wordcloud@~4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/vega-wordcloud/-/vega-wordcloud-4.1.2.tgz#b65a493d548dfa71a4121aaab6565e5041a86d7b" + integrity sha512-LZzqaRuE0bR9x9e9dLax6GYnUO+MtJhGx5fRk4F0Q8+X2f0u/BfOyMG459tnbyZQIy9SP8ZBLBlkp+ujmK8XXQ== dependencies: - vega-canvas "^1.2.5" - vega-dataflow "^5.7.3" - vega-scale "^7.1.1" - vega-statistics "^1.7.9" - vega-util "^1.15.2" + vega-canvas "^1.2.4" + vega-dataflow "^5.7.2" + vega-scale "^7.1.0" + vega-statistics "^1.7.8" + vega-util "^1.15.1" vega@^5.9.0: - version "5.17.0" - resolved "https://registry.yarnpkg.com/vega/-/vega-5.17.0.tgz#2b33296e257c97b79ee6501d4d1905fb1414d080" - integrity sha512-2Rm9aS3cSMXE55YgjfkuOmvSBMtiM/85/qX/WHLc+YiJacKGiwY9yzeC+w2Ft50JUs3nKZc1KB90ePgf5mfo0Q== - dependencies: - vega-crossfilter "~4.0.5" - vega-dataflow "~5.7.3" - vega-encode "~4.8.3" - vega-event-selector "~2.0.6" - vega-expression "~3.0.0" - vega-force "~4.0.7" - vega-format "~1.0.4" - vega-functions "~5.8.0" - vega-geo "~4.3.7" - vega-hierarchy "~4.0.9" - vega-label "~1.0.0" - vega-loader "~4.4.0" - vega-parser "~6.1.0" - vega-projection "~1.4.5" - vega-regression "~1.0.9" - vega-runtime "~6.1.3" - vega-scale "~7.1.1" - vega-scenegraph "~4.9.2" - vega-statistics "~1.7.9" - vega-time "~2.0.4" - vega-transforms "~4.9.3" - vega-typings "~0.19.0" - vega-util "~1.16.0" - vega-view "~5.9.0" - vega-view-transforms "~4.5.8" - vega-voronoi "~4.1.5" - vega-wordcloud "~4.1.3" + version "5.15.0" + resolved "https://registry.yarnpkg.com/vega/-/vega-5.15.0.tgz#9a813c5699f0a4b2a2be385d44c356ab87b19394" + integrity sha512-uygUtkZJm3/HNvNGLQSugZld4qvaiOMtH34tOGuS/MSGj7MaP0CLoFrthlas30lyMPQ42UfzX8tk5X+I91dFKQ== + dependencies: + vega-crossfilter "~4.0.4" + vega-dataflow "~5.7.2" + vega-encode "~4.8.2" + vega-event-selector "~2.0.5" + vega-expression "~2.7.0" + vega-force "~4.0.6" + vega-format "~1.0.3" + vega-functions "~5.7.3" + vega-geo "~4.3.6" + vega-hierarchy "~4.0.8" + vega-loader "~4.3.2" + vega-parser "~6.0.3" + vega-projection "~1.4.4" + vega-regression "~1.0.8" + vega-runtime "~6.1.2" + vega-scale "~7.1.0" + vega-scenegraph "~4.9.1" + vega-statistics "~1.7.8" + vega-time "~2.0.3" + vega-transforms "~4.9.2" + vega-typings "~0.18.2" + vega-util "~1.15.1" + vega-view "~5.8.2" + vega-view-transforms "~4.5.7" + vega-voronoi "~4.1.4" + vega-wordcloud "~4.1.2" vm-browserify@^1.0.1: version "1.1.2" @@ -6920,9 +6904,9 @@ watchpack@^1.7.4: watchpack-chokidar2 "^2.0.0" webpack-bundle-analyzer@^3.6.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.0.tgz#f6f94db108fb574e415ad313de41a2707d33ef3c" - integrity sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA== + version "3.8.0" + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.8.0.tgz#ce6b3f908daf069fd1f7266f692cbb3bded9ba16" + integrity sha512-PODQhAYVEourCcOuU+NiYI7WdR8QyELZGgPvB1y2tjbUpbmcQOt5Q7jEK+ttd5se0KSBKD9SXHCEozS++Wllmw== dependencies: acorn "^7.1.1" acorn-walk "^7.1.1" @@ -6933,7 +6917,7 @@ webpack-bundle-analyzer@^3.6.0: express "^4.16.3" filesize "^3.6.1" gzip-size "^5.0.0" - lodash "^4.17.19" + lodash "^4.17.15" mkdirp "^0.5.1" opener "^1.5.1" ws "^6.0.0" @@ -6971,9 +6955,9 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack- source-map "~0.6.1" webpack@^4.41.2: - version "4.44.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72" - integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== + version "4.44.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" + integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0" @@ -7052,10 +7036,10 @@ wrap-ansi@^5.1.0: string-width "^3.0.0" strip-ansi "^5.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== +wrap-ansi@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== dependencies: ansi-styles "^4.0.0" string-width "^4.1.0" @@ -7098,11 +7082,6 @@ y18n@^4.0.0: resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== -y18n@^5.0.1: - version "5.0.2" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.2.tgz#48218df5da2731b4403115c39a1af709c873f829" - integrity sha512-CkwaeZw6dQgqgPGeTWKMXCRmMcBgETFlTml1+ZOO+q7kGst8NREJ+eWwFNPVUQ4QGdAaklbqCZHH6Zuep1RjiA== - yallist@^3.0.2: version "3.1.1" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" @@ -7121,10 +7100,13 @@ yargs-parser@^13.1.2: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^20.0.0: - version "20.2.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.1.tgz#28f3773c546cdd8a69ddae68116b48a5da328e77" - integrity sha512-yYsjuSkjbLMBp16eaOt7/siKTjNVjMm3SoJnIg3sEh/JsvqVVDyjRKmaJV4cl+lNIgq6QEco2i3gDebJl7/vLA== +yargs-parser@^18.1.2: + version "18.1.3" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" + integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" yargs@^13.3.2: version "13.3.2" @@ -7142,18 +7124,22 @@ yargs@^13.3.2: y18n "^4.0.0" yargs-parser "^13.1.2" -yargs@~16.0.3: - version "16.0.3" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.0.3.tgz#7a919b9e43c90f80d4a142a89795e85399a7e54c" - integrity sha512-6+nLw8xa9uK1BOEOykaiYAJVh6/CjxWXK/q9b5FpRgNslt8s22F2xMBqVIKgCRjNgGvGPBy8Vog7WN7yh4amtA== +yargs@~15.4.1: + version "15.4.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" + integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== dependencies: - cliui "^7.0.0" - escalade "^3.0.2" - get-caller-file "^2.0.5" + cliui "^6.0.0" + decamelize "^1.2.0" + find-up "^4.1.0" + get-caller-file "^2.0.1" require-directory "^2.1.1" + require-main-filename "^2.0.0" + set-blocking "^2.0.0" string-width "^4.2.0" - y18n "^5.0.1" - yargs-parser "^20.0.0" + which-module "^2.0.0" + y18n "^4.0.0" + yargs-parser "^18.1.2" yarn-deduplicate@^1.1.1: version "1.2.0" diff --git a/jupyterlab/tests/mock_packages/extension/package.json b/jupyterlab/tests/mock_packages/extension/package.json index 089f3d791384..49027e6ea311 100644 --- a/jupyterlab/tests/mock_packages/extension/package.json +++ b/jupyterlab/tests/mock_packages/extension/package.json @@ -1,9 +1,9 @@ { "name": "@jupyterlab/mock-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "private": true, "dependencies": { - "@jupyterlab/launcher": "^2.3.0-alpha.0" + "@jupyterlab/launcher": "^2.2.5" }, "jupyterlab": { "extension": true diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index b8b6e315072a..e453eb38f834 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Application Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,13 +36,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/property-inspector": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/property-inspector": "^2.2.5", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", diff --git a/packages/application/package.json b/packages/application/package.json index 2b292b07cc70..b2ed5883b164 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Application", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,14 +41,14 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.12.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/rendermime-interfaces": "^2.2.0", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/application": "^1.8.4", "@lumino/commands": "^1.10.1", @@ -61,7 +61,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/apputils-extension/package.json b/packages/apputils-extension/package.json index 68dce59f4d97..5ee32c259f04 100644 --- a/packages/apputils-extension/package.json +++ b/packages/apputils-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/apputils-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Application Utilities Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,13 +37,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", diff --git a/packages/apputils/package.json b/packages/apputils/package.json index 282aed4abc64..8e0487ddced3 100644 --- a/packages/apputils/package.json +++ b/packages/apputils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/apputils", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Application Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,11 +40,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", @@ -61,7 +61,7 @@ "sanitize-html": "~1.20.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "@types/react-dom": "~16.9.4", "@types/sanitize-html": "^1.20.2", diff --git a/packages/attachments/package.json b/packages/attachments/package.json index f6687001f3fc..c6c3b07b2cf7 100644 --- a/packages/attachments/package.json +++ b/packages/attachments/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/attachments", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Notebook Cell Attachments", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,10 +35,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/rendermime-interfaces": "^2.2.0", "@lumino/disposable": "^1.3.5", "@lumino/signaling": "^1.3.5" }, diff --git a/packages/cells/package.json b/packages/cells/package.json index b02b8cc79b6a..4dced2dce092 100644 --- a/packages/cells/package.json +++ b/packages/cells/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/cells", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Notebook Cells", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,18 +40,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/attachments": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/filebrowser": "^2.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/outputarea": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/attachments": "^2.2.3", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/filebrowser": "^2.2.4", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/outputarea": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/dragdrop": "^1.5.1", @@ -62,7 +62,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "@types/react": "~16.9.16", "jest": "^25.2.3", diff --git a/packages/cells/src/inputarea.ts b/packages/cells/src/inputarea.ts index b21dad2acb5f..ebd45b387be3 100644 --- a/packages/cells/src/inputarea.ts +++ b/packages/cells/src/inputarea.ts @@ -66,9 +66,7 @@ export class InputArea extends Widget { const layout = (this.layout = new PanelLayout()); layout.addWidget(prompt); - if (!options.placeholder) { - layout.addWidget(editor); - } + layout.addWidget(editor); } /** @@ -175,11 +173,6 @@ export namespace InputArea { * Whether to send an update request to the editor when it is shown. */ updateOnShow?: boolean; - - /** - * Whether this input area is a placeholder for future rendering. - */ - placeholder?: boolean; } /** diff --git a/packages/cells/src/widget.ts b/packages/cells/src/widget.ts index ad943174fcb6..06897f73a45b 100644 --- a/packages/cells/src/widget.ts +++ b/packages/cells/src/widget.ts @@ -196,8 +196,7 @@ export class Cell extends Widget { const input = (this._input = new InputArea({ model, contentFactory, - updateOnShow: options.updateEditorOnShow, - placeholder: options.placeholder + updateOnShow: options.updateEditorOnShow })); input.addClass(CELL_INPUT_AREA_CLASS); inputWrapper.addWidget(inputCollapser); @@ -451,8 +450,7 @@ export class Cell extends Widget { const constructor = this.constructor as typeof Cell; return new constructor({ model: this.model, - contentFactory: this.contentFactory, - placeholder: false + contentFactory: this.contentFactory }); } @@ -567,11 +565,6 @@ export namespace Cell { * Whether to send an update request to the editor when it is shown. */ updateEditorOnShow?: boolean; - - /** - * Whether this cell is a placeholder for future rendering. - */ - placeholder?: boolean; } /** @@ -700,34 +693,31 @@ export class CodeCell extends Cell { const contentFactory = this.contentFactory; const model = this.model; - if (!options.placeholder) { - // Insert the output before the cell footer. - const outputWrapper = (this._outputWrapper = new Panel()); - outputWrapper.addClass(CELL_OUTPUT_WRAPPER_CLASS); - const outputCollapser = new OutputCollapser(); - outputCollapser.addClass(CELL_OUTPUT_COLLAPSER_CLASS); - const output = (this._output = new OutputArea({ - model: model.outputs, - rendermime, - contentFactory: contentFactory - })); - output.addClass(CELL_OUTPUT_AREA_CLASS); - // Set a CSS if there are no outputs, and connect a signal for future - // changes to the number of outputs. This is for conditional styling - // if there are no outputs. - if (model.outputs.length === 0) { - this.addClass(NO_OUTPUTS_CLASS); - } - output.outputLengthChanged.connect(this._outputLengthHandler, this); - outputWrapper.addWidget(outputCollapser); - outputWrapper.addWidget(output); - (this.layout as PanelLayout).insertWidget(2, outputWrapper); - - this._outputPlaceholder = new OutputPlaceholder(() => { - this.outputHidden = !this.outputHidden; - }); + // Insert the output before the cell footer. + const outputWrapper = (this._outputWrapper = new Panel()); + outputWrapper.addClass(CELL_OUTPUT_WRAPPER_CLASS); + const outputCollapser = new OutputCollapser(); + outputCollapser.addClass(CELL_OUTPUT_COLLAPSER_CLASS); + const output = (this._output = new OutputArea({ + model: model.outputs, + rendermime, + contentFactory: contentFactory + })); + output.addClass(CELL_OUTPUT_AREA_CLASS); + // Set a CSS if there are no outputs, and connect a signal for future + // changes to the number of outputs. This is for conditional styling + // if there are no outputs. + if (model.outputs.length === 0) { + this.addClass(NO_OUTPUTS_CLASS); } + output.outputLengthChanged.connect(this._outputLengthHandler, this); + outputWrapper.addWidget(outputCollapser); + outputWrapper.addWidget(output); + (this.layout as PanelLayout).insertWidget(2, outputWrapper); + this._outputPlaceholder = new OutputPlaceholder(() => { + this.outputHidden = !this.outputHidden; + }); model.stateChanged.connect(this.onStateChanged, this); } @@ -923,8 +913,7 @@ export class CodeCell extends Cell { return new constructor({ model: this.model, contentFactory: this.contentFactory, - rendermime: this._rendermime, - placeholder: false + rendermime: this._rendermime }); } @@ -1538,8 +1527,7 @@ export class MarkdownCell extends AttachmentsCell { return new constructor({ model: this.model, contentFactory: this.contentFactory, - rendermime: this._rendermime, - placeholder: false + rendermime: this._rendermime }); } @@ -1594,8 +1582,7 @@ export class RawCell extends Cell { const constructor = this.constructor as typeof RawCell; return new constructor({ model: this.model, - contentFactory: this.contentFactory, - placeholder: false + contentFactory: this.contentFactory }); } diff --git a/packages/cells/style/collapser.css b/packages/cells/style/collapser.css index fafc302556b5..13469e4890b9 100644 --- a/packages/cells/style/collapser.css +++ b/packages/cells/style/collapser.css @@ -4,8 +4,7 @@ |----------------------------------------------------------------------------*/ .jp-Collapser { - display: table-cell; - width: var(--jp-cell-collapser-width); + flex: 0 0 var(--jp-cell-collapser-width); padding: 0px; margin: 0px; border: none; diff --git a/packages/cells/style/inputarea.css b/packages/cells/style/inputarea.css index 8cb9f33ee114..193f83ce7596 100644 --- a/packages/cells/style/inputarea.css +++ b/packages/cells/style/inputarea.css @@ -25,7 +25,7 @@ } .jp-InputPrompt { - width: var(--jp-cell-prompt-width); + flex: 0 0 var(--jp-cell-prompt-width); color: var(--jp-cell-inprompt-font-color); font-family: var(--jp-cell-prompt-font-family); padding: var(--jp-code-padding); diff --git a/packages/cells/style/widget.css b/packages/cells/style/widget.css index 39613df15e68..b23e32963a12 100644 --- a/packages/cells/style/widget.css +++ b/packages/cells/style/widget.css @@ -29,8 +29,8 @@ .jp-Cell-inputWrapper, .jp-Cell-outputWrapper { - display: table; - width: 100%; + display: block; + flex-direction: row; padding: 0px; margin: 0px; /* Added to reveal the box-shadow on the input and output collapsers. */ diff --git a/packages/celltags-extension/package.json b/packages/celltags-extension/package.json index 16e27a21b92b..39a1f29ff943 100644 --- a/packages/celltags-extension/package.json +++ b/packages/celltags-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/celltags-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "An extension for manipulating tags in cell metadata", "keywords": [ "jupyter", @@ -38,9 +38,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/celltags": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/celltags": "^2.2.6", + "@jupyterlab/notebook": "^2.2.6" }, "devDependencies": { "@types/node": "^12.12.17", diff --git a/packages/celltags/package.json b/packages/celltags/package.json index dc0ac2c75cf0..848b86887fce 100644 --- a/packages/celltags/package.json +++ b/packages/celltags/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/celltags", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "An extension for manipulating tags in cell metadata", "keywords": [ "jupyter", @@ -39,10 +39,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/widgets": "^1.11.1" }, diff --git a/packages/codeeditor/package.json b/packages/codeeditor/package.json index cb302c3a7ecc..f8a1d20452b7 100644 --- a/packages/codeeditor/package.json +++ b/packages/codeeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codeeditor", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "description": "JupyterLab - Abstract Code Editor", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,10 +40,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", "@lumino/dragdrop": "^1.5.1", @@ -52,7 +52,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/codemirror-extension/package.json b/packages/codemirror-extension/package.json index d6badd4e4392..6d1a71d12ae2 100644 --- a/packages/codemirror-extension/package.json +++ b/packages/codemirror-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codemirror-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - CodeMirror Provider Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,14 +36,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/fileeditor": "^2.2.3", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", "@lumino/widgets": "^1.11.1", "codemirror": "~5.53.2" }, diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index cdb83b29feba..a5e17748652b 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codemirror", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - CodeMirror Editor Provider", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,12 +38,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/statusbar": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", @@ -55,7 +55,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/codemirror": "^0.0.76", "@types/jest": "^24.0.23", "jest": "^25.2.3", diff --git a/packages/completer-extension/package.json b/packages/completer-extension/package.json index 38cf730163ff..a6373ff53949 100644 --- a/packages/completer-extension/package.json +++ b/packages/completer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/completer-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Completer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,12 +36,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/completer": "^2.3.0-alpha.0", - "@jupyterlab/console": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/completer": "^2.2.3", + "@jupyterlab/console": "^2.2.6", + "@jupyterlab/fileeditor": "^2.2.3", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/services": "^5.2.4", "@lumino/algorithm": "^1.2.3", "@lumino/widgets": "^1.11.1" }, diff --git a/packages/completer/package.json b/packages/completer/package.json index d964372269f8..59f3769fc3aa 100644 --- a/packages/completer/package.json +++ b/packages/completer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/completer", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Completer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,12 +40,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -55,7 +55,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index b5495316b8c2..f5be865088f6 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/console-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Code Console Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,17 +36,17 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/console": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/filebrowser": "^2.3.0-alpha.0", - "@jupyterlab/launcher": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/console": "^2.2.6", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/filebrowser": "^2.2.4", + "@jupyterlab/launcher": "^2.2.5", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", diff --git a/packages/console/package.json b/packages/console/package.json index 5d4f8d91df8b..4f7cf3a2b581 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/console", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Code Console", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,15 +41,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -59,7 +59,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/console/src/widget.ts b/packages/console/src/widget.ts index 3660db07cb33..2265689f3492 100644 --- a/packages/console/src/widget.ts +++ b/packages/console/src/widget.ts @@ -235,8 +235,7 @@ export class CodeConsole extends Widget { model.value.text = '...'; const banner = (this._banner = new RawCell({ model, - contentFactory: this.contentFactory, - placeholder: false + contentFactory: this.contentFactory })).initializeState(); banner.addClass(BANNER_CLASS); banner.readOnly = true; @@ -732,7 +731,7 @@ export class CodeConsole extends Widget { const modelFactory = this.modelFactory; const model = modelFactory.createCodeCell({}); const rendermime = this.rendermime; - return { model, rendermime, contentFactory, placeholder: false }; + return { model, rendermime, contentFactory }; } /** diff --git a/packages/coreutils/package.json b/packages/coreutils/package.json index 4ec96ad007e2..2a222d6198ca 100644 --- a/packages/coreutils/package.json +++ b/packages/coreutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/coreutils", - "version": "4.3.0-alpha.0", + "version": "4.2.4", "description": "JupyterLab - Core Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -46,7 +46,7 @@ "url-parse": "~1.4.7" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "@types/minimist": "^1.2.0", "jest": "^25.2.3", diff --git a/packages/csvviewer-extension/package.json b/packages/csvviewer-extension/package.json index c41c4d7b546a..d59068f61fb9 100644 --- a/packages/csvviewer-extension/package.json +++ b/packages/csvviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/csvviewer-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - CSV Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,12 +35,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/csvviewer": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/documentsearch": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/csvviewer": "^2.2.3", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/documentsearch": "^2.2.6", + "@jupyterlab/mainmenu": "^2.2.3", "@lumino/datagrid": "^0.6.0", "@lumino/signaling": "^1.3.5", "@lumino/widgets": "^1.11.1" diff --git a/packages/csvviewer/package.json b/packages/csvviewer/package.json index 50e4cac5dde4..5d18a11cdb9b 100644 --- a/packages/csvviewer/package.json +++ b/packages/csvviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/csvviewer", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - CSV Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,9 +40,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/datagrid": "^0.6.0", @@ -52,7 +52,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "canvas": "^2.6.1", "csv-spectrum": "^1.0.0", diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 65ab96ba7118..3a8c62d35621 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docmanager-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Document Manager Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,15 +36,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docmanager": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docmanager": "^2.2.3", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", diff --git a/packages/docmanager/package.json b/packages/docmanager/package.json index 48059892aaaa..8dbc7fa1bdff 100644 --- a/packages/docmanager/package.json +++ b/packages/docmanager/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docmanager", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Document Manager", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,11 +40,11 @@ "watch": "npm run test -- --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/statusbar": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -55,7 +55,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/docregistry/package.json b/packages/docregistry/package.json index 1c9c14c50e0e..e947244da32f 100644 --- a/packages/docregistry/package.json +++ b/packages/docregistry/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docregistry", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Document Registry", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,15 +40,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/rendermime-interfaces": "^2.2.0", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -57,7 +57,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index dc9e710a9a04..6062cc520587 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/documentsearch-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "Search document types", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,10 +33,10 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/documentsearch": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/documentsearch": "^2.2.6", + "@jupyterlab/mainmenu": "^2.2.3", "@lumino/widgets": "^1.11.1" }, "devDependencies": { diff --git a/packages/documentsearch/package.json b/packages/documentsearch/package.json index 5f2acb38273c..09a315536cf7 100644 --- a/packages/documentsearch/package.json +++ b/packages/documentsearch/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/documentsearch", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "Document Search", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,13 +32,13 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/fileeditor": "^2.2.3", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", diff --git a/packages/documentsearch/src/searchoverlay.tsx b/packages/documentsearch/src/searchoverlay.tsx index f2fe2d3de10c..4447e4854f62 100644 --- a/packages/documentsearch/src/searchoverlay.tsx +++ b/packages/documentsearch/src/searchoverlay.tsx @@ -38,7 +38,6 @@ const REGEX_ERROR_CLASS = 'jp-DocumentSearch-regex-error'; const SEARCH_OPTIONS_CLASS = 'jp-DocumentSearch-search-options'; const SEARCH_OPTIONS_DISABLED_CLASS = 'jp-DocumentSearch-search-options-disabled'; -const SEARCH_DOCUMENT_LOADING = 'jp-DocumentSearch-document-loading'; const REPLACE_ENTRY_CLASS = 'jp-DocumentSearch-replace-entry'; const REPLACE_BUTTON_CLASS = 'jp-DocumentSearch-replace-button'; const REPLACE_BUTTON_WRAPPER_CLASS = 'jp-DocumentSearch-replace-button-wrapper'; @@ -555,10 +554,6 @@ class SearchOverlay extends React.Component< key={3} > {this.state.errorMessage} - , -
- This document is still loading. Only loaded content will appear in - search results until the entire document loads.
]; } diff --git a/packages/documentsearch/style/base.css b/packages/documentsearch/style/base.css index 406e2b96a79b..64369052f453 100644 --- a/packages/documentsearch/style/base.css +++ b/packages/documentsearch/style/base.css @@ -249,13 +249,3 @@ .jp-DocumentSearch-replace-toggle:hover { background-color: var(--jp-layout-color2); } - -.jp-DocumentSearch-document-loaded .jp-DocumentSearch-document-loading { - display: block !important; -} - -.jp-DocumentSearch-document-loading { - display: none; - margin: 5px; - color: var(--jp-ui-font-color2); -} diff --git a/packages/extensionmanager-extension/package.json b/packages/extensionmanager-extension/package.json index cd895c7495bd..7f01fb88ea36 100644 --- a/packages/extensionmanager-extension/package.json +++ b/packages/extensionmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/extensionmanager-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Extension Manager Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,12 +37,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/extensionmanager": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/extensionmanager": "^2.2.5", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/extensionmanager/package.json b/packages/extensionmanager/package.json index 70efa9a7fd76..3cc0bd812857 100644 --- a/packages/extensionmanager/package.json +++ b/packages/extensionmanager/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/extensionmanager", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Extension Manager", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,11 +35,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/messaging": "^1.3.3", "@lumino/polling": "^1.1.1", "@lumino/signaling": "^1.3.5", diff --git a/packages/filebrowser-extension/package.json b/packages/filebrowser-extension/package.json index cd189bb091d7..2dfe6d8b1093 100644 --- a/packages/filebrowser-extension/package.json +++ b/packages/filebrowser-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/filebrowser-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Filebrowser Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,18 +36,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docmanager": "^2.3.0-alpha.0", - "@jupyterlab/filebrowser": "^2.3.0-alpha.0", - "@jupyterlab/launcher": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docmanager": "^2.2.3", + "@jupyterlab/filebrowser": "^2.2.4", + "@jupyterlab/launcher": "^2.2.5", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/messaging": "^1.3.3", diff --git a/packages/filebrowser/package.json b/packages/filebrowser/package.json index ad2b5406fee3..43d7458c4542 100644 --- a/packages/filebrowser/package.json +++ b/packages/filebrowser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/filebrowser", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "description": "JupyterLab - FileBrowser Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,14 +40,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docmanager": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docmanager": "^2.2.3", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -60,7 +60,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/fileeditor-extension/package.json b/packages/fileeditor-extension/package.json index 629d9eb2c849..7efbc1ef8db5 100644 --- a/packages/fileeditor-extension/package.json +++ b/packages/fileeditor-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/fileeditor-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Editor Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,20 +36,20 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/console": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/filebrowser": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor": "^2.3.0-alpha.0", - "@jupyterlab/launcher": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/console": "^2.2.6", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/filebrowser": "^2.2.4", + "@jupyterlab/fileeditor": "^2.2.3", + "@jupyterlab/launcher": "^2.2.5", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", "@lumino/widgets": "^1.11.1" diff --git a/packages/fileeditor/package.json b/packages/fileeditor/package.json index 3b777f9b9a7d..4ca7e668e2b3 100644 --- a/packages/fileeditor/package.json +++ b/packages/fileeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/fileeditor", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Editor Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,18 +40,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/statusbar": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1", "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 77676298f349..c66227cd34d4 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/help-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Help Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,13 +36,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/inspector": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/inspector": "^2.2.3", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/widgets": "^1.11.1", "react": "~16.9.0" }, diff --git a/packages/htmlviewer-extension/package.json b/packages/htmlviewer-extension/package.json index 65d0a6b913c2..d57c513aa5d1 100644 --- a/packages/htmlviewer-extension/package.json +++ b/packages/htmlviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/htmlviewer-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab extension to render HTML files", "keywords": [ "jupyter", @@ -33,11 +33,11 @@ "watch": "tsc -w" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/htmlviewer": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/htmlviewer": "^2.2.5", + "@jupyterlab/ui-components": "^2.2.3" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/htmlviewer/package.json b/packages/htmlviewer/package.json index 988c9c4677ce..e2ffc276c1ad 100644 --- a/packages/htmlviewer/package.json +++ b/packages/htmlviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/htmlviewer", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "A viewer for HTML documents.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,10 +32,10 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/signaling": "^1.3.5", "react": "~16.9.0" diff --git a/packages/hub-extension/package.json b/packages/hub-extension/package.json index ed518b18c175..f2fa1c0ba519 100644 --- a/packages/hub-extension/package.json +++ b/packages/hub-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/hub-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab integration for JupyterHub", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,11 +33,11 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/services": "^5.2.4" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/imageviewer-extension/package.json b/packages/imageviewer-extension/package.json index 74c118189c74..d868f01cedb2 100644 --- a/packages/imageviewer-extension/package.json +++ b/packages/imageviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/imageviewer-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Image Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,10 +36,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/imageviewer": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/imageviewer": "^2.2.3" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/imageviewer/package.json b/packages/imageviewer/package.json index 39e2f3ff2eb3..2b66918df6ed 100644 --- a/packages/imageviewer/package.json +++ b/packages/imageviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/imageviewer", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Image Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,15 +40,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/inspector-extension/package.json b/packages/inspector-extension/package.json index 64b59686425e..682d6c04de94 100644 --- a/packages/inspector-extension/package.json +++ b/packages/inspector-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/inspector-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Code Inspector Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,13 +36,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/console": "^2.3.0-alpha.0", - "@jupyterlab/inspector": "^2.3.0-alpha.0", - "@jupyterlab/launcher": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/console": "^2.2.6", + "@jupyterlab/inspector": "^2.2.3", + "@jupyterlab/launcher": "^2.2.5", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/ui-components": "^2.2.3" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/inspector/package.json b/packages/inspector/package.json index 79f538731ac0..3ce807dc3270 100644 --- a/packages/inspector/package.json +++ b/packages/inspector/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/inspector", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Code Inspector", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,12 +40,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/statedb": "^2.2.4", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", "@lumino/polling": "^1.1.1", @@ -53,7 +53,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/javascript-extension/package.json b/packages/javascript-extension/package.json index b41671a9fa4d..3619913c4ffc 100644 --- a/packages/javascript-extension/package.json +++ b/packages/javascript-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/javascript-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Javascript Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,8 +34,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0" + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/rendermime-interfaces": "^2.2.0" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/json-extension/package.json b/packages/json-extension/package.json index 23ead60ae73d..49b53b85e112 100644 --- a/packages/json-extension/package.json +++ b/packages/json-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/json-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - JSON Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,9 +34,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/rendermime-interfaces": "^2.2.0", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1", diff --git a/packages/launcher-extension/package.json b/packages/launcher-extension/package.json index 4d3034beb3db..7616b5c670e7 100644 --- a/packages/launcher-extension/package.json +++ b/packages/launcher-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/launcher-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Launcher Page Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,10 +36,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/launcher": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/launcher": "^2.2.5", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/widgets": "^1.11.1" diff --git a/packages/launcher/package.json b/packages/launcher/package.json index 63d82c80bb24..51be76b30b42 100644 --- a/packages/launcher/package.json +++ b/packages/launcher/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/launcher", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Launcher Panel", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,8 +35,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", diff --git a/packages/logconsole-extension/package.json b/packages/logconsole-extension/package.json index 4b01592d2e70..8c9f77fe75bf 100644 --- a/packages/logconsole-extension/package.json +++ b/packages/logconsole-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/logconsole-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Log Console Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,18 +33,18 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/logconsole": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/logconsole": "^2.2.3", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/signaling": "^1.3.5", "@lumino/widgets": "^1.11.1", diff --git a/packages/logconsole/package.json b/packages/logconsole/package.json index cf1adba6e366..61e48a134d44 100644 --- a/packages/logconsole/package.json +++ b/packages/logconsole/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/logconsole", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Log Console", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,11 +37,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/outputarea": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/outputarea": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", "@lumino/messaging": "^1.3.3", @@ -49,7 +49,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/mainmenu-extension/package.json b/packages/mainmenu-extension/package.json index 0a9161a75a70..2d4694c4d583 100644 --- a/packages/mainmenu-extension/package.json +++ b/packages/mainmenu-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mainmenu-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Main Menu Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,12 +36,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/disposable": "^1.3.5", "@lumino/widgets": "^1.11.1" diff --git a/packages/mainmenu/package.json b/packages/mainmenu/package.json index 33806f0713fd..e7d878bf62c8 100644 --- a/packages/mainmenu/package.json +++ b/packages/mainmenu/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mainmenu", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Main Menu", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,9 +40,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", @@ -50,7 +50,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/markdownviewer-extension/package.json b/packages/markdownviewer-extension/package.json index 0990ba953b4e..28a23afb8a0c 100644 --- a/packages/markdownviewer-extension/package.json +++ b/packages/markdownviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/markdownviewer-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Markdown Renderer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,12 +36,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/markdownviewer": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/markdownviewer": "^2.2.5", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/settingregistry": "^2.2.4" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/markdownviewer/package.json b/packages/markdownviewer/package.json index bba6a5401494..98eea0f014ec 100644 --- a/packages/markdownviewer/package.json +++ b/packages/markdownviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/markdownviewer", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Markdown viewer Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,10 +35,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1" diff --git a/packages/mathjax2-extension/package.json b/packages/mathjax2-extension/package.json index a53fea560540..607e0b24fd63 100644 --- a/packages/mathjax2-extension/package.json +++ b/packages/mathjax2-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mathjax2-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "A JupyterLab extension providing MathJax 2 Typesetting", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,10 +33,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/mathjax2": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/mathjax2": "^2.2.0", + "@jupyterlab/rendermime": "^2.2.3" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/mathjax2/package.json b/packages/mathjax2/package.json index 4ea65e837024..3602df8a14a7 100644 --- a/packages/mathjax2/package.json +++ b/packages/mathjax2/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mathjax2", - "version": "2.3.0-alpha.0", + "version": "2.2.0", "description": "A MathJax 2 Typesetting provider for JupyterLab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,7 +33,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", + "@jupyterlab/rendermime-interfaces": "^2.2.0", "@lumino/coreutils": "^1.4.2" }, "devDependencies": { diff --git a/packages/metapackage/package.json b/packages/metapackage/package.json index 8470f46ed6cb..efc6b667e3d3 100644 --- a/packages/metapackage/package.json +++ b/packages/metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/metapackage", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Meta Package. All of the packages used by the core JupyterLab application", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -31,88 +31,88 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/application-extension": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/apputils-extension": "^2.3.0-alpha.0", - "@jupyterlab/attachments": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/celltags": "^2.3.0-alpha.0", - "@jupyterlab/celltags-extension": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/codemirror-extension": "^2.3.0-alpha.0", - "@jupyterlab/completer": "^2.3.0-alpha.0", - "@jupyterlab/completer-extension": "^2.3.0-alpha.0", - "@jupyterlab/console": "^2.3.0-alpha.0", - "@jupyterlab/console-extension": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/csvviewer": "^2.3.0-alpha.0", - "@jupyterlab/csvviewer-extension": "^2.3.0-alpha.0", - "@jupyterlab/docmanager": "^2.3.0-alpha.0", - "@jupyterlab/docmanager-extension": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/documentsearch": "^2.3.0-alpha.0", - "@jupyterlab/documentsearch-extension": "^2.3.0-alpha.0", - "@jupyterlab/extensionmanager": "^2.3.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "^2.3.0-alpha.0", - "@jupyterlab/filebrowser": "^2.3.0-alpha.0", - "@jupyterlab/filebrowser-extension": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor-extension": "^2.3.0-alpha.0", - "@jupyterlab/help-extension": "^2.3.0-alpha.0", - "@jupyterlab/htmlviewer": "^2.3.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "^2.3.0-alpha.0", - "@jupyterlab/hub-extension": "^2.3.0-alpha.0", - "@jupyterlab/imageviewer": "^2.3.0-alpha.0", - "@jupyterlab/imageviewer-extension": "^2.3.0-alpha.0", - "@jupyterlab/inspector": "^2.3.0-alpha.0", - "@jupyterlab/inspector-extension": "^2.3.0-alpha.0", - "@jupyterlab/javascript-extension": "^2.3.0-alpha.0", - "@jupyterlab/json-extension": "^2.3.0-alpha.0", - "@jupyterlab/launcher": "^2.3.0-alpha.0", - "@jupyterlab/launcher-extension": "^2.3.0-alpha.0", - "@jupyterlab/logconsole": "^2.3.0-alpha.0", - "@jupyterlab/logconsole-extension": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu-extension": "^2.3.0-alpha.0", - "@jupyterlab/markdownviewer": "^2.3.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "^2.3.0-alpha.0", - "@jupyterlab/mathjax2": "^2.3.0-alpha.0", - "@jupyterlab/mathjax2-extension": "^2.3.0-alpha.0", - "@jupyterlab/nbconvert-css": "^2.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/notebook-extension": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/outputarea": "^2.3.0-alpha.0", - "@jupyterlab/pdf-extension": "^2.3.0-alpha.0", - "@jupyterlab/property-inspector": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-extension": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", - "@jupyterlab/running": "^2.3.0-alpha.0", - "@jupyterlab/running-extension": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/settingeditor": "^2.3.0-alpha.0", - "@jupyterlab/settingeditor-extension": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/shortcuts-extension": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", - "@jupyterlab/statusbar-extension": "^2.3.0-alpha.0", - "@jupyterlab/tabmanager-extension": "^2.3.0-alpha.0", - "@jupyterlab/terminal": "^2.3.0-alpha.0", - "@jupyterlab/terminal-extension": "^2.3.0-alpha.0", - "@jupyterlab/theme-dark-extension": "^2.3.0-alpha.0", - "@jupyterlab/theme-light-extension": "^2.3.0-alpha.0", - "@jupyterlab/tooltip": "^2.3.0-alpha.0", - "@jupyterlab/tooltip-extension": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", - "@jupyterlab/ui-components-extension": "^2.3.0-alpha.0", - "@jupyterlab/vdom": "^2.3.0-alpha.0", - "@jupyterlab/vdom-extension": "^2.3.0-alpha.0", - "@jupyterlab/vega5-extension": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/application-extension": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/apputils-extension": "^2.2.5", + "@jupyterlab/attachments": "^2.2.3", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/celltags": "^2.2.6", + "@jupyterlab/celltags-extension": "^2.2.6", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/codemirror-extension": "^2.2.5", + "@jupyterlab/completer": "^2.2.3", + "@jupyterlab/completer-extension": "^2.2.6", + "@jupyterlab/console": "^2.2.6", + "@jupyterlab/console-extension": "^2.2.6", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/csvviewer": "^2.2.3", + "@jupyterlab/csvviewer-extension": "^2.2.6", + "@jupyterlab/docmanager": "^2.2.3", + "@jupyterlab/docmanager-extension": "^2.2.5", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/documentsearch": "^2.2.6", + "@jupyterlab/documentsearch-extension": "^2.2.6", + "@jupyterlab/extensionmanager": "^2.2.5", + "@jupyterlab/extensionmanager-extension": "^2.2.5", + "@jupyterlab/filebrowser": "^2.2.4", + "@jupyterlab/filebrowser-extension": "^2.2.6", + "@jupyterlab/fileeditor": "^2.2.3", + "@jupyterlab/fileeditor-extension": "^2.2.6", + "@jupyterlab/help-extension": "^2.2.5", + "@jupyterlab/htmlviewer": "^2.2.5", + "@jupyterlab/htmlviewer-extension": "^2.2.5", + "@jupyterlab/hub-extension": "^2.2.5", + "@jupyterlab/imageviewer": "^2.2.3", + "@jupyterlab/imageviewer-extension": "^2.2.5", + "@jupyterlab/inspector": "^2.2.3", + "@jupyterlab/inspector-extension": "^2.2.6", + "@jupyterlab/javascript-extension": "^2.2.3", + "@jupyterlab/json-extension": "^2.2.5", + "@jupyterlab/launcher": "^2.2.5", + "@jupyterlab/launcher-extension": "^2.2.5", + "@jupyterlab/logconsole": "^2.2.3", + "@jupyterlab/logconsole-extension": "^2.2.6", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/mainmenu-extension": "^2.2.5", + "@jupyterlab/markdownviewer": "^2.2.5", + "@jupyterlab/markdownviewer-extension": "^2.2.5", + "@jupyterlab/mathjax2": "^2.2.0", + "@jupyterlab/mathjax2-extension": "^2.2.5", + "@jupyterlab/nbconvert-css": "^2.2.6", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/notebook-extension": "^2.2.6", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/outputarea": "^2.2.3", + "@jupyterlab/pdf-extension": "^2.2.0", + "@jupyterlab/property-inspector": "^2.2.5", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/rendermime-extension": "^2.2.5", + "@jupyterlab/rendermime-interfaces": "^2.2.0", + "@jupyterlab/running": "^2.2.5", + "@jupyterlab/running-extension": "^2.2.5", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/settingeditor": "^2.2.5", + "@jupyterlab/settingeditor-extension": "^2.2.5", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/shortcuts-extension": "^2.2.5", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", + "@jupyterlab/statusbar-extension": "^2.2.6", + "@jupyterlab/tabmanager-extension": "^2.2.5", + "@jupyterlab/terminal": "^2.2.3", + "@jupyterlab/terminal-extension": "^2.2.5", + "@jupyterlab/theme-dark-extension": "^2.2.5", + "@jupyterlab/theme-light-extension": "^2.2.5", + "@jupyterlab/tooltip": "^2.2.5", + "@jupyterlab/tooltip-extension": "^2.2.6", + "@jupyterlab/ui-components": "^2.2.3", + "@jupyterlab/ui-components-extension": "^2.2.5", + "@jupyterlab/vdom": "^2.2.5", + "@jupyterlab/vdom-extension": "^2.2.6", + "@jupyterlab/vega5-extension": "^2.2.0" }, "devDependencies": { "fs-extra": "^8.1.0", diff --git a/packages/nbconvert-css/package.json b/packages/nbconvert-css/package.json index 7ed578c96aae..fbbf4f6549e9 100644 --- a/packages/nbconvert-css/package.json +++ b/packages/nbconvert-css/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/nbconvert-css", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "CSS bundle for the JupyterLab nbconvert template", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,12 +34,12 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/outputarea": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0" + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/outputarea": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3" }, "devDependencies": { "css-loader": "~3.2.0", diff --git a/packages/nbformat/package.json b/packages/nbformat/package.json index 57955570ce19..a8cb86870c65 100644 --- a/packages/nbformat/package.json +++ b/packages/nbformat/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/nbformat", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "description": "Notebook format interfaces", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,7 +41,7 @@ "@lumino/coreutils": "^1.4.2" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 4b7be44905ec..217ab5485f76 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/notebook-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Notebook Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,24 +36,24 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docmanager": "^2.3.0-alpha.0", - "@jupyterlab/filebrowser": "^2.3.0-alpha.0", - "@jupyterlab/launcher": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/property-inspector": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docmanager": "^2.2.3", + "@jupyterlab/filebrowser": "^2.2.4", + "@jupyterlab/launcher": "^2.2.5", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/property-inspector": "^2.2.5", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", diff --git a/packages/notebook-extension/schema/tracker.json b/packages/notebook-extension/schema/tracker.json index 068a755fed2d..9e4a19f4fb53 100644 --- a/packages/notebook-extension/schema/tracker.json +++ b/packages/notebook-extension/schema/tracker.json @@ -364,24 +364,6 @@ "description": "Should timing data be recorded in cell metadata", "type": "boolean", "default": false - }, - "numberCellsToRenderDirectly": { - "title": "Number of cells to render directly", - "description": "Define the number of cells to render directly when virtual notebook intersection observer is available", - "type": "number", - "default": 7 - }, - "renderCellOnIdle": { - "title": "Render cell on browser idle time", - "description": "Defines if the placeholder cells should be rendered when the browser is idle", - "type": "boolean", - "default": true - }, - "nonObservedBottomMargin": { - "title": "Non-observed bottom margin", - "description": "Defines the non-observed bottom margin for the virtual notebook, set a positive number of pixels to render cells below the visible view", - "type": "string", - "default": "0px" } }, "additionalProperties": false, diff --git a/packages/notebook-extension/src/index.ts b/packages/notebook-extension/src/index.ts index 619c1c4dbeeb..8e32be65ed56 100644 --- a/packages/notebook-extension/src/index.ts +++ b/packages/notebook-extension/src/index.ts @@ -641,12 +641,7 @@ function activateNotebookHandler( factory.notebookConfig = { scrollPastEnd: settings.get('scrollPastEnd').composite as boolean, defaultCell: settings.get('defaultCell').composite as nbformat.CellType, - recordTiming: settings.get('recordTiming').composite as boolean, - numberCellsToRenderDirectly: settings.get('numberCellsToRenderDirectly') - .composite as number, - renderCellOnIdle: settings.get('renderCellOnIdle').composite as boolean, - nonObservedBottomMargin: settings.get('nonObservedBottomMargin') - .composite as string + recordTiming: settings.get('recordTiming').composite as boolean }; factory.shutdownOnClose = settings.get('kernelShutdown') .composite as boolean; diff --git a/packages/notebook/package.json b/packages/notebook/package.json index 1ccb092391a1..6eb993c8800e 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/notebook", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Notebook", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,17 +40,17 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/statusbar": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/domutils": "^1.1.7", @@ -63,7 +63,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/notebook/src/panel.ts b/packages/notebook/src/panel.ts index 0f1b5ccd7196..8f56d4405f2c 100644 --- a/packages/notebook/src/panel.ts +++ b/packages/notebook/src/panel.ts @@ -32,11 +32,6 @@ const NOTEBOOK_PANEL_TOOLBAR_CLASS = 'jp-NotebookPanel-toolbar'; const NOTEBOOK_PANEL_NOTEBOOK_CLASS = 'jp-NotebookPanel-notebook'; -/** - * The class name to add when the document is loaded for the search box. - */ -const SEARCH_DOCUMENT_LOADED_CLASS = 'jp-DocumentSearch-document-loaded'; - /** * A widget that hosts a notebook toolbar and content area. * @@ -66,7 +61,6 @@ export class NotebookPanel extends DocumentWidget { this._onSessionStatusChanged, this ); - this.content.fullyRendered.connect(this._onFullyRendered, this); this.context.saveState.connect(this._onSave, this); void this.revealed.then(() => { if (this.isDisposed) { @@ -172,15 +166,6 @@ export class NotebookPanel extends DocumentWidget { }; } - /** - * Handle a fully rendered signal notebook. - */ - private _onFullyRendered(notebook: Notebook, fullyRendered: boolean): void { - fullyRendered - ? this.removeClass(SEARCH_DOCUMENT_LOADED_CLASS) - : this.addClass(SEARCH_DOCUMENT_LOADED_CLASS); - } - /** * Handle a change in the kernel by updating the document metadata. */ diff --git a/packages/notebook/src/widget.ts b/packages/notebook/src/widget.ts index 2f9fca6a06cc..f8539bddaeaf 100644 --- a/packages/notebook/src/widget.ts +++ b/packages/notebook/src/widget.ts @@ -142,11 +142,6 @@ const JUPYTER_CELL_MIME = 'application/vnd.jupyter.cells'; */ const DRAG_THRESHOLD = 5; -/* - * The type of cell insert provided via signal. - */ -type InsertType = 'push' | 'insert' | 'set'; - /** * The interactivity modes for the notebook. */ @@ -179,45 +174,6 @@ export class StaticNotebook extends Widget { this.notebookConfig = options.notebookConfig || StaticNotebook.defaultNotebookConfig; this._mimetypeService = options.mimeTypeService; - // Section for the virtual-notebook behavior. - this._toRenderMap = new Map(); - this._cellsArray = new Array(); - if ('IntersectionObserver' in window) { - this._observer = new IntersectionObserver( - (entries, observer) => { - entries.forEach(o => { - if (o.isIntersecting) { - observer.unobserve(o.target); - const ci = this._toRenderMap.get(o.target.id); - if (ci) { - const { cell, index } = ci; - this._renderPlaceholderCell(cell, index); - } - } - }); - }, - { - root: this.node, - threshold: 1, - rootMargin: - '0px 0px ' + this.notebookConfig.nonObservedBottomMargin + ' 0px' - } - ); - } - } - - /** - * A signal emitted when the notebook is fully rendered. - */ - get fullyRendered(): ISignal { - return this._fullyRendered; - } - - /** - * A signal emitted when the a placeholder cell is rendered. - */ - get placeholderCellRendered(): ISignal { - return this._placeholderCellRendered; } /** @@ -434,7 +390,7 @@ export class StaticNotebook extends Widget { ); } each(cells, (cell: ICellModel, i: number) => { - this._insertCell(i, cell, 'set'); + this._insertCell(i, cell); }); cells.changed.connect(this._onCellsChanged, this); newValue.contentChanged.connect(this.onModelContentChanged, this); @@ -452,10 +408,8 @@ export class StaticNotebook extends Widget { switch (args.type) { case 'add': index = args.newIndex; - // eslint-disable-next-line no-case-declarations - const insertType: InsertType = args.oldIndex == -1 ? 'push' : 'insert'; each(args.newValues, value => { - this._insertCell(index++, value, insertType); + this._insertCell(index++, value); }); break; case 'move': @@ -489,7 +443,7 @@ export class StaticNotebook extends Widget { // Note: this ordering (insert then remove) // is important for getting the active cell // index for the editable notebook correct. - this._insertCell(index, value, 'set'); + this._insertCell(index, value); this._removeCell(index + 1); index++; }); @@ -502,11 +456,7 @@ export class StaticNotebook extends Widget { /** * Create a cell widget and insert into the notebook. */ - private _insertCell( - index: number, - cell: ICellModel, - insertType: InsertType - ): void { + private _insertCell(index: number, cell: ICellModel): void { let widget: Cell; switch (cell.type) { case 'code': @@ -523,63 +473,9 @@ export class StaticNotebook extends Widget { widget = this._createRawCell(cell as IRawCellModel); } widget.addClass(NB_CELL_CLASS); - const layout = this.layout as PanelLayout; - this._cellsArray.push(widget); - if ( - this._observer && - insertType === 'push' && - this._renderedCellsCount > this.notebookConfig.numberCellsToRenderDirectly - ) { - // We have an observer and we are have been asked to push (not to insert). - // and we are above the number of cells to render directly, then - // we will add a placeholder and let the instersection observer or the - // idle browser render those placeholder cells. - this._toRenderMap.set(widget.model.id, { index: index, cell: widget }); - const placeholder = this._createPlaceholderCell( - cell as IRawCellModel, - index - ); - placeholder.node.id = widget.model.id; - layout.insertWidget(index, placeholder); - this.onCellInserted(index, placeholder); - this._fullyRendered.emit(false); - this._observer.observe(placeholder.node); - } else { - // We have no intersection observer, or we insert, or we are below - // the number of cells to render directly, so we render directly. - layout.insertWidget(index, widget); - this._incrementRenderedCount(); - this.onCellInserted(index, widget); - } - - if (this._observer && this.notebookConfig.renderCellOnIdle) { - const renderPlaceholderCells = this._renderPlaceholderCells.bind(this); - (window as any).requestIdleCallback(renderPlaceholderCells, { - timeout: 1000 - }); - } - } - - private _renderPlaceholderCells(deadline: any) { - if ( - this._renderedCellsCount < this._cellsArray.length && - this._renderedCellsCount >= - this.notebookConfig.numberCellsToRenderDirectly - ) { - const index = this._renderedCellsCount; - const cell = this._cellsArray[index]; - this._renderPlaceholderCell(cell, index - 1); - } - } - - private _renderPlaceholderCell(cell: Cell, index: number) { - const pl = this.layout as PanelLayout; - pl.removeWidgetAt(index); - pl.insertWidget(index, cell); - this._toRenderMap.delete(cell.model.id); - this._incrementRenderedCount(); - this._placeholderCellRendered.emit(cell); + layout.insertWidget(index, widget); + this.onCellInserted(index, widget); } /** @@ -594,8 +490,7 @@ export class StaticNotebook extends Widget { model, rendermime, contentFactory, - updateEditorOnShow: false, - placeholder: false + updateEditorOnShow: false }; const cell = this.contentFactory.createCodeCell(options, this); cell.syncCollapse = true; @@ -616,8 +511,7 @@ export class StaticNotebook extends Widget { model, rendermime, contentFactory, - updateEditorOnShow: false, - placeholder: false + updateEditorOnShow: false }; const cell = this.contentFactory.createMarkdownCell(options, this); cell.syncCollapse = true; @@ -625,40 +519,6 @@ export class StaticNotebook extends Widget { return cell; } - /** - * Create a placeholder cell widget from a raw cell model. - */ - private _createPlaceholderCell(model: IRawCellModel, index: number): RawCell { - const contentFactory = this.contentFactory; - const editorConfig = this.editorConfig.raw; - const options = { - editorConfig, - model, - contentFactory, - updateEditorOnShow: false, - placeholder: true - }; - const cell = this.contentFactory.createRawCell(options, this); - cell.node.innerHTML = ` - `; - cell.inputHidden = true; - cell.syncCollapse = true; - cell.syncEditable = true; - return cell; - } - /** * Create a raw cell widget from a raw cell model. */ @@ -669,8 +529,7 @@ export class StaticNotebook extends Widget { editorConfig, model, contentFactory, - updateEditorOnShow: false, - placeholder: false + updateEditorOnShow: false }; const cell = this.contentFactory.createRawCell(options, this); cell.syncCollapse = true; @@ -768,13 +627,6 @@ export class StaticNotebook extends Widget { ); } - private _incrementRenderedCount() { - if (this._toRenderMap.size === 0) { - this._fullyRendered.emit(true); - } - this._renderedCellsCount++; - } - private _editorConfig = StaticNotebook.defaultEditorConfig; private _notebookConfig = StaticNotebook.defaultNotebookConfig; private _mimetype = 'text/plain'; @@ -782,12 +634,6 @@ export class StaticNotebook extends Widget { private _mimetypeService: IEditorMimeTypeService; private _modelChanged = new Signal(this); private _modelContentChanged = new Signal(this); - private _fullyRendered = new Signal(this); - private _placeholderCellRendered = new Signal(this); - private _observer: IntersectionObserver; - private _renderedCellsCount = 0; - private _toRenderMap: Map; - private _cellsArray: Array; } /** @@ -920,37 +766,14 @@ export namespace StaticNotebook { * Should timing be recorded in metadata */ recordTiming: boolean; - - /** - * Number of cells to render directly when virtual - * notebook intersection observer is available. - */ - numberCellsToRenderDirectly: number; - - /** - * Defines if the placeholder cells should be rendered - * when the browser is idle. - */ - renderCellOnIdle: boolean; - - /** - * Defines the non-observed bottom margin for the - * virtual notebook, set a positive number of pixels - * to render cells below the visible view. - */ - nonObservedBottomMargin: string; } - /** * Default configuration options for notebooks. */ export const defaultNotebookConfig: INotebookConfig = { scrollPastEnd: true, defaultCell: 'code', - recordTiming: false, - numberCellsToRenderDirectly: 10, - renderCellOnIdle: true, - nonObservedBottomMargin: '0px' + recordTiming: false }; /** diff --git a/packages/notebook/style/base.css b/packages/notebook/style/base.css index 8f6206f2b307..c3cb357f21cb 100644 --- a/packages/notebook/style/base.css +++ b/packages/notebook/style/base.css @@ -53,7 +53,6 @@ .jp-Notebook .jp-Cell .jp-InputPrompt { cursor: move; - float: left; } /*----------------------------------------------------------------------------- @@ -121,6 +120,14 @@ background-color: var(--jp-cell-editor-active-background); } +/*----------------------------------------------------------------------------- +| Notebook cell +|----------------------------------------------------------------------------*/ + +.jp-Notebook-cell { + content-visibility: auto; +} + /*----------------------------------------------------------------------------- | Notebook drag and drop |----------------------------------------------------------------------------*/ @@ -263,88 +270,3 @@ .jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-OutputPrompt { flex: 0 0 110px; } - -/*----------------------------------------------------------------------------- -| Placeholder -|----------------------------------------------------------------------------*/ - -.jp-Cell-Placeholder { - height: 200px !important; - padding-left: 55px; -} - -.jp-Cell-Placeholder-wrapper { - background: #fff; - border: 1px solid; - border-color: #e5e6e9 #dfe0e4 #d0d1d5; - border-radius: 4px; - -webkit-border-radius: 4px; - margin: 10px 15px; -} - -.jp-Cell-Placeholder-wrapper-inner { - height: 150px; - padding: 15px; - position: relative; -} - -.jp-Cell-Placeholder-wrapper-body { - background-repeat: repeat; - background-size: 50% auto; -} - -.jp-Cell-Placeholder-wrapper-body div { - background: #f6f7f8; - background-image: -webkit-linear-gradient( - left, - #f6f7f8 0%, - #edeef1 20%, - #f6f7f8 40%, - #f6f7f8 100% - ); - background-repeat: no-repeat; - background-size: 800px 104px; - height: 104px; - position: relative; -} - -.jp-Cell-Placeholder-wrapper-body div { - position: absolute; - right: 15px; - left: 15px; - top: 15px; -} - -div.jp-Cell-Placeholder-h1 { - top: 20px; - height: 20px; - left: 15px; - width: 150px; -} - -div.jp-Cell-Placeholder-h2 { - left: 15px; - top: 50px; - height: 10px; - width: 100px; -} - -div.jp-Cell-Placeholder-content-1, -div.jp-Cell-Placeholder-content-2, -div.jp-Cell-Placeholder-content-3 { - left: 15px; - right: 15px; - height: 10px; -} - -div.jp-Cell-Placeholder-content-1 { - top: 100px; -} - -div.jp-Cell-Placeholder-content-2 { - top: 120px; -} - -div.jp-Cell-Placeholder-content-3 { - top: 140px; -} diff --git a/packages/observables/package.json b/packages/observables/package.json index ee41ce7f66c1..4c24492fc2e9 100644 --- a/packages/observables/package.json +++ b/packages/observables/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/observables", - "version": "3.3.0-alpha.0", + "version": "3.2.4", "description": "Data structures which may be observed for changes.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -44,7 +44,7 @@ "@lumino/signaling": "^1.3.5" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/observables/src/observablelist.ts b/packages/observables/src/observablelist.ts index b1d135bfb763..25acf16046c7 100644 --- a/packages/observables/src/observablelist.ts +++ b/packages/observables/src/observablelist.ts @@ -433,10 +433,6 @@ export class ObservableList implements IObservableList { * #### Complexity * Constant. * - * #### Notes - * By convention, the oldIndex is set to -1 to indicate - * an push operation. - * * #### Iterator Validity * No changes. */ @@ -467,8 +463,6 @@ export class ObservableList implements IObservableList { * * #### Notes * The `index` will be clamped to the bounds of the list. - * By convention, the oldIndex is set to -2 to indicate - * an insert operation. * * #### Undefined Behavior * An `index` which is non-integral. @@ -477,7 +471,7 @@ export class ObservableList implements IObservableList { ArrayExt.insert(this._array, index, value); this._changed.emit({ type: 'add', - oldIndex: -2, + oldIndex: -1, newIndex: index, oldValues: [], newValues: [value] @@ -602,10 +596,6 @@ export class ObservableList implements IObservableList { * #### Complexity * Linear. * - * #### Notes - * By convention, the oldIndex is set to -1 to indicate - * an push operation. - * * #### Iterator Validity * No changes. */ @@ -639,8 +629,6 @@ export class ObservableList implements IObservableList { * * #### Notes * The `index` will be clamped to the bounds of the list. - * By convention, the oldIndex is set to -2 to indicate - * an insert operation. * * #### Undefined Behavior. * An `index` which is non-integral. @@ -652,7 +640,7 @@ export class ObservableList implements IObservableList { }); this._changed.emit({ type: 'add', - oldIndex: -2, + oldIndex: -1, newIndex, oldValues: [], newValues: toArray(values) diff --git a/packages/observables/test/observablelist.spec.ts b/packages/observables/test/observablelist.spec.ts index 6d89243e2c1e..ac13dccf0a44 100644 --- a/packages/observables/test/observablelist.spec.ts +++ b/packages/observables/test/observablelist.spec.ts @@ -148,7 +148,7 @@ describe('@jupyterlab/observables', () => { expect(sender).toBe(value); expect(args.type).toBe('add'); expect(args.newIndex).toBe(1); - expect(args.oldIndex).toBe(-2); + expect(args.oldIndex).toBe(-1); expect(args.oldValues.length).toBe(0); expect(args.newValues[0]).toBe(4); called = true; @@ -326,7 +326,7 @@ describe('@jupyterlab/observables', () => { expect(sender).toBe(value); expect(args.type).toBe('add'); expect(args.newIndex).toBe(1); - expect(args.oldIndex).toBe(-2); + expect(args.oldIndex).toBe(-1); expect(toArray(args.newValues)).toEqual([4, 5, 6]); expect(args.oldValues.length).toBe(0); called = true; diff --git a/packages/outputarea/package.json b/packages/outputarea/package.json index 0b65c38d046b..bede6188ae45 100644 --- a/packages/outputarea/package.json +++ b/packages/outputarea/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/outputarea", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Notebook Output Area", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,12 +40,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/rendermime-interfaces": "^2.2.0", + "@jupyterlab/services": "^5.2.4", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -55,7 +55,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/outputarea/style/base.css b/packages/outputarea/style/base.css index 81e51624c4ec..23dbde2ec280 100644 --- a/packages/outputarea/style/base.css +++ b/packages/outputarea/style/base.css @@ -25,8 +25,7 @@ } .jp-OutputPrompt { - width: var(--jp-cell-prompt-width); - float: left; + flex: 0 0 var(--jp-cell-prompt-width); color: var(--jp-cell-outprompt-font-color); font-family: var(--jp-cell-prompt-font-family); padding: var(--jp-code-padding); diff --git a/packages/pdf-extension/package.json b/packages/pdf-extension/package.json index 3920a9ec6d52..f3410408ddd7 100644 --- a/packages/pdf-extension/package.json +++ b/packages/pdf-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/pdf-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.0", "description": "JupyterLab - PDF Viewer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,7 +35,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", + "@jupyterlab/rendermime-interfaces": "^2.2.0", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", "@lumino/widgets": "^1.11.1" diff --git a/packages/property-inspector/package.json b/packages/property-inspector/package.json index 77b2c057db35..b0e6ceb57624 100644 --- a/packages/property-inspector/package.json +++ b/packages/property-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/property-inspector", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "A property inspector display for widgets", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,8 +33,8 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", "@lumino/signaling": "^1.3.5", diff --git a/packages/rendermime-extension/package.json b/packages/rendermime-extension/package.json index 427861e7b31e..ba621c66fb38 100644 --- a/packages/rendermime-extension/package.json +++ b/packages/rendermime-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "A rendermime extension for JupyterLab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,9 +33,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/docmanager": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/docmanager": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/rendermime-interfaces/package.json b/packages/rendermime-interfaces/package.json index fa7f170327e3..945fd2eabdc5 100644 --- a/packages/rendermime-interfaces/package.json +++ b/packages/rendermime-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime-interfaces", - "version": "2.3.0-alpha.0", + "version": "2.2.0", "description": "JupyterLab - Interfaces for Mime Renderers", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { diff --git a/packages/rendermime/package.json b/packages/rendermime/package.json index 7a5a67ce63b6..2853bb997ce6 100644 --- a/packages/rendermime/package.json +++ b/packages/rendermime/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - RenderMime", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,13 +40,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/rendermime-interfaces": "^2.2.0", + "@jupyterlab/services": "^5.2.4", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", @@ -56,8 +56,8 @@ "marked": "^0.8.0" }, "devDependencies": { - "@jupyterlab/mathjax2": "^2.3.0-alpha.0", - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/mathjax2": "^2.2.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "@types/lodash.escape": "^4.0.6", "@types/marked": "^0.7.2", diff --git a/packages/running-extension/package.json b/packages/running-extension/package.json index c52690626d96..f91c7650400f 100644 --- a/packages/running-extension/package.json +++ b/packages/running-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/running-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Running Sessions Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,11 +35,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/running": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/running": "^2.2.5", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3" }, "devDependencies": { diff --git a/packages/running/package.json b/packages/running/package.json index 46748e3d824a..7b5d2d5e8c74 100644 --- a/packages/running/package.json +++ b/packages/running/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/running", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Running Sessions Panel", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,8 +35,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", "@lumino/signaling": "^1.3.5", diff --git a/packages/services/examples/browser/package.json b/packages/services/examples/browser/package.json index 911c03c895d1..e9eb20b7d208 100644 --- a/packages/services/examples/browser/package.json +++ b/packages/services/examples/browser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-services-browser", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "private": true, "scripts": { "build": "tsc && webpack", @@ -8,8 +8,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/services": "^5.2.4", "@lumino/coreutils": "^1.4.2" }, "devDependencies": { diff --git a/packages/services/examples/node/package.json b/packages/services/examples/node/package.json index 5b8eb1bb4cf6..36157722324a 100644 --- a/packages/services/examples/node/package.json +++ b/packages/services/examples/node/package.json @@ -1,13 +1,13 @@ { "name": "node-example", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "private": true, "scripts": { "clean": "rimraf node_modules", "update": "rimraf node_modules/@jupyterlab/services && npm install" }, "dependencies": { - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/services": "^5.2.4", "node-fetch": "^2.6.0", "ws": "^7.2.0" }, diff --git a/packages/services/examples/typescript-browser-with-output/package.json b/packages/services/examples/typescript-browser-with-output/package.json index 9f61b449ed6c..b42551e79a38 100644 --- a/packages/services/examples/typescript-browser-with-output/package.json +++ b/packages/services/examples/typescript-browser-with-output/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-services-outputarea", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "private": true, "files": [ "style/index.css", @@ -16,10 +16,10 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/outputarea": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0" + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/outputarea": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4" }, "devDependencies": { "css-loader": "~3.2.0", diff --git a/packages/services/package.json b/packages/services/package.json index 57d3b8ce5ccd..71ac346a497d 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/services", - "version": "5.3.0-alpha.0", + "version": "5.2.4", "description": "Client APIs for the Jupyter services REST APIs", "keywords": [ "jupyter", @@ -46,11 +46,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/observables": "^3.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/observables": "^3.2.4", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statedb": "^2.2.4", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -60,7 +60,7 @@ "ws": "^7.2.0" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "@types/node": "^12.12.17", "@types/text-encoding": "^0.0.35", diff --git a/packages/settingeditor-extension/package.json b/packages/settingeditor-extension/package.json index 1f5a63175699..3e2d7c20307e 100644 --- a/packages/settingeditor-extension/package.json +++ b/packages/settingeditor-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingeditor-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Setting Editor Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,14 +36,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/settingeditor": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/settingeditor": "^2.2.5", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/disposable": "^1.3.5" }, "devDependencies": { diff --git a/packages/settingeditor/package.json b/packages/settingeditor/package.json index 2a3ca9f7af50..59fbdf91374d 100644 --- a/packages/settingeditor/package.json +++ b/packages/settingeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingeditor", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "The JupyterLab default setting editor interface", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,13 +35,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/inspector": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statedb": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/inspector": "^2.2.3", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statedb": "^2.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", diff --git a/packages/settingregistry/package.json b/packages/settingregistry/package.json index 867b27acb3e0..d0f76a952dba 100644 --- a/packages/settingregistry/package.json +++ b/packages/settingregistry/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingregistry", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "description": "Settings registry for Jupyterlab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,7 +36,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/statedb": "^2.3.0-alpha.0", + "@jupyterlab/statedb": "^2.2.4", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -45,7 +45,7 @@ "json5": "^2.1.1" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "@types/json5": "^0.0.30", "jest": "^25.2.3", diff --git a/packages/shortcuts-extension/package.json b/packages/shortcuts-extension/package.json index 76e372154714..6f7dd8deaa4b 100644 --- a/packages/shortcuts-extension/package.json +++ b/packages/shortcuts-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/shortcuts-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Shortcuts Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,8 +32,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/settingregistry": "^2.2.4", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5" diff --git a/packages/statedb/package.json b/packages/statedb/package.json index 484c888f9405..1612556a270a 100644 --- a/packages/statedb/package.json +++ b/packages/statedb/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statedb", - "version": "2.3.0-alpha.0", + "version": "2.2.4", "description": "Package for managing state in Jupyterlab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -43,7 +43,7 @@ "@lumino/signaling": "^1.3.5" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/statusbar-extension/package.json b/packages/statusbar-extension/package.json index dc65c3c38493..c377b5837b5f 100644 --- a/packages/statusbar-extension/package.json +++ b/packages/statusbar-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statusbar-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Statusbar Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,16 +36,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/console": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/fileeditor": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/statusbar": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/console": "^2.2.6", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/fileeditor": "^2.2.3", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/statusbar": "^2.2.3", "@lumino/widgets": "^1.11.1" }, "devDependencies": { diff --git a/packages/statusbar/package.json b/packages/statusbar/package.json index 7ac3d4287103..5999279d5a87 100644 --- a/packages/statusbar/package.json +++ b/packages/statusbar/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statusbar", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab statusbar package.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,11 +36,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/disposable": "^1.3.5", @@ -53,7 +53,7 @@ "typestyle": "^2.0.4" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/tabmanager-extension/package.json b/packages/tabmanager-extension/package.json index 7b1c30998866..1c96891eed93 100644 --- a/packages/tabmanager-extension/package.json +++ b/packages/tabmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/tabmanager-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Tab Manager Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,8 +35,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/widgets": "^1.11.1" }, diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index a84707effd59..65cadb325695 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/terminal-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Terminal Emulator Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,15 +36,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/launcher": "^2.3.0-alpha.0", - "@jupyterlab/mainmenu": "^2.3.0-alpha.0", - "@jupyterlab/running": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/settingregistry": "^2.3.0-alpha.0", - "@jupyterlab/terminal": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/launcher": "^2.2.5", + "@jupyterlab/mainmenu": "^2.2.3", + "@jupyterlab/running": "^2.2.5", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/settingregistry": "^2.2.4", + "@jupyterlab/terminal": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", "@lumino/algorithm": "^1.2.3", "@lumino/widgets": "^1.11.1" }, diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 968e9f3d1b13..60c6f537327c 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/terminal", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - Terminal Emulator Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,8 +40,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/services": "^5.2.4", "@lumino/coreutils": "^1.4.2", "@lumino/domutils": "^1.1.7", "@lumino/messaging": "^1.3.3", @@ -50,7 +50,7 @@ "xterm-addon-fit": "~0.3.0" }, "devDependencies": { - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@types/jest": "^24.0.23", "canvas": "^2.6.1", "jest": "^25.2.3", diff --git a/packages/theme-dark-extension/package.json b/packages/theme-dark-extension/package.json index 544c35f0a388..399380a58562 100644 --- a/packages/theme-dark-extension/package.json +++ b/packages/theme-dark-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/theme-dark-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Default Dark Theme", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,8 +32,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/theme-light-extension/package.json b/packages/theme-light-extension/package.json index 2713ac45c61b..023b00f3bb75 100644 --- a/packages/theme-light-extension/package.json +++ b/packages/theme-light-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/theme-light-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Default Light Theme", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,8 +32,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/tooltip-extension/package.json b/packages/tooltip-extension/package.json index ff9808626095..496c4f8c53ad 100644 --- a/packages/tooltip-extension/package.json +++ b/packages/tooltip-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/tooltip-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Tooltip Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,15 +36,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/console": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/fileeditor": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", - "@jupyterlab/tooltip": "^2.3.0-alpha.0", + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/console": "^2.2.6", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/fileeditor": "^2.2.3", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", + "@jupyterlab/tooltip": "^2.2.5", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/widgets": "^1.11.1" diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index fafc90b144c0..dabd371aa020 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/tooltip", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - Tooltip Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,10 +35,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1" diff --git a/packages/ui-components-extension/package.json b/packages/ui-components-extension/package.json index 3137af6aa8fa..1de780c90461 100644 --- a/packages/ui-components-extension/package.json +++ b/packages/ui-components-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-components-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "JupyterLab - UI component plugins", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,8 +34,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/ui-components": "^2.2.3" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 6430589da039..3961956fa113 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-components", - "version": "2.3.0-alpha.0", + "version": "2.2.3", "description": "JupyterLab - UI components written in React", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -44,7 +44,7 @@ "dependencies": { "@blueprintjs/core": "^3.22.2", "@blueprintjs/select": "^3.11.2", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", + "@jupyterlab/coreutils": "^4.2.4", "@lumino/coreutils": "^1.4.2", "@lumino/signaling": "^1.3.5", "@lumino/virtualdom": "^1.6.1", @@ -56,7 +56,7 @@ "devDependencies": { "@babel/core": "^7.5.0", "@babel/preset-env": "^7.7.6", - "@jupyterlab/testutils": "^2.3.0-alpha.0", + "@jupyterlab/testutils": "^2.2.6", "@storybook/addon-actions": "^5.2.5", "@storybook/react": "^5.2.5", "@types/jest": "^24.0.23", diff --git a/packages/vdom-extension/package.json b/packages/vdom-extension/package.json index 6926f2d4cb3c..af0d31e94033 100644 --- a/packages/vdom-extension/package.json +++ b/packages/vdom-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/vdom-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - VDOM Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,13 +34,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^2.3.0-alpha.0", - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/ui-components": "^2.3.0-alpha.0", - "@jupyterlab/vdom": "^2.3.0-alpha.0" + "@jupyterlab/application": "^2.2.5", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/ui-components": "^2.2.3", + "@jupyterlab/vdom": "^2.2.5" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/vdom/package.json b/packages/vdom/package.json index 1e0c369fb03a..41c2adad20e1 100644 --- a/packages/vdom/package.json +++ b/packages/vdom/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/vdom", - "version": "2.3.0-alpha.0", + "version": "2.2.5", "description": "A viewer for VDOM documents.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,10 +34,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/rendermime-interfaces": "^2.2.0", + "@jupyterlab/services": "^5.2.4", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1", diff --git a/packages/vega5-extension/package.json b/packages/vega5-extension/package.json index 09cfd1386c59..aed2446304b5 100644 --- a/packages/vega5-extension/package.json +++ b/packages/vega5-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/vega5-extension", - "version": "2.3.0-alpha.0", + "version": "2.2.0", "description": "JupyterLab - Vega 5 and Vega-Lite 3 Mime Renderer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,7 +34,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime-interfaces": "^2.3.0-alpha.0", + "@jupyterlab/rendermime-interfaces": "^2.2.0", "@lumino/coreutils": "^1.4.2", "@lumino/widgets": "^1.11.1", "vega": "^5.9.0", diff --git a/scripts/ci_script.sh b/scripts/ci_script.sh index 1f75617b18d3..37a55f7185b5 100644 --- a/scripts/ci_script.sh +++ b/scripts/ci_script.sh @@ -84,7 +84,7 @@ if [[ $GROUP == integrity2 ]]; then jlpm run build:storybook # Make sure we have CSS that can be converted with postcss - jlpm global add postcss postcss-cli + jlpm global add postcss-cli jlpm config set prefix ~/.yarn ~/.yarn/bin/postcss packages/**/style/*.css --dir /tmp diff --git a/testutils/package.json b/testutils/package.json index 730e3c70bfe3..09d0f684b1f9 100644 --- a/testutils/package.json +++ b/testutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/testutils", - "version": "2.3.0-alpha.0", + "version": "2.2.6", "description": "JupyterLab - Test Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,16 +36,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^2.3.0-alpha.0", - "@jupyterlab/cells": "^2.3.0-alpha.0", - "@jupyterlab/codeeditor": "^2.3.0-alpha.0", - "@jupyterlab/codemirror": "^2.3.0-alpha.0", - "@jupyterlab/coreutils": "^4.3.0-alpha.0", - "@jupyterlab/docregistry": "^2.3.0-alpha.0", - "@jupyterlab/nbformat": "^2.3.0-alpha.0", - "@jupyterlab/notebook": "^2.3.0-alpha.0", - "@jupyterlab/rendermime": "^2.3.0-alpha.0", - "@jupyterlab/services": "^5.3.0-alpha.0", + "@jupyterlab/apputils": "^2.2.5", + "@jupyterlab/cells": "^2.2.6", + "@jupyterlab/codeeditor": "^2.2.4", + "@jupyterlab/codemirror": "^2.2.3", + "@jupyterlab/coreutils": "^4.2.4", + "@jupyterlab/docregistry": "^2.2.3", + "@jupyterlab/nbformat": "^2.2.4", + "@jupyterlab/notebook": "^2.2.6", + "@jupyterlab/rendermime": "^2.2.3", + "@jupyterlab/services": "^5.2.4", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.2", "@lumino/properties": "^1.1.6",