Update to JupyterLab 4.0.0a36 (#6773)
* Update to JupyterLab 4.0.0a36 * Update `webpack` * Refresh deps * fix yarn.lock * Update Playwright Snapshots * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4
.github/workflows/buildutils.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -U "jupyterlab>=4.0.0a34,<5" hatch
|
||||
python -m pip install -U "jupyterlab>=4.0.0a36,<5" hatch
|
||||
jlpm
|
||||
jlpm run build
|
||||
|
||||
@ -76,6 +76,6 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -U "jupyterlab>=4.0.0a34,<5" pip
|
||||
python -m pip install -U "jupyterlab>=4.0.0a36,<5" pip
|
||||
jlpm
|
||||
jlpm run build
|
||||
|
222
app/package.json
@ -22,73 +22,73 @@
|
||||
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.15",
|
||||
"@jupyter-notebook/ui-components": "~7.0.0-alpha.15",
|
||||
"@jupyter/ydoc": "~0.3.4",
|
||||
"@jupyterlab/application": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/application-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/application": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/application-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/celltags": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/celltags-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/codeeditor": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/codemirror": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/completer": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/completer-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/console": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/console-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.20",
|
||||
"@jupyterlab/debugger": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/debugger-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/docmanager": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/documentsearch": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/extensionmanager": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/filebrowser": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/fileeditor": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/htmlviewer": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/hub-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/javascript-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/json-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/lsp": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/lsp-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/mainmenu": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/notebook": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/notebook-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/observables": "~5.0.0-alpha.20",
|
||||
"@jupyterlab/outputarea": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/pdf-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/rendermime": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.20",
|
||||
"@jupyterlab/running-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/services": "~7.0.0-alpha.20",
|
||||
"@jupyterlab/settingeditor": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/settingregistry": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/statedb": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/statusbar": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/terminal": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/terminal-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/toc-extension": "~6.0.0-alpha.20",
|
||||
"@jupyterlab/tooltip": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/translation": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/translation-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/ui-components": "~4.0.0-alpha.35",
|
||||
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/vega5-extension": "~4.0.0-alpha.20",
|
||||
"@jupyterlab/celltags-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/codeeditor": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/codemirror": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/completer": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/completer-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/console": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/console-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "~6.0.0-alpha.21",
|
||||
"@jupyterlab/debugger": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/debugger-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/docmanager": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/documentsearch": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/extensionmanager": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/filebrowser": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/fileeditor": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/htmlviewer": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/hub-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/javascript-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/json-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/lsp": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/lsp-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/mainmenu": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/notebook": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/notebook-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/observables": "~5.0.0-alpha.21",
|
||||
"@jupyterlab/outputarea": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/pdf-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/rendermime": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.21",
|
||||
"@jupyterlab/running-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/services": "~7.0.0-alpha.21",
|
||||
"@jupyterlab/settingeditor": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/settingregistry": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/statedb": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/statusbar": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/terminal": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/terminal-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/toc-extension": "~6.0.0-alpha.21",
|
||||
"@jupyterlab/tooltip": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/translation": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/translation-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/ui-components": "~4.0.0-alpha.36",
|
||||
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.21",
|
||||
"@jupyterlab/vega5-extension": "~4.0.0-alpha.21",
|
||||
"@lumino/algorithm": "~2.0.0-rc.1",
|
||||
"@lumino/application": "~2.0.0-rc.1",
|
||||
"@lumino/commands": "~2.0.0-rc.1",
|
||||
@ -103,7 +103,7 @@
|
||||
"@lumino/widgets": "~2.0.0-rc.1",
|
||||
"react": "~18.2.0",
|
||||
"react-dom": "~18.2.0",
|
||||
"yjs": "~13.5.48"
|
||||
"yjs": "~13.5.50"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.15",
|
||||
@ -117,50 +117,50 @@
|
||||
"@jupyter-notebook/tree": "^7.0.0-alpha.15",
|
||||
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.15",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/application-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/celltags-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/codemirror": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/completer-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/console-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/debugger-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/hub-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/javascript-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/json-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/lsp": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/lsp-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/notebook-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/pdf-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/running-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/settingeditor": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/terminal-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/toc-extension": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/translation-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/vega5-extension": "^4.0.0-alpha.20"
|
||||
"@jupyterlab/celltags-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/codemirror": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/completer-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/console-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/debugger-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/hub-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/javascript-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/json-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/lsp": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/lsp-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/notebook-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/pdf-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/running-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/settingeditor": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/terminal-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/toc-extension": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/translation-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/vega5-extension": "^4.0.0-alpha.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.21",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"css-loader": "~5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
@ -171,9 +171,9 @@
|
||||
"style-loader": "~1.0.1",
|
||||
"svg-url-loader": "~6.0.0",
|
||||
"watch": "~1.0.2",
|
||||
"webpack": "^5.72.0",
|
||||
"webpack-bundle-analyzer": "^4.1.0",
|
||||
"webpack-cli": "^4.9.2",
|
||||
"webpack": "^5.76.1",
|
||||
"webpack-bundle-analyzer": "^4.8.0",
|
||||
"webpack-cli": "^5.0.1",
|
||||
"webpack-merge": "^5.8.0",
|
||||
"whatwg-fetch": "^3.0.0"
|
||||
},
|
||||
|
@ -29,7 +29,7 @@
|
||||
"watch": "tsc -w --listEmittedFiles"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.21",
|
||||
"commander": "^6.2.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"typescript": "5.0.1-rc"
|
||||
|
@ -42,7 +42,7 @@
|
||||
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/buildutils": "^4.0.0-alpha.21",
|
||||
"@typescript-eslint/eslint-plugin": "^4.2.0",
|
||||
"@typescript-eslint/parser": "^4.2.0",
|
||||
"eslint": "^7.10.0",
|
||||
|
@ -40,17 +40,17 @@
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.15",
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/celltags": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/codeeditor": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/codeeditor": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.21",
|
||||
"@lumino/coreutils": "^2.0.0-rc.1",
|
||||
"@lumino/disposable": "^2.0.0-rc.1",
|
||||
"@lumino/widgets": "^2.0.0-rc.1"
|
||||
|
@ -42,11 +42,11 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.20",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.35",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.21",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.36",
|
||||
"@lumino/algorithm": "^2.0.0-rc.1",
|
||||
"@lumino/coreutils": "^2.0.0-rc.1",
|
||||
"@lumino/messaging": "^2.0.0-rc.1",
|
||||
@ -57,7 +57,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.21",
|
||||
"@types/jest": "^29.2.5",
|
||||
"jest": "^29.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
|
@ -38,9 +38,9 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/console": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@lumino/algorithm": "^2.0.0-rc.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -38,11 +38,11 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.20",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.21",
|
||||
"@lumino/algorithm": "^2.0.0-rc.1",
|
||||
"@lumino/signaling": "^2.0.0-rc.1"
|
||||
},
|
||||
|
@ -39,8 +39,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/documentsearch": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/documentsearch": "^4.0.0-alpha.21",
|
||||
"@lumino/widgets": "^2.0.0-rc.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -39,10 +39,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/ui-components": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.21",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
|
@ -44,18 +44,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.35",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/docregistry": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.36",
|
||||
"@lumino/commands": "^2.0.0-rc.1",
|
||||
"@lumino/disposable": "^2.0.0-rc.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/builder": "^4.0.0-alpha.21",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "5.0.1-rc"
|
||||
},
|
||||
|
@ -39,13 +39,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/cells": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/cells": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/notebook": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.21",
|
||||
"@lumino/polling": "^2.0.0-rc.1",
|
||||
"@lumino/widgets": "^2.0.0-rc.1"
|
||||
},
|
||||
|
@ -38,9 +38,9 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/terminal": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/terminal": "^4.0.0-alpha.21",
|
||||
"@lumino/algorithm": "^2.0.0-rc.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -40,18 +40,18 @@
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.15",
|
||||
"@jupyter-notebook/tree": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.20",
|
||||
"@jupyterlab/settingeditor": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.35",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.21",
|
||||
"@jupyterlab/settingeditor": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.36",
|
||||
"@lumino/algorithm": "^2.0.0-rc.1",
|
||||
"@lumino/commands": "^2.0.0-rc.1",
|
||||
"@lumino/widgets": "^2.0.0-rc.1"
|
||||
|
@ -39,17 +39,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyter-notebook/application": "^7.0.0-alpha.15",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.20",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.35",
|
||||
"@jupyterlab/application": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/apputils": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/coreutils": "^6.0.0-alpha.21",
|
||||
"@jupyterlab/docmanager": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/filebrowser": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/mainmenu": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/services": "^7.0.0-alpha.21",
|
||||
"@jupyterlab/settingregistry": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/statedb": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/translation": "^4.0.0-alpha.21",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.36",
|
||||
"@lumino/algorithm": "^2.0.0-rc.1",
|
||||
"@lumino/commands": "^2.0.0-rc.1",
|
||||
"@lumino/coreutils": "^2.0.0-rc.1",
|
||||
|
@ -42,14 +42,14 @@
|
||||
"watch": "tsc -b --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.35",
|
||||
"@jupyterlab/ui-components": "^4.0.0-alpha.36",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.2",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.20",
|
||||
"@jupyterlab/testutils": "^4.0.0-alpha.21",
|
||||
"@types/jest": "^29.2.5",
|
||||
"babel-loader": "^8.0.6",
|
||||
"jest": "^29.3.1",
|
||||
|
@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a34,<5"]
|
||||
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a36,<5"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
@ -32,7 +32,7 @@ classifiers = [
|
||||
dependencies = [
|
||||
"jupyter_server>=2.0.1,<3",
|
||||
"importlib-resources>=5.0;python_version<\"3.9\"",
|
||||
"jupyterlab>=4.0.0a34,<5",
|
||||
"jupyterlab>=4.0.0a36,<5",
|
||||
"jupyterlab_server>=2.19.0,<3",
|
||||
"notebook_shim>=0.2,<0.3",
|
||||
"tornado>=6.2.0",
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 604 B |