Update to JupyterLab 4.0.0a32 (#6678)

* Update packages to JupyterLab 4.0.0a32

* Update python dependency

* Update `@jupyterlab/galata`

* Require `jupyter_server>=2.0.1,<3`

* Undo `jupyter_server` bump for now

* Update to Jest 29

* More jest fixes

* Update to the latest Lumino

* Fix yarn.lock

* Fix JSON background color

* Update snapshots
Jeremy Tuloup 3 years ago committed by GitHub
parent 80db6bdd8a
commit 6205bf376f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a31,<5" hatch
python -m pip install -U "jupyterlab>=4.0.0a32,<5" hatch
jlpm
jlpm run build
@ -76,6 +76,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a31,<5" pip
python -m pip install -U "jupyterlab>=4.0.0a32,<5" pip
jlpm
jlpm run build

@ -22,74 +22,74 @@
"@jupyter-notebook/tree": "~7.0.0-alpha.9",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.9",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.9",
"@jupyter-notebook/ydoc": "~0.2.0",
"@jupyterlab/application": "~4.0.0-alpha.16",
"@jupyterlab/application-extension": "~4.0.0-alpha.16",
"@jupyterlab/apputils": "~4.0.0-alpha.16",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.16",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.16",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.16",
"@jupyterlab/celltags": "~4.0.0-alpha.16",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.16",
"@jupyterlab/codeeditor": "~4.0.0-alpha.16",
"@jupyterlab/codemirror": "~4.0.0-alpha.16",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.16",
"@jupyterlab/collaboration": "~4.0.0-alpha.16",
"@jupyterlab/collaboration-extension": "~4.0.0-alpha.16",
"@jupyterlab/completer": "~4.0.0-alpha.16",
"@jupyterlab/completer-extension": "~4.0.0-alpha.16",
"@jupyterlab/console": "~4.0.0-alpha.16",
"@jupyterlab/console-extension": "~4.0.0-alpha.16",
"@jupyterlab/coreutils": "~6.0.0-alpha.16",
"@jupyterlab/debugger": "~4.0.0-alpha.16",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.16",
"@jupyterlab/docmanager": "~4.0.0-alpha.16",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.16",
"@jupyterlab/docprovider": "~4.0.0-alpha.16",
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.16",
"@jupyterlab/documentsearch": "~4.0.0-alpha.16",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.16",
"@jupyterlab/filebrowser": "~4.0.0-alpha.16",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.16",
"@jupyterlab/fileeditor": "~4.0.0-alpha.16",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.16",
"@jupyterlab/htmlviewer": "~4.0.0-alpha.16",
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.16",
"@jupyterlab/hub-extension": "~4.0.0-alpha.16",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.16",
"@jupyterlab/json-extension": "~4.0.0-alpha.16",
"@jupyterlab/lsp": "~4.0.0-alpha.16",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.16",
"@jupyterlab/mainmenu": "~4.0.0-alpha.16",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.16",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.16",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.16",
"@jupyterlab/notebook": "~4.0.0-alpha.16",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.16",
"@jupyterlab/observables": "~5.0.0-alpha.16",
"@jupyterlab/outputarea": "~4.0.0-alpha.16",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.16",
"@jupyterlab/rendermime": "~4.0.0-alpha.16",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.16",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.16",
"@jupyterlab/running-extension": "~4.0.0-alpha.16",
"@jupyterlab/services": "~7.0.0-alpha.16",
"@jupyterlab/settingregistry": "~4.0.0-alpha.16",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.16",
"@jupyterlab/statedb": "~4.0.0-alpha.16",
"@jupyterlab/statusbar": "~4.0.0-alpha.16",
"@jupyterlab/terminal": "~4.0.0-alpha.16",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.16",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.16",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.16",
"@jupyterlab/toc-extension": "~6.0.0-alpha.16",
"@jupyterlab/tooltip": "~4.0.0-alpha.16",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.16",
"@jupyterlab/translation": "~4.0.0-alpha.16",
"@jupyterlab/translation-extension": "~4.0.0-alpha.16",
"@jupyterlab/ui-components": "~4.0.0-alpha.31",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.16",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.16",
"@jupyter/ydoc": "~0.2.2",
"@jupyterlab/application": "~4.0.0-alpha.17",
"@jupyterlab/application-extension": "~4.0.0-alpha.17",
"@jupyterlab/apputils": "~4.0.0-alpha.17",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.17",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.17",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.17",
"@jupyterlab/celltags": "~4.0.0-alpha.17",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.17",
"@jupyterlab/codeeditor": "~4.0.0-alpha.17",
"@jupyterlab/codemirror": "~4.0.0-alpha.17",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.17",
"@jupyterlab/collaboration": "~4.0.0-alpha.17",
"@jupyterlab/collaboration-extension": "~4.0.0-alpha.17",
"@jupyterlab/completer": "~4.0.0-alpha.17",
"@jupyterlab/completer-extension": "~4.0.0-alpha.17",
"@jupyterlab/console": "~4.0.0-alpha.17",
"@jupyterlab/console-extension": "~4.0.0-alpha.17",
"@jupyterlab/coreutils": "~6.0.0-alpha.17",
"@jupyterlab/debugger": "~4.0.0-alpha.17",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.17",
"@jupyterlab/docmanager": "~4.0.0-alpha.17",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.17",
"@jupyterlab/docprovider": "~4.0.0-alpha.17",
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.17",
"@jupyterlab/documentsearch": "~4.0.0-alpha.17",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.17",
"@jupyterlab/filebrowser": "~4.0.0-alpha.17",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.17",
"@jupyterlab/fileeditor": "~4.0.0-alpha.17",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.17",
"@jupyterlab/htmlviewer": "~4.0.0-alpha.17",
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.17",
"@jupyterlab/hub-extension": "~4.0.0-alpha.17",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.17",
"@jupyterlab/json-extension": "~4.0.0-alpha.17",
"@jupyterlab/lsp": "~4.0.0-alpha.17",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.17",
"@jupyterlab/mainmenu": "~4.0.0-alpha.17",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.17",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.17",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.17",
"@jupyterlab/notebook": "~4.0.0-alpha.17",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.17",
"@jupyterlab/observables": "~5.0.0-alpha.17",
"@jupyterlab/outputarea": "~4.0.0-alpha.17",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.17",
"@jupyterlab/rendermime": "~4.0.0-alpha.17",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.17",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.17",
"@jupyterlab/running-extension": "~4.0.0-alpha.17",
"@jupyterlab/services": "~7.0.0-alpha.17",
"@jupyterlab/settingregistry": "~4.0.0-alpha.17",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.17",
"@jupyterlab/statedb": "~4.0.0-alpha.17",
"@jupyterlab/statusbar": "~4.0.0-alpha.17",
"@jupyterlab/terminal": "~4.0.0-alpha.17",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.17",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.17",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.17",
"@jupyterlab/toc-extension": "~6.0.0-alpha.17",
"@jupyterlab/tooltip": "~4.0.0-alpha.17",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.17",
"@jupyterlab/translation": "~4.0.0-alpha.17",
"@jupyterlab/translation-extension": "~4.0.0-alpha.17",
"@jupyterlab/ui-components": "~4.0.0-alpha.32",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.17",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.17",
"@lumino/algorithm": "~2.0.0-alpha.6",
"@lumino/application": "~2.0.0-alpha.6",
"@lumino/commands": "~2.0.0-alpha.6",
@ -118,49 +118,49 @@
"@jupyter-notebook/tree": "^7.0.0-alpha.9",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.9",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.9",
"@jupyterlab/application-extension": "^4.0.0-alpha.16",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.16",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.16",
"@jupyterlab/celltags": "^4.0.0-alpha.16",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.16",
"@jupyterlab/codemirror": "^4.0.0-alpha.16",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.16",
"@jupyterlab/collaboration-extension": "^4.0.0-alpha.16",
"@jupyterlab/completer-extension": "^4.0.0-alpha.16",
"@jupyterlab/console-extension": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.16",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.16",
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.16",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.16",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.16",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.16",
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.16",
"@jupyterlab/hub-extension": "^4.0.0-alpha.16",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.16",
"@jupyterlab/json-extension": "^4.0.0-alpha.16",
"@jupyterlab/lsp": "^4.0.0-alpha.16",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.16",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.16",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.16",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.16",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.16",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.16",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.16",
"@jupyterlab/running-extension": "^4.0.0-alpha.16",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.16",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.16",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.16",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.16",
"@jupyterlab/toc-extension": "^6.0.0-alpha.16",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.16",
"@jupyterlab/translation-extension": "^4.0.0-alpha.16",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.16",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.16"
"@jupyterlab/application-extension": "^4.0.0-alpha.17",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.17",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.17",
"@jupyterlab/celltags": "^4.0.0-alpha.17",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.17",
"@jupyterlab/codemirror": "^4.0.0-alpha.17",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.17",
"@jupyterlab/collaboration-extension": "^4.0.0-alpha.17",
"@jupyterlab/completer-extension": "^4.0.0-alpha.17",
"@jupyterlab/console-extension": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.17",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.17",
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.17",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.17",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.17",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.17",
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.17",
"@jupyterlab/hub-extension": "^4.0.0-alpha.17",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.17",
"@jupyterlab/json-extension": "^4.0.0-alpha.17",
"@jupyterlab/lsp": "^4.0.0-alpha.17",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.17",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.17",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.17",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.17",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.17",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.17",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.17",
"@jupyterlab/running-extension": "^4.0.0-alpha.17",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.17",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.17",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.17",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.17",
"@jupyterlab/toc-extension": "^6.0.0-alpha.17",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.17",
"@jupyterlab/translation-extension": "^4.0.0-alpha.17",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.17",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.17"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.16",
"@jupyterlab/buildutils": "^4.0.0-alpha.16",
"@jupyterlab/builder": "^4.0.0-alpha.17",
"@jupyterlab/buildutils": "^4.0.0-alpha.17",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"fs-extra": "^8.1.0",
@ -219,7 +219,7 @@
],
"singletonPackages": [
"@jupyter-notebook/tree",
"@jupyter-notebook/ydoc",
"@jupyter/ydoc",
"@jupyterlab/application",
"@jupyterlab/apputils",
"@jupyterlab/cell-toolbar",

@ -30,7 +30,7 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "^4.0.0-alpha.16",
"@jupyterlab/buildutils": "^4.0.0-alpha.17",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "~4.9.3"

@ -43,19 +43,15 @@
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
},
"devDependencies": {
"@jupyterlab/buildutils": "^4.0.0-alpha.16",
"@jupyterlab/buildutils": "^4.0.0-alpha.17",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"extra-watch-webpack-plugin": "^1.0.3",
"jest": "^26.4.2",
"jest-junit": "^11.1.0",
"jest-raw-loader": "^1.0.1",
"jest-summary-reporter": "^0.0.2",
"lerna": "^6.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.0",

@ -41,20 +41,20 @@
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.9",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.9",
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/apputils": "^4.0.0-alpha.16",
"@jupyterlab/celltags": "^4.0.0-alpha.16",
"@jupyterlab/codeeditor": "^4.0.0-alpha.16",
"@jupyterlab/console": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
"@jupyterlab/docregistry": "^4.0.0-alpha.16",
"@jupyterlab/mainmenu": "^4.0.0-alpha.16",
"@jupyterlab/settingregistry": "^4.0.0-alpha.16",
"@jupyterlab/translation": "^4.0.0-alpha.16",
"@lumino/coreutils": "^2.0.0-alpha.6",
"@lumino/disposable": "^2.0.0-alpha.6",
"@lumino/widgets": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/celltags": "^4.0.0-alpha.17",
"@jupyterlab/codeeditor": "^4.0.0-alpha.17",
"@jupyterlab/console": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/docmanager": "^4.0.0-alpha.17",
"@jupyterlab/docregistry": "^4.0.0-alpha.17",
"@jupyterlab/mainmenu": "^4.0.0-alpha.17",
"@jupyterlab/settingregistry": "^4.0.0-alpha.17",
"@jupyterlab/translation": "^4.0.0-alpha.17",
"@lumino/coreutils": "^2.0.0-alpha.7",
"@lumino/disposable": "^2.0.0-alpha.7",
"@lumino/widgets": "^2.0.0-alpha.7"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -23,3 +23,7 @@
text-align: center;
margin-top: 8px;
}
.jp-MimeDocument .jp-RenderedJSON {
background: var(--jp-layout-color0);
}

@ -12,10 +12,6 @@ let local = {
'ts-jest': {
tsconfig: './tsconfig.test.json'
}
},
transform: {
'\\.(ts|tsx)?$': 'ts-jest',
'\\.svg$': 'jest-raw-loader'
}
};

@ -43,26 +43,26 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/docregistry": "^4.0.0-alpha.16",
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.16",
"@jupyterlab/ui-components": "^4.0.0-alpha.31",
"@lumino/algorithm": "^2.0.0-alpha.6",
"@lumino/coreutils": "^2.0.0-alpha.6",
"@lumino/messaging": "^2.0.0-alpha.6",
"@lumino/polling": "^2.0.0-alpha.6",
"@lumino/signaling": "^2.0.0-alpha.6",
"@lumino/widgets": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/docregistry": "^4.0.0-alpha.17",
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.17",
"@jupyterlab/ui-components": "^4.0.0-alpha.32",
"@lumino/algorithm": "^2.0.0-alpha.7",
"@lumino/coreutils": "^2.0.0-alpha.7",
"@lumino/messaging": "^2.0.0-alpha.7",
"@lumino/polling": "^2.0.0-alpha.7",
"@lumino/signaling": "^2.0.0-alpha.7",
"@lumino/widgets": "^2.0.0-alpha.7"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "^4.0.0-alpha.16",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"@jupyterlab/testutils": "^4.0.0-alpha.17",
"@types/jest": "^29.2.5",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.3.0",
"ts-jest": "^29.0.3",
"typescript": "~4.9.3"
},
"publishConfig": {

@ -39,10 +39,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/console": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@lumino/algorithm": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/console": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@lumino/algorithm": "^2.0.0-alpha.7"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -39,13 +39,13 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
"@jupyterlab/docregistry": "^4.0.0-alpha.16",
"@jupyterlab/services": "^7.0.0-alpha.16",
"@lumino/algorithm": "^2.0.0-alpha.6",
"@lumino/signaling": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/docmanager": "^4.0.0-alpha.17",
"@jupyterlab/docregistry": "^4.0.0-alpha.17",
"@jupyterlab/services": "^7.0.0-alpha.17",
"@lumino/algorithm": "^2.0.0-alpha.7",
"@lumino/signaling": "^2.0.0-alpha.7"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -40,9 +40,9 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.9",
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/documentsearch": "^4.0.0-alpha.16",
"@lumino/widgets": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/documentsearch": "^4.0.0-alpha.17",
"@lumino/widgets": "^2.0.0-alpha.7"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -40,10 +40,10 @@
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.0.0-alpha.9",
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/apputils": "^4.0.0-alpha.16",
"@jupyterlab/mainmenu": "^4.0.0-alpha.16",
"@jupyterlab/translation": "^4.0.0-alpha.16"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/mainmenu": "^4.0.0-alpha.17",
"@jupyterlab/translation": "^4.0.0-alpha.17"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -44,17 +44,17 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.9",
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/apputils": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/docregistry": "^4.0.0-alpha.16",
"@jupyterlab/notebook": "^4.0.0-alpha.16",
"@jupyterlab/translation": "^4.0.0-alpha.16",
"@lumino/commands": "^2.0.0-alpha.6",
"@lumino/disposable": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/docregistry": "^4.0.0-alpha.17",
"@jupyterlab/notebook": "^4.0.0-alpha.17",
"@jupyterlab/translation": "^4.0.0-alpha.17",
"@lumino/commands": "^2.0.0-alpha.7",
"@lumino/disposable": "^2.0.0-alpha.7"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.16",
"@jupyterlab/builder": "^4.0.0-alpha.17",
"rimraf": "^3.0.2",
"typescript": "~4.9.3"
},

@ -40,15 +40,15 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.9",
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/apputils": "^4.0.0-alpha.16",
"@jupyterlab/cells": "^4.0.0-alpha.16",
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
"@jupyterlab/notebook": "^4.0.0-alpha.16",
"@jupyterlab/settingregistry": "^4.0.0-alpha.16",
"@jupyterlab/translation": "^4.0.0-alpha.16",
"@lumino/polling": "^2.0.0-alpha.6",
"@lumino/widgets": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/cells": "^4.0.0-alpha.17",
"@jupyterlab/docmanager": "^4.0.0-alpha.17",
"@jupyterlab/notebook": "^4.0.0-alpha.17",
"@jupyterlab/settingregistry": "^4.0.0-alpha.17",
"@jupyterlab/translation": "^4.0.0-alpha.17",
"@lumino/polling": "^2.0.0-alpha.7",
"@lumino/widgets": "^2.0.0-alpha.7"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -39,10 +39,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/terminal": "^4.0.0-alpha.16",
"@lumino/algorithm": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/terminal": "^4.0.0-alpha.17",
"@lumino/algorithm": "^2.0.0-alpha.7"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -41,20 +41,20 @@
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.9",
"@jupyter-notebook/tree": "^7.0.0-alpha.9",
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/apputils": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
"@jupyterlab/filebrowser": "^4.0.0-alpha.16",
"@jupyterlab/mainmenu": "^4.0.0-alpha.16",
"@jupyterlab/services": "^7.0.0-alpha.16",
"@jupyterlab/settingregistry": "^4.0.0-alpha.16",
"@jupyterlab/statedb": "^4.0.0-alpha.16",
"@jupyterlab/translation": "^4.0.0-alpha.16",
"@jupyterlab/ui-components": "^4.0.0-alpha.31",
"@lumino/algorithm": "^2.0.0-alpha.6",
"@lumino/commands": "^2.0.0-alpha.6",
"@lumino/widgets": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/docmanager": "^4.0.0-alpha.17",
"@jupyterlab/filebrowser": "^4.0.0-alpha.17",
"@jupyterlab/mainmenu": "^4.0.0-alpha.17",
"@jupyterlab/services": "^7.0.0-alpha.17",
"@jupyterlab/settingregistry": "^4.0.0-alpha.17",
"@jupyterlab/statedb": "^4.0.0-alpha.17",
"@jupyterlab/translation": "^4.0.0-alpha.17",
"@jupyterlab/ui-components": "^4.0.0-alpha.32",
"@lumino/algorithm": "^2.0.0-alpha.7",
"@lumino/commands": "^2.0.0-alpha.7",
"@lumino/widgets": "^2.0.0-alpha.7"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -40,21 +40,21 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.9",
"@jupyterlab/application": "^4.0.0-alpha.16",
"@jupyterlab/apputils": "^4.0.0-alpha.16",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/docmanager": "^4.0.0-alpha.16",
"@jupyterlab/filebrowser": "^4.0.0-alpha.16",
"@jupyterlab/mainmenu": "^4.0.0-alpha.16",
"@jupyterlab/services": "^7.0.0-alpha.16",
"@jupyterlab/settingregistry": "^4.0.0-alpha.16",
"@jupyterlab/statedb": "^4.0.0-alpha.16",
"@jupyterlab/translation": "^4.0.0-alpha.16",
"@jupyterlab/ui-components": "^4.0.0-alpha.31",
"@lumino/algorithm": "^2.0.0-alpha.6",
"@lumino/commands": "^2.0.0-alpha.6",
"@lumino/coreutils": "^2.0.0-alpha.6",
"@lumino/widgets": "^2.0.0-alpha.6"
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/coreutils": "^6.0.0-alpha.17",
"@jupyterlab/docmanager": "^4.0.0-alpha.17",
"@jupyterlab/filebrowser": "^4.0.0-alpha.17",
"@jupyterlab/mainmenu": "^4.0.0-alpha.17",
"@jupyterlab/services": "^7.0.0-alpha.17",
"@jupyterlab/settingregistry": "^4.0.0-alpha.17",
"@jupyterlab/statedb": "^4.0.0-alpha.17",
"@jupyterlab/translation": "^4.0.0-alpha.17",
"@jupyterlab/ui-components": "^4.0.0-alpha.32",
"@lumino/algorithm": "^2.0.0-alpha.7",
"@lumino/commands": "^2.0.0-alpha.7",
"@lumino/coreutils": "^2.0.0-alpha.7",
"@lumino/widgets": "^2.0.0-alpha.7"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -43,19 +43,19 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "^4.0.0-alpha.31",
"@jupyterlab/ui-components": "^4.0.0-alpha.32",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@jupyterlab/testutils": "^4.0.0-alpha.16",
"@types/jest": "^26.0.10",
"@jupyterlab/testutils": "^4.0.0-alpha.17",
"@types/jest": "^29.2.5",
"babel-loader": "^8.0.6",
"jest": "^26.4.2",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.3.0",
"ts-jest": "^29.0.3",
"typescript": "~4.9.3"
},
"publishConfig": {

@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a31,<5"]
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a32,<5"]
build-backend = "hatchling.build"
[project]
@ -33,7 +33,7 @@ classifiers = [
dependencies = [
"jupyter_server>=2.0.0rc3,<3",
"importlib-resources>=5.0;python_version<\"3.9\"",
"jupyterlab>=4.0.0a31,<5",
"jupyterlab>=4.0.0a32,<5",
"jupyterlab_server>=2.16.3,<3",
"notebook_shim>=0.2,<0.3",
"tornado>=6.1.0",

@ -15,7 +15,7 @@
"test:update": "playwright test --update-snapshots"
},
"dependencies": {
"@jupyterlab/galata": "~5.0.0-alpha.15",
"@jupyterlab/galata": "~5.0.0-alpha.17",
"rimraf": "^3.0.2"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

@ -209,21 +209,33 @@
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5"
integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==
"@jupyterlab/application@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.15.tgz#f37b667d8078b6bba8af26d30459e88057cfd4a7"
integrity sha512-gxsMjExBw5LVHxs5pw2mgxoN0Xzg5zyP4L5ZNxWLC79pVfHZSxfGMngpM6sjg4/ANw8P8ow8LWKerP22qKu7Pw==
"@jupyter/ydoc@~0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@jupyter/ydoc/-/ydoc-0.2.2.tgz#a2be83d2a0e076cef7ed77302e69153a0a4d6c16"
integrity sha512-UtU7ZxpL0k+QF9So4wtGxaS2C+nno58dig7sQUaBn48wlQDiuypzKgUmF7I37srpu6f/ywon3JBuEjxuL1CIBQ==
dependencies:
"@jupyterlab/nbformat" "^3.0.0 || ^4.0.0-alpha.15"
"@lumino/coreutils" "^1.11.0 || ^2.0.0-alpha.6"
"@lumino/disposable" "^1.10.0 || ^2.0.0-alpha.6"
"@lumino/signaling" "^1.10.0 || ^2.0.0-alpha.6"
y-protocols "^1.0.5"
yjs "^13.5.40"
"@jupyterlab/application@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-4.0.0-alpha.17.tgz#72ae711a2d7495ad72585757854176158a7060ea"
integrity sha512-BudgguelAcT2p7SsmLUreimthDOgotQxKJ4EKJYY/acRfKLAREzO5tVmBUz3JBRqKDeVcfvU162HPHOacvwAGQ==
dependencies:
"@fortawesome/fontawesome-free" "^5.12.0"
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/docregistry" "^4.0.0-alpha.15"
"@jupyterlab/rendermime" "^4.0.0-alpha.15"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/statedb" "^4.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/docregistry" "^4.0.0-alpha.17"
"@jupyterlab/rendermime" "^4.0.0-alpha.17"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/statedb" "^4.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/application" "^2.0.0-alpha.6"
"@lumino/commands" "^2.0.0-alpha.6"
@ -235,20 +247,20 @@
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/widgets" "^2.0.0-alpha.6"
"@jupyterlab/apputils@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.15.tgz#da7d5a6c6c7f10bb9e06f517780b49a966724800"
integrity sha512-PWBf4AIo3WQgSp4zRUNVU7433iZNhFbWihqHMrUaEultg8lEJeq0mfTHo25xPndfrhFdbBMv9fpFlPx8XtG/sA==
dependencies:
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/settingregistry" "^4.0.0-alpha.15"
"@jupyterlab/statedb" "^4.0.0-alpha.15"
"@jupyterlab/statusbar" "^4.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/apputils@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-4.0.0-alpha.17.tgz#0f27d9550ea562bd9f3f04630284e0803bba42b7"
integrity sha512-CJ1kcLxKixfzFu5e/sD/fdoamq2ufG8zpHWM2kalTajDCi9e6chmdnsZXhWQoyIxe/OtQT3zuqeNY0akazC8ZQ==
dependencies:
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/settingregistry" "^4.0.0-alpha.17"
"@jupyterlab/statedb" "^4.0.0-alpha.17"
"@jupyterlab/statusbar" "^4.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/commands" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
@ -260,42 +272,42 @@
"@lumino/widgets" "^2.0.0-alpha.6"
"@types/react" "^17.0.0"
react "^17.0.1"
sanitize-html "~2.5.3"
"@jupyterlab/attachments@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.15.tgz#d2d671c42c9dfdd0e08610c55d523e2f34554d0d"
integrity sha512-UaD18N10+qFG0wYe81T1bvGbpWhR6EaR8x1SgZF51Ew1QB/P83AU2EThSBJSqwijdawrFsBVhgrQmpBdBctwbg==
dependencies:
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/rendermime" "^4.0.0-alpha.15"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.15"
"@jupyterlab/shared-models" "^4.0.0-alpha.15"
sanitize-html "~2.7.3"
"@jupyterlab/attachments@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-4.0.0-alpha.17.tgz#0da0cdea17c5900518a366e5f4bade831c8f058f"
integrity sha512-KU47M07SKhRM/lk6LLjNFmeE7I5NWBmlhdKLGoJxr4fyL8tF/v2xk21X0WC512GqTUuYkmlWJ2irRX9e/v4mrA==
dependencies:
"@jupyter/ydoc" "~0.2.2"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/rendermime" "^4.0.0-alpha.17"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@jupyterlab/cells@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.15.tgz#7401da1932a2d5a0c1181fa6fdda5bf24c3ae955"
integrity sha512-X2sHyD7IM3v1ct5Yb9LlI/i26WD1Xjl639KUUUCZ+sMNKTWKRMvB5UkQJebh77YFCSH7bXWdISeB+F46HxUP5w==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/attachments" "^4.0.0-alpha.15"
"@jupyterlab/codeeditor" "^4.0.0-alpha.15"
"@jupyterlab/codemirror" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/documentsearch" "^4.0.0-alpha.15"
"@jupyterlab/filebrowser" "^4.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/outputarea" "^4.0.0-alpha.15"
"@jupyterlab/rendermime" "^4.0.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/shared-models" "^4.0.0-alpha.15"
"@jupyterlab/toc" "^6.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/cells@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-4.0.0-alpha.17.tgz#b56eaf41322260fd081adda76e1b8c74b3ac9556"
integrity sha512-XdImnkDI2dnNMCEyO0RW8nzvtJX6wyFVIKQ0BchSZkSw0RZ7hJjpIer2E7gavj3Y5MGwrivDGJGxZShVha658Q==
dependencies:
"@jupyter/ydoc" "~0.2.2"
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/attachments" "^4.0.0-alpha.17"
"@jupyterlab/codeeditor" "^4.0.0-alpha.17"
"@jupyterlab/codemirror" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/documentsearch" "^4.0.0-alpha.17"
"@jupyterlab/filebrowser" "^4.0.0-alpha.17"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/outputarea" "^4.0.0-alpha.17"
"@jupyterlab/rendermime" "^4.0.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/toc" "^6.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/domutils" "^2.0.0-alpha.6"
@ -307,18 +319,18 @@
"@lumino/widgets" "^2.0.0-alpha.6"
react "^17.0.1"
"@jupyterlab/codeeditor@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.15.tgz#59884a0a376f64b6a29bd5323ec6cea76bff1371"
integrity sha512-iB8Zl3IXJoeJpceibZlbVb5D7qsKW/mR608D6qE66hkP0Sh6pzqfxPgwy/ewE5SW1G9VQ/CLUoY1A0NoAp/7DQ==
dependencies:
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/shared-models" "^4.0.0-alpha.15"
"@jupyterlab/statusbar" "^4.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/codeeditor@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-4.0.0-alpha.17.tgz#f7f2394e3532289d11e2dc8d221480fe6b380d89"
integrity sha512-i+I4qgCW8g3gVzeuClxvskKhSL2mgyp7BMsTqqQ35EiU5WMZIxhwHONdksDZTuIaXEGZ67iT8VRXeh6QDhmYQg==
dependencies:
"@jupyter/ydoc" "~0.2.2"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/statusbar" "^4.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/dragdrop" "^2.0.0-alpha.6"
@ -327,10 +339,10 @@
"@lumino/widgets" "^2.0.0-alpha.6"
react "^17.0.1"
"@jupyterlab/codemirror@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.15.tgz#5c931471cf686891d774d80fc78720fced0c9bfe"
integrity sha512-50n6raMdaN64qXzng6AI2LEfHQToPypclI6Fw2IHAmDyaBNZaqv6l1/ZaQf6kelxFiK3k4pjYdC13GWx2SBPfA==
"@jupyterlab/codemirror@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-4.0.0-alpha.17.tgz#cf4882be030bf0d5650594387f6d18a434ba9475"
integrity sha512-951QM8Vc9PuMNnSSZoEvdBS4kXQeYomReH3mgAdGSHSJyMsbJDNkUspkRVb9XwP79Q30tr3x5HGgukuPKWZhOQ==
dependencies:
"@codemirror/autocomplete" "^6.0.0"
"@codemirror/commands" "^6.0.0"
@ -352,15 +364,14 @@
"@codemirror/search" "^6.0.0"
"@codemirror/state" "^6.0.0"
"@codemirror/view" "^6.0.0"
"@jupyterlab/codeeditor" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/documentsearch" "^4.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/shared-models" "^4.0.0-alpha.15"
"@jupyterlab/statusbar" "^4.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyter/ydoc" "~0.2.2"
"@jupyterlab/codeeditor" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/documentsearch" "^4.0.0-alpha.17"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/statusbar" "^4.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lezer/common" "^1.0.0"
"@lezer/highlight" "^1.0.0"
"@lumino/algorithm" "^2.0.0-alpha.6"
@ -375,27 +386,10 @@
y-protocols "^1.0.5"
yjs "^13.5.40"
"@jupyterlab/collaboration@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration/-/collaboration-4.0.0-alpha.15.tgz#e9b2b727a5cbd592c6af9a2ea3df49d2cb391959"
integrity sha512-gz4BJBRuvMy5XdKA2f3+CrQeQcAZ7BGib14rJcttGqGGXgPaHcbcX0XmlG5C7R6uDYHNl6ylsW7a0P/Je+4Bmg==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/virtualdom" "^2.0.0-alpha.6"
"@lumino/widgets" "^2.0.0-alpha.6"
react "^17.0.1"
y-protocols "^1.0.5"
yjs "^13.5.40"
"@jupyterlab/coreutils@^6.0.0-alpha.15":
version "6.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.15.tgz#260839a3ccfa5f045b7c722a3ed736c9ceb03f9f"
integrity sha512-HxBZ6inx3Gvn8ec5NiubwLpQdQRF7p4ePH1H/9zw6UerEqy9CnjK2ti7JrRND9I3PVs3aFDCuMh126fx6D6YAQ==
"@jupyterlab/coreutils@^6.0.0-alpha.17":
version "6.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-6.0.0-alpha.17.tgz#e4bceb662bc2e11a65b315f1b3b9b95b0edeb40b"
integrity sha512-F6ql6s2o+eYtEAkqpf9smF9gS1ln7KNtJaRmKG8FLC6pzGKMI6HmrTkWTUS9eU6hBEXidibYtZuj2bVv4B/Stg==
dependencies:
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
@ -405,19 +399,19 @@
path-browserify "^1.0.0"
url-parse "~1.5.4"
"@jupyterlab/docmanager@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.15.tgz#8db67d789e980d9583cc32b24b46415dd79aabfe"
integrity sha512-sdiIJqbjGmQQEKAuwetovAEyrZGibLWfmZX+YB7cPB3Lra7DLBefG/0KkldEAhDeXcNGRbp0oGEcqJxJI6042Q==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/docprovider" "^4.0.0-alpha.15"
"@jupyterlab/docregistry" "^4.0.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/statusbar" "^4.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/docmanager@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-4.0.0-alpha.17.tgz#dbd132a37b16d123fc71bdc4c828c7f00153bcc7"
integrity sha512-eyT2akjunbX59D/Fj7SPwzU5BEVNpiHZ1lwtloQMYU0cmLQfdV3IVE28Lt5Rlp8cZw3wGhO+nuUmd6LUZrznIQ==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/docprovider" "^4.0.0-alpha.17"
"@jupyterlab/docregistry" "^4.0.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/statusbar" "^4.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
@ -427,70 +421,75 @@
"@lumino/widgets" "^2.0.0-alpha.6"
react "^17.0.1"
"@jupyterlab/docprovider@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-4.0.0-alpha.15.tgz#54cc83a3a5206ce34c007d8b9968a008072dd54c"
integrity sha512-chF+myFZR8Ly5wRggJgIcsFnLEgVH3xu2QwdpkfHqjaW1IUV/DpofnAtYVv2hkgzoBvSKZXl0yhoEcRzBZ6/Jw==
"@jupyterlab/docprovider@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-4.0.0-alpha.17.tgz#13347c6ca5ec6bf343b41a70281eb5c5a742b19e"
integrity sha512-vU86YlIpaY4dezO7TxpBSUob95pq0AQmpU+Yqi1oP7Y9K81aLKMwe8doj92o5MDbysw8xyO3GgGR2ceT1loV4g==
dependencies:
"@jupyterlab/collaboration" "^4.0.0-alpha.15"
"@jupyterlab/shared-models" "^4.0.0-alpha.15"
"@jupyter/ydoc" "~0.2.2"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@lumino/coreutils" "^2.0.0-alpha.6"
lib0 "^0.2.42"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
y-protocols "^1.0.5"
y-websocket "^1.3.15"
yjs "^13.5.40"
"@jupyterlab/docregistry@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.15.tgz#fd1bd092a7d7af5f00703c3ef80e77e53bc3bb0f"
integrity sha512-ITDrdoZl/6VcEJw8VyqqZjJLFHQTycS6WbieUmpWgj9Ii3/4VNZnUtn/K6nDc3LFtXL2G1Ej8dxe65Db6/Gqdw==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/codeeditor" "^4.0.0-alpha.15"
"@jupyterlab/codemirror" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/docprovider" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/rendermime" "^4.0.0-alpha.15"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/shared-models" "^4.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/docregistry@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-4.0.0-alpha.17.tgz#124c8a7c3c66b09c3ef9007904262157d5ac923f"
integrity sha512-W6DBdJ0bvPzCyIdHo/oTKkVTbS5DdzEhWPedPpB3lFZTEz4YGw6bzeBfw9Pd8tCX76F5Clfk/jRZaPLg7A2AMg==
dependencies:
"@jupyter/ydoc" "~0.2.2"
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/codeeditor" "^4.0.0-alpha.17"
"@jupyterlab/codemirror" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/docprovider" "^4.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/rendermime" "^4.0.0-alpha.17"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/messaging" "^2.0.0-alpha.6"
"@lumino/properties" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/widgets" "^2.0.0-alpha.6"
yjs "^13.5.40"
"@jupyterlab/documentsearch@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.15.tgz#cf94f29ea9968956bd1e01918ffabfabd5546268"
integrity sha512-c/nxZDHc7jTLWj+++xn5D9XngpVMCZRVXUsFoNMTc6xwJ6lKLcGbUUaf51de7sdfZVtkiizIxMB2YdiQeRyavA==
"@jupyterlab/documentsearch@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-4.0.0-alpha.17.tgz#10c37270e0e9cc3b80ea704b26601279db2492e4"
integrity sha512-dBlSfKpIqOqFGOM8o+K5Zhyj/7TVc6KD5Mrre9F/ACah0NEUtuskq7AmTv4AVrqqySO/r0xZh7y7h5BV3Z2KaQ==
dependencies:
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/messaging" "^2.0.0-alpha.6"
"@lumino/polling" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/widgets" "^2.0.0-alpha.6"
react "^17.0.1"
"@jupyterlab/filebrowser@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.15.tgz#6567bba2af94499eb147291c061833d3ffea48ed"
integrity sha512-NeJJlGmGR+FU/SpC8CFrPrUu/bby5tnCUilJDu0UXCv/h7hU5X59UQFWTPqRvDM4k7v5Ki+oXTTmSoD5Tv6HoQ==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/docmanager" "^4.0.0-alpha.15"
"@jupyterlab/docregistry" "^4.0.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/statedb" "^4.0.0-alpha.15"
"@jupyterlab/statusbar" "^4.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/filebrowser@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-4.0.0-alpha.17.tgz#29522de1c9298e47843e95443bb6549d3030c54e"
integrity sha512-R+ylK5GPyOXqvRE1ebcGGt17G5Tx5g4rfNOSvhNjAjVWup6I+qpLdvDHi5w4Uw1yXzYfMhqrVJA9mEalITjsgQ==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/docmanager" "^4.0.0-alpha.17"
"@jupyterlab/docregistry" "^4.0.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/statedb" "^4.0.0-alpha.17"
"@jupyterlab/statusbar" "^4.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
@ -503,26 +502,25 @@
"@lumino/widgets" "^2.0.0-alpha.6"
react "^17.0.1"
"@jupyterlab/galata@~5.0.0-alpha.15":
version "5.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/galata/-/galata-5.0.0-alpha.15.tgz#9afafae534c08fff21ff68bcc87cf9c1e0dc87c4"
integrity sha512-MiLaM7/Gl3zdkakhfdrDq6kuXXiWNeBe1ReBCDZ6TQ+GbD/i+7/fccYRyITD2MtuFN6mTiZlyU7RFn/NbBSU6w==
dependencies:
"@jupyterlab/application" "^4.0.0-alpha.15"
"@jupyterlab/cells" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/docmanager" "^4.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/notebook" "^4.0.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/settingregistry" "^4.0.0-alpha.15"
"@jupyterlab/shared-models" "^4.0.0-alpha.15"
"@jupyterlab/galata@~5.0.0-alpha.17":
version "5.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/galata/-/galata-5.0.0-alpha.17.tgz#c2e2aae8f5104a95e6db4601da57ea4285f959fa"
integrity sha512-IWppq8XzBo92Si7a+HREHemrQYLpfcY2xy63VeeAjEBG9PqeC2Xl1GRhnTpP+ue0N/M8nRgoKMrYoAoUNlyLhA==
dependencies:
"@jupyterlab/application" "^4.0.0-alpha.17"
"@jupyterlab/cells" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/docmanager" "^4.0.0-alpha.17"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/notebook" "^4.0.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/settingregistry" "^4.0.0-alpha.17"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@playwright/test" "^1.27.0"
"@playwright/test" "^1.29.0"
"@stdlib/stats" "~0.0.13"
fs-extra "^9.0.1"
fs-extra "^10.1.0"
http-server "^13.0.0"
json5 "^2.1.1"
path "~0.12.7"
@ -531,17 +529,17 @@
vega-lite "^5.1.0"
vega-statistics "^1.7.9"
"@jupyterlab/lsp@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.15.tgz#1d738047c41cb46ce2a60cb5d75d3aeb8c9969c2"
integrity sha512-FpB2StiKYGhR9ets/hXdVOnbI2sOl8KKFTKycw+a7BhrmSY0XwjUsCfPySxBYzza8vDMRvpCLVqyi3i7LeKQ5A==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/codeeditor" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/docregistry" "^4.0.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/lsp@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/lsp/-/lsp-4.0.0-alpha.17.tgz#b8064486cdcf85a80b722c6fb88b55eecb32a761"
integrity sha512-+0GrbIphCABaj7t0apNwTryJgLIY7SZ68jGLOlOe1gPOc78l0AZr2Bq5wbLIOJ5V8kpvaCTrU3shMQ5d3K3YPg==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/codeeditor" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/docregistry" "^4.0.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
@ -550,36 +548,43 @@
vscode-languageserver-protocol "^3.17.0"
vscode-ws-jsonrpc "~1.0.2"
"@jupyterlab/nbformat@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.15.tgz#ccec8e0c036c0a1bada1b9b36474f40c1b44c173"
integrity sha512-C+Y8dKwgYulUbPbtU5SYzuA6ffzDhNb6H4fj0Ndml7IdaqMx3lHqqZNKIGwskcZioXO6rer975eyEraeE8U7VA==
"@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15":
version "3.5.2"
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.5.2.tgz#df8c2dbc8d81543be72519730c9aa0aad7402314"
integrity sha512-Ml5hNpS9tMqZ9ThI24+iXHgX71XWQAysyPOU1vA3idvTGCbGhVc4FaZcDX17uepA7yIEUitlj4xQGtJR8hNzuA==
dependencies:
"@lumino/coreutils" "^1.11.0"
"@jupyterlab/nbformat@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-4.0.0-alpha.17.tgz#4b25586913f73956e1c289667b9e9e278e2b68bf"
integrity sha512-qVp3s+QAdQr/AkR/ISMbrwzRRZlC98/COYIyGO5YhBQyHcOrryivYW4T//YsM1aetyoon1JNtVS68Xieca3Z9Q==
dependencies:
"@lumino/coreutils" "^2.0.0-alpha.6"
"@jupyterlab/notebook@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.15.tgz#378a2e0020e781633e7c01bffd42e64f4b386590"
integrity sha512-9LK3nPs7xi9JNgBUzteGfHBRMBZn0YbYYzifh7BZn1LbN8Mb5TS6vKXOPkBF448lhilmUnVUSMKpUm18ZR8+sw==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/cells" "^4.0.0-alpha.15"
"@jupyterlab/codeeditor" "^4.0.0-alpha.15"
"@jupyterlab/codemirror" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/docregistry" "^4.0.0-alpha.15"
"@jupyterlab/documentsearch" "^4.0.0-alpha.15"
"@jupyterlab/lsp" "^4.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/rendermime" "^4.0.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/settingregistry" "^4.0.0-alpha.15"
"@jupyterlab/shared-models" "^4.0.0-alpha.15"
"@jupyterlab/statusbar" "^4.0.0-alpha.15"
"@jupyterlab/toc" "^6.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/notebook@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-4.0.0-alpha.17.tgz#4a03f357ac260bf20fb52e224c42e34b2530aff2"
integrity sha512-gwqCCYTxC2/R8RJ2OXnaw3P/mcOUlsoid8vGXZlrgS2N+ZDU0qM5Wi8bHqdBIMGoC7HOiBOBUUPwJGt/J9qYcA==
dependencies:
"@jupyter/ydoc" "~0.2.2"
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/cells" "^4.0.0-alpha.17"
"@jupyterlab/codeeditor" "^4.0.0-alpha.17"
"@jupyterlab/codemirror" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/docregistry" "^4.0.0-alpha.17"
"@jupyterlab/documentsearch" "^4.0.0-alpha.17"
"@jupyterlab/lsp" "^4.0.0-alpha.17"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/rendermime" "^4.0.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/settingregistry" "^4.0.0-alpha.17"
"@jupyterlab/statusbar" "^4.0.0-alpha.17"
"@jupyterlab/toc" "^6.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/domutils" "^2.0.0-alpha.6"
@ -592,10 +597,10 @@
"@lumino/widgets" "^2.0.0-alpha.6"
react "^17.0.1"
"@jupyterlab/observables@^5.0.0-alpha.15":
version "5.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.15.tgz#13f564a4881d2e8caed55787e0f85b79c3110998"
integrity sha512-PftwPVTPmIu5GKwhackMTGud+loSMuVIGqhKS07h+yvp8tWSSQRXucuyqDJ1OinxvltLV8IPn4hLvIci3NNTwA==
"@jupyterlab/observables@^5.0.0-alpha.17":
version "5.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-5.0.0-alpha.17.tgz#0ceab3709ff99ea7e596bc715ba20f99b8f34e4d"
integrity sha512-RlmyUn8imE04G39c5ay2mR4X7xd4+x9q6GSm3ObvzuBN6A2r/q17dfGFUMlJeyEfoV1MuMo1oGqsyABWNi33lg==
dependencies:
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
@ -603,18 +608,18 @@
"@lumino/messaging" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@jupyterlab/outputarea@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.15.tgz#ad5738ce34bd8d814a8472f047c960b5b4dd69be"
integrity sha512-t1M+hyuEtITyVCwkBp5/GTGNSWkx4SzjOJ8M/Npt1KYmgDfercbEKMwcaw3q7gk1UDIaGx32u8tdLKGVEA1zBw==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/rendermime" "^4.0.0-alpha.15"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/outputarea@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-4.0.0-alpha.17.tgz#eac911f9578abcac1d93c7de93293276bff5ff27"
integrity sha512-bmJ7uFCLL1RvvkaS7C6wlNJmgOx5iMXyLxpPZ2FH/xDZAP7n+TrWYjHUsuoO7ARTX34H0NFX3qa4hWEfJqHGhQ==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/rendermime" "^4.0.0-alpha.17"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
@ -623,54 +628,56 @@
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/widgets" "^2.0.0-alpha.6"
"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.15":
version "3.8.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.15.tgz#ffe7248328ef60d5554c0a21a1e05f9c8990bbbf"
integrity sha512-YLeb3+xr+6/hvMcW8aWk6NQ3nwn61xs2CK5hFiBOtNf9JSxopDMrP9tnZ17RbjueHyhHNoiaPofamUP+lFyvDQ==
"@jupyterlab/rendermime-interfaces@^3.8.0-alpha.17":
version "3.8.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.0-alpha.17.tgz#79943eae7f4eb2fc773138f4f2ac99e8ef5dfd22"
integrity sha512-WU6MTvrnRgoxrN5ZnT63s/Ag1n3Q/DeFpq8sBcoglzckCcmVIi0OwNHZZMFQWw1jQgDQfr0SXQgXKDxtg6pgzQ==
dependencies:
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/widgets" "^2.0.0-alpha.6"
"@jupyterlab/rendermime@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.15.tgz#8e9b4dd65bc89eb5e6ac4f027d1c9576cd8337d9"
integrity sha512-hY/dY4LzOLpyeUagg3Vd5fcBj4s5NVANqjnVCsjf5v47gb32/rVfyj1z8DHO1HAJmAs7vnrGuPvlVhiqiuyvdg==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/rendermime@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-4.0.0-alpha.17.tgz#950da12cbe2f748d0515bee2dc0ae0bc7b9627fb"
integrity sha512-lO+dT1E2ODyQerofFCybwcwaRhWzXmQoBP7mbtckBZPgaqG24j1cIK5exiEvObGeOoAeITNbwcHK+O27l4Antw==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/messaging" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/widgets" "^2.0.0-alpha.6"
lodash.escape "^4.0.1"
"@jupyterlab/services@^7.0.0-alpha.15":
version "7.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.15.tgz#6bbaef5e59eeb042bbc90e4fda191d80e466ad5c"
integrity sha512-TGGveemYg0d9RGhT0R3S+Zr9cAIcVMCP6KkeA4oq85TbEPQxo1pOMCbLqpPTc78k6UVoum8L05sAPCE7CXA9Sw==
"@jupyterlab/services@^7.0.0-alpha.17":
version "7.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-7.0.0-alpha.17.tgz#d6fb53b69399efe11f5da71494279db49d4a3279"
integrity sha512-T1sT//vXllwsLBRGxEFNkqF4AcTFBV7PRCPblK66Wwa5gvu+KvLRoL2CiPOYjwSrASZ/6nhaQyL3oBnRlvFmoA==
dependencies:
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@jupyterlab/settingregistry" "^4.0.0-alpha.15"
"@jupyterlab/statedb" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/settingregistry" "^4.0.0-alpha.17"
"@jupyterlab/statedb" "^4.0.0-alpha.17"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/polling" "^2.0.0-alpha.6"
"@lumino/properties" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
node-fetch "^2.6.0"
ws "^7.4.6"
ws "^8.11.0"
"@jupyterlab/settingregistry@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.15.tgz#5f163c008966368f0327cc9f4697cb96fe4b2be8"
integrity sha512-Sjd6yJYVlEuogpVzV+w1YqMBI2ZzkWtRXFCjuP5FprNkqXjoufhgM9x2a+gzUMQWjnlfjsMt/0y+E4gEx3fVXQ==
"@jupyterlab/settingregistry@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-4.0.0-alpha.17.tgz#8ccc96bab21115d0b45d4045b3c05c8a26b2c58e"
integrity sha512-aBm6lnEiYJv9S84dIks3vOKNrIy3OmXk/HgtL4qxfGVr5N+uPjIhY0F5eW8atCi+N2fzPugN3YnRclen5IXImg==
dependencies:
"@jupyterlab/statedb" "^4.0.0-alpha.15"
"@jupyterlab/nbformat" "^4.0.0-alpha.17"
"@jupyterlab/statedb" "^4.0.0-alpha.17"
"@lumino/commands" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
@ -678,23 +685,10 @@
ajv "^6.12.3"
json5 "^2.1.1"
"@jupyterlab/shared-models@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-4.0.0-alpha.15.tgz#29f3e2a8b0d30011107239120410c4d41ddd8b45"
integrity sha512-1ArVBlGUPpW7jm4vvzG10OASi1DJuT111g3wEt4TCXHxpwW9sjQr6cmd4SAPUTh3UaQxf/uschej3L6CK7n0Tw==
dependencies:
"@jupyterlab/nbformat" "^4.0.0-alpha.15"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
lib0 "^0.2.42"
y-protocols "^1.0.5"
yjs "^13.5.40"
"@jupyterlab/statedb@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.15.tgz#f74bb5d6b8ae7323118a8c2c7b27ea33520d8fce"
integrity sha512-iTl/ynPvSy0eTKW0euEigOomDY+nfI+gDZNzjJLE/YTM1J5bxjQ+QmbrMLaoUJhdSpEtxTlCgsgALuO7WY1jTw==
"@jupyterlab/statedb@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-4.0.0-alpha.17.tgz#82a82a8295c72cac1fe4d1eab93f16b5c063cd01"
integrity sha512-oUy1WELSjaXUveR0WaQfu7qTi8c5GEAbR/ve3M/gzJNtPkR8lq5KexOQmuIUAKscY9IE7Xm2MHTRm6aTTfsZJg==
dependencies:
"@lumino/commands" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
@ -702,34 +696,32 @@
"@lumino/properties" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@jupyterlab/statusbar@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.15.tgz#8c8d0bf42a3797dd67b153d56926e33b32dde065"
integrity sha512-3VaPikq9WgtZBuFpy3WUkFZPm44Be+kQNw+g/eEQ12iHK3OzVD5AMxRwFESeygh20Oqnog6xFUJ1h+96odrd1Q==
"@jupyterlab/statusbar@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-4.0.0-alpha.17.tgz#c8277cf74504b962d4f9e13bc0fcdd895148a32d"
integrity sha512-572a7BXj8qXPq1H/++IBoRsP8dNpOtKYJxWz7G2I0B+gEu4fioMfkgKkP1W1gYlYZ87nPE0GmuWptgwrH9ddRA==
dependencies:
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/messaging" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/widgets" "^2.0.0-alpha.6"
csstype "~3.0.3"
react "^17.0.1"
typestyle "^2.0.4"
"@jupyterlab/toc@^6.0.0-alpha.15":
version "6.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.15.tgz#333ea375d21624c23f4b73602718f087adf94dc6"
integrity sha512-BOTe1mvTEQ08Lf1VT0Hn0QKFJkw331etw7keSuHnYPjxdlXIni3cB87iAWYkw8Rb3Y7D0nJskOdIKkuKXYGAZw==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/docregistry" "^4.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/rendermime" "^4.0.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/ui-components" "^4.0.0-alpha.30"
"@jupyterlab/toc@^6.0.0-alpha.17":
version "6.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-6.0.0-alpha.17.tgz#05d7539a15051cbf2a41f421f16e7f1375c3b140"
integrity sha512-2KFIQV6EwqHN7fSSGHoaffJqILpKaV7aG97wOejXqYTgAFul5qeOJHB5M3d3seO2bDcoX7YRsrGU9tEKiuWfhA==
dependencies:
"@jupyterlab/apputils" "^4.0.0-alpha.17"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/docregistry" "^4.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/rendermime" "^4.0.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@jupyterlab/ui-components" "^4.0.0-alpha.32"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/messaging" "^2.0.0-alpha.6"
@ -737,26 +729,26 @@
"@lumino/widgets" "^2.0.0-alpha.6"
react "^17.0.1"
"@jupyterlab/translation@^4.0.0-alpha.15":
version "4.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.15.tgz#619d071140a1f9ab0c3d175edd299ab70d3dc01a"
integrity sha512-E7I6LWSBnZpmFxr4QmnmGaiqXjNIFLhslaJyjQXy9jVPS0YzwigIpF+Kz9oIuntiuKH+mYBHg4F9qcVUZALa8Q==
"@jupyterlab/translation@^4.0.0-alpha.17":
version "4.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-4.0.0-alpha.17.tgz#8c00772182119e081f325b7cf2ef7a3498213eea"
integrity sha512-lJZsIC2RoENTBvyT+xJENXal/bAwF/HI295IIflvB1hJZ3837cWToXuKM/zMyKtku8uPNQo2aI9/kBmtMguz4Q==
dependencies:
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.15"
"@jupyterlab/services" "^7.0.0-alpha.15"
"@jupyterlab/statedb" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17"
"@jupyterlab/services" "^7.0.0-alpha.17"
"@jupyterlab/statedb" "^4.0.0-alpha.17"
"@lumino/coreutils" "^2.0.0-alpha.6"
"@jupyterlab/ui-components@^4.0.0-alpha.30":
version "4.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.30.tgz#6de764759ac947366232ce232a80443317647bbc"
integrity sha512-Y5CKq/rV3Ai4o/TVAw9IezPrU8f1LZQaDE2AMocixJXvlo4ZuMHHHPdb63gUxvLYhid6tv9/r6ogQC92RIpQTA==
"@jupyterlab/ui-components@^4.0.0-alpha.32":
version "4.0.0-alpha.32"
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-4.0.0-alpha.32.tgz#faa5ef36243bd4b9239f47c5c7036c0fa8158fac"
integrity sha512-IfGYp4va44MYdapEKhUtXcRBG3jBiChDKEocu1FvwspcgDWJcoK5HlPTJX1W7EivPvwN8u/XYZjkvoMw8CGQ2w==
dependencies:
"@jupyterlab/coreutils" "^6.0.0-alpha.15"
"@jupyterlab/observables" "^5.0.0-alpha.15"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.15"
"@jupyterlab/translation" "^4.0.0-alpha.15"
"@jupyterlab/coreutils" "^6.0.0-alpha.17"
"@jupyterlab/observables" "^5.0.0-alpha.17"
"@jupyterlab/rendermime-interfaces" "^3.8.0-alpha.17"
"@jupyterlab/translation" "^4.0.0-alpha.17"
"@lumino/algorithm" "^2.0.0-alpha.6"
"@lumino/commands" "^2.0.0-alpha.6"
"@lumino/coreutils" "^2.0.0-alpha.6"
@ -880,6 +872,11 @@
"@lezer/highlight" "^1.0.0"
"@lezer/lr" "^1.0.0"
"@lumino/algorithm@^1.9.2":
version "1.9.2"
resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.2.tgz#b95e6419aed58ff6b863a51bfb4add0f795141d3"
integrity sha512-Z06lp/yuhz8CtIir3PNTGnuk7909eXt4ukJsCzChsGuot2l5Fbs96RJ/FOHgwCedaX74CtxPjXHXoszFbUA+4A==
"@lumino/algorithm@^2.0.0-alpha.6":
version "2.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.0-alpha.6.tgz#8fe693a929e4a755135ee96f0faa2b65252b2727"
@ -914,11 +911,24 @@
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/virtualdom" "^2.0.0-alpha.6"
"@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.12.1.tgz#79860c9937483ddf6cda87f6c2b9da8eb1a5d768"
integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ==
"@lumino/coreutils@^2.0.0-alpha.6":
version "2.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.0.0-alpha.6.tgz#77279303fc72932e3131a085dcaa34e808a09739"
integrity sha512-W0qqJZoPRHscHL5k/DHSOea7LugPVx7DmART925bdrD8PU1Rw4K0mUzKb/Zsin4m1O5IMBoPuGEdEG5Jhq3KyA==
"@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6":
version "1.10.3"
resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-1.10.3.tgz#c9778204f997605b00dab342029d488196d4baef"
integrity sha512-a+LplaVGuubmM0KcgAK5NCcJxo0vuw020p3r5AaM/uvAtvLHM+po0wqD0Lcz633ERunf+bDdQ+8BcOhrQLPofQ==
dependencies:
"@lumino/algorithm" "^1.9.2"
"@lumino/signaling" "^1.11.0"
"@lumino/disposable@^2.0.0-alpha.6":
version "2.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.0.0-alpha.6.tgz#ccb899b7b4ad6db359c351fe2b2ba989977b06a7"
@ -961,11 +971,24 @@
"@lumino/disposable" "^2.0.0-alpha.6"
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/properties@^1.8.2":
version "1.8.2"
resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.2.tgz#91131f2ca91a902faa138771eb63341db78fc0fd"
integrity sha512-EkjI9Cw8R0U+xC9HxdFSu7X1tz1H1vKu20cGvJ2gU+CXlMB1DvoYJCYxCThByHZ+kURTAap4SE5x8HvKwNPbig==
"@lumino/properties@^2.0.0-alpha.6":
version "2.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.0-alpha.6.tgz#610195cdbe7307b1f49d6c59d71504c60cae8c20"
integrity sha512-UeJv3vX9QxfSof6asjJWjw+voDT6VSViCq5EMsbxRtBco4oH/48m1pOyLPRagfNL/ii3pEhsHaqax992OsTVKg==
"@lumino/signaling@^1.10.0 || ^2.0.0-alpha.6", "@lumino/signaling@^1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-1.11.0.tgz#b61071875a69a02e7b14b779657ebdb099aac676"
integrity sha512-c4mfkmwr9RDh/cUF7BFoPj8KdSsmJRfGLt0e2ez4sgnbSX2afeMNQBIi/gKsD4mMmhI5bXa17tVDYQn6ICBXAw==
dependencies:
"@lumino/algorithm" "^1.9.2"
"@lumino/properties" "^1.8.2"
"@lumino/signaling@^2.0.0-alpha.6":
version "2.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.0.0-alpha.6.tgz#bc017718ff7f9ca2675a51594908e03c17936fef"
@ -997,13 +1020,13 @@
"@lumino/signaling" "^2.0.0-alpha.6"
"@lumino/virtualdom" "^2.0.0-alpha.6"
"@playwright/test@^1.27.0":
version "1.27.1"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.27.1.tgz#9364d1e02021261211c8ff586d903faa79ce95c4"
integrity sha512-mrL2q0an/7tVqniQQF6RBL2saskjljXzqNcCOVMUjRIgE6Y38nCNaP+Dc2FBW06bcpD3tqIws/HT9qiMHbNU0A==
"@playwright/test@^1.29.0":
version "1.29.1"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.1.tgz#f2ed4dc143b9c7825a7ad2703b2f1ac4354e1145"
integrity sha512-iQxk2DX5U9wOGV3+/Jh9OHPsw5H3mleUL2S4BgQuwtlAfK3PnKvn38m4Rg9zIViGHVW24opSm99HQm/UFLEy6w==
dependencies:
"@types/node" "*"
playwright-core "1.27.1"
playwright-core "1.29.1"
"@rjsf/core@^4.2.0":
version "4.2.3"
@ -1450,11 +1473,6 @@ async@^2.6.4:
dependencies:
lodash "^4.17.14"
at-least-node@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
balanced-match@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@ -1592,11 +1610,6 @@ csstype@^3.0.2:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
csstype@~3.0.3:
version "3.0.11"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==
"d3-array@1 - 3", "d3-array@2 - 3", "d3-array@2.10.0 - 3", "d3-array@2.5.0 - 3", d3-array@^3.1.1:
version "3.2.0"
resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-3.2.0.tgz#15bf96cd9b7333e02eb8de8053d78962eafcff14"
@ -1852,12 +1865,11 @@ free-style@3.1.0:
resolved "https://registry.yarnpkg.com/free-style/-/free-style-3.1.0.tgz#4e2996029534e6b1731611d843437b9e2f473f08"
integrity sha512-vJujYSIyT30iDoaoeigNAxX4yB1RUrh+N2ZMhIElMr3BvCuGXOw7XNJMEEJkDUeamK2Rnb/IKFGKRKlTWIGRWA==
fs-extra@^9.0.1:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"
@ -2309,10 +2321,10 @@ picocolors@^1.0.0:
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
playwright-core@1.27.1:
version "1.27.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.27.1.tgz#840ef662e55a3ed759d8b5d3d00a5f885a7184f4"
integrity sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q==
playwright-core@1.29.1:
version "1.29.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.1.tgz#9ec15d61c4bd2f386ddf6ce010db53a030345a47"
integrity sha512-20Ai3d+lMkWpI9YZYlxk8gxatfgax5STW8GaMozAHwigLiyiKQrdkt7gaoT9UQR8FIVDg6qVXs9IoZUQrDjIIg==
portfinder@^1.0.25:
version "1.0.32"
@ -2464,10 +2476,10 @@ safe-buffer@~5.2.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
sanitize-html@~2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.5.3.tgz#91aa3dc760b072cdf92f9c6973747569b1ba1cd8"
integrity sha512-DGATXd1fs/Rm287/i5FBKVYSBBUL0iAaztOA1/RFhEs4yqo39/X52i/q/CwsfCUG5cilmXSBmnQmyWfnKhBlOg==
sanitize-html@~2.7.3:
version "2.7.3"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.3.tgz#166c868444ee4f9fd7352ac8c63fa86c343fc2bd"
integrity sha512-jMaHG29ak4miiJ8wgqA1849iInqORgNv7SLfSw9LtfOhEUQ1C0YHKH73R+hgyufBW9ZFeJrb057k9hjlfBCVlw==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"
@ -3049,10 +3061,10 @@ ws@^6.2.1:
dependencies:
async-limiter "~1.0.0"
ws@^7.4.6:
version "7.5.9"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
ws@^8.11.0:
version "8.11.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"
integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==
xtend@^4.0.2, xtend@~4.0.0:
version "4.0.2"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save