diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c3efc8dc4964..3b758a5c0452 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4, 2, 0, "beta", 0 +current_version = 4, 2, 0, "beta", 1 commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \"(?P\S+)\"\,\ (?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e351c10e6349..647a01003bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -266,6 +266,52 @@ To ease code migration to JupyterLab 4, developers should review the [migration +## 4.2.0b1 + +([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.2.0b0...130274fc34869de92b6d1ae476d19c9827897d94)) + +### New features added + +- Dark High Contrast Theme for JupyterLab with Improved Sidebar Focus Indication [#15623](https://github.com/jupyterlab/jupyterlab/pull/15623) ([@m158261](https://github.com/m158261)) + +### Enhancements made + +- Upgrade lumino to v2024.3.25, improve CodeMirror shortcuts handling [#16078](https://github.com/jupyterlab/jupyterlab/pull/16078) ([@krassowski](https://github.com/krassowski)) +- Upgrade xterm.js from 5.1.0 to 5.5.0 [#15962](https://github.com/jupyterlab/jupyterlab/pull/15962) ([@krassowski](https://github.com/krassowski)) + +### Bugs fixed + +- Do not notify the `notebook:create-output-view` command [#16138](https://github.com/jupyterlab/jupyterlab/pull/16138) ([@jtpio](https://github.com/jtpio)) +- Disable placeholder for password input [#16128](https://github.com/jupyterlab/jupyterlab/pull/16128) ([@Alanhou1222](https://github.com/Alanhou1222)) +- Fix for existing shortcuts getting triggered while edit shortcut [#16126](https://github.com/jupyterlab/jupyterlab/pull/16126) ([@Susilkessav](https://github.com/Susilkessav)) +- Fix outputarea collapse expand [#16124](https://github.com/jupyterlab/jupyterlab/pull/16124) ([@FoSuCloud](https://github.com/FoSuCloud)) +- Store the real position of the item in reactive toolbar [#16111](https://github.com/jupyterlab/jupyterlab/pull/16111) ([@brichet](https://github.com/brichet)) +- Use `smart` scroll in debugger to minimize distraction [#16084](https://github.com/jupyterlab/jupyterlab/pull/16084) ([@krassowski](https://github.com/krassowski)) +- Fix scrolling to output area inputs on caret movement [#16068](https://github.com/jupyterlab/jupyterlab/pull/16068) ([@krassowski](https://github.com/krassowski)) +- Fix extension installation on Windows [#16064](https://github.com/jupyterlab/jupyterlab/pull/16064) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Bump semver from 5.7.1 to 7.6.0 [#16121](https://github.com/jupyterlab/jupyterlab/pull/16121) ([@dependabot](https://github.com/dependabot)) +- Revert traitlets pin [#16118](https://github.com/jupyterlab/jupyterlab/pull/16118) ([@krassowski](https://github.com/krassowski)) +- Use `dependency_type: minimum` for Minimum Versions check [#16105](https://github.com/jupyterlab/jupyterlab/pull/16105) ([@krassowski](https://github.com/krassowski)) +- Tests for sorting shortcut columns [#16098](https://github.com/jupyterlab/jupyterlab/pull/16098) ([@itsmevichu](https://github.com/itsmevichu)) +- Bump `altair` and `jupyterlab-language-pack-zh-cn` for tests, relax `copier` pin [#16094](https://github.com/jupyterlab/jupyterlab/pull/16094) ([@dependabot](https://github.com/dependabot)) +- Add tests for keyboard navigation to sidebar sections [#15438](https://github.com/jupyterlab/jupyterlab/pull/15438) ([@e218736](https://github.com/e218736)) + +### Documentation improvements + +- Mention JupyterLab Desktop in the installation section [#16100](https://github.com/jupyterlab/jupyterlab/pull/16100) ([@krassowski](https://github.com/krassowski)) +- Dark High Contrast Theme for JupyterLab with Improved Sidebar Focus Indication [#15623](https://github.com/jupyterlab/jupyterlab/pull/15623) ([@m158261](https://github.com/m158261)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-04-02&to=2024-04-09&type=c)) + +[@Alanhou1222](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AAlanhou1222+updated%3A2024-04-02..2024-04-09&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2024-04-02..2024-04-09&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adavidbrochart+updated%3A2024-04-02..2024-04-09&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adependabot+updated%3A2024-04-02..2024-04-09&type=Issues) | [@e218736](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ae218736+updated%3A2024-04-02..2024-04-09&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aecharles+updated%3A2024-04-02..2024-04-09&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-04-02..2024-04-09&type=Issues) | [@FoSuCloud](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AFoSuCloud+updated%3A2024-04-02..2024-04-09&type=Issues) | [@gabalafou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2024-04-02..2024-04-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-04-02..2024-04-09&type=Issues) | [@itsmevichu](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aitsmevichu+updated%3A2024-04-02..2024-04-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-04-02..2024-04-09&type=Issues) | [@jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-04-02..2024-04-09&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-04-02..2024-04-09&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2024-04-02..2024-04-09&type=Issues) | [@m158261](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Am158261+updated%3A2024-04-02..2024-04-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Apre-commit-ci+updated%3A2024-04-02..2024-04-09&type=Issues) | [@Susilkessav](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3ASusilkessav+updated%3A2024-04-02..2024-04-09&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-04-02..2024-04-09&type=Issues) + + + ## 4.2.0b0 ([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.2.0a2...0673a5926be2c374c458e90c51ff90613040517c)) @@ -307,8 +353,6 @@ To ease code migration to JupyterLab 4, developers should review the [migration [@afshin](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aafshin+updated%3A2024-03-25..2024-04-02&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-03-25..2024-04-02&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-03-25..2024-04-02&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2024-03-25..2024-04-02&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-03-25..2024-04-02&type=Issues) | [@jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-03-25..2024-04-02&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-03-25..2024-04-02&type=Issues) | [@UntitledError-09](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AUntitledError-09+updated%3A2024-03-25..2024-04-02&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-03-25..2024-04-02&type=Issues) - - ## 4.2.0a2 ([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.2.0a1...2fc66829f3d0a5cacc36742b42078143bd6f83ab)) diff --git a/builder/package.json b/builder/package.json index 906129b454e1..b3a00cd456ac 100644 --- a/builder/package.json +++ b/builder/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/builder", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Extension Builder", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { diff --git a/buildutils/package.json b/buildutils/package.json index 488cb52a55d1..9db8060129f9 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/buildutils", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Build Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { diff --git a/buildutils/template/package.json b/buildutils/template/package.json index 1c04d68fe9e0..a8179298a9ab 100644 --- a/buildutils/template/package.json +++ b/buildutils/template/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/template", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Package Template", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,7 +37,7 @@ "watch": "tsc -b --watch" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "rimraf": "~5.0.5", "typescript": "~5.1.6" diff --git a/dev_mode/package.json b/dev_mode/package.json index 0605545a5246..f1ad2e8a289c 100644 --- a/dev_mode/package.json +++ b/dev_mode/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-top", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "license": "BSD-3-Clause", "scripts": { @@ -23,104 +23,104 @@ "@jupyter/react-components": "~0.13.3", "@jupyter/web-components": "~0.13.3", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/application-extension": "~4.2.0-beta.0", - "@jupyterlab/apputils": "~4.3.0-beta.0", - "@jupyterlab/apputils-extension": "~4.2.0-beta.0", - "@jupyterlab/attachments": "~4.2.0-beta.0", - "@jupyterlab/cell-toolbar": "~4.2.0-beta.0", - "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.0", - "@jupyterlab/cells": "~4.2.0-beta.0", - "@jupyterlab/celltags-extension": "~4.2.0-beta.0", - "@jupyterlab/codeeditor": "~4.2.0-beta.0", - "@jupyterlab/codemirror": "~4.2.0-beta.0", - "@jupyterlab/codemirror-extension": "~4.2.0-beta.0", - "@jupyterlab/completer": "~4.2.0-beta.0", - "@jupyterlab/completer-extension": "~4.2.0-beta.0", - "@jupyterlab/console": "~4.2.0-beta.0", - "@jupyterlab/console-extension": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/csvviewer": "~4.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/debugger": "~4.2.0-beta.0", - "@jupyterlab/debugger-extension": "~4.2.0-beta.0", - "@jupyterlab/docmanager": "~4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/docregistry": "~4.2.0-beta.0", - "@jupyterlab/documentsearch": "~4.2.0-beta.0", - "@jupyterlab/documentsearch-extension": "~4.2.0-beta.0", - "@jupyterlab/extensionmanager": "~4.2.0-beta.0", - "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/filebrowser": "~4.2.0-beta.0", - "@jupyterlab/filebrowser-extension": "~4.2.0-beta.0", - "@jupyterlab/fileeditor": "~4.2.0-beta.0", - "@jupyterlab/fileeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/help-extension": "~4.2.0-beta.0", - "@jupyterlab/htmlviewer": "~4.2.0-beta.0", - "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/hub-extension": "~4.2.0-beta.0", - "@jupyterlab/imageviewer": "~4.2.0-beta.0", - "@jupyterlab/imageviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/inspector": "~4.2.0-beta.0", - "@jupyterlab/inspector-extension": "~4.2.0-beta.0", - "@jupyterlab/javascript-extension": "~4.2.0-beta.0", - "@jupyterlab/json-extension": "~4.2.0-beta.0", - "@jupyterlab/launcher": "~4.2.0-beta.0", - "@jupyterlab/launcher-extension": "~4.2.0-beta.0", - "@jupyterlab/logconsole": "~4.2.0-beta.0", - "@jupyterlab/logconsole-extension": "~4.2.0-beta.0", - "@jupyterlab/lsp": "~4.2.0-beta.0", - "@jupyterlab/lsp-extension": "~4.2.0-beta.0", - "@jupyterlab/mainmenu": "~4.2.0-beta.0", - "@jupyterlab/mainmenu-extension": "~4.2.0-beta.0", - "@jupyterlab/markdownviewer": "~4.2.0-beta.0", - "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/markedparser-extension": "~4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "~4.2.0-beta.0", - "@jupyterlab/mermaid": "~4.2.0-beta.0", - "@jupyterlab/mermaid-extension": "~4.2.0-beta.0", - "@jupyterlab/metadataform": "~4.2.0-beta.0", - "@jupyterlab/metadataform-extension": "~4.2.0-beta.0", - "@jupyterlab/metapackage": "~4.2.0-beta.0", - "@jupyterlab/nbconvert-css": "~4.2.0-beta.0", - "@jupyterlab/nbformat": "~4.2.0-beta.0", - "@jupyterlab/notebook": "~4.2.0-beta.0", - "@jupyterlab/notebook-extension": "~4.2.0-beta.0", - "@jupyterlab/observables": "~5.2.0-beta.0", - "@jupyterlab/outputarea": "~4.2.0-beta.0", - "@jupyterlab/pdf-extension": "~4.2.0-beta.0", - "@jupyterlab/pluginmanager": "~4.2.0-beta.0", - "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/property-inspector": "~4.2.0-beta.0", - "@jupyterlab/rendermime": "~4.2.0-beta.0", - "@jupyterlab/rendermime-extension": "~4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "~3.10.0-beta.0", - "@jupyterlab/running": "~4.2.0-beta.0", - "@jupyterlab/running-extension": "~4.2.0-beta.0", - "@jupyterlab/services": "~7.2.0-beta.0", - "@jupyterlab/settingeditor": "~4.2.0-beta.0", - "@jupyterlab/settingeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/settingregistry": "~4.2.0-beta.0", - "@jupyterlab/shortcuts-extension": "~5.0.0-beta.0", - "@jupyterlab/statedb": "~4.2.0-beta.0", - "@jupyterlab/statusbar": "~4.2.0-beta.0", - "@jupyterlab/statusbar-extension": "~4.2.0-beta.0", - "@jupyterlab/terminal": "~4.2.0-beta.0", - "@jupyterlab/terminal-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-dark-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "~4.2.0-beta.0", - "@jupyterlab/toc": "~6.2.0-beta.0", - "@jupyterlab/toc-extension": "~6.2.0-beta.0", - "@jupyterlab/tooltip": "~4.2.0-beta.0", - "@jupyterlab/tooltip-extension": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", - "@jupyterlab/translation-extension": "~4.2.0-beta.0", - "@jupyterlab/ui-components": "~4.2.0-beta.0", - "@jupyterlab/ui-components-extension": "~4.2.0-beta.0", - "@jupyterlab/vega5-extension": "~4.2.0-beta.0", - "@jupyterlab/workspaces": "~4.2.0-beta.0", - "@jupyterlab/workspaces-extension": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/application-extension": "~4.2.0-beta.1", + "@jupyterlab/apputils": "~4.3.0-beta.1", + "@jupyterlab/apputils-extension": "~4.2.0-beta.1", + "@jupyterlab/attachments": "~4.2.0-beta.1", + "@jupyterlab/cell-toolbar": "~4.2.0-beta.1", + "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.1", + "@jupyterlab/cells": "~4.2.0-beta.1", + "@jupyterlab/celltags-extension": "~4.2.0-beta.1", + "@jupyterlab/codeeditor": "~4.2.0-beta.1", + "@jupyterlab/codemirror": "~4.2.0-beta.1", + "@jupyterlab/codemirror-extension": "~4.2.0-beta.1", + "@jupyterlab/completer": "~4.2.0-beta.1", + "@jupyterlab/completer-extension": "~4.2.0-beta.1", + "@jupyterlab/console": "~4.2.0-beta.1", + "@jupyterlab/console-extension": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/csvviewer": "~4.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/debugger": "~4.2.0-beta.1", + "@jupyterlab/debugger-extension": "~4.2.0-beta.1", + "@jupyterlab/docmanager": "~4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/docregistry": "~4.2.0-beta.1", + "@jupyterlab/documentsearch": "~4.2.0-beta.1", + "@jupyterlab/documentsearch-extension": "~4.2.0-beta.1", + "@jupyterlab/extensionmanager": "~4.2.0-beta.1", + "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/filebrowser": "~4.2.0-beta.1", + "@jupyterlab/filebrowser-extension": "~4.2.0-beta.1", + "@jupyterlab/fileeditor": "~4.2.0-beta.1", + "@jupyterlab/fileeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/help-extension": "~4.2.0-beta.1", + "@jupyterlab/htmlviewer": "~4.2.0-beta.1", + "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/hub-extension": "~4.2.0-beta.1", + "@jupyterlab/imageviewer": "~4.2.0-beta.1", + "@jupyterlab/imageviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/inspector": "~4.2.0-beta.1", + "@jupyterlab/inspector-extension": "~4.2.0-beta.1", + "@jupyterlab/javascript-extension": "~4.2.0-beta.1", + "@jupyterlab/json-extension": "~4.2.0-beta.1", + "@jupyterlab/launcher": "~4.2.0-beta.1", + "@jupyterlab/launcher-extension": "~4.2.0-beta.1", + "@jupyterlab/logconsole": "~4.2.0-beta.1", + "@jupyterlab/logconsole-extension": "~4.2.0-beta.1", + "@jupyterlab/lsp": "~4.2.0-beta.1", + "@jupyterlab/lsp-extension": "~4.2.0-beta.1", + "@jupyterlab/mainmenu": "~4.2.0-beta.1", + "@jupyterlab/mainmenu-extension": "~4.2.0-beta.1", + "@jupyterlab/markdownviewer": "~4.2.0-beta.1", + "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/markedparser-extension": "~4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "~4.2.0-beta.1", + "@jupyterlab/mermaid": "~4.2.0-beta.1", + "@jupyterlab/mermaid-extension": "~4.2.0-beta.1", + "@jupyterlab/metadataform": "~4.2.0-beta.1", + "@jupyterlab/metadataform-extension": "~4.2.0-beta.1", + "@jupyterlab/metapackage": "~4.2.0-beta.1", + "@jupyterlab/nbconvert-css": "~4.2.0-beta.1", + "@jupyterlab/nbformat": "~4.2.0-beta.1", + "@jupyterlab/notebook": "~4.2.0-beta.1", + "@jupyterlab/notebook-extension": "~4.2.0-beta.1", + "@jupyterlab/observables": "~5.2.0-beta.1", + "@jupyterlab/outputarea": "~4.2.0-beta.1", + "@jupyterlab/pdf-extension": "~4.2.0-beta.1", + "@jupyterlab/pluginmanager": "~4.2.0-beta.1", + "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/property-inspector": "~4.2.0-beta.1", + "@jupyterlab/rendermime": "~4.2.0-beta.1", + "@jupyterlab/rendermime-extension": "~4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "~3.10.0-beta.1", + "@jupyterlab/running": "~4.2.0-beta.1", + "@jupyterlab/running-extension": "~4.2.0-beta.1", + "@jupyterlab/services": "~7.2.0-beta.1", + "@jupyterlab/settingeditor": "~4.2.0-beta.1", + "@jupyterlab/settingeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/settingregistry": "~4.2.0-beta.1", + "@jupyterlab/shortcuts-extension": "~5.0.0-beta.1", + "@jupyterlab/statedb": "~4.2.0-beta.1", + "@jupyterlab/statusbar": "~4.2.0-beta.1", + "@jupyterlab/statusbar-extension": "~4.2.0-beta.1", + "@jupyterlab/terminal": "~4.2.0-beta.1", + "@jupyterlab/terminal-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "~4.2.0-beta.1", + "@jupyterlab/toc": "~6.2.0-beta.1", + "@jupyterlab/toc-extension": "~6.2.0-beta.1", + "@jupyterlab/tooltip": "~4.2.0-beta.1", + "@jupyterlab/tooltip-extension": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.1", + "@jupyterlab/translation-extension": "~4.2.0-beta.1", + "@jupyterlab/ui-components": "~4.2.0-beta.1", + "@jupyterlab/ui-components-extension": "~4.2.0-beta.1", + "@jupyterlab/vega5-extension": "~4.2.0-beta.1", + "@jupyterlab/workspaces": "~4.2.0-beta.1", + "@jupyterlab/workspaces-extension": "~4.2.0-beta.1", "@lezer/common": "^1.0.0", "@lezer/highlight": "^1.0.0", "@lumino/algorithm": "^2.0.0", @@ -145,60 +145,60 @@ "yjs": "^13.5.40" }, "dependencies": { - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/application-extension": "~4.2.0-beta.0", - "@jupyterlab/apputils-extension": "~4.2.0-beta.0", - "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.0", - "@jupyterlab/celltags-extension": "~4.2.0-beta.0", - "@jupyterlab/codemirror-extension": "~4.2.0-beta.0", - "@jupyterlab/completer-extension": "~4.2.0-beta.0", - "@jupyterlab/console-extension": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/debugger-extension": "~4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/documentsearch-extension": "~4.2.0-beta.0", - "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/filebrowser-extension": "~4.2.0-beta.0", - "@jupyterlab/fileeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/help-extension": "~4.2.0-beta.0", - "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/hub-extension": "~4.2.0-beta.0", - "@jupyterlab/imageviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/inspector-extension": "~4.2.0-beta.0", - "@jupyterlab/javascript-extension": "~4.2.0-beta.0", - "@jupyterlab/json-extension": "~4.2.0-beta.0", - "@jupyterlab/launcher-extension": "~4.2.0-beta.0", - "@jupyterlab/logconsole-extension": "~4.2.0-beta.0", - "@jupyterlab/lsp-extension": "~4.2.0-beta.0", - "@jupyterlab/mainmenu-extension": "~4.2.0-beta.0", - "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/markedparser-extension": "~4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "~4.2.0-beta.0", - "@jupyterlab/mermaid-extension": "~4.2.0-beta.0", - "@jupyterlab/metadataform-extension": "~4.2.0-beta.0", - "@jupyterlab/notebook-extension": "~4.2.0-beta.0", - "@jupyterlab/pdf-extension": "~4.2.0-beta.0", - "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/rendermime-extension": "~4.2.0-beta.0", - "@jupyterlab/running-extension": "~4.2.0-beta.0", - "@jupyterlab/settingeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/shortcuts-extension": "~5.0.0-beta.0", - "@jupyterlab/statusbar-extension": "~4.2.0-beta.0", - "@jupyterlab/terminal-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-dark-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "~4.2.0-beta.0", - "@jupyterlab/toc-extension": "~6.2.0-beta.0", - "@jupyterlab/tooltip-extension": "~4.2.0-beta.0", - "@jupyterlab/translation-extension": "~4.2.0-beta.0", - "@jupyterlab/ui-components-extension": "~4.2.0-beta.0", - "@jupyterlab/vega5-extension": "~4.2.0-beta.0", - "@jupyterlab/workspaces-extension": "~4.2.0-beta.0" + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/application-extension": "~4.2.0-beta.1", + "@jupyterlab/apputils-extension": "~4.2.0-beta.1", + "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.1", + "@jupyterlab/celltags-extension": "~4.2.0-beta.1", + "@jupyterlab/codemirror-extension": "~4.2.0-beta.1", + "@jupyterlab/completer-extension": "~4.2.0-beta.1", + "@jupyterlab/console-extension": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/debugger-extension": "~4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/documentsearch-extension": "~4.2.0-beta.1", + "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/filebrowser-extension": "~4.2.0-beta.1", + "@jupyterlab/fileeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/help-extension": "~4.2.0-beta.1", + "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/hub-extension": "~4.2.0-beta.1", + "@jupyterlab/imageviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/inspector-extension": "~4.2.0-beta.1", + "@jupyterlab/javascript-extension": "~4.2.0-beta.1", + "@jupyterlab/json-extension": "~4.2.0-beta.1", + "@jupyterlab/launcher-extension": "~4.2.0-beta.1", + "@jupyterlab/logconsole-extension": "~4.2.0-beta.1", + "@jupyterlab/lsp-extension": "~4.2.0-beta.1", + "@jupyterlab/mainmenu-extension": "~4.2.0-beta.1", + "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/markedparser-extension": "~4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "~4.2.0-beta.1", + "@jupyterlab/mermaid-extension": "~4.2.0-beta.1", + "@jupyterlab/metadataform-extension": "~4.2.0-beta.1", + "@jupyterlab/notebook-extension": "~4.2.0-beta.1", + "@jupyterlab/pdf-extension": "~4.2.0-beta.1", + "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/rendermime-extension": "~4.2.0-beta.1", + "@jupyterlab/running-extension": "~4.2.0-beta.1", + "@jupyterlab/settingeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/shortcuts-extension": "~5.0.0-beta.1", + "@jupyterlab/statusbar-extension": "~4.2.0-beta.1", + "@jupyterlab/terminal-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "~4.2.0-beta.1", + "@jupyterlab/toc-extension": "~6.2.0-beta.1", + "@jupyterlab/tooltip-extension": "~4.2.0-beta.1", + "@jupyterlab/translation-extension": "~4.2.0-beta.1", + "@jupyterlab/ui-components-extension": "~4.2.0-beta.1", + "@jupyterlab/vega5-extension": "~4.2.0-beta.1", + "@jupyterlab/workspaces-extension": "~4.2.0-beta.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0", - "@jupyterlab/buildutils": "^4.2.0-beta.0", + "@jupyterlab/builder": "^4.2.0-beta.1", + "@jupyterlab/buildutils": "^4.2.0-beta.1", "chokidar": "^3.4.0", "css-loader": "^6.7.1", "duplicate-package-checker-webpack-plugin": "^3.0.0", @@ -226,7 +226,7 @@ }, "jupyterlab": { "name": "JupyterLab", - "version": "4.2.0b0", + "version": "4.2.0b1", "extensions": { "@jupyterlab/application-extension": "", "@jupyterlab/apputils-extension": "", diff --git a/examples/app/package.json b/examples/app/package.json index 354934d51880..587814202310 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -1,45 +1,45 @@ { "name": "@jupyterlab/example-app", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "scripts": { "build": "webpack", "clean": "rimraf build" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/application-extension": "^4.2.0-beta.0", - "@jupyterlab/apputils-extension": "^4.2.0-beta.0", - "@jupyterlab/builder": "^4.2.0-beta.0", - "@jupyterlab/celltags-extension": "^4.2.0-beta.0", - "@jupyterlab/codemirror-extension": "^4.2.0-beta.0", - "@jupyterlab/completer-extension": "^4.2.0-beta.0", - "@jupyterlab/console-extension": "^4.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "^4.2.0-beta.0", - "@jupyterlab/filebrowser-extension": "^4.2.0-beta.0", - "@jupyterlab/fileeditor-extension": "^4.2.0-beta.0", - "@jupyterlab/help-extension": "^4.2.0-beta.0", - "@jupyterlab/imageviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/inspector-extension": "^4.2.0-beta.0", - "@jupyterlab/launcher-extension": "^4.2.0-beta.0", - "@jupyterlab/mainmenu-extension": "^4.2.0-beta.0", - "@jupyterlab/markdownviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "^4.2.0-beta.0", - "@jupyterlab/metadataform-extension": "^4.2.0-beta.0", - "@jupyterlab/notebook-extension": "^4.2.0-beta.0", - "@jupyterlab/rendermime-extension": "^4.2.0-beta.0", - "@jupyterlab/running-extension": "^4.2.0-beta.0", - "@jupyterlab/settingeditor-extension": "^4.2.0-beta.0", - "@jupyterlab/shortcuts-extension": "^5.0.0-beta.0", - "@jupyterlab/statusbar-extension": "^4.2.0-beta.0", - "@jupyterlab/theme-dark-extension": "^4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", - "@jupyterlab/toc-extension": "^6.2.0-beta.0", - "@jupyterlab/tooltip-extension": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/translation-extension": "^4.2.0-beta.0", - "@jupyterlab/ui-components-extension": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/application-extension": "^4.2.0-beta.1", + "@jupyterlab/apputils-extension": "^4.2.0-beta.1", + "@jupyterlab/builder": "^4.2.0-beta.1", + "@jupyterlab/celltags-extension": "^4.2.0-beta.1", + "@jupyterlab/codemirror-extension": "^4.2.0-beta.1", + "@jupyterlab/completer-extension": "^4.2.0-beta.1", + "@jupyterlab/console-extension": "^4.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "^4.2.0-beta.1", + "@jupyterlab/filebrowser-extension": "^4.2.0-beta.1", + "@jupyterlab/fileeditor-extension": "^4.2.0-beta.1", + "@jupyterlab/help-extension": "^4.2.0-beta.1", + "@jupyterlab/imageviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/inspector-extension": "^4.2.0-beta.1", + "@jupyterlab/launcher-extension": "^4.2.0-beta.1", + "@jupyterlab/mainmenu-extension": "^4.2.0-beta.1", + "@jupyterlab/markdownviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "^4.2.0-beta.1", + "@jupyterlab/metadataform-extension": "^4.2.0-beta.1", + "@jupyterlab/notebook-extension": "^4.2.0-beta.1", + "@jupyterlab/rendermime-extension": "^4.2.0-beta.1", + "@jupyterlab/running-extension": "^4.2.0-beta.1", + "@jupyterlab/settingeditor-extension": "^4.2.0-beta.1", + "@jupyterlab/shortcuts-extension": "^5.0.0-beta.1", + "@jupyterlab/statusbar-extension": "^4.2.0-beta.1", + "@jupyterlab/theme-dark-extension": "^4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", + "@jupyterlab/toc-extension": "^6.2.0-beta.1", + "@jupyterlab/tooltip-extension": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/translation-extension": "^4.2.0-beta.1", + "@jupyterlab/ui-components-extension": "^4.2.0-beta.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/cell/package.json b/examples/cell/package.json index 3f4d53ba6db5..a91669aa7cce 100644 --- a/examples/cell/package.json +++ b/examples/cell/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-cell", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -9,16 +9,16 @@ "dependencies": { "@jupyter/web-components": "^0.15.2", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/completer": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/completer": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/widgets": "^2.3.2" }, diff --git a/examples/console/package.json b/examples/console/package.json index 9a03cd225131..f6b3656df060 100644 --- a/examples/console/package.json +++ b/examples/console/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-console", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -9,14 +9,14 @@ "dependencies": { "@jupyter/web-components": "^0.15.2", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/console": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/console": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/widgets": "^2.3.2" }, diff --git a/examples/federated/core_package/package.json b/examples/federated/core_package/package.json index 9aac35eaf8ca..e6341d3ce516 100644 --- a/examples/federated/core_package/package.json +++ b/examples/federated/core_package/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-federated-core", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "private": true, "scripts": { "build": "npm run clean && webpack", @@ -8,77 +8,77 @@ "watch": "npm run clean && webpack --watch" }, "resolutions": { - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/application-extension": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/application-extension": "~4.2.0-beta.1", "@jupyterlab/apputils": "~4.1.0-alpha.0", - "@jupyterlab/apputils-extension": "~4.2.0-beta.0", + "@jupyterlab/apputils-extension": "~4.2.0-beta.1", "@jupyterlab/attachments": "~4.1.0-alpha.0", "@jupyterlab/cells": "~4.1.0-alpha.0", - "@jupyterlab/celltags-extension": "~4.2.0-beta.0", + "@jupyterlab/celltags-extension": "~4.2.0-beta.1", "@jupyterlab/codeeditor": "~4.1.0-alpha.0", - "@jupyterlab/codemirror-extension": "~4.2.0-beta.0", + "@jupyterlab/codemirror-extension": "~4.2.0-beta.1", "@jupyterlab/completer": "~4.1.0-alpha.0", - "@jupyterlab/completer-extension": "~4.2.0-beta.0", + "@jupyterlab/completer-extension": "~4.2.0-beta.1", "@jupyterlab/console": "~4.1.0-alpha.0", - "@jupyterlab/console-extension": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "~4.2.0-beta.0", + "@jupyterlab/console-extension": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "~4.2.0-beta.1", "@jupyterlab/debugger": "~4.1.0-alpha.0", - "@jupyterlab/debugger-extension": "~4.2.0-beta.0", + "@jupyterlab/debugger-extension": "~4.2.0-beta.1", "@jupyterlab/docmanager": "~4.1.0-alpha.0", - "@jupyterlab/docmanager-extension": "~4.2.0-beta.0", + "@jupyterlab/docmanager-extension": "~4.2.0-beta.1", "@jupyterlab/documentsearch": "~4.1.0-alpha.0", - "@jupyterlab/documentsearch-extension": "~4.2.0-beta.0", + "@jupyterlab/documentsearch-extension": "~4.2.0-beta.1", "@jupyterlab/extensionmanager": "~4.1.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.0", + "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.1", "@jupyterlab/filebrowser": "~4.1.0-alpha.0", - "@jupyterlab/filebrowser-extension": "~4.2.0-beta.0", + "@jupyterlab/filebrowser-extension": "~4.2.0-beta.1", "@jupyterlab/fileeditor": "~4.1.0-alpha.0", - "@jupyterlab/fileeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/help-extension": "~4.2.0-beta.0", - "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/hub-extension": "~4.2.0-beta.0", + "@jupyterlab/fileeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/help-extension": "~4.2.0-beta.1", + "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/hub-extension": "~4.2.0-beta.1", "@jupyterlab/imageviewer": "~4.1.0-alpha.0", - "@jupyterlab/imageviewer-extension": "~4.2.0-beta.0", + "@jupyterlab/imageviewer-extension": "~4.2.0-beta.1", "@jupyterlab/inspector": "~4.1.0-alpha.0", - "@jupyterlab/inspector-extension": "~4.2.0-beta.0", - "@jupyterlab/javascript-extension": "~4.2.0-beta.0", - "@jupyterlab/json-extension": "~4.2.0-beta.0", + "@jupyterlab/inspector-extension": "~4.2.0-beta.1", + "@jupyterlab/javascript-extension": "~4.2.0-beta.1", + "@jupyterlab/json-extension": "~4.2.0-beta.1", "@jupyterlab/launcher": "~4.1.0-alpha.0", - "@jupyterlab/launcher-extension": "~4.2.0-beta.0", + "@jupyterlab/launcher-extension": "~4.2.0-beta.1", "@jupyterlab/logconsole": "~4.1.0-alpha.0", - "@jupyterlab/logconsole-extension": "~4.2.0-beta.0", + "@jupyterlab/logconsole-extension": "~4.2.0-beta.1", "@jupyterlab/lsp": "~4.1.0-alpha.0", - "@jupyterlab/lsp-extension": "~4.2.0-beta.0", + "@jupyterlab/lsp-extension": "~4.2.0-beta.1", "@jupyterlab/mainmenu": "~4.1.0-alpha.0", - "@jupyterlab/mainmenu-extension": "~4.2.0-beta.0", + "@jupyterlab/mainmenu-extension": "~4.2.0-beta.1", "@jupyterlab/markedparser-extension": "~4.1.0-alpha.0", - "@jupyterlab/mathjax-extension": "~4.2.0-beta.0", + "@jupyterlab/mathjax-extension": "~4.2.0-beta.1", "@jupyterlab/metadataform": "~4.1.0-alpha.0", - "@jupyterlab/metadataform-extension": "~4.2.0-beta.0", + "@jupyterlab/metadataform-extension": "~4.2.0-beta.1", "@jupyterlab/notebook": "~4.1.0-alpha.0", - "@jupyterlab/notebook-extension": "~4.2.0-beta.0", - "@jupyterlab/pdf-extension": "~4.2.0-beta.0", + "@jupyterlab/notebook-extension": "~4.2.0-beta.1", + "@jupyterlab/pdf-extension": "~4.2.0-beta.1", "@jupyterlab/rendermime": "~4.1.0-alpha.0", - "@jupyterlab/rendermime-extension": "~4.2.0-beta.0", + "@jupyterlab/rendermime-extension": "~4.2.0-beta.1", "@jupyterlab/rendermime-interfaces": "^3.9.0-alpha.1", "@jupyterlab/services": "~7.1.0-alpha.0", "@jupyterlab/settingeditor": "~4.1.0-alpha.0", - "@jupyterlab/settingeditor-extension": "~4.2.0-beta.0", + "@jupyterlab/settingeditor-extension": "~4.2.0-beta.1", "@jupyterlab/settingregistry": "~4.1.0-alpha.0", - "@jupyterlab/shortcuts-extension": "~5.0.0-beta.0", + "@jupyterlab/shortcuts-extension": "~5.0.0-beta.1", "@jupyterlab/statedb": "~4.1.0-alpha.0", "@jupyterlab/statusbar": "~4.1.0-alpha.0", - "@jupyterlab/statusbar-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "~4.2.0-beta.0", - "@jupyterlab/toc-extension": "~6.2.0-beta.0", + "@jupyterlab/statusbar-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "~4.2.0-beta.1", + "@jupyterlab/toc-extension": "~6.2.0-beta.1", "@jupyterlab/tooltip": "~4.1.0-alpha.0", - "@jupyterlab/tooltip-extension": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", - "@jupyterlab/translation-extension": "~4.2.0-beta.0", + "@jupyterlab/tooltip-extension": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.1", + "@jupyterlab/translation-extension": "~4.2.0-beta.1", "@jupyterlab/ui-components": "~4.1.0-alpha.0", - "@jupyterlab/ui-components-extension": "~4.2.0-beta.0", - "@jupyterlab/vega5-extension": "~4.2.0-beta.0", + "@jupyterlab/ui-components-extension": "~4.2.0-beta.1", + "@jupyterlab/vega5-extension": "~4.2.0-beta.1", "@lumino/algorithm": "^2.0.0", "@lumino/application": "^2.3.0-alpha.0", "@lumino/commands": "^2.0.1", @@ -96,50 +96,50 @@ "yjs": "^13.5.40" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/application-extension": "^4.2.0-beta.0", - "@jupyterlab/apputils-extension": "^4.2.0-beta.0", - "@jupyterlab/celltags-extension": "^4.2.0-beta.0", - "@jupyterlab/codemirror-extension": "^4.2.0-beta.0", - "@jupyterlab/completer-extension": "^4.2.0-beta.0", - "@jupyterlab/console-extension": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/debugger-extension": "^4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "^4.2.0-beta.0", - "@jupyterlab/documentsearch-extension": "^4.2.0-beta.0", - "@jupyterlab/extensionmanager-extension": "^4.2.0-beta.0", - "@jupyterlab/filebrowser-extension": "^4.2.0-beta.0", - "@jupyterlab/fileeditor-extension": "^4.2.0-beta.0", - "@jupyterlab/help-extension": "^4.2.0-beta.0", - "@jupyterlab/htmlviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/hub-extension": "^4.2.0-beta.0", - "@jupyterlab/imageviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/inspector-extension": "^4.2.0-beta.0", - "@jupyterlab/javascript-extension": "^4.2.0-beta.0", - "@jupyterlab/json-extension": "^4.2.0-beta.0", - "@jupyterlab/launcher-extension": "^4.2.0-beta.0", - "@jupyterlab/logconsole-extension": "^4.2.0-beta.0", - "@jupyterlab/lsp-extension": "^4.2.0-beta.0", - "@jupyterlab/mainmenu-extension": "^4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "^4.2.0-beta.0", - "@jupyterlab/metadataform-extension": "^4.2.0-beta.0", - "@jupyterlab/notebook-extension": "^4.2.0-beta.0", - "@jupyterlab/pdf-extension": "^4.2.0-beta.0", - "@jupyterlab/rendermime-extension": "^4.2.0-beta.0", - "@jupyterlab/settingeditor-extension": "^4.2.0-beta.0", - "@jupyterlab/shortcuts-extension": "^5.0.0-beta.0", - "@jupyterlab/statusbar-extension": "^4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", - "@jupyterlab/toc-extension": "^6.2.0-beta.0", - "@jupyterlab/tooltip-extension": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/translation-extension": "^4.2.0-beta.0", - "@jupyterlab/ui-components-extension": "^4.2.0-beta.0", - "@jupyterlab/vega5-extension": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/application-extension": "^4.2.0-beta.1", + "@jupyterlab/apputils-extension": "^4.2.0-beta.1", + "@jupyterlab/celltags-extension": "^4.2.0-beta.1", + "@jupyterlab/codemirror-extension": "^4.2.0-beta.1", + "@jupyterlab/completer-extension": "^4.2.0-beta.1", + "@jupyterlab/console-extension": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/debugger-extension": "^4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "^4.2.0-beta.1", + "@jupyterlab/documentsearch-extension": "^4.2.0-beta.1", + "@jupyterlab/extensionmanager-extension": "^4.2.0-beta.1", + "@jupyterlab/filebrowser-extension": "^4.2.0-beta.1", + "@jupyterlab/fileeditor-extension": "^4.2.0-beta.1", + "@jupyterlab/help-extension": "^4.2.0-beta.1", + "@jupyterlab/htmlviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/hub-extension": "^4.2.0-beta.1", + "@jupyterlab/imageviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/inspector-extension": "^4.2.0-beta.1", + "@jupyterlab/javascript-extension": "^4.2.0-beta.1", + "@jupyterlab/json-extension": "^4.2.0-beta.1", + "@jupyterlab/launcher-extension": "^4.2.0-beta.1", + "@jupyterlab/logconsole-extension": "^4.2.0-beta.1", + "@jupyterlab/lsp-extension": "^4.2.0-beta.1", + "@jupyterlab/mainmenu-extension": "^4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "^4.2.0-beta.1", + "@jupyterlab/metadataform-extension": "^4.2.0-beta.1", + "@jupyterlab/notebook-extension": "^4.2.0-beta.1", + "@jupyterlab/pdf-extension": "^4.2.0-beta.1", + "@jupyterlab/rendermime-extension": "^4.2.0-beta.1", + "@jupyterlab/settingeditor-extension": "^4.2.0-beta.1", + "@jupyterlab/shortcuts-extension": "^5.0.0-beta.1", + "@jupyterlab/statusbar-extension": "^4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", + "@jupyterlab/toc-extension": "^6.2.0-beta.1", + "@jupyterlab/tooltip-extension": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/translation-extension": "^4.2.0-beta.1", + "@jupyterlab/ui-components-extension": "^4.2.0-beta.1", + "@jupyterlab/vega5-extension": "^4.2.0-beta.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0", + "@jupyterlab/builder": "^4.2.0-beta.1", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.7.1", "fs-extra": "^10.1.0", diff --git a/examples/federated/md_package/package.json b/examples/federated/md_package/package.json index 8820a2b4347e..8a7be21bd8c6 100644 --- a/examples/federated/md_package/package.json +++ b/examples/federated/md_package/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-federated-md", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "private": true, "main": "./index.js", "scripts": { @@ -8,13 +8,13 @@ "clean": "rimraf ../labextensions/@jupyterlab/example-federated-md" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/example-federated-middle": "^3.1.0-beta.0", - "@jupyterlab/markdownviewer-extension": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/example-federated-middle": "^3.1.0-beta.1", + "@jupyterlab/markdownviewer-extension": "^4.2.0-beta.1", "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0", + "@jupyterlab/builder": "^4.2.0-beta.1", "rimraf": "~5.0.5" }, "jupyterlab": { diff --git a/examples/federated/middle_package/package.json b/examples/federated/middle_package/package.json index 5d162d56cc20..778a1f915c01 100644 --- a/examples/federated/middle_package/package.json +++ b/examples/federated/middle_package/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-federated-middle", - "version": "3.1.0-beta.0", + "version": "3.1.0-beta.1", "private": true, "scripts": { "build": "npm run clean && build-labextension --core-path ../core_package .", @@ -10,7 +10,7 @@ "@lumino/coreutils": "^2.1.2" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0", + "@jupyterlab/builder": "^4.2.0-beta.1", "rimraf": "~5.0.5" }, "publishConfig": { diff --git a/examples/federated/package.json b/examples/federated/package.json index 346c352d8438..50ec9b92f26c 100644 --- a/examples/federated/package.json +++ b/examples/federated/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-federated", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "private": true, "scripts": { "build": "npm run build:core && npm run build:middle && npm run build:md", diff --git a/examples/filebrowser/package.json b/examples/filebrowser/package.json index b64f1d82edcd..731bd0939ed3 100644 --- a/examples/filebrowser/package.json +++ b/examples/filebrowser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-filebrowser", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,18 +8,18 @@ }, "dependencies": { "@jupyter/web-components": "^0.15.2", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/fileeditor": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/fileeditor": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/widgets": "^2.3.2" }, diff --git a/examples/notebook/package.json b/examples/notebook/package.json index 6b533aa82f8a..6edc6d84e7f5 100644 --- a/examples/notebook/package.json +++ b/examples/notebook/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-notebook", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -9,22 +9,22 @@ "dependencies": { "@jupyter/web-components": "^0.15.2", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/completer": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/markedparser-extension": "^4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/completer": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/markedparser-extension": "^4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/widgets": "^2.3.2" }, diff --git a/examples/terminal/package.json b/examples/terminal/package.json index b6cd44847b62..9a26142caeea 100644 --- a/examples/terminal/package.json +++ b/examples/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-terminal", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,11 +8,11 @@ }, "dependencies": { "@jupyter/web-components": "^0.15.2", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/terminal": "^4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/terminal": "^4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", "@lumino/widgets": "^2.3.2" }, "devDependencies": { diff --git a/galata/extension/package.json b/galata/extension/package.json index 6b3b71c52a86..0d855e260a57 100644 --- a/galata/extension/package.json +++ b/galata/extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/galata-extension", - "version": "5.2.0-beta.0", + "version": "5.2.0-beta.1", "private": true, "description": "JupyterLab UI Testing Framework Extension.", "keywords": [ @@ -32,20 +32,20 @@ "clean:lib": "rimraf ../lib/extension tsconfig.tsbuildinfo" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/debugger": "^4.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/debugger": "^4.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/signaling": "^2.1.2" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0", + "@jupyterlab/builder": "^4.2.0-beta.1", "rimraf": "~5.0.5", "typescript": "~5.1.6" }, diff --git a/galata/package.json b/galata/package.json index 2a679377c1f0..23a788861b12 100644 --- a/galata/package.json +++ b/galata/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/galata", - "version": "5.2.0-beta.0", + "version": "5.2.0-beta.1", "description": "JupyterLab UI Testing Framework", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -44,15 +44,15 @@ "test:update": "jlpm test:base:update && jlpm test:benchmark:update" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/debugger": "^4.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/debugger": "^4.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@playwright/test": "^1.32.2", "@stdlib/stats": "~0.0.13", diff --git a/jupyterlab/_version.py b/jupyterlab/_version.py index 867a1d6e6808..cc7eb8ff1e19 100644 --- a/jupyterlab/_version.py +++ b/jupyterlab/_version.py @@ -6,7 +6,7 @@ VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(4, 2, 0, "beta", 0) +version_info = VersionInfo(4, 2, 0, "beta", 1) _specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""} diff --git a/jupyterlab/staging/package.json b/jupyterlab/staging/package.json index cc56a5c1efe7..3c7c33d201f2 100644 --- a/jupyterlab/staging/package.json +++ b/jupyterlab/staging/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-top", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "license": "BSD-3-Clause", "scripts": { @@ -23,103 +23,104 @@ "@jupyter/react-components": "~0.13.3", "@jupyter/web-components": "~0.13.3", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/application-extension": "~4.2.0-beta.0", - "@jupyterlab/apputils": "~4.3.0-beta.0", - "@jupyterlab/apputils-extension": "~4.2.0-beta.0", - "@jupyterlab/attachments": "~4.2.0-beta.0", - "@jupyterlab/cell-toolbar": "~4.2.0-beta.0", - "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.0", - "@jupyterlab/cells": "~4.2.0-beta.0", - "@jupyterlab/celltags-extension": "~4.2.0-beta.0", - "@jupyterlab/codeeditor": "~4.2.0-beta.0", - "@jupyterlab/codemirror": "~4.2.0-beta.0", - "@jupyterlab/codemirror-extension": "~4.2.0-beta.0", - "@jupyterlab/completer": "~4.2.0-beta.0", - "@jupyterlab/completer-extension": "~4.2.0-beta.0", - "@jupyterlab/console": "~4.2.0-beta.0", - "@jupyterlab/console-extension": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/csvviewer": "~4.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/debugger": "~4.2.0-beta.0", - "@jupyterlab/debugger-extension": "~4.2.0-beta.0", - "@jupyterlab/docmanager": "~4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/docregistry": "~4.2.0-beta.0", - "@jupyterlab/documentsearch": "~4.2.0-beta.0", - "@jupyterlab/documentsearch-extension": "~4.2.0-beta.0", - "@jupyterlab/extensionmanager": "~4.2.0-beta.0", - "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/filebrowser": "~4.2.0-beta.0", - "@jupyterlab/filebrowser-extension": "~4.2.0-beta.0", - "@jupyterlab/fileeditor": "~4.2.0-beta.0", - "@jupyterlab/fileeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/help-extension": "~4.2.0-beta.0", - "@jupyterlab/htmlviewer": "~4.2.0-beta.0", - "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/hub-extension": "~4.2.0-beta.0", - "@jupyterlab/imageviewer": "~4.2.0-beta.0", - "@jupyterlab/imageviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/inspector": "~4.2.0-beta.0", - "@jupyterlab/inspector-extension": "~4.2.0-beta.0", - "@jupyterlab/javascript-extension": "~4.2.0-beta.0", - "@jupyterlab/json-extension": "~4.2.0-beta.0", - "@jupyterlab/launcher": "~4.2.0-beta.0", - "@jupyterlab/launcher-extension": "~4.2.0-beta.0", - "@jupyterlab/logconsole": "~4.2.0-beta.0", - "@jupyterlab/logconsole-extension": "~4.2.0-beta.0", - "@jupyterlab/lsp": "~4.2.0-beta.0", - "@jupyterlab/lsp-extension": "~4.2.0-beta.0", - "@jupyterlab/mainmenu": "~4.2.0-beta.0", - "@jupyterlab/mainmenu-extension": "~4.2.0-beta.0", - "@jupyterlab/markdownviewer": "~4.2.0-beta.0", - "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/markedparser-extension": "~4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "~4.2.0-beta.0", - "@jupyterlab/mermaid": "~4.2.0-beta.0", - "@jupyterlab/mermaid-extension": "~4.2.0-beta.0", - "@jupyterlab/metadataform": "~4.2.0-beta.0", - "@jupyterlab/metadataform-extension": "~4.2.0-beta.0", - "@jupyterlab/metapackage": "~4.2.0-beta.0", - "@jupyterlab/nbconvert-css": "~4.2.0-beta.0", - "@jupyterlab/nbformat": "~4.2.0-beta.0", - "@jupyterlab/notebook": "~4.2.0-beta.0", - "@jupyterlab/notebook-extension": "~4.2.0-beta.0", - "@jupyterlab/observables": "~5.2.0-beta.0", - "@jupyterlab/outputarea": "~4.2.0-beta.0", - "@jupyterlab/pdf-extension": "~4.2.0-beta.0", - "@jupyterlab/pluginmanager": "~4.2.0-beta.0", - "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/property-inspector": "~4.2.0-beta.0", - "@jupyterlab/rendermime": "~4.2.0-beta.0", - "@jupyterlab/rendermime-extension": "~4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "~3.10.0-beta.0", - "@jupyterlab/running": "~4.2.0-beta.0", - "@jupyterlab/running-extension": "~4.2.0-beta.0", - "@jupyterlab/services": "~7.2.0-beta.0", - "@jupyterlab/settingeditor": "~4.2.0-beta.0", - "@jupyterlab/settingeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/settingregistry": "~4.2.0-beta.0", - "@jupyterlab/shortcuts-extension": "~5.0.0-beta.0", - "@jupyterlab/statedb": "~4.2.0-beta.0", - "@jupyterlab/statusbar": "~4.2.0-beta.0", - "@jupyterlab/statusbar-extension": "~4.2.0-beta.0", - "@jupyterlab/terminal": "~4.2.0-beta.0", - "@jupyterlab/terminal-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-dark-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "~4.2.0-beta.0", - "@jupyterlab/toc": "~6.2.0-beta.0", - "@jupyterlab/toc-extension": "~6.2.0-beta.0", - "@jupyterlab/tooltip": "~4.2.0-beta.0", - "@jupyterlab/tooltip-extension": "~4.2.0-beta.0", - "@jupyterlab/translation": "~4.2.0-beta.0", - "@jupyterlab/translation-extension": "~4.2.0-beta.0", - "@jupyterlab/ui-components": "~4.2.0-beta.0", - "@jupyterlab/ui-components-extension": "~4.2.0-beta.0", - "@jupyterlab/vega5-extension": "~4.2.0-beta.0", - "@jupyterlab/workspaces": "~4.2.0-beta.0", - "@jupyterlab/workspaces-extension": "~4.2.0-beta.0", + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/application-extension": "~4.2.0-beta.1", + "@jupyterlab/apputils": "~4.3.0-beta.1", + "@jupyterlab/apputils-extension": "~4.2.0-beta.1", + "@jupyterlab/attachments": "~4.2.0-beta.1", + "@jupyterlab/cell-toolbar": "~4.2.0-beta.1", + "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.1", + "@jupyterlab/cells": "~4.2.0-beta.1", + "@jupyterlab/celltags-extension": "~4.2.0-beta.1", + "@jupyterlab/codeeditor": "~4.2.0-beta.1", + "@jupyterlab/codemirror": "~4.2.0-beta.1", + "@jupyterlab/codemirror-extension": "~4.2.0-beta.1", + "@jupyterlab/completer": "~4.2.0-beta.1", + "@jupyterlab/completer-extension": "~4.2.0-beta.1", + "@jupyterlab/console": "~4.2.0-beta.1", + "@jupyterlab/console-extension": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/csvviewer": "~4.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/debugger": "~4.2.0-beta.1", + "@jupyterlab/debugger-extension": "~4.2.0-beta.1", + "@jupyterlab/docmanager": "~4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/docregistry": "~4.2.0-beta.1", + "@jupyterlab/documentsearch": "~4.2.0-beta.1", + "@jupyterlab/documentsearch-extension": "~4.2.0-beta.1", + "@jupyterlab/extensionmanager": "~4.2.0-beta.1", + "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/filebrowser": "~4.2.0-beta.1", + "@jupyterlab/filebrowser-extension": "~4.2.0-beta.1", + "@jupyterlab/fileeditor": "~4.2.0-beta.1", + "@jupyterlab/fileeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/help-extension": "~4.2.0-beta.1", + "@jupyterlab/htmlviewer": "~4.2.0-beta.1", + "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/hub-extension": "~4.2.0-beta.1", + "@jupyterlab/imageviewer": "~4.2.0-beta.1", + "@jupyterlab/imageviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/inspector": "~4.2.0-beta.1", + "@jupyterlab/inspector-extension": "~4.2.0-beta.1", + "@jupyterlab/javascript-extension": "~4.2.0-beta.1", + "@jupyterlab/json-extension": "~4.2.0-beta.1", + "@jupyterlab/launcher": "~4.2.0-beta.1", + "@jupyterlab/launcher-extension": "~4.2.0-beta.1", + "@jupyterlab/logconsole": "~4.2.0-beta.1", + "@jupyterlab/logconsole-extension": "~4.2.0-beta.1", + "@jupyterlab/lsp": "~4.2.0-beta.1", + "@jupyterlab/lsp-extension": "~4.2.0-beta.1", + "@jupyterlab/mainmenu": "~4.2.0-beta.1", + "@jupyterlab/mainmenu-extension": "~4.2.0-beta.1", + "@jupyterlab/markdownviewer": "~4.2.0-beta.1", + "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/markedparser-extension": "~4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "~4.2.0-beta.1", + "@jupyterlab/mermaid": "~4.2.0-beta.1", + "@jupyterlab/mermaid-extension": "~4.2.0-beta.1", + "@jupyterlab/metadataform": "~4.2.0-beta.1", + "@jupyterlab/metadataform-extension": "~4.2.0-beta.1", + "@jupyterlab/metapackage": "~4.2.0-beta.1", + "@jupyterlab/nbconvert-css": "~4.2.0-beta.1", + "@jupyterlab/nbformat": "~4.2.0-beta.1", + "@jupyterlab/notebook": "~4.2.0-beta.1", + "@jupyterlab/notebook-extension": "~4.2.0-beta.1", + "@jupyterlab/observables": "~5.2.0-beta.1", + "@jupyterlab/outputarea": "~4.2.0-beta.1", + "@jupyterlab/pdf-extension": "~4.2.0-beta.1", + "@jupyterlab/pluginmanager": "~4.2.0-beta.1", + "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/property-inspector": "~4.2.0-beta.1", + "@jupyterlab/rendermime": "~4.2.0-beta.1", + "@jupyterlab/rendermime-extension": "~4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "~3.10.0-beta.1", + "@jupyterlab/running": "~4.2.0-beta.1", + "@jupyterlab/running-extension": "~4.2.0-beta.1", + "@jupyterlab/services": "~7.2.0-beta.1", + "@jupyterlab/settingeditor": "~4.2.0-beta.1", + "@jupyterlab/settingeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/settingregistry": "~4.2.0-beta.1", + "@jupyterlab/shortcuts-extension": "~5.0.0-beta.1", + "@jupyterlab/statedb": "~4.2.0-beta.1", + "@jupyterlab/statusbar": "~4.2.0-beta.1", + "@jupyterlab/statusbar-extension": "~4.2.0-beta.1", + "@jupyterlab/terminal": "~4.2.0-beta.1", + "@jupyterlab/terminal-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "~4.2.0-beta.1", + "@jupyterlab/toc": "~6.2.0-beta.1", + "@jupyterlab/toc-extension": "~6.2.0-beta.1", + "@jupyterlab/tooltip": "~4.2.0-beta.1", + "@jupyterlab/tooltip-extension": "~4.2.0-beta.1", + "@jupyterlab/translation": "~4.2.0-beta.1", + "@jupyterlab/translation-extension": "~4.2.0-beta.1", + "@jupyterlab/ui-components": "~4.2.0-beta.1", + "@jupyterlab/ui-components-extension": "~4.2.0-beta.1", + "@jupyterlab/vega5-extension": "~4.2.0-beta.1", + "@jupyterlab/workspaces": "~4.2.0-beta.1", + "@jupyterlab/workspaces-extension": "~4.2.0-beta.1", "@lezer/common": "^1.0.0", "@lezer/highlight": "^1.0.0", "@lumino/algorithm": "^2.0.0", @@ -144,59 +145,60 @@ "yjs": "^13.5.40" }, "dependencies": { - "@jupyterlab/application": "~4.2.0-beta.0", - "@jupyterlab/application-extension": "~4.2.0-beta.0", - "@jupyterlab/apputils-extension": "~4.2.0-beta.0", - "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.0", - "@jupyterlab/celltags-extension": "~4.2.0-beta.0", - "@jupyterlab/codemirror-extension": "~4.2.0-beta.0", - "@jupyterlab/completer-extension": "~4.2.0-beta.0", - "@jupyterlab/console-extension": "~4.2.0-beta.0", - "@jupyterlab/coreutils": "~6.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/debugger-extension": "~4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/documentsearch-extension": "~4.2.0-beta.0", - "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/filebrowser-extension": "~4.2.0-beta.0", - "@jupyterlab/fileeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/help-extension": "~4.2.0-beta.0", - "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/hub-extension": "~4.2.0-beta.0", - "@jupyterlab/imageviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/inspector-extension": "~4.2.0-beta.0", - "@jupyterlab/javascript-extension": "~4.2.0-beta.0", - "@jupyterlab/json-extension": "~4.2.0-beta.0", - "@jupyterlab/launcher-extension": "~4.2.0-beta.0", - "@jupyterlab/logconsole-extension": "~4.2.0-beta.0", - "@jupyterlab/lsp-extension": "~4.2.0-beta.0", - "@jupyterlab/mainmenu-extension": "~4.2.0-beta.0", - "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.0", - "@jupyterlab/markedparser-extension": "~4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "~4.2.0-beta.0", - "@jupyterlab/mermaid-extension": "~4.2.0-beta.0", - "@jupyterlab/metadataform-extension": "~4.2.0-beta.0", - "@jupyterlab/notebook-extension": "~4.2.0-beta.0", - "@jupyterlab/pdf-extension": "~4.2.0-beta.0", - "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.0", - "@jupyterlab/rendermime-extension": "~4.2.0-beta.0", - "@jupyterlab/running-extension": "~4.2.0-beta.0", - "@jupyterlab/settingeditor-extension": "~4.2.0-beta.0", - "@jupyterlab/shortcuts-extension": "~5.0.0-beta.0", - "@jupyterlab/statusbar-extension": "~4.2.0-beta.0", - "@jupyterlab/terminal-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-dark-extension": "~4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "~4.2.0-beta.0", - "@jupyterlab/toc-extension": "~6.2.0-beta.0", - "@jupyterlab/tooltip-extension": "~4.2.0-beta.0", - "@jupyterlab/translation-extension": "~4.2.0-beta.0", - "@jupyterlab/ui-components-extension": "~4.2.0-beta.0", - "@jupyterlab/vega5-extension": "~4.2.0-beta.0", - "@jupyterlab/workspaces-extension": "~4.2.0-beta.0" + "@jupyterlab/application": "~4.2.0-beta.1", + "@jupyterlab/application-extension": "~4.2.0-beta.1", + "@jupyterlab/apputils-extension": "~4.2.0-beta.1", + "@jupyterlab/cell-toolbar-extension": "~4.2.0-beta.1", + "@jupyterlab/celltags-extension": "~4.2.0-beta.1", + "@jupyterlab/codemirror-extension": "~4.2.0-beta.1", + "@jupyterlab/completer-extension": "~4.2.0-beta.1", + "@jupyterlab/console-extension": "~4.2.0-beta.1", + "@jupyterlab/coreutils": "~6.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/debugger-extension": "~4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/documentsearch-extension": "~4.2.0-beta.1", + "@jupyterlab/extensionmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/filebrowser-extension": "~4.2.0-beta.1", + "@jupyterlab/fileeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/help-extension": "~4.2.0-beta.1", + "@jupyterlab/htmlviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/hub-extension": "~4.2.0-beta.1", + "@jupyterlab/imageviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/inspector-extension": "~4.2.0-beta.1", + "@jupyterlab/javascript-extension": "~4.2.0-beta.1", + "@jupyterlab/json-extension": "~4.2.0-beta.1", + "@jupyterlab/launcher-extension": "~4.2.0-beta.1", + "@jupyterlab/logconsole-extension": "~4.2.0-beta.1", + "@jupyterlab/lsp-extension": "~4.2.0-beta.1", + "@jupyterlab/mainmenu-extension": "~4.2.0-beta.1", + "@jupyterlab/markdownviewer-extension": "~4.2.0-beta.1", + "@jupyterlab/markedparser-extension": "~4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "~4.2.0-beta.1", + "@jupyterlab/mermaid-extension": "~4.2.0-beta.1", + "@jupyterlab/metadataform-extension": "~4.2.0-beta.1", + "@jupyterlab/notebook-extension": "~4.2.0-beta.1", + "@jupyterlab/pdf-extension": "~4.2.0-beta.1", + "@jupyterlab/pluginmanager-extension": "~4.2.0-beta.1", + "@jupyterlab/rendermime-extension": "~4.2.0-beta.1", + "@jupyterlab/running-extension": "~4.2.0-beta.1", + "@jupyterlab/settingeditor-extension": "~4.2.0-beta.1", + "@jupyterlab/shortcuts-extension": "~5.0.0-beta.1", + "@jupyterlab/statusbar-extension": "~4.2.0-beta.1", + "@jupyterlab/terminal-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "~4.2.0-beta.1", + "@jupyterlab/toc-extension": "~6.2.0-beta.1", + "@jupyterlab/tooltip-extension": "~4.2.0-beta.1", + "@jupyterlab/translation-extension": "~4.2.0-beta.1", + "@jupyterlab/ui-components-extension": "~4.2.0-beta.1", + "@jupyterlab/vega5-extension": "~4.2.0-beta.1", + "@jupyterlab/workspaces-extension": "~4.2.0-beta.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0", - "@jupyterlab/buildutils": "^4.2.0-beta.0", + "@jupyterlab/builder": "^4.2.0-beta.1", + "@jupyterlab/buildutils": "^4.2.0-beta.1", "chokidar": "^3.4.0", "css-loader": "^6.7.1", "duplicate-package-checker-webpack-plugin": "^3.0.0", @@ -224,7 +226,7 @@ }, "jupyterlab": { "name": "JupyterLab", - "version": "4.2.0b0", + "version": "4.2.0b1", "extensions": { "@jupyterlab/application-extension": "", "@jupyterlab/apputils-extension": "", @@ -263,6 +265,7 @@ "@jupyterlab/statusbar-extension": "", "@jupyterlab/terminal-extension": "", "@jupyterlab/theme-dark-extension": "", + "@jupyterlab/theme-dark-high-contrast-extension": "", "@jupyterlab/theme-light-extension": "", "@jupyterlab/toc-extension": "", "@jupyterlab/tooltip-extension": "", diff --git a/jupyterlab/staging/yarn.lock b/jupyterlab/staging/yarn.lock index 159720897b3f..79fd691e77b8 100644 --- a/jupyterlab/staging/yarn.lock +++ b/jupyterlab/staging/yarn.lock @@ -413,26 +413,26 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/application-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/property-inspector": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 +"@jupyterlab/application-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/application-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/property-inspector": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: c16573d5dd7e6cd153a9de50808ef2dcb3368d319055f90321486377898f050c302947dde207efef54f7c8706411c99ed06f28eacdf3f58c244de65f056f11e4 + checksum: 173e250464945a35cff8ed917f226b326f4bbc1f221d02abe30bb9db3c8376576a828e7c24f9b58b6efa39a935c79eccb47d6e63f371deb9df373dd43a8615be languageName: node linkType: hard @@ -440,57 +440,58 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/application-top@workspace:." dependencies: - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/application-extension": ~4.2.0-beta.0 - "@jupyterlab/apputils-extension": ~4.2.0-beta.0 - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/buildutils": ^4.2.0-beta.0 - "@jupyterlab/cell-toolbar-extension": ~4.2.0-beta.0 - "@jupyterlab/celltags-extension": ~4.2.0-beta.0 - "@jupyterlab/codemirror-extension": ~4.2.0-beta.0 - "@jupyterlab/completer-extension": ~4.2.0-beta.0 - "@jupyterlab/console-extension": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/csvviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/debugger-extension": ~4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/documentsearch-extension": ~4.2.0-beta.0 - "@jupyterlab/extensionmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/filebrowser-extension": ~4.2.0-beta.0 - "@jupyterlab/fileeditor-extension": ~4.2.0-beta.0 - "@jupyterlab/help-extension": ~4.2.0-beta.0 - "@jupyterlab/htmlviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/hub-extension": ~4.2.0-beta.0 - "@jupyterlab/imageviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/inspector-extension": ~4.2.0-beta.0 - "@jupyterlab/javascript-extension": ~4.2.0-beta.0 - "@jupyterlab/json-extension": ~4.2.0-beta.0 - "@jupyterlab/launcher-extension": ~4.2.0-beta.0 - "@jupyterlab/logconsole-extension": ~4.2.0-beta.0 - "@jupyterlab/lsp-extension": ~4.2.0-beta.0 - "@jupyterlab/mainmenu-extension": ~4.2.0-beta.0 - "@jupyterlab/markdownviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/markedparser-extension": ~4.2.0-beta.0 - "@jupyterlab/mathjax-extension": ~4.2.0-beta.0 - "@jupyterlab/mermaid-extension": ~4.2.0-beta.0 - "@jupyterlab/metadataform-extension": ~4.2.0-beta.0 - "@jupyterlab/notebook-extension": ~4.2.0-beta.0 - "@jupyterlab/pdf-extension": ~4.2.0-beta.0 - "@jupyterlab/pluginmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/rendermime-extension": ~4.2.0-beta.0 - "@jupyterlab/running-extension": ~4.2.0-beta.0 - "@jupyterlab/settingeditor-extension": ~4.2.0-beta.0 - "@jupyterlab/shortcuts-extension": ~5.0.0-beta.0 - "@jupyterlab/statusbar-extension": ~4.2.0-beta.0 - "@jupyterlab/terminal-extension": ~4.2.0-beta.0 - "@jupyterlab/theme-dark-extension": ~4.2.0-beta.0 - "@jupyterlab/theme-light-extension": ~4.2.0-beta.0 - "@jupyterlab/toc-extension": ~6.2.0-beta.0 - "@jupyterlab/tooltip-extension": ~4.2.0-beta.0 - "@jupyterlab/translation-extension": ~4.2.0-beta.0 - "@jupyterlab/ui-components-extension": ~4.2.0-beta.0 - "@jupyterlab/vega5-extension": ~4.2.0-beta.0 - "@jupyterlab/workspaces-extension": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/application-extension": ~4.2.0-beta.1 + "@jupyterlab/apputils-extension": ~4.2.0-beta.1 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/buildutils": ^4.2.0-beta.1 + "@jupyterlab/cell-toolbar-extension": ~4.2.0-beta.1 + "@jupyterlab/celltags-extension": ~4.2.0-beta.1 + "@jupyterlab/codemirror-extension": ~4.2.0-beta.1 + "@jupyterlab/completer-extension": ~4.2.0-beta.1 + "@jupyterlab/console-extension": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/csvviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/debugger-extension": ~4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/documentsearch-extension": ~4.2.0-beta.1 + "@jupyterlab/extensionmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/filebrowser-extension": ~4.2.0-beta.1 + "@jupyterlab/fileeditor-extension": ~4.2.0-beta.1 + "@jupyterlab/help-extension": ~4.2.0-beta.1 + "@jupyterlab/htmlviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/hub-extension": ~4.2.0-beta.1 + "@jupyterlab/imageviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/inspector-extension": ~4.2.0-beta.1 + "@jupyterlab/javascript-extension": ~4.2.0-beta.1 + "@jupyterlab/json-extension": ~4.2.0-beta.1 + "@jupyterlab/launcher-extension": ~4.2.0-beta.1 + "@jupyterlab/logconsole-extension": ~4.2.0-beta.1 + "@jupyterlab/lsp-extension": ~4.2.0-beta.1 + "@jupyterlab/mainmenu-extension": ~4.2.0-beta.1 + "@jupyterlab/markdownviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/markedparser-extension": ~4.2.0-beta.1 + "@jupyterlab/mathjax-extension": ~4.2.0-beta.1 + "@jupyterlab/mermaid-extension": ~4.2.0-beta.1 + "@jupyterlab/metadataform-extension": ~4.2.0-beta.1 + "@jupyterlab/notebook-extension": ~4.2.0-beta.1 + "@jupyterlab/pdf-extension": ~4.2.0-beta.1 + "@jupyterlab/pluginmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/rendermime-extension": ~4.2.0-beta.1 + "@jupyterlab/running-extension": ~4.2.0-beta.1 + "@jupyterlab/settingeditor-extension": ~4.2.0-beta.1 + "@jupyterlab/shortcuts-extension": ~5.0.0-beta.1 + "@jupyterlab/statusbar-extension": ~4.2.0-beta.1 + "@jupyterlab/terminal-extension": ~4.2.0-beta.1 + "@jupyterlab/theme-dark-extension": ~4.2.0-beta.1 + "@jupyterlab/theme-dark-high-contrast-extension": ~4.2.0-beta.1 + "@jupyterlab/theme-light-extension": ~4.2.0-beta.1 + "@jupyterlab/toc-extension": ~6.2.0-beta.1 + "@jupyterlab/tooltip-extension": ~4.2.0-beta.1 + "@jupyterlab/translation-extension": ~4.2.0-beta.1 + "@jupyterlab/ui-components-extension": ~4.2.0-beta.1 + "@jupyterlab/vega5-extension": ~4.2.0-beta.1 + "@jupyterlab/workspaces-extension": ~4.2.0-beta.1 chokidar: ^3.4.0 css-loader: ^6.7.1 duplicate-package-checker-webpack-plugin: ^3.0.0 @@ -515,115 +516,115 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/application@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/application@npm:4.2.0-beta.0" +"@jupyterlab/application@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/application@npm:4.2.0-beta.1" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/application": ^2.3.0 - "@lumino/commands": ^2.2.0 + "@lumino/application": ^2.3.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: ed87af1b5bc7821ae9ef2ccce6c89121540b23c800b98bd3362e935d814edd4aaaa137b254ba33f03956e6abe5059c44414ef4b5e6ffbe6909be2f01ed1e3dc5 - languageName: node - linkType: hard - -"@jupyterlab/apputils-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/apputils-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@jupyterlab/workspaces": ^4.2.0-beta.0 + "@lumino/widgets": ^2.3.2 + checksum: dd41c9d8416867953961c0e6b4edec887bbfba0796f8bc49a7fdf0549b823c3468968bb26cecd2791adecae7ddcd1d854dceb2ea322b75f3a707d78b1d30c26f + languageName: node + linkType: hard + +"@jupyterlab/apputils-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/apputils-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@jupyterlab/workspaces": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/polling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: 7627b6f21c8d56f75010eb8d5c826be65eff2a68d3dbf7d4caadb32ed86bb3a06ef5b66200b33d67ea13700e132df365cb8886ec41d49cc6c2cc84e105f92a10 + checksum: c7e30e1b486a2ec9c4d417ba19c6dcbc70a25ea8c084db7bd6f518283b11ac4e0482ff6a93273860c5a7bd2fad3ffb34e67373acd4d7c7ddff97a1aa40134eee languageName: node linkType: hard -"@jupyterlab/apputils@npm:~4.3.0-beta.0": - version: 4.3.0-beta.0 - resolution: "@jupyterlab/apputils@npm:4.3.0-beta.0" +"@jupyterlab/apputils@npm:~4.3.0-beta.1": + version: 4.3.0-beta.1 + resolution: "@jupyterlab/apputils@npm:4.3.0-beta.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: 5e4ddf0194d714baf6fcdcb368473c7f92c945daf26cc76e0c78b586b56d61838e7124f2d66bf6d12d07d07c994c9316891bb7e6988c914ed049d6fe046d729a + checksum: d7c18a863edc6f6f1b11155bad21b8a619a49bbc435b03dffc7788cd1234cc92e13fa2275491ccc3c9d4ef2f4ee1467b68b852c413cea9cd66fd969c0668eb7c languageName: node linkType: hard -"@jupyterlab/attachments@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/attachments@npm:4.2.0-beta.0" +"@jupyterlab/attachments@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/attachments@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: a03030f8acd5cc08418a14ec900c26db44a860fb44ed3ad9a494c26ce1ea25c5764a511644f24a30a16993be65de8ecf70fe62b7674f706406c3915013887c07 + checksum: 4edce2da1dfd6bbe7b01b3710161f704c7f12326e5efd9dd10fd7c45054c0745cc0b7dc2f6e935c9ab9eedeae1311290447210b824ff64b95b60c0a49c4ada03 languageName: node linkType: hard -"@jupyterlab/builder@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/builder@npm:4.2.0-beta.0" +"@jupyterlab/builder@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/builder@npm:4.2.0-beta.1" dependencies: "@lumino/algorithm": ^2.0.1 - "@lumino/application": ^2.3.0 - "@lumino/commands": ^2.2.0 + "@lumino/application": ^2.3.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -632,7 +633,7 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 ajv: ^8.12.0 commander: ^9.4.1 css-loader: ^6.7.1 @@ -654,13 +655,13 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: ce4e948888fe7cb88cff3a3baac4e9aa726e5ca6f1758bd9b2610cf24473e607fa8a7e729c8020f57bc925e8441cf876c370d56070dcf7b71b6dbd3b7ba28fe6 + checksum: c66a6f6909302ea94179f430e789f5c0f1248b9ea5a7700b74d96335aefada199d5b4ae085f8f91cd88df0305b86c9dcaa7dba8ccd05ded23db937af7ccbf829 languageName: node linkType: hard -"@jupyterlab/buildutils@npm:^4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/buildutils@npm:4.2.0-beta.0" +"@jupyterlab/buildutils@npm:^4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/buildutils@npm:4.2.0-beta.1" dependencies: "@yarnpkg/core": ^4.0.3 "@yarnpkg/parsers": ^3.0.0 @@ -687,65 +688,65 @@ __metadata: update-dependency: lib/update-dependency.js update-dist-tag: lib/update-dist-tag.js update-staging-lock: lib/update-staging-lock.js - checksum: 6f0f65e8d655ae73a0c6de8feae5c16758c71073f47aa3f4aa333a50bd20c22b1d4b9bf6e6211045a10a35ad7c1416b3930f147b2e3caf9b9eae2a1724794e93 + checksum: 70c4327701d6c2582016510996546486111d2d868b9c790775862ee5b191f90a557a4f630ec4eefba2a10aecbfa93260b668546717de73f35c9863a8fccc92e9 languageName: node linkType: hard -"@jupyterlab/cell-toolbar-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/cell-toolbar-extension@npm:4.2.0-beta.0" +"@jupyterlab/cell-toolbar-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/cell-toolbar-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cell-toolbar": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 1a6d9dcd348cbdca07bb24d73602117c8ee2da74e6a52778fa10d56166d224f038c7642bd3dd4b5cac2f59dab7bb4cb7fbcd47a08f2aa2ff069f8631da00d5a4 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cell-toolbar": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 38b9b6c67c5560027d6140f720c2faa40432b1de23df005bc2c5004fa9551aa9112a587f70eaf1a2112695829fbaf8fb5d468d6c40af6f095d61c5de6ece26d4 languageName: node linkType: hard -"@jupyterlab/cell-toolbar@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/cell-toolbar@npm:4.2.0-beta.0" +"@jupyterlab/cell-toolbar@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/cell-toolbar@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 3a0b30946f830f044ec0a9f5f21088621bb3b64d78cc7592aed611a4fef9803abd4d43e2509e147ce4ffd7f8b5017c10a73791f2aa3fcf98adf46168fc8b7084 + "@lumino/widgets": ^2.3.2 + checksum: d6bbc6237d5c6347878820783e270eb3d7a44ac84dbc6787cad22e094d01c8449d68cce39ae49bc52756eef3b7081b30a4248c202b7a437b2ea5298e433b32b3 languageName: node linkType: hard -"@jupyterlab/cells@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/cells@npm:4.2.0-beta.0" +"@jupyterlab/cells@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/cells@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/attachments": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/attachments": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -754,78 +755,81 @@ __metadata: "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 6494625022e819e3ee56236123690e81c87a78c711b6f879e8309dfaa458c07429cfde229c5d4d5954daa26be85fa8cd4fcc63a467f238bc0eda80f0dd10e828 + checksum: 6c4dd6b79e9b6deec9052a6027ffdbf0f08438147569f1845c1e5cb406e52fd9a284a23b59810a37172f452271fd36539305408fab8597cac3211f4a6776043f languageName: node linkType: hard -"@jupyterlab/celltags-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/celltags-extension@npm:4.2.0-beta.0" +"@jupyterlab/celltags-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/celltags-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 147f4a734748019f7a33577799fc2dba6178e236e8abcbefb44677682f6860e297991d1f7df85ba50cc45a55f55b981aa9ce7e0366a5abd782026f640c1016db + checksum: 019797df5de455bf6f011dc1aa4c360e3cde24335ea44421734e17b07dc0521123b2cccaf31836cceeffa1e6ade8cddce47e2e6dcf36877a14eed84df2f31589 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/codeeditor@npm:4.2.0-beta.0" +"@jupyterlab/codeeditor@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/codeeditor@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: a597e0f370abbd8c4215af23725fba2181f81319ae907d82df019b38f4631bf702325d429a2118e47d8175a69328ab14f7c03d24058c3f281169a1ac5f6ec05d + checksum: 40fbc1ac09467418fc17b7465d13552b522325484a14698be62c87346359649370fd5dc4086da3d87f0b7f878e50c69f0b783858751a036a09faab7360a02623 languageName: node linkType: hard -"@jupyterlab/codemirror-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/codemirror-extension@npm:4.2.0-beta.0" +"@jupyterlab/codemirror-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/codemirror-extension@npm:4.2.0-beta.1" dependencies: + "@codemirror/commands": ^6.3.3 "@codemirror/lang-markdown": ^6.2.4 "@codemirror/language": ^6.10.1 "@codemirror/legacy-modes": ^6.3.3 + "@codemirror/search": ^6.5.6 + "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: 6f6ca68c72fcf93efe532f670ed20fb7d4de8dcd2ebab09758bd5f1f2e94d97a74f0625fbe65e0a3a69f738ef76e4f1e716bacb5faa772be73e046e18b90c5b3 + checksum: 8b1ff66d387050fd15fc16e409d50f336e83733e2ff5572ab94a94e73eb994f18185534cff2d85c0c08e502eda00232cfc31b4d6e4639e571152f877cf38fcc1 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/codemirror@npm:4.2.0-beta.0" +"@jupyterlab/codemirror@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/codemirror@npm:4.2.0-beta.1" dependencies: "@codemirror/autocomplete": ^6.15.0 "@codemirror/commands": ^6.3.3 @@ -848,11 +852,11 @@ __metadata: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -861,110 +865,110 @@ __metadata: "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 yjs: ^13.5.40 - checksum: e1fc630f7cfc3bb1a9a50d5ba42103211e1ee5b46f505358c29b52d11c77fc0c4847a69a718f4254bf8cc4f7340d53bb0c458ecd8f9c943953a89506e7fab015 + checksum: 6c69a4c0f530da02b8e91d0527a392f02c412eeecaf8d420c2b3f67a41d152d772f45b1a0d35a054a2b5e9fb0289fc710f0c7433f204682e8bab2153e891535e languageName: node linkType: hard -"@jupyterlab/completer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/completer-extension@npm:4.2.0-beta.0" +"@jupyterlab/completer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/completer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: f6e7f32e2b7e12ba7c8c4eaec52dc8401b6a13a1e2bb8cb6378b64dad649d87756948cc42da20874ea4e740ff76d6f5575b9552b22ab7fd3dce80857a9ba4559 + checksum: 805623d252b7a9b5bc85bad57f750bbd1817b19ae5fe0b6a4109d68602eba3d29ee666a421ffc8ac51f2043ebdc735940cdc5fc3892156f1dae27e58e5a40494 languageName: node linkType: hard -"@jupyterlab/completer@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/completer@npm:4.2.0-beta.0" +"@jupyterlab/completer@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/completer@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 2c45001e2720813cec344dfb2ad717f3bbd2028d09d01c82891092099f67872bd12d58d8dc37dd47169a2f3e24672957b80e2e558b68d40f04f5db58f881af90 - languageName: node - linkType: hard - -"@jupyterlab/console-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/console-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@lumino/widgets": ^2.3.2 + checksum: b01b84639ffb5c9db812c15349a5f696cc420cac5d9266337e9af500d88cd068ef9872588c7b98b0cc2ec74216039c1afdc5625a223b8b69fe965d03dabc5c71 + languageName: node + linkType: hard + +"@jupyterlab/console-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/console-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 - "@lumino/widgets": ^2.3.1 - checksum: 60dd131aa60850f14f9717ae3ebf202ecf14ce25139b00dc1ed2a4f6654b34e5670e35a88e61b2ae171e7d271ad418cfb7b0d3257a099b1a2cc892c0aa0cb1c3 + "@lumino/widgets": ^2.3.2 + checksum: f62a4c63fdc08f344bbb3b552d6a07b156186787f337f6d541d00afc59d41ac48e2aa7442d4b640a042fa4dd8bd7092ce9818b778e84ca56f58ccbd54873baa4 languageName: node linkType: hard -"@jupyterlab/console@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/console@npm:4.2.0-beta.0" +"@jupyterlab/console@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/console@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: b1ed3cae53faf3483c37cc8e0392e3eb4400089b32ef2006b8a45bf490882fb4b28a00df2dda59a44e3b6ebb6c666dad31b6fe28e82709fbfd7d7e6ab09ac744 + "@lumino/widgets": ^2.3.2 + checksum: 7d982e9d8f1eaa4df4a227bc29dd2a395b950a7af8e61fe53e62e20ad5cba14bf407eb2fdf3a8cad1c318d6fce6dfa763adf1197b32c8c489ac7a8e6b7e4297c languageName: node linkType: hard -"@jupyterlab/coreutils@npm:~6.2.0-beta.0": - version: 6.2.0-beta.0 - resolution: "@jupyterlab/coreutils@npm:6.2.0-beta.0" +"@jupyterlab/coreutils@npm:~6.2.0-beta.1": + version: 6.2.0-beta.1 + resolution: "@jupyterlab/coreutils@npm:6.2.0-beta.1" dependencies: "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -972,145 +976,145 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 1840968824affcad14dd012dd05ba2137c8167ea2db1cebfc006655a60bcf4edae73d49410e5b572fb5445a49e3cf1b510ceabb43f5ac8a831fbde9411d2035f + checksum: 42e0cf585ae4a9287c575e9b8bc1b355fceb84264bca536da3ee3d6f7b688b307b72815bdea07a7c2113021c73bdfb774501e8316e6f3b61e05592b8f9a8ffd2 languageName: node linkType: hard -"@jupyterlab/csvviewer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/csvviewer-extension@npm:4.2.0-beta.0" +"@jupyterlab/csvviewer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/csvviewer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/csvviewer": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@lumino/datagrid": ^2.3.0 - "@lumino/widgets": ^2.3.1 - checksum: 1faebb0a8db1d49d820aaee5d2d8937ab8e8e3f56a63a9b3c79cf981ce22a3d686ebc122b57d8bc8240af044334475a38507ef142bf8e6ffe7efbcb88b1771c7 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/csvviewer": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@lumino/datagrid": ^2.3.1 + "@lumino/widgets": ^2.3.2 + checksum: f45f47499a50f2a8df72ec2580457ba057861db1f285a82b20814ae0f309974cbef6f2925e28f9582f485e59741bee60ae8fcb237b5a84949eb6123e9e13da9a languageName: node linkType: hard -"@jupyterlab/csvviewer@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/csvviewer@npm:4.2.0-beta.0" +"@jupyterlab/csvviewer@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/csvviewer@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - "@lumino/datagrid": ^2.3.0 + "@lumino/datagrid": ^2.3.1 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 00efd5993ba48c5cf235015dcf4500ab319c12e8bd13299cb16b5bb51be0788a2975f931a5adf2ab79ca560885b322dc06812e65a20553bf709c384915c10d59 + "@lumino/widgets": ^2.3.2 + checksum: 7da1b8baceda98bcf8e46a3461d1dcfe534f4b9ae63c8f00ec566549825f7acb7fcf73abdb77eeb584f24af1db5b08433a85dbd281f9d94018335a8179986e5f languageName: node linkType: hard -"@jupyterlab/debugger-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/debugger-extension@npm:4.2.0-beta.0" +"@jupyterlab/debugger-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/debugger-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/debugger": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: a5205dc763d7df939e02fc38fbab6bf44424fef7aaa227ead4116abed081b4d8498cb80ef9debb2e38591ecb2f0758f8a9afa07cc7120d24682d9054b7c8578b + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/debugger": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 801134858a0556d06535f749ab566eed5bd30392409e274c74f82409b27fcd36016a1cdb1f3846134e98b287c82dd4705b997c67903eeddd2e937d767e147d5c languageName: node linkType: hard -"@jupyterlab/debugger@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/debugger@npm:4.2.0-beta.0" +"@jupyterlab/debugger@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/debugger@npm:4.2.0-beta.1" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 - "@lumino/datagrid": ^2.3.0 + "@lumino/datagrid": ^2.3.1 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: 2ee7adf8fa66605734e00ae1a1f31525e044a7c9a92374a7bcf6744dc92f206e81de78c193d993dc11982b0f7bfe24663ae230eaab47bdfcd97bd0ea20f4b1c2 + checksum: 5fa97c8708e140cae4ebbc68e6b5130a17ceb5dda6de762f20ad0439074b29322e76f8db4e9fbeb197345d88298591f8c4647dbe6263f29697ffedd993a2f3e9 languageName: node linkType: hard -"@jupyterlab/docmanager-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/docmanager-extension@npm:4.2.0-beta.0" +"@jupyterlab/docmanager-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/docmanager-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 56747585c7e8024b09aa787539f1fe744397b1eed2996d9b6a97747e9e87d36f99c81570d48223a40413bb17e671fd959a933d4c5a6327ecf903981eefc4859f + checksum: 0171373979e12994a4bee1273f7623b8c4d2da1bf63b56d58d6d8f88c7937ce007a43c84295292af3b961ac6c33cae40731479e994370eb411ba0fa41cb1375a languageName: node linkType: hard -"@jupyterlab/docmanager@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/docmanager@npm:4.2.0-beta.0" +"@jupyterlab/docmanager@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/docmanager@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1118,141 +1122,141 @@ __metadata: "@lumino/polling": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: f519e9561e742f520abb8202755e761f12990ebca324324b3e3c94d5e3849f5ec3198fc3bea31fb03be4431647c021187380b5f053d481e94381e75e737140ea + checksum: ce22f5a9d3dac344b5f1992f831332d57bec6252b7d5471b6b15eeee130506ccbecc0d6ba61b1c42fbbfd980db5d3f0b04af41c07bcb1c749552c9157887dae1 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/docregistry@npm:4.2.0-beta.0" +"@jupyterlab/docregistry@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/docregistry@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 551883304d1612715d64fefd7559c63daec7e20d8fb408543163e7180e12c3cbb8a5fe47812bc0ae54806bedb2144dd95faa4fdf40700b44eb6154ac8a5a2398 + checksum: 97c3aa7abd1cc34304c47f76cb9b3c9b2eb368dc8f2afc1e7a80fad000036e1b80fae9f333de1ab2792c73ccdbdabb88a149cf9826c7168fd3e4dfc0272fa231 languageName: node linkType: hard -"@jupyterlab/documentsearch-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/documentsearch-extension@npm:4.2.0-beta.0" +"@jupyterlab/documentsearch-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/documentsearch-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 - "@lumino/widgets": ^2.3.1 - checksum: a85b345007ff47043abcac31d79c55867882c32301b36882cea48fb90e1ed9f9fd8cb2a3ac90fc670b65e31d70a670400f0b0801ddf148d23300b113cae735d2 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 + "@lumino/widgets": ^2.3.2 + checksum: 68f20f31aa74e8b1ffb81941b115bc01f281c78daaf0da0f7c6600f7f4c26d5b28930cf5003e98a72cdbb7ac2efbbb85b3270c8fa5935809ad6ef1a00eebc64b languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/documentsearch@npm:4.2.0-beta.0" +"@jupyterlab/documentsearch@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/documentsearch@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 8fbbf4c6539fff1749b0864fc1a68ba60e66e79a7931873bfb0b43716ea28ad081ad35a357b082a4256af582d80cf65efb6c892edd46ba96d3468c3ccb3ef63b + checksum: 1626a62c575de0e2d611eacc68e50967b1fbcea0432c939ab8e607de6a4e8027661f8148749ad24a1cea2808c7203724db276c229934c7ad9349192a673cf6a0 languageName: node linkType: hard -"@jupyterlab/extensionmanager-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/extensionmanager-extension@npm:4.2.0-beta.0" +"@jupyterlab/extensionmanager-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/extensionmanager-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/extensionmanager": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - checksum: 6e16af4a41efd8eab81054f7c8eca974483667f2c74ee84bfb767ab7b0845ae5cfd77c123095ce64341b64ddf3b80dab9c96545cd8abf9939c46f25154a1ac92 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/extensionmanager": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + checksum: a12b89435f7923bbd396f976a32860a5d9380f92a776938c79b3689c9f93fc2f2b9fd025b7b7bda33fc51b211ba6a525a12a57e1eb86e8fb48bb6c26ad1971a4 languageName: node linkType: hard -"@jupyterlab/extensionmanager@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/extensionmanager@npm:4.2.0-beta.0" +"@jupyterlab/extensionmanager@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/extensionmanager@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 react-paginate: ^6.3.2 semver: ^7.3.2 - checksum: 96e70e5b83c677dba1041c3636b0a38dc61508513bf9a5700701d610eca470c3ea87b4016e43c3c6586fe932e4abc08fbe0f3943bf7c4cf120e7fbaa7fc3e6e3 - languageName: node - linkType: hard - -"@jupyterlab/filebrowser-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/filebrowser-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + checksum: 4a54fcf7f506a6d43ca9ef1b5df1d656b8e6b26593e7d83cae14405b4a0335e2f8900339966a9e025a9e7fcbedc5bad60d31eba7d344bc5fbdb9e6a7002c4103 + languageName: node + linkType: hard + +"@jupyterlab/filebrowser-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/filebrowser-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 - "@lumino/widgets": ^2.3.1 - checksum: 08b8a5e1022a51477dc4f67cf143792f31339306f9b0b443fca7744a89d8fc7b385a63737b1bcbe88b7eb4236b09aad464e3288ff68c8d40dc1a223b93275ef0 + "@lumino/commands": ^2.3.0 + "@lumino/widgets": ^2.3.2 + checksum: 5b6deb40319ce76a3b627af749693bfb761708a308f8da33715f2c253046ba20aba103430b82fea19e77b5fdb128220eb4243e80db17fde0f69e0fc37ac7da9c languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/filebrowser@npm:4.2.0-beta.0" +"@jupyterlab/filebrowser@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/filebrowser@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1262,596 +1266,596 @@ __metadata: "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: fc8440f323593bad342bd50ddb36f3bead5dfd87240ca551826c5d1ecdb07142e5306a8b26d3ec4f976c0278d0204989a58dd88fccaafc33c5329da901026a00 + checksum: e85bae0f1f9f803ed4eb261c5e418f8752be5f2d00d35ed268ce00135b5fb99b55743d7cb8906777ca3c4bd5086b91eef55a283e926af6503711f83c3198807f languageName: node linkType: hard -"@jupyterlab/fileeditor-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/fileeditor-extension@npm:4.2.0-beta.0" +"@jupyterlab/fileeditor-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/fileeditor-extension@npm:4.2.0-beta.1" dependencies: "@codemirror/commands": ^6.3.3 "@codemirror/search": ^6.5.6 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 188fb462ccfe54f4cec244927537798fde280fd7500e673e6fe7d92c127a32a02596b51d4e63778c5e124fa11e9881895970b16ad9dcfb7573c1dd0e034ae465 + "@lumino/widgets": ^2.3.2 + checksum: b9cff2e66c6a1ad92e2ffaa395afcfa02ebf4ba104c56b73c598fc0eb875a2c8987ca8227236218a29f03465f9d5f71ef3dce427d158aa06dd93904ec0ab2da2 languageName: node linkType: hard -"@jupyterlab/fileeditor@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/fileeditor@npm:4.2.0-beta.0" +"@jupyterlab/fileeditor@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/fileeditor@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: 56e387e4234b3b9ad1f4e2e83f141c14b9201cea28e0580434e15b05ea0bc7c807223cb8c73af9f539675e38a7e23f4d6d480ad76ac5ffb08050f4181899dd92 + checksum: a132c9290a0cb0fa0320f03f35f5bf62d4d2fbb56d5034d04cf82d480e70c4347060bb2bfcf86122cd4ccbc62e0f873ab59b4e7d1e162e3171bf124449aba905 languageName: node linkType: hard -"@jupyterlab/help-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/help-extension@npm:4.2.0-beta.0" +"@jupyterlab/help-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/help-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 9536cdf30ddebb2a9cf8d3227b7efd326333a806f76788760d505bc365a1e92649b31587b0d1bbd16dd64fef85f4abcabef41961cc2c9fc9eee8cae2fe3f8e18 + checksum: e97c49634c3b4b21c6a07d5ee468db34d439d713fda1efc6cf581c4313a1b2877954f8cdf6a6c886a1920d36439d15a38815e11b985df7c5f9d6d07cc34f304d languageName: node linkType: hard -"@jupyterlab/htmlviewer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/htmlviewer-extension@npm:4.2.0-beta.0" +"@jupyterlab/htmlviewer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/htmlviewer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/htmlviewer": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - checksum: 2ab17a22960d622c0bcba2a1866b94a8109f85f64af23f94a2d1d9f8481c4815a0c102ce382972dd631d1ff0554dc63998b08f9e1e9efee1f8d3a9c6554d6664 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/htmlviewer": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + checksum: 26099565072917777479403491d42b5a2be570e8b96d14f4807281a257c4e72db47bedbf9f23a56dd7a410993604b5a7ab8ee7a2c9c0be2812e158d410d606ca languageName: node linkType: hard -"@jupyterlab/htmlviewer@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/htmlviewer@npm:4.2.0-beta.0" +"@jupyterlab/htmlviewer@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/htmlviewer@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 5e2b0557677114d61e41fd653b8a31438070316ee804673f81833fe18b19257162a941b47ec5ea09de25aec5eaedf6c1446733777468c8fb2943d93b7586b1d8 + checksum: 94a2fa3b6ea2d0f3918e9ce46b19e6e0456a6ab9fb804a2667c83a745558e3576a21ccd7668f550279b8c02e8442fe4e6f629c73c4467ce0d2275d1d388dcefa languageName: node linkType: hard -"@jupyterlab/hub-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/hub-extension@npm:4.2.0-beta.0" +"@jupyterlab/hub-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/hub-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 61c5b8586a533101025796c961be56deadd08d0c8dbd7976613f7fd7ba27b35fac7c81d4457d3e00b08abcc56382ef0f5084bdc022f69157812cc38fff8128dc + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: e37ffd16eb3a3f38ace24efb5fda0c85e260f9dff57ccdff6ac9b0a3da4fc2a3140b42f810b340a8b93bea6e0fc65730118634d78ce4699e750af9f18447cb0d languageName: node linkType: hard -"@jupyterlab/imageviewer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/imageviewer-extension@npm:4.2.0-beta.0" +"@jupyterlab/imageviewer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/imageviewer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/imageviewer": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: cb014d7952c962a91b79aae4f794eb1c74447f5a2c5fc266d3d8b3162106851eba26c9375f421a64654d1f1dab8a643814ea4ba4492ac8eb0d924e41e7673473 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/imageviewer": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: f88c9c121692223e3ecaf15e8aba7ae9de84f648f4d850de852f1358bf8769e50c5a54b60034bc16347f7770a3e6c9ac053ce6c9401a19981a3cc5c08f88a1c4 languageName: node linkType: hard -"@jupyterlab/imageviewer@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/imageviewer@npm:4.2.0-beta.0" +"@jupyterlab/imageviewer@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/imageviewer@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 - checksum: 06c870218c4f30a0a0954e64f71295fde161e13a768dd679240a59383f109ff79271900bfca26c8c5c89432bc997322f3b66e68aa013a6806ed28088696b3d1e + "@lumino/widgets": ^2.3.2 + checksum: f1911ee4180ba4c5e0ed455e9094d3ce18c3ab3bedc27cfe2ae277d4494d282f65b41534c918ed8e6f4b1b90dbbafe5d2d24c5d535b1136a9ea10380cbf05d8b languageName: node linkType: hard -"@jupyterlab/inspector-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/inspector-extension@npm:4.2.0-beta.0" +"@jupyterlab/inspector-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/inspector-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/inspector": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/widgets": ^2.3.1 - checksum: 823dd1245ffd427461f31e911f720c997c252e31c060618e4591264576c312a0642d9390d8030294cca9132b6fe82d695c91b0731a81e23dfd6b2c39fc1ff5d3 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/inspector": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/widgets": ^2.3.2 + checksum: f5b23dfda7ed76d05ed09a303a315447bdb94cfca86a7cc287120199b3c57a95af6bf928d58ee3fd7339ee43a363a6263b0af1850416274b465eac3c3a247b2f languageName: node linkType: hard -"@jupyterlab/inspector@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/inspector@npm:4.2.0-beta.0" +"@jupyterlab/inspector@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/inspector@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: cf006e868fb9315e6a24db52f14c9c2701e79de4952a4b823345cec32b077785afcbb6ead2513944dcff2dc1be99e4241e1a76eab1054c0aeb5bf5c2d239935e + "@lumino/widgets": ^2.3.2 + checksum: c2aafe70c1ab65ff9c25e352aca80f92f2ab5b7024c54596d0f6793c4ea08003786bf7432b70e32a8cc041c59825498c96fb897bed3a199d4748b61fdfd689e5 languageName: node linkType: hard -"@jupyterlab/javascript-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/javascript-extension@npm:4.2.0-beta.0" +"@jupyterlab/javascript-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/javascript-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - checksum: 687f4ac201e4235d9af6aa7a68dc97e26834df1174ecf959fec9a9aaefb314a27e53e329f7fd13135db42b6e1e40338635e10167824a3cc3fb4b4ae8f16dfc58 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + checksum: e11e4210e8412f9e60d264eb2e6fff6dca863a63c985af2215863ad939b30e0e52337d4c74889386d761a7cd671e9302a6e4a8020ad4e4b8a1780b2d6332af19 languageName: node linkType: hard -"@jupyterlab/json-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/json-extension@npm:4.2.0-beta.0" +"@jupyterlab/json-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/json-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lezer/highlight": ^1.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 react-dom: ^18.2.0 react-highlight-words: ^0.20.0 react-json-tree: ^0.18.0 style-mod: ^4.0.0 - checksum: 7e488b359538ea5ac3bdb6167d0511c383d4711fbf4a1e102408927dab69f0a0177af318476f29b77bc7a9cb8215f2cf73f152b21c3fd93a51ce0b9708a2ce4e + checksum: 9517a5665a7113ce23f93ca85c4aceebd3157a8a01ff083b668114ece48b7165a000eb35caa9d369783a491893a34d7059241dd66889aaf5420865250f356c3b languageName: node linkType: hard -"@jupyterlab/launcher-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/launcher-extension@npm:4.2.0-beta.0" +"@jupyterlab/launcher-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/launcher-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 5f7421a3fa3da5e075d9f84c538e5a3c6febb667d12b2aacc746ee42a0d9227b4a63fdc12593b80095baaf6db472e125daad59df3b4aad8ac5768c42ae015c06 + "@lumino/widgets": ^2.3.2 + checksum: 7382d3547cdae223423dc5bdff05243cf9afc4440409274995c94405cf288d0014c42e8ae62bb426d4193f357e55ed8cd09dda43901a2bc4c3ae34fa6e6b089f languageName: node linkType: hard -"@jupyterlab/launcher@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/launcher@npm:4.2.0-beta.0" +"@jupyterlab/launcher@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/launcher@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: c0482d09ac5e8fd7134f626c2e9e6efcd18b0a914e6614c838d04440f7e2a3f046ce411941e2a20a9b0f9aec1fdacc51c405f63affa02f442d8f3138afdf567d + checksum: 2d300afdfc63cd135264f71b2c29414a13bdd84b6cf9fd6d6e74340609d9580adc13f4b1b88b590499f0e6512ae29a4e91d045f850e2020d574cfc562b670418 languageName: node linkType: hard -"@jupyterlab/logconsole-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/logconsole-extension@npm:4.2.0-beta.0" +"@jupyterlab/logconsole-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/logconsole-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 8a413af6390a433445efdc2af75f7e02ed48023408d8d6ef7ccd9ee211e958ccaef4182bb4a12132a14925070bf9844612c03cf3b960ca5cabc7b32c75de3609 + checksum: 6201a13c2e252620b05108854be80fa001d0f24c0a216b32d46d997d24abcc4d250e38ff180b3eaefdbbecfc48625b9c0abe2e4731439e9dc829efcef3251d63 languageName: node linkType: hard -"@jupyterlab/logconsole@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/logconsole@npm:4.2.0-beta.0" +"@jupyterlab/logconsole@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/logconsole@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 132f3a455e230f77a3055cd33e9a51a790f36f4d26b244ce8179afe10cc69a0d36187fd5824dc1ac77b2cc718306695a8fdaf06fceea9857ceb24bef2611a606 + "@lumino/widgets": ^2.3.2 + checksum: 92fccdec0d2a8caef241bb376295504732e6d994b6e78a352f2221913ccf1ac57e72c7bb521d638e4176cebe73549f672f9b2ab9c162283a8c4cd14a7a400af7 languageName: node linkType: hard -"@jupyterlab/lsp-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/lsp-extension@npm:4.2.0-beta.0" +"@jupyterlab/lsp-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/lsp-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: dc9661f297dd06b0e1270d4ef2f72894875a55c877d135433cb988cf47d1d6f976c23f2893a4d442ba1e9e557b8f6fbb891f8acefffd9e1ce15b6d60128321d8 + checksum: 3bbb9e6fc9f7b1f3c704ca6bd2a550b7045fe2ee725f564444358a9a8351740dacf86f10a3752ebc8b2a78d24db7541984a454999453f3b02037411c40d469f9 languageName: node linkType: hard -"@jupyterlab/lsp@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/lsp@npm:4.2.0-beta.0" +"@jupyterlab/lsp@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/lsp@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 lodash.mergewith: ^4.6.1 vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: c54047c2fdf6b471c8730e04731a4b3db3e207ff4b15391bf6a0bbb7db3283220835f671ab1c432b12e9f6ab204a2bf6e740c48aea22e5d3556f565603a92c26 + checksum: 58027f550ace0b71c5dccfb3d69141264675d6a2ab726fe6e6a2b0567b36685fec93987e0e0279ec58797465b36c0bea9c5cd28bb0b00d4f4b975d67ec682f47 languageName: node linkType: hard -"@jupyterlab/mainmenu-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mainmenu-extension@npm:4.2.0-beta.0" +"@jupyterlab/mainmenu-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mainmenu-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 - checksum: 25e089708e15411a026626d29ee9e842ec378a4840b9457d4238da26182d8a565692166d93aced74aae81113ce5572eb55cfb6ca55006e141aed29c54d7f2f04 + "@lumino/widgets": ^2.3.2 + checksum: a4b837d8bb62c7d8b35344954c834f757a09663210ee26e3e1486ab74f3e1ae2902616b0f740ec9660b550df6945940746ef07903ee13c52f9a5fcb32309783d languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mainmenu@npm:4.2.0-beta.0" +"@jupyterlab/mainmenu@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mainmenu@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 7ef6346ba27a053f75259b1d614c72ea16edd7e100df62bca4ca3bbef8007b46c455b97da4a1ef3708f13f6f9f749ea7eec98f9a37d9b59c663cdfb6b4568290 + "@lumino/widgets": ^2.3.2 + checksum: 14f28a0091d5fce1a9d8e06a5d88e35da5a4361ff9150b7d940c290a75ceacf3ea5425561e9dc54c8538ba2daf63444e04c94fa127aad1ce3e40e18ff6e090e5 languageName: node linkType: hard -"@jupyterlab/markdownviewer-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/markdownviewer-extension@npm:4.2.0-beta.0" +"@jupyterlab/markdownviewer-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/markdownviewer-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/markdownviewer": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 9ec1905c0ee9add70df4f6783b383478fb9a79cf2ebb9f8423bfb53c4d4a2010971c54e3797c5458d006282f1e052bc4c2df4df5c5d9381bc01263db0e132d91 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/markdownviewer": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: e894eb08ca00858d43ec3ec56685d99084ae0255812970aec13e354d6a73afe67f1ebb60e6f85268e5a8924003327ce3ee37ffbeae66e098ce054f4e0586a22f languageName: node linkType: hard -"@jupyterlab/markdownviewer@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/markdownviewer@npm:4.2.0-beta.0" +"@jupyterlab/markdownviewer@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/markdownviewer@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 7fd622defe3dae202e8bb6c710911c79f943761c211044342648f0f1aded2b28d82d168b21872abe8e1facc4575612157ca2386b4c8fce690b2f1b3a29b9a250 + "@lumino/widgets": ^2.3.2 + checksum: da35ec6ab823cfa33366fc8fa265d546d3fa41eca64016a6652e8be7c4d6e9a9f8ff6e9918ba07ef84e3d2c31462512727936e509420d869140cb0cc7c5bff71 languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/markedparser-extension@npm:4.2.0-beta.0" +"@jupyterlab/markedparser-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/markedparser-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/mermaid": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/mermaid": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 marked: ^9.1.2 marked-gfm-heading-id: ^3.1.0 marked-mangle: ^1.1.4 - checksum: bce93b6dbdc570d9e4986aac88955f53517ecce108402c7c74abbafa11c7731a21272b8635be6eaba36310ef7355fc70d785e0f74ed2a8ad11c209eec5f72792 + checksum: fa674e41e59d784dfbe9705667308c6800bb351c2ddc2be75ab595952d1fe688660bdff61d2fdd9d9d04463c56c61453448c72f47e20ddf2b29108635ba664a7 languageName: node linkType: hard -"@jupyterlab/mathjax-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mathjax-extension@npm:4.2.0-beta.0" +"@jupyterlab/mathjax-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mathjax-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 mathjax-full: ^3.2.2 - checksum: 219e3d8ade778adedc7daefa95a4e8c785c7c0f19585258ad41f4d4462475fec87f01d8db3a0984ec78367b3657723c72ef5bde4b86b6b5a729070c26a2fa56d + checksum: 2e40477da1ae915262b9156dec306ea01bb39d1e86a8ef9f701fb5e0e0486c208a3b1b3a5b1a875f77b08fbd07a53500001f9ff75bb79b7b45e719f98ba38708 languageName: node linkType: hard -"@jupyterlab/mermaid-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mermaid-extension@npm:4.2.0-beta.0" +"@jupyterlab/mermaid-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mermaid-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/mermaid": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 1ebbe2d8ace29e00a4d505783f7efdbca6dba8ad20b80774ddbc58c1072f1ec0bb7e0d53a0a92382687ba4ce1b09a2d4f505045e0be9257313d56ef9af6bbebd + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/mermaid": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: f96822217732be272f49ea669256fe764bf43e1468531aad18d691a001cbaa610daff23276699950452af3e3bc077b414ebcfda585f68a5226c081d4759a0893 languageName: node linkType: hard -"@jupyterlab/mermaid@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/mermaid@npm:4.2.0-beta.0" +"@jupyterlab/mermaid@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/mermaid@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 mermaid: ^10.7.0 - checksum: badb255e4d66b7f778bdfdda015341d758bcc65b3515aad7137a09c0cb740332bd88a6bc7c70e0ff3418cf8541adf3883e192de929235eb361c6edd438481a5f + checksum: e20ce3826deccd2dee019bf71ffa112a7a32235399ca4bfc57fc96da06798966ffdc5e84287f28e61b1f587e39ee105494b949ceb0f64482ab520fd39978ade4 languageName: node linkType: hard -"@jupyterlab/metadataform-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/metadataform-extension@npm:4.2.0-beta.0" +"@jupyterlab/metadataform-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/metadataform-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/metadataform": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/metadataform": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - checksum: 51417fc45b4e77d49eb56f82b31caf779a1e8ff2924ad4df9e41b683f5237ba610b26423c03979e0317b021a2d187b89c8e9f40f1411eeff98c7323bd6e0957e + checksum: 6b6ae27c30c77437c5bb5e29bfb7e779c08dcb68560a3e2f4fee17e5138bea337390f7e4d970ade9d564e689aa5292bbf15c5d8b83ca1407305d2b3270d2b5da languageName: node linkType: hard -"@jupyterlab/metadataform@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/metadataform@npm:4.2.0-beta.0" +"@jupyterlab/metadataform@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/metadataform@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/core": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: d297008e835315e71c0e45f4e60fb1f6852b78cacc1e48606e419175b806fb1441c4da305c1d68d434cca8999414ae54d83658abf4432b5f1142322e88e23a6c + checksum: e2c8b3eef2392d2e506698c97d10508fa224fe427de31637aba44c520cd8e2ca89335b45e63b2a6390b0b327a969fc7c6ee77a423b77b4c5ec63e25749f09855 languageName: node linkType: hard -"@jupyterlab/nbformat@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/nbformat@npm:4.2.0-beta.0" +"@jupyterlab/nbformat@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/nbformat@npm:4.2.0-beta.1" dependencies: "@lumino/coreutils": ^2.1.2 - checksum: 1f694dfd1acf910395ef6b493f189ba28eda957cad5b34dd908f006c924a02c4c477ce706fc7c6f2e4ce35e6c3fbecafd47f0ade294e3a717e003554819d3dc8 + checksum: ffde82984b645101607fd971fce95f21fc647a6cef4d9e078119445b885703010f69dd5c74499bc840a91a8c758a763635a05dd6257626e7bb95366c31bf1c8c languageName: node linkType: hard -"@jupyterlab/notebook-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/notebook-extension@npm:4.2.0-beta.0" +"@jupyterlab/notebook-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/notebook-extension@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/metadataform": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/property-inspector": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/metadataform": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/property-inspector": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: bf26a28f7e2b5e0a47efd6665b7a89202c917fa98df6c955be064f0fce54ce377b506b11d303ca86f48d44af476f88d0d1b8ada05770a1bd3108675f99c66774 + checksum: 0dca4b581d684fe141915be311450242e5cfd7789cf0790baa9bde285750f1a01256e451fad9a2463af4c2aad012b775b2b9963e5f7fbcdebefdbb764f376dca languageName: node linkType: hard -"@jupyterlab/notebook@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/notebook@npm:4.2.0-beta.0" +"@jupyterlab/notebook@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/notebook@npm:4.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1862,268 +1866,268 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 5f55da67f095dfad580167a70ab7af700b7727ee76e678de56df1a064b35ffb9ee0353ae30ca3502d2cc021fb25c6c7172abdaed964cd83c4812b751ae16e659 + checksum: 5017bc8889b433cec794ce83ea80adbaea449ba4579a0e47b69b49af4ce5a7f4c38da8811a0b43da86cb6bbe6bfbb622c815a87ef98db7d9444a802c5f883ef3 languageName: node linkType: hard -"@jupyterlab/observables@npm:~5.2.0-beta.0": - version: 5.2.0-beta.0 - resolution: "@jupyterlab/observables@npm:5.2.0-beta.0" +"@jupyterlab/observables@npm:~5.2.0-beta.1": + version: 5.2.0-beta.1 + resolution: "@jupyterlab/observables@npm:5.2.0-beta.1" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - checksum: 2d574a2477818d1d36da3d99c77d854e87d68c6f5b1159481a7c02291ed7c10ad0bb60f8c5b8006b661a06dd455a472312afeaac1b0524bd1120edec7255758b + checksum: 7bf93ae5ef6826559e724d68c7d69e2898ec4e44814ffd44add58dcdffd95a14eff27cab5e5ce7e2d066dea2971644e1266bb2a6dd251cacd493db468ebb964d languageName: node linkType: hard -"@jupyterlab/outputarea@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/outputarea@npm:4.2.0-beta.0" +"@jupyterlab/outputarea@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/outputarea@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 739a579986ed2fb34c5033901b6130406c008ef6ab093b22fcf006fadbe7468e23b08dee91aa979b4f19cfff3658c8ecf649ce04f42efdf0d16be2876e33726c + "@lumino/widgets": ^2.3.2 + checksum: 4b25dd9c3c61915d643acd0225a42d58b3df9031f8ef842a4caa7f65cc6f9aaabcf2900f645416453bd5619296a2817baac36a2e816a773888111054623fa482 languageName: node linkType: hard -"@jupyterlab/pdf-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/pdf-extension@npm:4.2.0-beta.0" +"@jupyterlab/pdf-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/pdf-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: e907f2cf2deb6a8b4687c392a551477dfdb82f2d9f139bcb9a8cbe84cc2e005da8d1654a05a6d1be7fb3887b646c92cbc144d91f2144e56c16ead4d24782d918 + "@lumino/widgets": ^2.3.2 + checksum: 2e4e358a3ff1a19fe678e9fa8383994d4af67db9cd170e684c3165c77c7f1f98fb1628af634668237119e92250fa8ca5be2a4480640139135e788e6071cfae13 languageName: node linkType: hard -"@jupyterlab/pluginmanager-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/pluginmanager-extension@npm:4.2.0-beta.0" +"@jupyterlab/pluginmanager-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/pluginmanager-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/pluginmanager": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/pluginmanager": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - checksum: 3da26a9c32d3c49c1a1b7308377a5536079f33f2447b4529489859bac4fd8eb9170eede99335bb2590d39870ff88af318341670c7f53cd3cc1bce47d7c234c4f + checksum: 7c2c367f22b1c7646c5450ca551cad2b803df75cea6e45b773ca43bc753d92042d3b98a8fea9f300acd303d7f74cbcc4e8cc46034323f2faf0a80a088f297afd languageName: node linkType: hard -"@jupyterlab/pluginmanager@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/pluginmanager@npm:4.2.0-beta.0" +"@jupyterlab/pluginmanager@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/pluginmanager@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 2ad7e370b5196afdfdbc6b31d28ed50c407a73285b7912103a94d2bdbe54626ebc6bff7741650578e6df2155fbc60fdb4f62ae4a34f11b0e68181f6ed3741f1e + checksum: e1d1afb33af6eb4c00b410ca5f4a78a9932f993038874dfa6212790567aaebfabb4a5027fda0a2885043a1a011aef0f27b5c7fdd79111f7475145055afff207e languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/property-inspector@npm:4.2.0-beta.0" +"@jupyterlab/property-inspector@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/property-inspector@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 9447d2fb2c8c84ebc2120dc5ad9b3fb25e9bff929855e1a9fa1a58b141f998019a9f06bd49930470f439f4cfde7d5657814da1dcca23ffc2a4ae136c9ed5d4e4 + checksum: 6b04db5f1163cb368e0fe909bfca4be8107a200a20f068747da6dc4f09f564b2c7d3f454342858366f1e9d085687e747b328b805bd7709ca417afbf2b1d7f335 languageName: node linkType: hard -"@jupyterlab/rendermime-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/rendermime-extension@npm:4.2.0-beta.0" +"@jupyterlab/rendermime-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/rendermime-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 15d1d15a07654d68a89d5405ea4b7ccb2ea767df70d269e943e04650d39390745ea3da0b140deff3a889ea5e3f42894d9ff3404867d46acefbc80aa8e5a20b14 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 3cf6892b053512f8ee4616536752e8022999fd70bb3b3c0d022749fd600aabbb545e19d100a999ce3be292dd92feab6b7fb54a79a2a0310174c9e3a8995882a3 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:~3.10.0-beta.0": - version: 3.10.0-beta.0 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.10.0-beta.0" +"@jupyterlab/rendermime-interfaces@npm:~3.10.0-beta.1": + version: 3.10.0-beta.1 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.10.0-beta.1" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.1.2 - "@lumino/widgets": ^1.37.2 || ^2.3.1 - checksum: d113ce93cd0aa065e98d451ce6dc66e60b5bc35b4fd618f11b111414ae2896f6f722c951db19377a0940054dc57529011f78e854f7159fd23b07306a6d5393b6 + "@lumino/widgets": ^1.37.2 || ^2.3.2 + checksum: 5cb38b801e1fc0af15a658d7a593238e0fd4d9a16fb389666be9a31be7877b318108c049357d899fcecaeea876cbaacbfc9cf2fac0ac143ad400080fa733c037 languageName: node linkType: hard -"@jupyterlab/rendermime@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/rendermime@npm:4.2.0-beta.0" +"@jupyterlab/rendermime@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/rendermime@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 lodash.escape: ^4.0.1 - checksum: 1bd992be6983ad55a5a1a641d3a9752aae905a080d8e32c1e321064b347d53a8c04000bcefdf4901e05700efd3d5cfd7687a3a031f2e1906e94f9a140af68622 - languageName: node - linkType: hard - -"@jupyterlab/running-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/running-extension@npm:4.2.0-beta.0" - dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + checksum: 4fdedb53986a01ad5b0dc4d079d2e59d6b5423d27fee6ed73d6263eeb605a43089aad30888f82e0a9ce89cc292866ae933aa2aa6331be88576620973396cd843 + languageName: node + linkType: hard + +"@jupyterlab/running-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/running-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 4d42185a36af0d4e994caa8fffa59b9a68735826833d443ece57dcd6961b19296dba7c632888b8bd36bd6fb974328c4436aeebeb93ca34e5f2c0e6e2e1cf0edc + checksum: 7450651854bb0d55cdc5c27feb391b8995dcac8990f0b4a507d1e51424ed4bed7558152323df521dbee1d92b81d18b2f44f39442a6982cef900c463a3cf5ebae languageName: node linkType: hard -"@jupyterlab/running@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/running@npm:4.2.0-beta.0" +"@jupyterlab/running@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/running@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: f8ede3fef4ff584cc4104f7d887c95c0135cfad7580ab5a5057c52d726bf27c0b627160c24ad8cc0090fd5543eb9388d31859569acd5cd1700ce103501c480ca + checksum: aac261f849fa30377ae357501c2d88b76c49cc1e56b54f4aff9263decadaa7e0b0d5d8f68707a83847c8cfa90b650455a518ee4b80fde7645d800126f52ae1e9 languageName: node linkType: hard -"@jupyterlab/services@npm:~7.2.0-beta.0": - version: 7.2.0-beta.0 - resolution: "@jupyterlab/services@npm:7.2.0-beta.0" +"@jupyterlab/services@npm:~7.2.0-beta.1": + version: 7.2.0-beta.1 + resolution: "@jupyterlab/services@npm:7.2.0-beta.1" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 ws: ^8.11.0 - checksum: dc147badcc62aa60e720bbbd0e362affdcb4197303625f588d279d8c6983249ec247cc3b67e412aeb920f979bb2e21170709a0fdaba2db2a174d4bb02abb73b5 + checksum: 343e7eff897537a9b97c5e34a569a2cf82a50239b7c52260f84df88547de9aef406dc9bbec758ef5fc447cac2a1e6cca96632bf24deb923f2e4ed20fcf36405f languageName: node linkType: hard -"@jupyterlab/settingeditor-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/settingeditor-extension@npm:4.2.0-beta.0" +"@jupyterlab/settingeditor-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/settingeditor-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/pluginmanager": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingeditor": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/pluginmanager": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingeditor": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/disposable": ^2.1.2 - checksum: 30065ecf8ca797c914f5c84d6e7440acc05d251021ed91020cb1d274e8b03179392fb00e59c07aeab3cee0062288592f5afed0006dae8ed374d88c966b9a1be6 + checksum: 92bebc39f12a8bab8a53d5f25eeee49b2063778fc6ffdabe9e3449e91a2a0b4925127fe1eb3d724b02b8b974d3a6dadc02b370c6bdee797a89941aeb5a0e1b71 languageName: node linkType: hard -"@jupyterlab/settingeditor@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/settingeditor@npm:4.2.0-beta.0" +"@jupyterlab/settingeditor@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/settingeditor@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/inspector": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/inspector": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/core": ^5.13.4 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: 9b7ab7d34b832ea54b8de15c1e062ffef03a7adbed9b03efd2e2b98662e682083396bd9865b9a2c28c139dcd2f6bebcfad8b71efa77139055f6eca579f9b1503 + checksum: e4d1dac0a39a5ac48edd19c4ad54ced96ee33f18cadf6cd2ea14a1731e0139c7cef0f428eab9ab436cd5f19e55778f15afd3e217efaf1f413b5e5c2707b15ce5 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/settingregistry@npm:4.2.0-beta.0" +"@jupyterlab/settingregistry@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/settingregistry@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@lumino/commands": ^2.2.0 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -2132,252 +2136,263 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: b9494cad507b4881cdaadfb076525773d8657ff803443a4e863fa90dc1d2ce6ea403f597e053dd354a4a4cb2b1b582657f5990ad65a83f57c31f52ca992a06df + checksum: 42008b70d3c42024ea72f024299bb740f197d02860119c4d679a928a2fdb0e79cb1f2f0a53256cff796e8f209bbf823af32252184804704c992299f66ed96a68 languageName: node linkType: hard -"@jupyterlab/shortcuts-extension@npm:~5.0.0-beta.0": - version: 5.0.0-beta.0 - resolution: "@jupyterlab/shortcuts-extension@npm:5.0.0-beta.0" +"@jupyterlab/shortcuts-extension@npm:~5.0.0-beta.1": + version: 5.0.0-beta.1 + resolution: "@jupyterlab/shortcuts-extension@npm:5.0.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/keyboard": ^2.0.1 "@lumino/signaling": ^2.1.2 react: ^18.2.0 - checksum: 35ee4a80346f9dc5feb58f5f5a0fb825a8abfad3e6c2b8b6dc81b100a896988b13ea6816a31479947381b744d5e3d40be3a90aa28fc13cb10d2e892b4bb9aeb7 + checksum: 32b17442f2e383e1962f6e15037a79d0da3a95376a6d87c086c39eb656a4a18e1a44a23b5bf7307900d4e612727dd72b994cf80ea99284cf77ba8a782874c686 languageName: node linkType: hard -"@jupyterlab/statedb@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/statedb@npm:4.2.0-beta.0" +"@jupyterlab/statedb@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/statedb@npm:4.2.0-beta.1" dependencies: - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - checksum: 92214ef54506207bfbb2bf373a3740b98a9ddcd3c41636b5e742814203749401e1caea5bd1948f03940c7c083636dc8c8904eec4cf66914dcc0f1bbade6c3387 + checksum: c6c4aa565fa55a70812b8374bb77ae8accdb9919d2e5f16eb6a3e0a5c1315ec7eebd562bc81afdbe958a4f9b9b23aeb852b26c0e9ed16c41174a5845583b5dee languageName: node linkType: hard -"@jupyterlab/statusbar-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/statusbar-extension@npm:4.2.0-beta.0" +"@jupyterlab/statusbar-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/statusbar-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 70df206d07ff9736ee759635f90b2d4012b7bd56931cfaafc442644ae217cc346ee88b1676e22bdbc933f3a5bd7653f70b4acbdc936fcbbe7be0a0e9ae5385b0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 1a150789a09e8645b0f58fcc138a9f1dddabc0bc59d7213793d44a0a9db16d100d5f8504763a292337f57e40836e442fedff2de66e3e77e2ea83c7e47b6c68ef languageName: node linkType: hard -"@jupyterlab/statusbar@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/statusbar@npm:4.2.0-beta.0" +"@jupyterlab/statusbar@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/statusbar@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 180ae4bb3114adc83340f439431f1e5e4e8e3759792b4a3f8fa339a26316f1da47f22f447adb1282b1478dbba2082e519ef835a7eb4a85074205d538da4aa4e2 + checksum: 9a5887e8b3834f6c76a93a5482043902478857f2033138894f904a89064b3722dba3f75ceb95fcdcf29e104979a9ea1adc244c8e510a604c8c52f3d5054e75c3 languageName: node linkType: hard -"@jupyterlab/terminal-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/terminal-extension@npm:4.2.0-beta.0" +"@jupyterlab/terminal-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/terminal-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/terminal": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@lumino/widgets": ^2.3.1 - checksum: 1e6d6e45ffb97ced826d6892abf8b99ac0c8d2b5692480366f28876aa49f8fe2efbc89e1665b900ea9de6eb17ed4976b78031fe86c635effe948707985b62551 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/terminal": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@lumino/widgets": ^2.3.2 + checksum: b8223cb654d9ac628a54210d962fca5f25fce3e45f429c5cb1cee51964d44a5304e83615b73bd7847522209576cce9c1e5e07bd0c62cb4e969b4f604b1862acf languageName: node linkType: hard -"@jupyterlab/terminal@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/terminal@npm:4.2.0-beta.0" +"@jupyterlab/terminal@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/terminal@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 - xterm: ~5.1.0 - xterm-addon-canvas: ~0.3.0 - xterm-addon-fit: ~0.7.0 - xterm-addon-web-links: ~0.8.0 - xterm-addon-webgl: ~0.14.0 - checksum: 6e3e170c9a3d2d54194a598f6a1183de92adf21052bec3b86f796e6169fe9e7d11e2fdb912320d375086928644bfe0d34cdd39900c08219e6683760cbb8f50cf + "@lumino/widgets": ^2.3.2 + "@xterm/addon-canvas": ~0.7.0 + "@xterm/addon-fit": ~0.10.0 + "@xterm/addon-web-links": ~0.11.0 + "@xterm/addon-webgl": ~0.18.0 + "@xterm/xterm": ~5.5.0 + checksum: e531fd471813764a5190f8779acf89594ceb2872167480a8d49870e1bdce1caaca39f94fa7b7055f90c2b663eea881c0ed01e928f16ad1b7eca955ccddbee736 + languageName: node + linkType: hard + +"@jupyterlab/theme-dark-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/theme-dark-extension@npm:4.2.0-beta.1" + dependencies: + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 9a4ef6d0c13b7ba635c50f9bad7df4e85be625186faeb2bded7d84e0c53eed064b36512fcf30bcd7948902400190732d1c97d84f150a7d0243628f9bf7d5a94e languageName: node linkType: hard -"@jupyterlab/theme-dark-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/theme-dark-extension@npm:4.2.0-beta.0" +"@jupyterlab/theme-dark-high-contrast-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/theme-dark-high-contrast-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: dcbb50f104df6bacd9de5d1182f5a7b3060a90ad4917aab9bbe6cbffc9bbaacf2aee8b18f7f6422203dc3eb55fa0c7c1933bac353b91ed15f9c3c18ad0073ddb + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: 6d282b3a7d19b32a608164489bd7f6b1bd9733fb2d3120c6f4fe8af2deaaf54cb57f2d70859e0b4123b3e45b7275852cc31868115768b4deba9e8e94a849a73b languageName: node linkType: hard -"@jupyterlab/theme-light-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/theme-light-extension@npm:4.2.0-beta.0" +"@jupyterlab/theme-light-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/theme-light-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 819cfc33983444ed54694dd467d2e83cf5c3e082dc0501dcdccc32a7f429e8ba74dcb5d958fddfbb008f333f5a2272034208f97c6a68b5c361836a949439c891 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: dd667b797f9b656365e946e110daa16cab518729d9845953cc5016500958d1eb833f03b78b0156e0a83d3e81d0fdcd3edb6ccfaa3f7e6ec9be80141935170c38 languageName: node linkType: hard -"@jupyterlab/toc-extension@npm:~6.2.0-beta.0": - version: 6.2.0-beta.0 - resolution: "@jupyterlab/toc-extension@npm:6.2.0-beta.0" +"@jupyterlab/toc-extension@npm:~6.2.0-beta.1": + version: 6.2.0-beta.1 + resolution: "@jupyterlab/toc-extension@npm:6.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - checksum: 6735a919fa58fedb84ae0339128c6574dc23495ee5ad8b504ac010de1d4464437b84524aff7bc5b508260eb04c0ac37589088a012c6f347104155fea135a8d98 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + checksum: 6e5d6667f1ab141bf0d5bf8baf7f5450b5aa94059e1f178ddf1b4150d79617a98d9d5cd9b12ad375ae6fec320cc7c3f505cd0ace66d2d4304ce98b647961a0b8 languageName: node linkType: hard -"@jupyterlab/toc@npm:~6.2.0-beta.0": - version: 6.2.0-beta.0 - resolution: "@jupyterlab/toc@npm:6.2.0-beta.0" +"@jupyterlab/toc@npm:~6.2.0-beta.1": + version: 6.2.0-beta.1 + resolution: "@jupyterlab/toc@npm:6.2.0-beta.1" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: da1c0bdba5794ea08f18892eb9ed9a54c6087874014bb47ebc39299892f742ff15bfcc3e3f56d1d57af04cec184232a852a9277bb7f32d9e9c2fb6a4ee55af0e + checksum: 19cd11d089bf8cae600028f26ea68c7bd46b71d8397d3e8d31f784363825b070b813321bb4731343dd32f10f8c068a80dd7797faa6870f1c4ccad3b49c0960b8 languageName: node linkType: hard -"@jupyterlab/tooltip-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/tooltip-extension@npm:4.2.0-beta.0" +"@jupyterlab/tooltip-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/tooltip-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/tooltip": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/tooltip": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 6156930e0a81908fe2a0578d458c97534cc08f9261393d9ac0e9e53be60ed04f14b7aaa7630e5a9df19e760fee9b65607dcbb11d482294dfc20332ac258ee9d9 + "@lumino/widgets": ^2.3.2 + checksum: 005158ff141c2a72aa75810f59e953b1608b324bc262146501ef906d32c5ad9a08c72ce92ee7a16a2f27919c40526c1efa512f06f60ed9110319ad11ab1adb14 languageName: node linkType: hard -"@jupyterlab/tooltip@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/tooltip@npm:4.2.0-beta.0" +"@jupyterlab/tooltip@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/tooltip@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.1 - checksum: 85be125dc37645f2d66b580d98f99e2d3db139ab16e1826ebcaf0a40799d16dcd7588d0326b9f85befd710a623a97d71aed9e5a93847c3254a31e2deafcb2c21 + "@lumino/widgets": ^2.3.2 + checksum: 56fa5b69e0413c3df21b9ffcb374dd60ec401b6c41212a82ae7a25ffadb16f0418a50bf14ad35172dedd94b8b2f35abab659857dc2f7012375fe53dbf0364bb7 languageName: node linkType: hard -"@jupyterlab/translation-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/translation-extension@npm:4.2.0-beta.0" +"@jupyterlab/translation-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/translation-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - checksum: 40947926a11733673fa5a78fde6ee9282dff9df905289b5f60fd4745e294884a17192878de923fdc7738885f148f8d5cd43f6e4a584f8db819abcc85bc6f8088 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + checksum: b22ea3114573aee9a5ad599b80dfac68a0e773ed0e59652743b71aaf288b4980b95920804f0af9beea9acff15928e2bd5b4c396d29335fd6998beda7f2df2b67 languageName: node linkType: hard -"@jupyterlab/translation@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/translation@npm:4.2.0-beta.0" +"@jupyterlab/translation@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/translation@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 - checksum: d6005dc3cb0571a1e950bab2f7501eea0702b9a4f025f1ced5b34e5263da6a35cf5b8b72315287afc8c6893159120117f65373a5668f6135651aee8b25e55e5b + checksum: 4f5e0cd822e65193b9686829d18b50c4b6223d443250169b972c57d67d629e9c84b2b57185a60c2f1fdae1966e4477548f3c381ce3ada46e1df183e9cf0ff015 languageName: node linkType: hard -"@jupyterlab/ui-components-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/ui-components-extension@npm:4.2.0-beta.0" +"@jupyterlab/ui-components-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/ui-components-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - checksum: 35822016ed774e0392b4f1e756987f4d7eab16b6c32c6a1e2940c128125fc10f7b8939cb4a48a53ec3530f48f20e0ab68c108951fa39d0c9b651c213db8f310b + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + checksum: 77159723e5a93531d69a23d04a17f8cd6dbf8a5aa685cabf1ef4680cb43ad00b58d2bf5eb7c46e93f3eb213593d69957188518baad0425a438df8a102a3ce833 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/ui-components@npm:4.2.0-beta.0" +"@jupyterlab/ui-components@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/ui-components@npm:4.2.0-beta.1" dependencies: "@jupyter/react-components": ^0.15.2 "@jupyter/web-components": ^0.15.2 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -2385,7 +2400,7 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 "@rjsf/core": ^5.13.4 "@rjsf/utils": ^5.13.4 react: ^18.2.0 @@ -2393,52 +2408,52 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: c05264d9d6a35245fd6cf3e3c58027c943a9d6cd3c767eda75d5699aeff2a6d97c3a2624e4a0aa556ccb91b1230d1e7009f371c36b443953495b05d56a95906f + checksum: 72512c2fa9df08c569a8595544624a2d9b4fdb6bda489db1f3afe005f998b8395ef258c0e17dfdd739173314f7f0de033b4e9d91131eb0c92e7d5dc92f300c9c languageName: node linkType: hard -"@jupyterlab/vega5-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/vega5-extension@npm:4.2.0-beta.0" +"@jupyterlab/vega5-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/vega5-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 + "@lumino/widgets": ^2.3.2 vega: ^5.20.0 vega-embed: ^6.2.1 vega-lite: ^5.6.1-next.1 - checksum: 605c1611453c9d65ae2c35587fead02f428e9a07135e7830a226778e7e4f873fddd65238103ffe61a8eb6e8e67d47c437bb7d27623831deb2da72b49b302ee87 + checksum: b433e1ef3e33f78b3acd11cdb5390c665cf0071371877f1194de91a574da9f35f6cfb732afa5926b85d6cef4a2c9168433e2dfa19d0f1010270b1ed410b0d492 languageName: node linkType: hard -"@jupyterlab/workspaces-extension@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/workspaces-extension@npm:4.2.0-beta.0" +"@jupyterlab/workspaces-extension@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/workspaces-extension@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@jupyterlab/workspaces": ^4.2.0-beta.0 - checksum: bdd9c129a35a8a3a9906e4810852d99b93c49484a010ac867ea0561bea5a939a79c96ec7400d966d58b8efe13ea910b5c80cf41dd9d9cc803f38f159dbd4b365 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@jupyterlab/workspaces": ^4.2.0-beta.1 + checksum: 51e39fb63da17c6017124d4496778db968fefaead12220757fc5a0a760f65a3a6ac68034ad5156c65e3d2b24aab167cabc14083331a5e9769cf5aea431006241 languageName: node linkType: hard -"@jupyterlab/workspaces@npm:~4.2.0-beta.0": - version: 4.2.0-beta.0 - resolution: "@jupyterlab/workspaces@npm:4.2.0-beta.0" +"@jupyterlab/workspaces@npm:~4.2.0-beta.1": + version: 4.2.0-beta.1 + resolution: "@jupyterlab/workspaces@npm:4.2.0-beta.1" dependencies: - "@jupyterlab/services": ^7.2.0-beta.0 + "@jupyterlab/services": ^7.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: ba4b9153d46a9e1686e597ad551e549acefbd92d6bd7c79ba967e1eda9782bd291f16fcb08d861a4f4811784febf031a1dfff2c9bd32415ad2f63eab61431218 + checksum: 27e990d6e658db1ec7b796d05fafb3933a5095ea78970dffd3047168b23c0d14eb61ac44a30e9d372564fcdaa9bfc8da950d29006054491a5afe21a732bf4615 languageName: node linkType: hard @@ -2598,13 +2613,13 @@ __metadata: linkType: hard "@lumino/application@npm:^2.3.0-alpha.0": - version: 2.3.0 - resolution: "@lumino/application@npm:2.3.0" + version: 2.3.1 + resolution: "@lumino/application@npm:2.3.1" dependencies: - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 9d1eb5bc972ed158bf219604a53bbac1262059bc5b0123d3e041974486b9cbb8288abeeec916f3b62f62d7c32e716cccf8b73e4832ae927e4f9dd4e4b0cd37ed + "@lumino/widgets": ^2.3.2 + checksum: c112789d99baf62e5c2cee98834bc3efb5027bbca1aac81f10ea8855c0cd2538ec0a7c56c3f5dd42dce244e6892ef5bf8ef356f97e1cd4c161b99eb2068c195c languageName: node linkType: hard @@ -2618,8 +2633,8 @@ __metadata: linkType: hard "@lumino/commands@npm:^2.0.1": - version: 2.2.0 - resolution: "@lumino/commands@npm:2.2.0" + version: 2.3.0 + resolution: "@lumino/commands@npm:2.3.0" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 @@ -2628,7 +2643,7 @@ __metadata: "@lumino/keyboard": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - checksum: 093e9715491e5cef24bc80665d64841417b400f2fa595f9b60832a3b6340c405c94a6aa276911944a2c46d79a6229f3cc087b73f50852bba25ece805abd0fae9 + checksum: a9b83bbfcc0421ff501e818dd234c65db438a8abb450628db0dea9ee05e8077d10b2275e7e2289f6df9c20dc26d2af458b1db88ccf43ec69f185eb207dbad419 languageName: node linkType: hard @@ -2640,8 +2655,8 @@ __metadata: linkType: hard "@lumino/datagrid@npm:^2.3.0-alpha.0": - version: 2.3.0 - resolution: "@lumino/datagrid@npm:2.3.0" + version: 2.3.1 + resolution: "@lumino/datagrid@npm:2.3.1" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 @@ -2651,8 +2666,8 @@ __metadata: "@lumino/keyboard": ^2.0.1 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.1 - checksum: 906ecd8d02a4ccbd6d09384e181f809ef4c165ca7bbc2388b43276f28d0a7d2949093f8b1782f8e11c988640ffaaeca9fe889722a51ee424cad3314674658695 + "@lumino/widgets": ^2.3.2 + checksum: 5d9fa32f3eb4fac041f75276d5a03118b36257db79a29c5ccabe826d423f15473e60ea337d8148379e8906bf78850a923b149c8d2956089aa940eae419b00e60 languageName: node linkType: hard @@ -2737,11 +2752,11 @@ __metadata: linkType: hard "@lumino/widgets@npm:^2.3.1-alpha.0": - version: 2.3.1 - resolution: "@lumino/widgets@npm:2.3.1" + version: 2.3.2 + resolution: "@lumino/widgets@npm:2.3.2" dependencies: "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.2.0 + "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -2751,7 +2766,7 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - checksum: ba7b8f8839c1cd2a41dbda13281094eb6981a270cccf4f25a0cf83686dcc526a2d8044a20204317630bb7dd4a04d65361408c7623a921549c781afca84b91c67 + checksum: 954fe066b0826cf00c019731bb3f70e635c63be4a0ce27f7573dbe6bd59e2154f511594b50e8f58f44877cf514084128c1e894ecbbbfd6e20d937e5cfb69ca8b languageName: node linkType: hard @@ -3597,6 +3612,49 @@ __metadata: languageName: node linkType: hard +"@xterm/addon-canvas@npm:~0.7.0": + version: 0.7.0 + resolution: "@xterm/addon-canvas@npm:0.7.0" + peerDependencies: + "@xterm/xterm": ^5.0.0 + checksum: 28b9965f34e01a9bbcc31651dee2d4a9380aad528039484cce372b856be820705b293c4b5091cee65208c3dfbf6f944f27ecc6c3b794df5a96036cbf6dba0d74 + languageName: node + linkType: hard + +"@xterm/addon-fit@npm:~0.10.0": + version: 0.10.0 + resolution: "@xterm/addon-fit@npm:0.10.0" + peerDependencies: + "@xterm/xterm": ^5.0.0 + checksum: 8edfad561c0d0316c5883cbe2ce56109f105a2b2bf53b71d5f8c788e656a3205c1093a659dddcf4025a459e4b7ff8e07b6c6a19815c8711deeded560de5f1893 + languageName: node + linkType: hard + +"@xterm/addon-web-links@npm:~0.11.0": + version: 0.11.0 + resolution: "@xterm/addon-web-links@npm:0.11.0" + peerDependencies: + "@xterm/xterm": ^5.0.0 + checksum: c1b36b649b8cddc613213eb9e835daf3106a8be359a19ccacca1f1d9ff883b59d478f166109ee017fa3994d224dcdd82976ad5d5a1221271ab8d3d5684eb141d + languageName: node + linkType: hard + +"@xterm/addon-webgl@npm:~0.18.0": + version: 0.18.0 + resolution: "@xterm/addon-webgl@npm:0.18.0" + peerDependencies: + "@xterm/xterm": ^5.0.0 + checksum: 942ecaa4e08423563a795a1a63fa79637e60d4e3aba1b5fa2f426e1d7b19c553e8c8f1cfad1258461f22e05362e791f642dc6aab7e8766e26d4d3876617d8320 + languageName: node + linkType: hard + +"@xterm/xterm@npm:~5.5.0": + version: 5.5.0 + resolution: "@xterm/xterm@npm:5.5.0" + checksum: 393c1891b95fdd50d05e7a063abdc95a6643d2c45a4231637c23db90511426a95b1b56a5c4c91831121d2710aee9de97cf5e426016c589ca87dea8fff9a41b33 + languageName: node + linkType: hard + "@xtuc/ieee754@npm:^1.2.0": version: 1.2.0 resolution: "@xtuc/ieee754@npm:1.2.0" @@ -11225,49 +11283,6 @@ __metadata: languageName: node linkType: hard -"xterm-addon-canvas@npm:~0.3.0": - version: 0.3.0 - resolution: "xterm-addon-canvas@npm:0.3.0" - peerDependencies: - xterm: ^5.0.0 - checksum: 21eabd28a2718e775399f27e21922ec4e22528576ae88278ef39c68239119e4576eecd59cf0f1c76dfcbea0f82b779f8dbaf4ce38e04e648844c33ac7632d333 - languageName: node - linkType: hard - -"xterm-addon-fit@npm:~0.7.0": - version: 0.7.0 - resolution: "xterm-addon-fit@npm:0.7.0" - peerDependencies: - xterm: ^5.0.0 - checksum: 512d41f80d6f9427ba02dab4e6fd642e94775a9cf7ef72ae4b55eab2a36856b5c67069bfc66b4af412fdce29a0842f9c6382af3672f0b514c4352dfd47defe8f - languageName: node - linkType: hard - -"xterm-addon-web-links@npm:~0.8.0": - version: 0.8.0 - resolution: "xterm-addon-web-links@npm:0.8.0" - peerDependencies: - xterm: ^5.0.0 - checksum: fe07572adfaa84ceeb961db3ae577aeb2342ea5dcd4948170d1b733ae8045693fab8808f9c63cc43a532b033ae95e63e62ac14bc2e34def764e68f6362ccae2b - languageName: node - linkType: hard - -"xterm-addon-webgl@npm:~0.14.0": - version: 0.14.0 - resolution: "xterm-addon-webgl@npm:0.14.0" - peerDependencies: - xterm: ^5.0.0 - checksum: 05f144c920660ad8122aa13564612b1ce71b92ba8f74b3387db3e39b616437659da36b7edf3aefe5900c59956cd6ca1272a0892248df751c8899a202befe019c - languageName: node - linkType: hard - -"xterm@npm:~5.1.0": - version: 5.1.0 - resolution: "xterm@npm:5.1.0" - checksum: cbacbc9dc1bbcf21dabecff46856b43f2d5854b42c1bec4ea03a5720000f2a88d79b0da45b6c38213d6607474a1fbe66d5ff25fa120b7e9e60eeed964dd840a1 - languageName: node - linkType: hard - "y-protocols@npm:^1.0.5": version: 1.0.5 resolution: "y-protocols@npm:1.0.5" diff --git a/jupyterlab/tests/mock_packages/extension/package.json b/jupyterlab/tests/mock_packages/extension/package.json index a30837f9a6dc..32ecc5158a88 100644 --- a/jupyterlab/tests/mock_packages/extension/package.json +++ b/jupyterlab/tests/mock_packages/extension/package.json @@ -1,12 +1,12 @@ { "name": "@jupyterlab/mock-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "dependencies": { - "@jupyterlab/launcher": "^4.2.0-beta.0" + "@jupyterlab/launcher": "^4.2.0-beta.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0" + "@jupyterlab/builder": "^4.2.0-beta.1" }, "jupyterlab": { "extension": true, diff --git a/jupyterlab/tests/mock_packages/interop/consumer/package.json b/jupyterlab/tests/mock_packages/interop/consumer/package.json index 1a3b52382692..bc199f968b43 100644 --- a/jupyterlab/tests/mock_packages/interop/consumer/package.json +++ b/jupyterlab/tests/mock_packages/interop/consumer/package.json @@ -1,12 +1,12 @@ { "name": "@jupyterlab/mock-consumer", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "dependencies": { - "@jupyterlab/mock-token": "^4.2.0-beta.0" + "@jupyterlab/mock-token": "^4.2.0-beta.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0" + "@jupyterlab/builder": "^4.2.0-beta.1" }, "jupyterlab": { "extension": true, diff --git a/jupyterlab/tests/mock_packages/interop/provider/package.json b/jupyterlab/tests/mock_packages/interop/provider/package.json index 63b22c8a9037..64ced8927708 100644 --- a/jupyterlab/tests/mock_packages/interop/provider/package.json +++ b/jupyterlab/tests/mock_packages/interop/provider/package.json @@ -1,12 +1,12 @@ { "name": "@jupyterlab/mock-provider", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "dependencies": { - "@jupyterlab/mock-token": "^4.2.0-beta.0" + "@jupyterlab/mock-token": "^4.2.0-beta.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.2.0-beta.0" + "@jupyterlab/builder": "^4.2.0-beta.1" }, "jupyterlab": { "extension": true diff --git a/jupyterlab/tests/mock_packages/interop/token/package.json b/jupyterlab/tests/mock_packages/interop/token/package.json index bc62144e1a11..1320b9ae8a30 100644 --- a/jupyterlab/tests/mock_packages/interop/token/package.json +++ b/jupyterlab/tests/mock_packages/interop/token/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mock-token", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "dependencies": { "@lumino/coreutils": "^2.1.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index b8a12ee62d82..1ef476dad047 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Application Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,15 +38,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/property-inspector": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/property-inspector": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", diff --git a/packages/application/package.json b/packages/application/package.json index 0d3240bdbc60..e9247eadff58 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Application", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -43,15 +43,15 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.12.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/application": "^2.3.1", "@lumino/commands": "^2.3.0", @@ -64,7 +64,7 @@ "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/apputils-extension/package.json b/packages/apputils-extension/package.json index 42c9a4663a19..71efc0586b37 100644 --- a/packages/apputils-extension/package.json +++ b/packages/apputils-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/apputils-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Application Utilities Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,19 +38,19 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", - "@jupyterlab/workspaces": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", + "@jupyterlab/workspaces": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", diff --git a/packages/apputils/package.json b/packages/apputils/package.json index a11d1af95112..b3fb0ccd6573 100644 --- a/packages/apputils/package.json +++ b/packages/apputils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/apputils", - "version": "4.3.0-beta.0", + "version": "4.3.0-beta.1", "description": "JupyterLab - Application Utilities", "keywords": [ "jupyter", @@ -45,15 +45,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", @@ -68,7 +68,7 @@ "sanitize-html": "~2.12.1" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/sanitize-html": "^2.11.0", "jest": "^29.2.0", diff --git a/packages/attachments/package.json b/packages/attachments/package.json index 8b9852919f9c..9f74e9bf3465 100644 --- a/packages/attachments/package.json +++ b/packages/attachments/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/attachments", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Notebook Cell Attachments", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,10 +37,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", "@lumino/disposable": "^2.1.2", "@lumino/signaling": "^2.1.2" }, diff --git a/packages/cell-toolbar-extension/package.json b/packages/cell-toolbar-extension/package.json index cea6efb25d99..1b69aa61c89c 100644 --- a/packages/cell-toolbar-extension/package.json +++ b/packages/cell-toolbar-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/cell-toolbar-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "Extension for cell toolbar adapted from jlab-enhanced-cell-toolbar", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,11 +34,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cell-toolbar": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cell-toolbar": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/cell-toolbar/package.json b/packages/cell-toolbar/package.json index 335a7a7fcecc..d9bab3e06b7e 100644 --- a/packages/cell-toolbar/package.json +++ b/packages/cell-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/cell-toolbar", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "Contextual cell toolbar adapted from jlab-enhanced-cell-toolbar", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,12 +41,12 @@ }, "dependencies": { "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/disposable": "^2.1.2", @@ -54,7 +54,7 @@ "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/cells/package.json b/packages/cells/package.json index 76126e04c18a..00abb997cc2a 100644 --- a/packages/cells/package.json +++ b/packages/cells/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/cells", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Notebook Cells", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -46,21 +46,21 @@ "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.0", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/attachments": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/outputarea": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/attachments": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/outputarea": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/domutils": "^2.0.1", @@ -73,7 +73,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/react": "^18.0.26", "jest": "^29.2.0", diff --git a/packages/celltags-extension/package.json b/packages/celltags-extension/package.json index 37bad1c749dd..bddb8aaa2d3f 100644 --- a/packages/celltags-extension/package.json +++ b/packages/celltags-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/celltags-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "An extension for manipulating tags in cell metadata", "keywords": [ "jupyter", @@ -40,10 +40,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@rjsf/utils": "^5.13.4", "react": "^18.2.0" diff --git a/packages/codeeditor/package.json b/packages/codeeditor/package.json index de82e6bd6fdd..bdb4a8c1c68a 100644 --- a/packages/codeeditor/package.json +++ b/packages/codeeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codeeditor", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Abstract Code Editor", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -44,13 +44,13 @@ "dependencies": { "@codemirror/state": "^6.4.1", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/dragdrop": "^2.1.4", @@ -60,7 +60,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/codemirror-extension/package.json b/packages/codemirror-extension/package.json index 9a72c1a5db9f..2f314e9f3f24 100644 --- a/packages/codemirror-extension/package.json +++ b/packages/codemirror-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codemirror-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - CodeMirror Provider Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -45,13 +45,13 @@ "@codemirror/search": "^6.5.6", "@codemirror/view": "^6.26.0", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/widgets": "^2.3.2", "@rjsf/utils": "^5.13.4", diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index 05027a5c5d50..88cfd072e6b6 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codemirror", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - CodeMirror Editor Provider", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -59,11 +59,11 @@ "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.0", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lezer/common": "^1.2.1", "@lezer/generator": "^1.7.0", "@lezer/highlight": "^1.2.0", @@ -74,7 +74,7 @@ "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@lezer/generator": "^1.7.0", "@lezer/lr": "^1.4.0", "@types/jest": "^29.2.0", diff --git a/packages/completer-extension/package.json b/packages/completer-extension/package.json index b0bbb775f542..34d2b0456f69 100644 --- a/packages/completer-extension/package.json +++ b/packages/completer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/completer-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Completer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,11 +38,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/completer": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/completer": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", "@rjsf/utils": "^5.13.4", diff --git a/packages/completer/package.json b/packages/completer/package.json index c458405b00da..464bc28771d3 100644 --- a/packages/completer/package.json +++ b/packages/completer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/completer", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Completer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -49,16 +49,16 @@ "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.0", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -68,7 +68,7 @@ "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index 39315f5c5bb0..7e59e1b0e066 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/console-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Code Console Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,18 +38,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/completer": "^4.2.0-beta.0", - "@jupyterlab/console": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/launcher": "^4.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/completer": "^4.2.0-beta.1", + "@jupyterlab/console": "^4.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/launcher": "^4.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", diff --git a/packages/console/package.json b/packages/console/package.json index bdebb395a925..acefdc9fd7a8 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/console", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Code Console", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -46,16 +46,16 @@ "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.0", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/dragdrop": "^2.1.4", @@ -64,8 +64,8 @@ "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/coreutils/package.json b/packages/coreutils/package.json index decd4d1c90f5..5d2d03e1fb6a 100644 --- a/packages/coreutils/package.json +++ b/packages/coreutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/coreutils", - "version": "6.2.0-beta.0", + "version": "6.2.0-beta.1", "description": "JupyterLab - Core Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { diff --git a/packages/csvviewer-extension/package.json b/packages/csvviewer-extension/package.json index bbc7b48a81c2..781dab3e681e 100644 --- a/packages/csvviewer-extension/package.json +++ b/packages/csvviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/csvviewer-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - CSV Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,15 +38,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/csvviewer": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/csvviewer": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/datagrid": "^2.3.1", "@lumino/widgets": "^2.3.2" }, diff --git a/packages/csvviewer/package.json b/packages/csvviewer/package.json index 2bd1214dfbdb..692d573d04a2 100644 --- a/packages/csvviewer/package.json +++ b/packages/csvviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/csvviewer", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - CSV Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,10 +42,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/datagrid": "^2.3.1", "@lumino/disposable": "^2.1.2", @@ -54,7 +54,7 @@ "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "canvas": "^2.11.2", "csv-spectrum": "^1.0.0", diff --git a/packages/debugger-extension/package.json b/packages/debugger-extension/package.json index f64294448a46..50db5595d836 100644 --- a/packages/debugger-extension/package.json +++ b/packages/debugger-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/debugger-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Debugger Extension", "keywords": [ "jupyter", @@ -44,24 +44,24 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/console": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/debugger": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/fileeditor": "^4.2.0-beta.0", - "@jupyterlab/logconsole": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/console": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/debugger": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/fileeditor": "^4.2.0-beta.1", + "@jupyterlab/logconsole": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/react-dom": "^18.0.9", "rimraf": "~5.0.5", diff --git a/packages/debugger/package.json b/packages/debugger/package.json index 4ea1615555d1..2f4068f363c6 100644 --- a/packages/debugger/package.json +++ b/packages/debugger/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/debugger", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Debugger Extension", "keywords": [ "jupyter", @@ -52,21 +52,21 @@ "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.0", "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/console": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/fileeditor": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/console": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/fileeditor": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", @@ -80,7 +80,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "canvas": "^2.11.2", "jest": "^29.2.0", diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 7573498f18fd..8eecd7fe0131 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docmanager-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Document Manager Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,17 +38,17 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", diff --git a/packages/docmanager/package.json b/packages/docmanager/package.json index cdbaf7f54b22..0c21cb86a658 100644 --- a/packages/docmanager/package.json +++ b/packages/docmanager/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docmanager", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Document Manager", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,14 +42,14 @@ "watch": "npm run test -- --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -61,7 +61,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/docregistry/package.json b/packages/docregistry/package.json index e6ac4fe7af5f..b5e958b7f749 100644 --- a/packages/docregistry/package.json +++ b/packages/docregistry/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docregistry", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Document Registry", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -43,15 +43,15 @@ }, "dependencies": { "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -62,7 +62,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 1d041bb2f0f1..90d8e8f3f724 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/documentsearch-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Document Search Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,11 +34,11 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/widgets": "^2.3.2" }, diff --git a/packages/documentsearch/package.json b/packages/documentsearch/package.json index 19c301ea85dc..f07e8e2065d8 100644 --- a/packages/documentsearch/package.json +++ b/packages/documentsearch/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/documentsearch", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Document Search", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,9 +38,9 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -51,7 +51,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/extensionmanager-extension/package.json b/packages/extensionmanager-extension/package.json index 6a1959da2323..50f977f105a4 100644 --- a/packages/extensionmanager-extension/package.json +++ b/packages/extensionmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/extensionmanager-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Extension Manager Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -39,12 +39,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/extensionmanager": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/extensionmanager": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/extensionmanager/package.json b/packages/extensionmanager/package.json index 82cfd20f4f71..d5188e8507fe 100644 --- a/packages/extensionmanager/package.json +++ b/packages/extensionmanager/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/extensionmanager", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Extension Manager", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,11 +37,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/messaging": "^2.0.1", "@lumino/polling": "^2.1.2", "@lumino/widgets": "^2.3.2", diff --git a/packages/filebrowser-extension/package.json b/packages/filebrowser-extension/package.json index 4afce095226f..d4c45321b019 100644 --- a/packages/filebrowser-extension/package.json +++ b/packages/filebrowser-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/filebrowser-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Filebrowser Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,18 +38,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/widgets": "^2.3.2" diff --git a/packages/filebrowser/package.json b/packages/filebrowser/package.json index b51ccceaa18d..97c9e4da5295 100644 --- a/packages/filebrowser/package.json +++ b/packages/filebrowser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/filebrowser", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - FileBrowser Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,15 +42,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -64,7 +64,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/fileeditor-extension/package.json b/packages/fileeditor-extension/package.json index 7a4f40c7ab68..a027d015a121 100644 --- a/packages/fileeditor-extension/package.json +++ b/packages/fileeditor-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/fileeditor-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Editor Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,28 +40,28 @@ "dependencies": { "@codemirror/commands": "^6.3.3", "@codemirror/search": "^6.5.6", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/completer": "^4.2.0-beta.0", - "@jupyterlab/console": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/fileeditor": "^4.2.0-beta.0", - "@jupyterlab/launcher": "^4.2.0-beta.0", - "@jupyterlab/lsp": "^4.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/completer": "^4.2.0-beta.1", + "@jupyterlab/console": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/fileeditor": "^4.2.0-beta.1", + "@jupyterlab/launcher": "^4.2.0-beta.1", + "@jupyterlab/lsp": "^4.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", diff --git a/packages/fileeditor/package.json b/packages/fileeditor/package.json index a08251a62ad2..efcb4f4abeb6 100644 --- a/packages/fileeditor/package.json +++ b/packages/fileeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/fileeditor", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Editor Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,17 +41,17 @@ }, "dependencies": { "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/lsp": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/lsp": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", @@ -60,7 +60,7 @@ "regexp-match-indices": "^1.0.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 2fdf7834c6a5..d689e51cf524 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/help-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Help Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,13 +38,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/signaling": "^2.1.2", "@lumino/virtualdom": "^2.0.1", diff --git a/packages/htmlviewer-extension/package.json b/packages/htmlviewer-extension/package.json index eb5c3fce0d5a..4ef4b8ea10bd 100644 --- a/packages/htmlviewer-extension/package.json +++ b/packages/htmlviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/htmlviewer-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab extension to render HTML files", "keywords": [ "jupyter", @@ -35,14 +35,14 @@ "watch": "tsc -w" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/htmlviewer": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/htmlviewer": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/htmlviewer/package.json b/packages/htmlviewer/package.json index 9f946d570f86..dfb436fb9f87 100644 --- a/packages/htmlviewer/package.json +++ b/packages/htmlviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/htmlviewer", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "A viewer for HTML documents.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,11 +33,11 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/signaling": "^2.1.2", "@lumino/widgets": "^2.3.2", diff --git a/packages/hub-extension/package.json b/packages/hub-extension/package.json index 1a5713a782d6..da736239c4b7 100644 --- a/packages/hub-extension/package.json +++ b/packages/hub-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/hub-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab integration for JupyterHub", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,11 +34,11 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/imageviewer-extension/package.json b/packages/imageviewer-extension/package.json index 325f0334c4cf..ec5d73d95df8 100644 --- a/packages/imageviewer-extension/package.json +++ b/packages/imageviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/imageviewer-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Image Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,11 +38,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/imageviewer": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/imageviewer": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/imageviewer/package.json b/packages/imageviewer/package.json index c1025f802d9a..7fc1006a69bd 100644 --- a/packages/imageviewer/package.json +++ b/packages/imageviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/imageviewer", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Image Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,15 +42,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/inspector-extension/package.json b/packages/inspector-extension/package.json index 02ebb25b194c..0d7af2877525 100644 --- a/packages/inspector-extension/package.json +++ b/packages/inspector-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/inspector-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Code Inspector Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,14 +38,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/console": "^4.2.0-beta.0", - "@jupyterlab/inspector": "^4.2.0-beta.0", - "@jupyterlab/launcher": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/console": "^4.2.0-beta.1", + "@jupyterlab/inspector": "^4.2.0-beta.1", + "@jupyterlab/launcher": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/widgets": "^2.3.2" }, "devDependencies": { diff --git a/packages/inspector/package.json b/packages/inspector/package.json index 5a79958acb93..b10aa9df748a 100644 --- a/packages/inspector/package.json +++ b/packages/inspector/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/inspector", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Code Inspector", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,13 +42,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/polling": "^2.1.2", @@ -56,7 +56,7 @@ "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/javascript-extension/package.json b/packages/javascript-extension/package.json index 148455fcea65..e89c82bf5afa 100644 --- a/packages/javascript-extension/package.json +++ b/packages/javascript-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/javascript-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Javascript Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,8 +33,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0" + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/json-extension/package.json b/packages/json-extension/package.json index 662dc6825ee2..eea5beebd07c 100644 --- a/packages/json-extension/package.json +++ b/packages/json-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/json-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - JSON Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,11 +33,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lezer/highlight": "^1.2.0", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", diff --git a/packages/launcher-extension/package.json b/packages/launcher-extension/package.json index 224da1588193..74e78e34a22d 100644 --- a/packages/launcher-extension/package.json +++ b/packages/launcher-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/launcher-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Launcher Page Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,12 +38,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/launcher": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/launcher": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/widgets": "^2.3.2" diff --git a/packages/launcher/package.json b/packages/launcher/package.json index a485e27808bd..f42f8246c14c 100644 --- a/packages/launcher/package.json +++ b/packages/launcher/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/launcher", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Launcher Panel", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,9 +37,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", diff --git a/packages/logconsole-extension/package.json b/packages/logconsole-extension/package.json index e5d71d137aef..477a7b31efa9 100644 --- a/packages/logconsole-extension/package.json +++ b/packages/logconsole-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/logconsole-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Log Console Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,15 +34,15 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/logconsole": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/logconsole": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/signaling": "^2.1.2", "@lumino/widgets": "^2.3.2", diff --git a/packages/logconsole/package.json b/packages/logconsole/package.json index 754677b50f2d..11b5c72f895d 100644 --- a/packages/logconsole/package.json +++ b/packages/logconsole/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/logconsole", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Log Console", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,12 +38,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/outputarea": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/outputarea": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/messaging": "^2.0.1", @@ -51,7 +51,7 @@ "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/lsp-extension/package.json b/packages/lsp-extension/package.json index e315867e7ef9..8060db814d58 100644 --- a/packages/lsp-extension/package.json +++ b/packages/lsp-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/lsp-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,13 +36,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/lsp": "^4.2.0-beta.0", - "@jupyterlab/running": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/lsp": "^4.2.0-beta.1", + "@jupyterlab/running": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/polling": "^2.1.2", "@lumino/signaling": "^2.1.2", diff --git a/packages/lsp/package.json b/packages/lsp/package.json index 0a62d9e6106d..ba2e2e416f14 100644 --- a/packages/lsp/package.json +++ b/packages/lsp/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/lsp", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,13 +41,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/signaling": "^2.1.2", @@ -58,7 +58,7 @@ "vscode-ws-jsonrpc": "~1.0.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/lodash.mergewith": "^4.6.1", "jest": "^29.2.0", diff --git a/packages/mainmenu-extension/package.json b/packages/mainmenu-extension/package.json index a755d49e1ab3..5faf1414fbe3 100644 --- a/packages/mainmenu-extension/package.json +++ b/packages/mainmenu-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mainmenu-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Main Menu Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,16 +38,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", diff --git a/packages/mainmenu/package.json b/packages/mainmenu/package.json index 49ca24c28798..4762f8c7b5cb 100644 --- a/packages/mainmenu/package.json +++ b/packages/mainmenu/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mainmenu", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Main Menu", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,16 +42,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/markdownviewer-extension/package.json b/packages/markdownviewer-extension/package.json index e1ef3bb2e971..9afd7ead86e4 100644 --- a/packages/markdownviewer-extension/package.json +++ b/packages/markdownviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/markdownviewer-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Markdown Renderer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,14 +38,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/markdownviewer": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/markdownviewer": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/markdownviewer/package.json b/packages/markdownviewer/package.json index 4648a953d126..4b56d2fa4571 100644 --- a/packages/markdownviewer/package.json +++ b/packages/markdownviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/markdownviewer", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Markdown viewer Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,12 +37,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", "@lumino/signaling": "^2.1.2", diff --git a/packages/markedparser-extension/package.json b/packages/markedparser-extension/package.json index 7b0bdd5be6b2..84c8a9dd27c1 100644 --- a/packages/markedparser-extension/package.json +++ b/packages/markedparser-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/markedparser-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Markdown parser provider", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,11 +36,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/mermaid": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/mermaid": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "marked": "^9.1.2", "marked-gfm-heading-id": "^3.1.0", diff --git a/packages/mathjax-extension/package.json b/packages/mathjax-extension/package.json index e60ad63f5589..71fd77d3d946 100644 --- a/packages/mathjax-extension/package.json +++ b/packages/mathjax-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mathjax-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "A JupyterLab extension providing MathJax Typesetting", "keywords": [ "jupyter", @@ -43,8 +43,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "mathjax-full": "^3.2.2" }, diff --git a/packages/mermaid-extension/package.json b/packages/mermaid-extension/package.json index c846b6362387..eb5e028e4959 100644 --- a/packages/mermaid-extension/package.json +++ b/packages/mermaid-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mermaid-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Mermaid Viewer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,11 +37,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/mermaid": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/mermaid": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/mermaid/package.json b/packages/mermaid/package.json index 204887bc95c7..814edca0d606 100644 --- a/packages/mermaid/package.json +++ b/packages/mermaid/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mermaid", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Mermaid Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,9 +42,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/widgets": "^2.3.2", "mermaid": "^10.7.0" diff --git a/packages/metadataform-extension/package.json b/packages/metadataform-extension/package.json index e901cdcc51c6..e68717aad315 100644 --- a/packages/metadataform-extension/package.json +++ b/packages/metadataform-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/metadataform-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "A helper to build form for metadata", "keywords": [ "jupyter", @@ -39,12 +39,12 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/metadataform": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/metadataform": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2" }, "devDependencies": { diff --git a/packages/metadataform/package.json b/packages/metadataform/package.json index 7f1910573b39..a29949bb03b7 100644 --- a/packages/metadataform/package.json +++ b/packages/metadataform/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/metadataform", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "A helper to build form for metadata", "keywords": [ "jupyter", @@ -45,12 +45,12 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", "@lumino/widgets": "^2.3.2", @@ -60,7 +60,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/react": "^18.0.26", "jest": "^29.2.0", diff --git a/packages/metapackage/package.json b/packages/metapackage/package.json index 6e6463084cad..59269f27373f 100644 --- a/packages/metapackage/package.json +++ b/packages/metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/metapackage", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Meta Package. All of the packages used by the core JupyterLab application", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,106 +37,106 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/application-extension": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/apputils-extension": "^4.2.0-beta.0", - "@jupyterlab/attachments": "^4.2.0-beta.0", - "@jupyterlab/cell-toolbar": "^4.2.0-beta.0", - "@jupyterlab/cell-toolbar-extension": "^4.2.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/celltags-extension": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/codemirror-extension": "^4.2.0-beta.0", - "@jupyterlab/completer": "^4.2.0-beta.0", - "@jupyterlab/completer-extension": "^4.2.0-beta.0", - "@jupyterlab/console": "^4.2.0-beta.0", - "@jupyterlab/console-extension": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/csvviewer": "^4.2.0-beta.0", - "@jupyterlab/csvviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/debugger": "^4.2.0-beta.0", - "@jupyterlab/debugger-extension": "^4.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/documentsearch-extension": "^4.2.0-beta.0", - "@jupyterlab/extensionmanager": "^4.2.0-beta.0", - "@jupyterlab/extensionmanager-extension": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/filebrowser-extension": "^4.2.0-beta.0", - "@jupyterlab/fileeditor": "^4.2.0-beta.0", - "@jupyterlab/fileeditor-extension": "^4.2.0-beta.0", - "@jupyterlab/help-extension": "^4.2.0-beta.0", - "@jupyterlab/htmlviewer": "^4.2.0-beta.0", - "@jupyterlab/htmlviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/hub-extension": "^4.2.0-beta.0", - "@jupyterlab/imageviewer": "^4.2.0-beta.0", - "@jupyterlab/imageviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/inspector": "^4.2.0-beta.0", - "@jupyterlab/inspector-extension": "^4.2.0-beta.0", - "@jupyterlab/javascript-extension": "^4.2.0-beta.0", - "@jupyterlab/json-extension": "^4.2.0-beta.0", - "@jupyterlab/launcher": "^4.2.0-beta.0", - "@jupyterlab/launcher-extension": "^4.2.0-beta.0", - "@jupyterlab/logconsole": "^4.2.0-beta.0", - "@jupyterlab/logconsole-extension": "^4.2.0-beta.0", - "@jupyterlab/lsp": "^4.2.0-beta.0", - "@jupyterlab/lsp-extension": "^4.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/mainmenu-extension": "^4.2.0-beta.0", - "@jupyterlab/markdownviewer": "^4.2.0-beta.0", - "@jupyterlab/markdownviewer-extension": "^4.2.0-beta.0", - "@jupyterlab/markedparser-extension": "^4.2.0-beta.0", - "@jupyterlab/mathjax-extension": "^4.2.0-beta.0", - "@jupyterlab/mermaid": "^4.2.0-beta.0", - "@jupyterlab/mermaid-extension": "^4.2.0-beta.0", - "@jupyterlab/metadataform": "^4.2.0-beta.0", - "@jupyterlab/metadataform-extension": "^4.2.0-beta.0", - "@jupyterlab/nbconvert-css": "^4.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/notebook-extension": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/outputarea": "^4.2.0-beta.0", - "@jupyterlab/pdf-extension": "^4.2.0-beta.0", - "@jupyterlab/pluginmanager": "^4.2.0-beta.0", - "@jupyterlab/pluginmanager-extension": "^4.2.0-beta.0", - "@jupyterlab/property-inspector": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/rendermime-extension": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/running": "^4.2.0-beta.0", - "@jupyterlab/running-extension": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingeditor": "^4.2.0-beta.0", - "@jupyterlab/settingeditor-extension": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/shortcuts-extension": "^5.0.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/statusbar-extension": "^4.2.0-beta.0", - "@jupyterlab/terminal": "^4.2.0-beta.0", - "@jupyterlab/terminal-extension": "^4.2.0-beta.0", - "@jupyterlab/theme-dark-extension": "^4.2.0-beta.0", - "@jupyterlab/theme-dark-high-contrast-extension": "^4.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/toc-extension": "^6.2.0-beta.0", - "@jupyterlab/tooltip": "^4.2.0-beta.0", - "@jupyterlab/tooltip-extension": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/translation-extension": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", - "@jupyterlab/ui-components-extension": "^4.2.0-beta.0", - "@jupyterlab/vega5-extension": "^4.2.0-beta.0", - "@jupyterlab/workspaces": "^4.2.0-beta.0", - "@jupyterlab/workspaces-extension": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/application-extension": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/apputils-extension": "^4.2.0-beta.1", + "@jupyterlab/attachments": "^4.2.0-beta.1", + "@jupyterlab/cell-toolbar": "^4.2.0-beta.1", + "@jupyterlab/cell-toolbar-extension": "^4.2.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/celltags-extension": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/codemirror-extension": "^4.2.0-beta.1", + "@jupyterlab/completer": "^4.2.0-beta.1", + "@jupyterlab/completer-extension": "^4.2.0-beta.1", + "@jupyterlab/console": "^4.2.0-beta.1", + "@jupyterlab/console-extension": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/csvviewer": "^4.2.0-beta.1", + "@jupyterlab/csvviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/debugger": "^4.2.0-beta.1", + "@jupyterlab/debugger-extension": "^4.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/documentsearch-extension": "^4.2.0-beta.1", + "@jupyterlab/extensionmanager": "^4.2.0-beta.1", + "@jupyterlab/extensionmanager-extension": "^4.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/filebrowser-extension": "^4.2.0-beta.1", + "@jupyterlab/fileeditor": "^4.2.0-beta.1", + "@jupyterlab/fileeditor-extension": "^4.2.0-beta.1", + "@jupyterlab/help-extension": "^4.2.0-beta.1", + "@jupyterlab/htmlviewer": "^4.2.0-beta.1", + "@jupyterlab/htmlviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/hub-extension": "^4.2.0-beta.1", + "@jupyterlab/imageviewer": "^4.2.0-beta.1", + "@jupyterlab/imageviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/inspector": "^4.2.0-beta.1", + "@jupyterlab/inspector-extension": "^4.2.0-beta.1", + "@jupyterlab/javascript-extension": "^4.2.0-beta.1", + "@jupyterlab/json-extension": "^4.2.0-beta.1", + "@jupyterlab/launcher": "^4.2.0-beta.1", + "@jupyterlab/launcher-extension": "^4.2.0-beta.1", + "@jupyterlab/logconsole": "^4.2.0-beta.1", + "@jupyterlab/logconsole-extension": "^4.2.0-beta.1", + "@jupyterlab/lsp": "^4.2.0-beta.1", + "@jupyterlab/lsp-extension": "^4.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/mainmenu-extension": "^4.2.0-beta.1", + "@jupyterlab/markdownviewer": "^4.2.0-beta.1", + "@jupyterlab/markdownviewer-extension": "^4.2.0-beta.1", + "@jupyterlab/markedparser-extension": "^4.2.0-beta.1", + "@jupyterlab/mathjax-extension": "^4.2.0-beta.1", + "@jupyterlab/mermaid": "^4.2.0-beta.1", + "@jupyterlab/mermaid-extension": "^4.2.0-beta.1", + "@jupyterlab/metadataform": "^4.2.0-beta.1", + "@jupyterlab/metadataform-extension": "^4.2.0-beta.1", + "@jupyterlab/nbconvert-css": "^4.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/notebook-extension": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/outputarea": "^4.2.0-beta.1", + "@jupyterlab/pdf-extension": "^4.2.0-beta.1", + "@jupyterlab/pluginmanager": "^4.2.0-beta.1", + "@jupyterlab/pluginmanager-extension": "^4.2.0-beta.1", + "@jupyterlab/property-inspector": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/rendermime-extension": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/running": "^4.2.0-beta.1", + "@jupyterlab/running-extension": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingeditor": "^4.2.0-beta.1", + "@jupyterlab/settingeditor-extension": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/shortcuts-extension": "^5.0.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/statusbar-extension": "^4.2.0-beta.1", + "@jupyterlab/terminal": "^4.2.0-beta.1", + "@jupyterlab/terminal-extension": "^4.2.0-beta.1", + "@jupyterlab/theme-dark-extension": "^4.2.0-beta.1", + "@jupyterlab/theme-dark-high-contrast-extension": "^4.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/toc-extension": "^6.2.0-beta.1", + "@jupyterlab/tooltip": "^4.2.0-beta.1", + "@jupyterlab/tooltip-extension": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/translation-extension": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", + "@jupyterlab/ui-components-extension": "^4.2.0-beta.1", + "@jupyterlab/vega5-extension": "^4.2.0-beta.1", + "@jupyterlab/workspaces": "^4.2.0-beta.1", + "@jupyterlab/workspaces-extension": "^4.2.0-beta.1" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "fs-extra": "^10.1.0", "jest": "^29.2.0", diff --git a/packages/nbconvert-css/package.json b/packages/nbconvert-css/package.json index b73b5a61ac51..9c1ca366aa83 100644 --- a/packages/nbconvert-css/package.json +++ b/packages/nbconvert-css/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/nbconvert-css", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "CSS bundle for the JupyterLab nbconvert template", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -31,13 +31,13 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/outputarea": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/outputarea": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1" }, "devDependencies": { "css-loader": "^6.7.1", diff --git a/packages/nbformat/package.json b/packages/nbformat/package.json index dfef7f7014f1..5de5de46987f 100644 --- a/packages/nbformat/package.json +++ b/packages/nbformat/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/nbformat", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "Notebook format interfaces", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,7 +41,7 @@ "@lumino/coreutils": "^2.1.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 8100e2c15118..9b58ce30cd0b 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/notebook-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Notebook Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,35 +38,35 @@ }, "dependencies": { "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/completer": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/docmanager-extension": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/launcher": "^4.2.0-beta.0", - "@jupyterlab/logconsole": "^4.2.0-beta.0", - "@jupyterlab/lsp": "^4.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/metadataform": "^4.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/property-inspector": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/completer": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/docmanager-extension": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/launcher": "^4.2.0-beta.1", + "@jupyterlab/logconsole": "^4.2.0-beta.1", + "@jupyterlab/lsp": "^4.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/metadataform": "^4.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/property-inspector": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", diff --git a/packages/notebook/package.json b/packages/notebook/package.json index 308bf7be900d..8d38b9cfba3b 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/notebook", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Notebook", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,23 +42,23 @@ }, "dependencies": { "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/cells": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/codemirror": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/documentsearch": "^4.2.0-beta.0", - "@jupyterlab/lsp": "^4.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/cells": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/codemirror": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/documentsearch": "^4.2.0-beta.1", + "@jupyterlab/lsp": "^4.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -73,7 +73,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/observables/package.json b/packages/observables/package.json index da9460328e28..9ce8938afc4c 100644 --- a/packages/observables/package.json +++ b/packages/observables/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/observables", - "version": "5.2.0-beta.0", + "version": "5.2.0-beta.1", "description": "Data structures which may be observed for changes.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -44,7 +44,7 @@ "@lumino/signaling": "^2.1.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/outputarea/package.json b/packages/outputarea/package.json index 3839606f26ef..b461d0069d6a 100644 --- a/packages/outputarea/package.json +++ b/packages/outputarea/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/outputarea", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Notebook Output Area", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,13 +42,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -58,7 +58,7 @@ "@lumino/widgets": "^2.3.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/pdf-extension/package.json b/packages/pdf-extension/package.json index d38dd7c52b0e..87b4fe3f5c72 100644 --- a/packages/pdf-extension/package.json +++ b/packages/pdf-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/pdf-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - PDF Viewer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,7 +37,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/widgets": "^2.3.2" diff --git a/packages/pluginmanager-extension/package.json b/packages/pluginmanager-extension/package.json index 820a599ab45a..88dc31511957 100644 --- a/packages/pluginmanager-extension/package.json +++ b/packages/pluginmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/pluginmanager-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "Enable/disable plugins from user interface", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,11 +35,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/pluginmanager": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/pluginmanager": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2" }, "devDependencies": { diff --git a/packages/pluginmanager/package.json b/packages/pluginmanager/package.json index 3288bed218b1..14c040aa338b 100644 --- a/packages/pluginmanager/package.json +++ b/packages/pluginmanager/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/pluginmanager", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "List, enable or disable individual plugins.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -39,19 +39,19 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/signaling": "^2.1.2", "@lumino/widgets": "^2.3.2", "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/property-inspector/package.json b/packages/property-inspector/package.json index 49b28ff08d4e..05cb1a9b9a47 100644 --- a/packages/property-inspector/package.json +++ b/packages/property-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/property-inspector", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "A property inspector display for widgets", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,9 +34,9 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/signaling": "^2.1.2", diff --git a/packages/rendermime-extension/package.json b/packages/rendermime-extension/package.json index ebeb51c84c56..8a95e9019982 100644 --- a/packages/rendermime-extension/package.json +++ b/packages/rendermime-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "A rendermime extension for JupyterLab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,11 +34,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/rendermime-interfaces/package.json b/packages/rendermime-interfaces/package.json index 5c3a090a25ea..54c21a199ef6 100644 --- a/packages/rendermime-interfaces/package.json +++ b/packages/rendermime-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime-interfaces", - "version": "3.10.0-beta.0", + "version": "3.10.0-beta.1", "description": "JupyterLab - Interfaces for Mime Renderers", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { diff --git a/packages/rendermime/package.json b/packages/rendermime/package.json index c774ce25ce76..aafbde0c141a 100644 --- a/packages/rendermime/package.json +++ b/packages/rendermime/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - RenderMime", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,13 +42,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", "@lumino/signaling": "^2.1.2", @@ -56,7 +56,7 @@ "lodash.escape": "^4.0.1" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/lodash.escape": "^4.0.6", "fs-extra": "^10.1.0", diff --git a/packages/running-extension/package.json b/packages/running-extension/package.json index a10aed1c1ece..737f7224a60f 100644 --- a/packages/running-extension/package.json +++ b/packages/running-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/running-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Running Sessions Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,17 +38,17 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docmanager": "^4.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/running": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docmanager": "^4.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/running": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/polling": "^2.1.2", "@lumino/signaling": "^2.1.2", diff --git a/packages/running/package.json b/packages/running/package.json index 3a75b952d7a9..c1aed117c1c9 100644 --- a/packages/running/package.json +++ b/packages/running/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/running", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Running Sessions Panel", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,10 +37,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/domutils": "^2.0.1", diff --git a/packages/services/examples/browser/package.json b/packages/services/examples/browser/package.json index 5933cc173798..0d908b59e611 100644 --- a/packages/services/examples/browser/package.json +++ b/packages/services/examples/browser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-services-browser", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "files": [ "lib/*.{d.ts,js,js.map}" @@ -10,8 +10,8 @@ "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo" }, "dependencies": { - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", "@lumino/coreutils": "^2.1.2" }, "devDependencies": { diff --git a/packages/services/examples/node/package.json b/packages/services/examples/node/package.json index 891ce2c98c58..a9e53451b3d6 100644 --- a/packages/services/examples/node/package.json +++ b/packages/services/examples/node/package.json @@ -1,13 +1,13 @@ { "name": "node-example", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "scripts": { "clean": "rimraf node_modules", "update": "rimraf node_modules/@jupyterlab/services && npm install" }, "dependencies": { - "@jupyterlab/services": "^7.2.0-beta.0", + "@jupyterlab/services": "^7.2.0-beta.1", "ws": "^8.11.0" }, "devDependencies": { diff --git a/packages/services/examples/typescript-browser-with-output/package.json b/packages/services/examples/typescript-browser-with-output/package.json index ed663502ccc6..1a36b850b4fa 100644 --- a/packages/services/examples/typescript-browser-with-output/package.json +++ b/packages/services/examples/typescript-browser-with-output/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-services-outputarea", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "sideEffects": [ "style/*" @@ -16,10 +16,10 @@ "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo" }, "dependencies": { - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/outputarea": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0" + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/outputarea": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1" }, "devDependencies": { "css-loader": "^6.7.1", diff --git a/packages/services/package.json b/packages/services/package.json index 691fba4d60cd..6e811a9fb520 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/services", - "version": "7.2.0-beta.0", + "version": "7.2.0-beta.1", "description": "Client APIs for the Jupyter services REST APIs", "keywords": [ "jupyter", @@ -47,10 +47,10 @@ }, "dependencies": { "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/polling": "^2.1.2", @@ -59,7 +59,7 @@ "ws": "^8.11.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/ws": "^8.5.3", "jest": "^29.2.0", diff --git a/packages/settingeditor-extension/package.json b/packages/settingeditor-extension/package.json index bf2c4907768e..c055b1c172b3 100644 --- a/packages/settingeditor-extension/package.json +++ b/packages/settingeditor-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingeditor-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Setting Editor Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,16 +38,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/pluginmanager": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/settingeditor": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/pluginmanager": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/settingeditor": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/disposable": "^2.1.2" }, "devDependencies": { diff --git a/packages/settingeditor/package.json b/packages/settingeditor/package.json index ef3f15f1dba4..f704772d74c6 100644 --- a/packages/settingeditor/package.json +++ b/packages/settingeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingeditor", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "The JupyterLab default setting editor interface", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,15 +42,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/inspector": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/inspector": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", @@ -66,7 +66,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/react": "^18.0.26", "@types/react-test-renderer": "^18.0.0", diff --git a/packages/settingregistry/package.json b/packages/settingregistry/package.json index 5c164f1166a4..c90e952db465 100644 --- a/packages/settingregistry/package.json +++ b/packages/settingregistry/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingregistry", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "Settings registry for Jupyterlab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,8 +37,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/nbformat": "^4.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", + "@jupyterlab/nbformat": "^4.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -48,7 +48,7 @@ "json5": "^2.2.3" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/shortcuts-extension/package.json b/packages/shortcuts-extension/package.json index 20cb97512a21..00157106f297 100644 --- a/packages/shortcuts-extension/package.json +++ b/packages/shortcuts-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/shortcuts-extension", - "version": "5.0.0-beta.0", + "version": "5.0.0-beta.1", "description": "JupyterLab - Shortcuts Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,10 +41,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", @@ -55,7 +55,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/statedb/package.json b/packages/statedb/package.json index 090903e93274..4b83f450c422 100644 --- a/packages/statedb/package.json +++ b/packages/statedb/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statedb", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "Package for managing state in Jupyterlab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -43,7 +43,7 @@ "@lumino/signaling": "^2.1.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/statusbar-extension/package.json b/packages/statusbar-extension/package.json index 91c35518ac92..1dc03856ca3a 100644 --- a/packages/statusbar-extension/package.json +++ b/packages/statusbar-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statusbar-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Statusbar Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,11 +37,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/statusbar": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/statusbar": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "@types/react": "^18.0.26", diff --git a/packages/statusbar/package.json b/packages/statusbar/package.json index 239ba1de9298..bb035e6f0ac5 100644 --- a/packages/statusbar/package.json +++ b/packages/statusbar/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statusbar", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab statusbar package.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,7 +37,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -47,7 +47,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index d8efabf7e82f..6951e16d4a98 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/terminal-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Terminal Emulator Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,16 +38,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/launcher": "^4.2.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/running": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/terminal": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/launcher": "^4.2.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/running": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/terminal": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/widgets": "^2.3.2" }, "devDependencies": { diff --git a/packages/terminal/package.json b/packages/terminal/package.json index f2ea5deaa7f6..85e1110ff1ac 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/terminal", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Terminal Emulator Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -42,9 +42,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/domutils": "^2.0.1", "@lumino/messaging": "^2.0.1", @@ -56,7 +56,7 @@ "@xterm/xterm": "~5.5.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "canvas": "^2.11.2", "jest": "^29.2.0", diff --git a/packages/testing/package.json b/packages/testing/package.json index b6fb18f9749e..3e01694659df 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/testing", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab basic testing utilities.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,7 +35,7 @@ "dependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", - "@jupyterlab/coreutils": "^6.2.0-beta.0", + "@jupyterlab/coreutils": "^6.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/signaling": "^2.1.2", "deepmerge": "^4.2.2", diff --git a/packages/theme-dark-extension/package.json b/packages/theme-dark-extension/package.json index 57f6c2534b3e..cf091d354367 100644 --- a/packages/theme-dark-extension/package.json +++ b/packages/theme-dark-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/theme-dark-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Default Dark Theme", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,9 +32,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/theme-dark-high-contrast-extension/package.json b/packages/theme-dark-high-contrast-extension/package.json index 6d700eb51496..d2791b2f36f5 100644 --- a/packages/theme-dark-high-contrast-extension/package.json +++ b/packages/theme-dark-high-contrast-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/theme-dark-high-contrast-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Dark High Contrast Theme", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,9 +32,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/theme-light-extension/package.json b/packages/theme-light-extension/package.json index 514a84b264bc..172847771e96 100644 --- a/packages/theme-light-extension/package.json +++ b/packages/theme-light-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/theme-light-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Default Light Theme", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,9 +32,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/toc-extension/package.json b/packages/toc-extension/package.json index 87e514d82b21..1ebeb8866bbd 100644 --- a/packages/toc-extension/package.json +++ b/packages/toc-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/toc-extension", - "version": "6.2.0-beta.0", + "version": "6.2.0-beta.1", "description": "JupyterLab - Table of Contents widget extension", "keywords": [ "jupyter", @@ -41,11 +41,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/toc": "^6.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/toc": "^6.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/toc/package.json b/packages/toc/package.json index 28f4db619452..963a38b801f7 100644 --- a/packages/toc/package.json +++ b/packages/toc/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/toc", - "version": "6.2.0-beta.0", + "version": "6.2.0-beta.1", "description": "JupyterLab - Table of Contents widget", "keywords": [ "jupyterlab" @@ -41,14 +41,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/docregistry": "^4.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/docregistry": "^4.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/messaging": "^2.0.1", @@ -57,7 +57,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/react": "^18.0.26", "jest": "^29.2.0", diff --git a/packages/tooltip-extension/package.json b/packages/tooltip-extension/package.json index 01789261e6fb..a4e6a91d7b80 100644 --- a/packages/tooltip-extension/package.json +++ b/packages/tooltip-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/tooltip-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Tooltip Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,16 +38,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/console": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/fileeditor": "^4.2.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/tooltip": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/console": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/fileeditor": "^4.2.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/tooltip": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/widgets": "^2.3.2" diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index a69d1b7fbdc8..c748dc59272d 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/tooltip", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Tooltip Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,10 +37,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/codeeditor": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/codeeditor": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", "@lumino/widgets": "^2.3.2" diff --git a/packages/translation-extension/package.json b/packages/translation-extension/package.json index 9df556512273..6699cca115a2 100644 --- a/packages/translation-extension/package.json +++ b/packages/translation-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/translation-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Translation services", "keywords": [ "jupyter", @@ -37,11 +37,11 @@ "watch": "tsc -w" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/mainmenu": "^4.2.0-beta.0", - "@jupyterlab/settingregistry": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/mainmenu": "^4.2.0-beta.1", + "@jupyterlab/settingregistry": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/translation/package.json b/packages/translation/package.json index 6bf999622720..877d5e7c42dd 100644 --- a/packages/translation/package.json +++ b/packages/translation/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/translation", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Translation services", "keywords": [ "jupyter", @@ -38,14 +38,14 @@ "watch": "tsc -w" }, "dependencies": { - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", "@lumino/coreutils": "^2.1.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/packages/ui-components-extension/package.json b/packages/ui-components-extension/package.json index fd2723e7a07a..8a38abba57f1 100644 --- a/packages/ui-components-extension/package.json +++ b/packages/ui-components-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-components-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - UI component plugins", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,8 +33,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/packages/ui-components/examples/simple-windowed-list/package.json b/packages/ui-components/examples/simple-windowed-list/package.json index 507b9b965301..931d97e28eed 100644 --- a/packages/ui-components/examples/simple-windowed-list/package.json +++ b/packages/ui-components/examples/simple-windowed-list/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-simple-list", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "private": true, "style": "style/index.css", "scripts": { @@ -9,11 +9,11 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/theme-light-extension": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/theme-light-extension": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", "@lumino/messaging": "^2.0.1", "@lumino/widgets": "^2.3.2" }, diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index d7e950e806cf..ae957e855987 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-components", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - UI components written in React", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -43,10 +43,10 @@ "dependencies": { "@jupyter/react-components": "^0.15.2", "@jupyter/web-components": "^0.15.2", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/observables": "^5.2.0-beta.0", - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/observables": "^5.2.0-beta.1", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.3.0", "@lumino/coreutils": "^2.1.2", @@ -64,7 +64,7 @@ "typestyle": "^2.0.4" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/react": "^18.0.26", "jest": "^29.2.0", diff --git a/packages/vega5-extension/package.json b/packages/vega5-extension/package.json index 810e4182391e..b3f16c0dac25 100644 --- a/packages/vega5-extension/package.json +++ b/packages/vega5-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/vega5-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Vega 5 and Vega-Lite 5 Mime Renderer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.0", + "@jupyterlab/rendermime-interfaces": "^3.10.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/widgets": "^2.3.2", "vega": "^5.20.0", @@ -46,7 +46,7 @@ "vega-lite": "^5.6.1-next.1" }, "devDependencies": { - "@jupyterlab/testutils": "^4.2.0-beta.0", + "@jupyterlab/testutils": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "@types/webpack-env": "^1.18.0", "jest": "^29.2.0", diff --git a/packages/workspaces-extension/package.json b/packages/workspaces-extension/package.json index 03109d342a92..73c936720e6e 100644 --- a/packages/workspaces-extension/package.json +++ b/packages/workspaces-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/workspaces-extension", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab Extension providing UI for workspace management", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,16 +35,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/coreutils": "^6.2.0-beta.0", - "@jupyterlab/filebrowser": "^4.2.0-beta.0", - "@jupyterlab/running": "^4.2.0-beta.0", - "@jupyterlab/services": "^7.2.0-beta.0", - "@jupyterlab/statedb": "^4.2.0-beta.0", - "@jupyterlab/translation": "^4.2.0-beta.0", - "@jupyterlab/ui-components": "^4.2.0-beta.0", - "@jupyterlab/workspaces": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/coreutils": "^6.2.0-beta.1", + "@jupyterlab/filebrowser": "^4.2.0-beta.1", + "@jupyterlab/running": "^4.2.0-beta.1", + "@jupyterlab/services": "^7.2.0-beta.1", + "@jupyterlab/statedb": "^4.2.0-beta.1", + "@jupyterlab/translation": "^4.2.0-beta.1", + "@jupyterlab/ui-components": "^4.2.0-beta.1", + "@jupyterlab/workspaces": "^4.2.0-beta.1" }, "devDependencies": { "@types/jest": "^29.2.0", diff --git a/packages/workspaces/package.json b/packages/workspaces/package.json index a2ebece311c0..735f765453fe 100644 --- a/packages/workspaces/package.json +++ b/packages/workspaces/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/workspaces", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab workspaces management", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -39,14 +39,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/services": "^7.2.0-beta.0", + "@jupyterlab/services": "^7.2.0-beta.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/polling": "^2.1.2", "@lumino/signaling": "^2.1.2" }, "devDependencies": { - "@jupyterlab/testing": "^4.2.0-beta.0", + "@jupyterlab/testing": "^4.2.0-beta.1", "@types/jest": "^29.2.0", "jest": "^29.2.0", "rimraf": "~5.0.5", diff --git a/testutils/package.json b/testutils/package.json index 5a3c56b6e226..22f19c43e26b 100644 --- a/testutils/package.json +++ b/testutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/testutils", - "version": "4.2.0-beta.0", + "version": "4.2.0-beta.1", "description": "JupyterLab - Test Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -31,11 +31,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^4.2.0-beta.0", - "@jupyterlab/apputils": "^4.3.0-beta.0", - "@jupyterlab/notebook": "^4.2.0-beta.0", - "@jupyterlab/rendermime": "^4.2.0-beta.0", - "@jupyterlab/testing": "^4.2.0-beta.0" + "@jupyterlab/application": "^4.2.0-beta.1", + "@jupyterlab/apputils": "^4.3.0-beta.1", + "@jupyterlab/notebook": "^4.2.0-beta.1", + "@jupyterlab/rendermime": "^4.2.0-beta.1", + "@jupyterlab/testing": "^4.2.0-beta.1" }, "devDependencies": { "rimraf": "~5.0.5", diff --git a/yarn.lock b/yarn.lock index 01107b83772e..a0e4d8ab8792 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2089,19 +2089,19 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application-extension@^4.2.0-beta.0, @jupyterlab/application-extension@workspace:packages/application-extension, @jupyterlab/application-extension@~4.2.0-beta.0": +"@jupyterlab/application-extension@^4.2.0-beta.1, @jupyterlab/application-extension@workspace:packages/application-extension, @jupyterlab/application-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/application-extension@workspace:packages/application-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/property-inspector": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/property-inspector": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2118,58 +2118,58 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/application-top@workspace:dev_mode" dependencies: - "@jupyterlab/application": ~4.2.0-beta.0 - "@jupyterlab/application-extension": ~4.2.0-beta.0 - "@jupyterlab/apputils-extension": ~4.2.0-beta.0 - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/buildutils": ^4.2.0-beta.0 - "@jupyterlab/cell-toolbar-extension": ~4.2.0-beta.0 - "@jupyterlab/celltags-extension": ~4.2.0-beta.0 - "@jupyterlab/codemirror-extension": ~4.2.0-beta.0 - "@jupyterlab/completer-extension": ~4.2.0-beta.0 - "@jupyterlab/console-extension": ~4.2.0-beta.0 - "@jupyterlab/coreutils": ~6.2.0-beta.0 - "@jupyterlab/csvviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/debugger-extension": ~4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/documentsearch-extension": ~4.2.0-beta.0 - "@jupyterlab/extensionmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/filebrowser-extension": ~4.2.0-beta.0 - "@jupyterlab/fileeditor-extension": ~4.2.0-beta.0 - "@jupyterlab/help-extension": ~4.2.0-beta.0 - "@jupyterlab/htmlviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/hub-extension": ~4.2.0-beta.0 - "@jupyterlab/imageviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/inspector-extension": ~4.2.0-beta.0 - "@jupyterlab/javascript-extension": ~4.2.0-beta.0 - "@jupyterlab/json-extension": ~4.2.0-beta.0 - "@jupyterlab/launcher-extension": ~4.2.0-beta.0 - "@jupyterlab/logconsole-extension": ~4.2.0-beta.0 - "@jupyterlab/lsp-extension": ~4.2.0-beta.0 - "@jupyterlab/mainmenu-extension": ~4.2.0-beta.0 - "@jupyterlab/markdownviewer-extension": ~4.2.0-beta.0 - "@jupyterlab/markedparser-extension": ~4.2.0-beta.0 - "@jupyterlab/mathjax-extension": ~4.2.0-beta.0 - "@jupyterlab/mermaid-extension": ~4.2.0-beta.0 - "@jupyterlab/metadataform-extension": ~4.2.0-beta.0 - "@jupyterlab/notebook-extension": ~4.2.0-beta.0 - "@jupyterlab/pdf-extension": ~4.2.0-beta.0 - "@jupyterlab/pluginmanager-extension": ~4.2.0-beta.0 - "@jupyterlab/rendermime-extension": ~4.2.0-beta.0 - "@jupyterlab/running-extension": ~4.2.0-beta.0 - "@jupyterlab/settingeditor-extension": ~4.2.0-beta.0 - "@jupyterlab/shortcuts-extension": ~5.0.0-beta.0 - "@jupyterlab/statusbar-extension": ~4.2.0-beta.0 - "@jupyterlab/terminal-extension": ~4.2.0-beta.0 - "@jupyterlab/theme-dark-extension": ~4.2.0-beta.0 - "@jupyterlab/theme-dark-high-contrast-extension": ~4.2.0-beta.0 - "@jupyterlab/theme-light-extension": ~4.2.0-beta.0 - "@jupyterlab/toc-extension": ~6.2.0-beta.0 - "@jupyterlab/tooltip-extension": ~4.2.0-beta.0 - "@jupyterlab/translation-extension": ~4.2.0-beta.0 - "@jupyterlab/ui-components-extension": ~4.2.0-beta.0 - "@jupyterlab/vega5-extension": ~4.2.0-beta.0 - "@jupyterlab/workspaces-extension": ~4.2.0-beta.0 + "@jupyterlab/application": ~4.2.0-beta.1 + "@jupyterlab/application-extension": ~4.2.0-beta.1 + "@jupyterlab/apputils-extension": ~4.2.0-beta.1 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/buildutils": ^4.2.0-beta.1 + "@jupyterlab/cell-toolbar-extension": ~4.2.0-beta.1 + "@jupyterlab/celltags-extension": ~4.2.0-beta.1 + "@jupyterlab/codemirror-extension": ~4.2.0-beta.1 + "@jupyterlab/completer-extension": ~4.2.0-beta.1 + "@jupyterlab/console-extension": ~4.2.0-beta.1 + "@jupyterlab/coreutils": ~6.2.0-beta.1 + "@jupyterlab/csvviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/debugger-extension": ~4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/documentsearch-extension": ~4.2.0-beta.1 + "@jupyterlab/extensionmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/filebrowser-extension": ~4.2.0-beta.1 + "@jupyterlab/fileeditor-extension": ~4.2.0-beta.1 + "@jupyterlab/help-extension": ~4.2.0-beta.1 + "@jupyterlab/htmlviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/hub-extension": ~4.2.0-beta.1 + "@jupyterlab/imageviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/inspector-extension": ~4.2.0-beta.1 + "@jupyterlab/javascript-extension": ~4.2.0-beta.1 + "@jupyterlab/json-extension": ~4.2.0-beta.1 + "@jupyterlab/launcher-extension": ~4.2.0-beta.1 + "@jupyterlab/logconsole-extension": ~4.2.0-beta.1 + "@jupyterlab/lsp-extension": ~4.2.0-beta.1 + "@jupyterlab/mainmenu-extension": ~4.2.0-beta.1 + "@jupyterlab/markdownviewer-extension": ~4.2.0-beta.1 + "@jupyterlab/markedparser-extension": ~4.2.0-beta.1 + "@jupyterlab/mathjax-extension": ~4.2.0-beta.1 + "@jupyterlab/mermaid-extension": ~4.2.0-beta.1 + "@jupyterlab/metadataform-extension": ~4.2.0-beta.1 + "@jupyterlab/notebook-extension": ~4.2.0-beta.1 + "@jupyterlab/pdf-extension": ~4.2.0-beta.1 + "@jupyterlab/pluginmanager-extension": ~4.2.0-beta.1 + "@jupyterlab/rendermime-extension": ~4.2.0-beta.1 + "@jupyterlab/running-extension": ~4.2.0-beta.1 + "@jupyterlab/settingeditor-extension": ~4.2.0-beta.1 + "@jupyterlab/shortcuts-extension": ~5.0.0-beta.1 + "@jupyterlab/statusbar-extension": ~4.2.0-beta.1 + "@jupyterlab/terminal-extension": ~4.2.0-beta.1 + "@jupyterlab/theme-dark-extension": ~4.2.0-beta.1 + "@jupyterlab/theme-dark-high-contrast-extension": ~4.2.0-beta.1 + "@jupyterlab/theme-light-extension": ~4.2.0-beta.1 + "@jupyterlab/toc-extension": ~6.2.0-beta.1 + "@jupyterlab/tooltip-extension": ~4.2.0-beta.1 + "@jupyterlab/translation-extension": ~4.2.0-beta.1 + "@jupyterlab/ui-components-extension": ~4.2.0-beta.1 + "@jupyterlab/vega5-extension": ~4.2.0-beta.1 + "@jupyterlab/workspaces-extension": ~4.2.0-beta.1 chokidar: ^3.4.0 css-loader: ^6.7.1 duplicate-package-checker-webpack-plugin: ^3.0.0 @@ -2194,21 +2194,21 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/application@^4.2.0-beta.0, @jupyterlab/application@workspace:packages/application, @jupyterlab/application@~4.2.0-beta.0": +"@jupyterlab/application@^4.2.0-beta.1, @jupyterlab/application@workspace:packages/application, @jupyterlab/application@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/application@workspace:packages/application" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.1 "@lumino/commands": ^2.3.0 @@ -2227,23 +2227,23 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/apputils-extension@^4.2.0-beta.0, @jupyterlab/apputils-extension@workspace:packages/apputils-extension, @jupyterlab/apputils-extension@~4.2.0-beta.0": +"@jupyterlab/apputils-extension@^4.2.0-beta.1, @jupyterlab/apputils-extension@workspace:packages/apputils-extension, @jupyterlab/apputils-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/apputils-extension@workspace:packages/apputils-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@jupyterlab/workspaces": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@jupyterlab/workspaces": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2260,20 +2260,20 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/apputils@^4.3.0-beta.0, @jupyterlab/apputils@workspace:packages/apputils": +"@jupyterlab/apputils@^4.3.0-beta.1, @jupyterlab/apputils@workspace:packages/apputils": version: 0.0.0-use.local resolution: "@jupyterlab/apputils@workspace:packages/apputils" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2295,14 +2295,14 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/attachments@^4.2.0-beta.0, @jupyterlab/attachments@workspace:packages/attachments": +"@jupyterlab/attachments@^4.2.0-beta.1, @jupyterlab/attachments@workspace:packages/attachments": version: 0.0.0-use.local resolution: "@jupyterlab/attachments@workspace:packages/attachments" dependencies: - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 rimraf: ~5.0.5 @@ -2311,7 +2311,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/builder@^4.2.0-beta.0, @jupyterlab/builder@workspace:builder": +"@jupyterlab/builder@^4.2.0-beta.1, @jupyterlab/builder@workspace:builder": version: 0.0.0-use.local resolution: "@jupyterlab/builder@workspace:builder" dependencies: @@ -2357,7 +2357,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/buildutils@^4.2.0-beta.0, @jupyterlab/buildutils@workspace:buildutils": +"@jupyterlab/buildutils@^4.2.0-beta.1, @jupyterlab/buildutils@workspace:buildutils": version: 0.0.0-use.local resolution: "@jupyterlab/buildutils@workspace:buildutils" dependencies: @@ -2396,32 +2396,32 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/cell-toolbar-extension@^4.2.0-beta.0, @jupyterlab/cell-toolbar-extension@workspace:packages/cell-toolbar-extension, @jupyterlab/cell-toolbar-extension@~4.2.0-beta.0": +"@jupyterlab/cell-toolbar-extension@^4.2.0-beta.1, @jupyterlab/cell-toolbar-extension@workspace:packages/cell-toolbar-extension, @jupyterlab/cell-toolbar-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/cell-toolbar-extension@workspace:packages/cell-toolbar-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cell-toolbar": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cell-toolbar": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/cell-toolbar@^4.2.0-beta.0, @jupyterlab/cell-toolbar@workspace:packages/cell-toolbar": +"@jupyterlab/cell-toolbar@^4.2.0-beta.1, @jupyterlab/cell-toolbar@workspace:packages/cell-toolbar": version: 0.0.0-use.local resolution: "@jupyterlab/cell-toolbar@workspace:packages/cell-toolbar" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/disposable": ^2.1.2 @@ -2434,29 +2434,29 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/cells@^4.2.0-beta.0, @jupyterlab/cells@workspace:packages/cells": +"@jupyterlab/cells@^4.2.0-beta.1, @jupyterlab/cells@workspace:packages/cells": version: 0.0.0-use.local resolution: "@jupyterlab/cells@workspace:packages/cells" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/attachments": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/attachments": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -2476,14 +2476,14 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/celltags-extension@^4.2.0-beta.0, @jupyterlab/celltags-extension@workspace:packages/celltags-extension, @jupyterlab/celltags-extension@~4.2.0-beta.0": +"@jupyterlab/celltags-extension@^4.2.0-beta.1, @jupyterlab/celltags-extension@workspace:packages/celltags-extension, @jupyterlab/celltags-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/celltags-extension@workspace:packages/celltags-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@rjsf/utils": ^5.13.4 react: ^18.2.0 @@ -2492,20 +2492,20 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/codeeditor@^4.2.0-beta.0, @jupyterlab/codeeditor@workspace:packages/codeeditor": +"@jupyterlab/codeeditor@^4.2.0-beta.1, @jupyterlab/codeeditor@workspace:packages/codeeditor": version: 0.0.0-use.local resolution: "@jupyterlab/codeeditor@workspace:packages/codeeditor" dependencies: "@codemirror/state": ^6.4.1 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 @@ -2521,7 +2521,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/codemirror-extension@^4.2.0-beta.0, @jupyterlab/codemirror-extension@workspace:packages/codemirror-extension, @jupyterlab/codemirror-extension@~4.2.0-beta.0": +"@jupyterlab/codemirror-extension@^4.2.0-beta.1, @jupyterlab/codemirror-extension@workspace:packages/codemirror-extension, @jupyterlab/codemirror-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/codemirror-extension@workspace:packages/codemirror-extension" dependencies: @@ -2532,13 +2532,13 @@ __metadata: "@codemirror/search": ^6.5.6 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 "@rjsf/utils": ^5.13.4 @@ -2551,7 +2551,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/codemirror@^4.2.0-beta.0, @jupyterlab/codemirror@workspace:packages/codemirror": +"@jupyterlab/codemirror@^4.2.0-beta.1, @jupyterlab/codemirror@workspace:packages/codemirror": version: 0.0.0-use.local resolution: "@jupyterlab/codemirror@workspace:packages/codemirror" dependencies: @@ -2576,12 +2576,12 @@ __metadata: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -2599,15 +2599,15 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/completer-extension@^4.2.0-beta.0, @jupyterlab/completer-extension@workspace:packages/completer-extension, @jupyterlab/completer-extension@~4.2.0-beta.0": +"@jupyterlab/completer-extension@^4.2.0-beta.1, @jupyterlab/completer-extension@workspace:packages/completer-extension, @jupyterlab/completer-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/completer-extension@workspace:packages/completer-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@rjsf/utils": ^5.13.4 @@ -2618,24 +2618,24 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/completer@^4.2.0-beta.0, @jupyterlab/completer@workspace:packages/completer": +"@jupyterlab/completer@^4.2.0-beta.1, @jupyterlab/completer@workspace:packages/completer": version: 0.0.0-use.local resolution: "@jupyterlab/completer@workspace:packages/completer" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2651,22 +2651,22 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/console-extension@^4.2.0-beta.0, @jupyterlab/console-extension@workspace:packages/console-extension, @jupyterlab/console-extension@~4.2.0-beta.0": +"@jupyterlab/console-extension@^4.2.0-beta.1, @jupyterlab/console-extension@workspace:packages/console-extension, @jupyterlab/console-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/console-extension@workspace:packages/console-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2678,25 +2678,25 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/console@^4.2.0-beta.0, @jupyterlab/console@workspace:packages/console": +"@jupyterlab/console@^4.2.0-beta.1, @jupyterlab/console@workspace:packages/console": version: 0.0.0-use.local resolution: "@jupyterlab/console@workspace:packages/console" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 @@ -2711,7 +2711,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/coreutils@^6.2.0-beta.0, @jupyterlab/coreutils@workspace:packages/coreutils, @jupyterlab/coreutils@~6.2.0-beta.0": +"@jupyterlab/coreutils@^6.2.0-beta.1, @jupyterlab/coreutils@workspace:packages/coreutils, @jupyterlab/coreutils@~6.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/coreutils@workspace:packages/coreutils" dependencies: @@ -2736,19 +2736,19 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/csvviewer-extension@^4.2.0-beta.0, @jupyterlab/csvviewer-extension@workspace:packages/csvviewer-extension, @jupyterlab/csvviewer-extension@~4.2.0-beta.0": +"@jupyterlab/csvviewer-extension@^4.2.0-beta.1, @jupyterlab/csvviewer-extension@workspace:packages/csvviewer-extension, @jupyterlab/csvviewer-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/csvviewer-extension@workspace:packages/csvviewer-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/csvviewer": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/csvviewer": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/datagrid": ^2.3.1 "@lumino/widgets": ^2.3.2 rimraf: ~5.0.5 @@ -2757,15 +2757,15 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/csvviewer@^4.2.0-beta.0, @jupyterlab/csvviewer@workspace:packages/csvviewer": +"@jupyterlab/csvviewer@^4.2.0-beta.1, @jupyterlab/csvviewer@workspace:packages/csvviewer": version: 0.0.0-use.local resolution: "@jupyterlab/csvviewer@workspace:packages/csvviewer" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/datagrid": ^2.3.1 "@lumino/disposable": ^2.1.2 @@ -2782,26 +2782,26 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/debugger-extension@^4.2.0-beta.0, @jupyterlab/debugger-extension@workspace:packages/debugger-extension, @jupyterlab/debugger-extension@~4.2.0-beta.0": +"@jupyterlab/debugger-extension@^4.2.0-beta.1, @jupyterlab/debugger-extension@workspace:packages/debugger-extension, @jupyterlab/debugger-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/debugger-extension@workspace:packages/debugger-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/debugger": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/debugger": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@types/jest": ^29.2.0 "@types/react-dom": ^18.0.9 rimraf: ~5.0.5 @@ -2810,29 +2810,29 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/debugger@^4.2.0-beta.0, @jupyterlab/debugger@workspace:packages/debugger": +"@jupyterlab/debugger@^4.2.0-beta.1, @jupyterlab/debugger@workspace:packages/debugger": version: 0.0.0-use.local resolution: "@jupyterlab/debugger@workspace:packages/debugger" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2853,21 +2853,21 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/docmanager-extension@^4.2.0-beta.0, @jupyterlab/docmanager-extension@workspace:packages/docmanager-extension, @jupyterlab/docmanager-extension@~4.2.0-beta.0": +"@jupyterlab/docmanager-extension@^4.2.0-beta.1, @jupyterlab/docmanager-extension@workspace:packages/docmanager-extension, @jupyterlab/docmanager-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/docmanager-extension@workspace:packages/docmanager-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2881,19 +2881,19 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/docmanager@^4.2.0-beta.0, @jupyterlab/docmanager@workspace:packages/docmanager": +"@jupyterlab/docmanager@^4.2.0-beta.1, @jupyterlab/docmanager@workspace:packages/docmanager": version: 0.0.0-use.local resolution: "@jupyterlab/docmanager@workspace:packages/docmanager" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2911,21 +2911,21 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/docregistry@^4.2.0-beta.0, @jupyterlab/docregistry@workspace:packages/docregistry": +"@jupyterlab/docregistry@^4.2.0-beta.1, @jupyterlab/docregistry@workspace:packages/docregistry": version: 0.0.0-use.local resolution: "@jupyterlab/docregistry@workspace:packages/docregistry" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2942,15 +2942,15 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/documentsearch-extension@^4.2.0-beta.0, @jupyterlab/documentsearch-extension@workspace:packages/documentsearch-extension, @jupyterlab/documentsearch-extension@~4.2.0-beta.0": +"@jupyterlab/documentsearch-extension@^4.2.0-beta.1, @jupyterlab/documentsearch-extension@workspace:packages/documentsearch-extension, @jupyterlab/documentsearch-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 rimraf: ~5.0.5 @@ -2958,14 +2958,14 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/documentsearch@^4.2.0-beta.0, @jupyterlab/documentsearch@workspace:packages/documentsearch": +"@jupyterlab/documentsearch@^4.2.0-beta.1, @jupyterlab/documentsearch@workspace:packages/documentsearch": version: 0.0.0-use.local resolution: "@jupyterlab/documentsearch@workspace:packages/documentsearch" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2985,39 +2985,39 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/example-app@workspace:examples/app" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/application-extension": ^4.2.0-beta.0 - "@jupyterlab/apputils-extension": ^4.2.0-beta.0 - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/celltags-extension": ^4.2.0-beta.0 - "@jupyterlab/codemirror-extension": ^4.2.0-beta.0 - "@jupyterlab/completer-extension": ^4.2.0-beta.0 - "@jupyterlab/console-extension": ^4.2.0-beta.0 - "@jupyterlab/csvviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/filebrowser-extension": ^4.2.0-beta.0 - "@jupyterlab/fileeditor-extension": ^4.2.0-beta.0 - "@jupyterlab/help-extension": ^4.2.0-beta.0 - "@jupyterlab/imageviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/inspector-extension": ^4.2.0-beta.0 - "@jupyterlab/launcher-extension": ^4.2.0-beta.0 - "@jupyterlab/mainmenu-extension": ^4.2.0-beta.0 - "@jupyterlab/markdownviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/mathjax-extension": ^4.2.0-beta.0 - "@jupyterlab/metadataform-extension": ^4.2.0-beta.0 - "@jupyterlab/notebook-extension": ^4.2.0-beta.0 - "@jupyterlab/rendermime-extension": ^4.2.0-beta.0 - "@jupyterlab/running-extension": ^4.2.0-beta.0 - "@jupyterlab/settingeditor-extension": ^4.2.0-beta.0 - "@jupyterlab/shortcuts-extension": ^5.0.0-beta.0 - "@jupyterlab/statusbar-extension": ^4.2.0-beta.0 - "@jupyterlab/theme-dark-extension": ^4.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 - "@jupyterlab/toc-extension": ^6.2.0-beta.0 - "@jupyterlab/tooltip-extension": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/translation-extension": ^4.2.0-beta.0 - "@jupyterlab/ui-components-extension": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/application-extension": ^4.2.0-beta.1 + "@jupyterlab/apputils-extension": ^4.2.0-beta.1 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/celltags-extension": ^4.2.0-beta.1 + "@jupyterlab/codemirror-extension": ^4.2.0-beta.1 + "@jupyterlab/completer-extension": ^4.2.0-beta.1 + "@jupyterlab/console-extension": ^4.2.0-beta.1 + "@jupyterlab/csvviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/filebrowser-extension": ^4.2.0-beta.1 + "@jupyterlab/fileeditor-extension": ^4.2.0-beta.1 + "@jupyterlab/help-extension": ^4.2.0-beta.1 + "@jupyterlab/imageviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/inspector-extension": ^4.2.0-beta.1 + "@jupyterlab/launcher-extension": ^4.2.0-beta.1 + "@jupyterlab/mainmenu-extension": ^4.2.0-beta.1 + "@jupyterlab/markdownviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/mathjax-extension": ^4.2.0-beta.1 + "@jupyterlab/metadataform-extension": ^4.2.0-beta.1 + "@jupyterlab/notebook-extension": ^4.2.0-beta.1 + "@jupyterlab/rendermime-extension": ^4.2.0-beta.1 + "@jupyterlab/running-extension": ^4.2.0-beta.1 + "@jupyterlab/settingeditor-extension": ^4.2.0-beta.1 + "@jupyterlab/shortcuts-extension": ^5.0.0-beta.1 + "@jupyterlab/statusbar-extension": ^4.2.0-beta.1 + "@jupyterlab/theme-dark-extension": ^4.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 + "@jupyterlab/toc-extension": ^6.2.0-beta.1 + "@jupyterlab/tooltip-extension": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/translation-extension": ^4.2.0-beta.1 + "@jupyterlab/ui-components-extension": ^4.2.0-beta.1 css-loader: ^6.7.1 fs-extra: ^10.1.0 glob: ~7.1.6 @@ -3038,16 +3038,16 @@ __metadata: dependencies: "@jupyter/web-components": ^0.15.2 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 css-loader: ^6.7.1 @@ -3067,14 +3067,14 @@ __metadata: dependencies: "@jupyter/web-components": ^0.15.2 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 css-loader: ^6.7.1 @@ -3091,48 +3091,48 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/example-federated-core@workspace:examples/federated/core_package" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/application-extension": ^4.2.0-beta.0 - "@jupyterlab/apputils-extension": ^4.2.0-beta.0 - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/celltags-extension": ^4.2.0-beta.0 - "@jupyterlab/codemirror-extension": ^4.2.0-beta.0 - "@jupyterlab/completer-extension": ^4.2.0-beta.0 - "@jupyterlab/console-extension": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/csvviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/debugger-extension": ^4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/documentsearch-extension": ^4.2.0-beta.0 - "@jupyterlab/extensionmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/filebrowser-extension": ^4.2.0-beta.0 - "@jupyterlab/fileeditor-extension": ^4.2.0-beta.0 - "@jupyterlab/help-extension": ^4.2.0-beta.0 - "@jupyterlab/htmlviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/hub-extension": ^4.2.0-beta.0 - "@jupyterlab/imageviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/inspector-extension": ^4.2.0-beta.0 - "@jupyterlab/javascript-extension": ^4.2.0-beta.0 - "@jupyterlab/json-extension": ^4.2.0-beta.0 - "@jupyterlab/launcher-extension": ^4.2.0-beta.0 - "@jupyterlab/logconsole-extension": ^4.2.0-beta.0 - "@jupyterlab/lsp-extension": ^4.2.0-beta.0 - "@jupyterlab/mainmenu-extension": ^4.2.0-beta.0 - "@jupyterlab/mathjax-extension": ^4.2.0-beta.0 - "@jupyterlab/metadataform-extension": ^4.2.0-beta.0 - "@jupyterlab/notebook-extension": ^4.2.0-beta.0 - "@jupyterlab/pdf-extension": ^4.2.0-beta.0 - "@jupyterlab/rendermime-extension": ^4.2.0-beta.0 - "@jupyterlab/settingeditor-extension": ^4.2.0-beta.0 - "@jupyterlab/shortcuts-extension": ^5.0.0-beta.0 - "@jupyterlab/statusbar-extension": ^4.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 - "@jupyterlab/toc-extension": ^6.2.0-beta.0 - "@jupyterlab/tooltip-extension": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/translation-extension": ^4.2.0-beta.0 - "@jupyterlab/ui-components-extension": ^4.2.0-beta.0 - "@jupyterlab/vega5-extension": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/application-extension": ^4.2.0-beta.1 + "@jupyterlab/apputils-extension": ^4.2.0-beta.1 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/celltags-extension": ^4.2.0-beta.1 + "@jupyterlab/codemirror-extension": ^4.2.0-beta.1 + "@jupyterlab/completer-extension": ^4.2.0-beta.1 + "@jupyterlab/console-extension": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/csvviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/debugger-extension": ^4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/documentsearch-extension": ^4.2.0-beta.1 + "@jupyterlab/extensionmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/filebrowser-extension": ^4.2.0-beta.1 + "@jupyterlab/fileeditor-extension": ^4.2.0-beta.1 + "@jupyterlab/help-extension": ^4.2.0-beta.1 + "@jupyterlab/htmlviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/hub-extension": ^4.2.0-beta.1 + "@jupyterlab/imageviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/inspector-extension": ^4.2.0-beta.1 + "@jupyterlab/javascript-extension": ^4.2.0-beta.1 + "@jupyterlab/json-extension": ^4.2.0-beta.1 + "@jupyterlab/launcher-extension": ^4.2.0-beta.1 + "@jupyterlab/logconsole-extension": ^4.2.0-beta.1 + "@jupyterlab/lsp-extension": ^4.2.0-beta.1 + "@jupyterlab/mainmenu-extension": ^4.2.0-beta.1 + "@jupyterlab/mathjax-extension": ^4.2.0-beta.1 + "@jupyterlab/metadataform-extension": ^4.2.0-beta.1 + "@jupyterlab/notebook-extension": ^4.2.0-beta.1 + "@jupyterlab/pdf-extension": ^4.2.0-beta.1 + "@jupyterlab/rendermime-extension": ^4.2.0-beta.1 + "@jupyterlab/settingeditor-extension": ^4.2.0-beta.1 + "@jupyterlab/shortcuts-extension": ^5.0.0-beta.1 + "@jupyterlab/statusbar-extension": ^4.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 + "@jupyterlab/toc-extension": ^6.2.0-beta.1 + "@jupyterlab/tooltip-extension": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/translation-extension": ^4.2.0-beta.1 + "@jupyterlab/ui-components-extension": ^4.2.0-beta.1 + "@jupyterlab/vega5-extension": ^4.2.0-beta.1 copy-webpack-plugin: ^11.0.0 css-loader: ^6.7.1 fs-extra: ^10.1.0 @@ -3152,20 +3152,20 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/example-federated-md@workspace:examples/federated/md_package" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/example-federated-middle": ^3.1.0-beta.0 - "@jupyterlab/markdownviewer-extension": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/example-federated-middle": ^3.1.0-beta.1 + "@jupyterlab/markdownviewer-extension": ^4.2.0-beta.1 "@lumino/widgets": ^2.3.2 rimraf: ~5.0.5 languageName: unknown linkType: soft -"@jupyterlab/example-federated-middle@^3.1.0-beta.0, @jupyterlab/example-federated-middle@workspace:examples/federated/middle_package": +"@jupyterlab/example-federated-middle@^3.1.0-beta.1, @jupyterlab/example-federated-middle@workspace:examples/federated/middle_package": version: 0.0.0-use.local resolution: "@jupyterlab/example-federated-middle@workspace:examples/federated/middle_package" dependencies: - "@jupyterlab/builder": ^4.2.0-beta.0 + "@jupyterlab/builder": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 rimraf: ~5.0.5 languageName: unknown @@ -3182,18 +3182,18 @@ __metadata: resolution: "@jupyterlab/example-filebrowser@workspace:examples/filebrowser" dependencies: "@jupyter/web-components": ^0.15.2 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 css-loader: ^6.7.1 @@ -3213,22 +3213,22 @@ __metadata: dependencies: "@jupyter/web-components": ^0.15.2 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/markedparser-extension": ^4.2.0-beta.0 - "@jupyterlab/mathjax-extension": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/markedparser-extension": ^4.2.0-beta.1 + "@jupyterlab/mathjax-extension": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 css-loader: ^6.7.1 @@ -3246,8 +3246,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/example-services-browser@workspace:packages/services/examples/browser" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 "@lumino/coreutils": ^2.1.2 rimraf: ~5.0.5 typescript: ~5.1.6 @@ -3260,10 +3260,10 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/example-services-outputarea@workspace:packages/services/examples/typescript-browser-with-output" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 css-loader: ^6.7.1 rimraf: ~5.0.5 style-loader: ~3.3.1 @@ -3277,11 +3277,11 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/example-simple-list@workspace:packages/ui-components/examples/simple-windowed-list" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 css-loader: ^6.7.1 @@ -3300,11 +3300,11 @@ __metadata: resolution: "@jupyterlab/example-terminal@workspace:examples/terminal" dependencies: "@jupyter/web-components": ^0.15.2 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/terminal": ^4.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/terminal": ^4.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 "@lumino/widgets": ^2.3.2 css-loader: ^6.7.1 mini-css-extract-plugin: ^2.7.0 @@ -3317,31 +3317,31 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/extensionmanager-extension@^4.2.0-beta.0, @jupyterlab/extensionmanager-extension@workspace:packages/extensionmanager-extension, @jupyterlab/extensionmanager-extension@~4.2.0-beta.0": +"@jupyterlab/extensionmanager-extension@^4.2.0-beta.1, @jupyterlab/extensionmanager-extension@workspace:packages/extensionmanager-extension, @jupyterlab/extensionmanager-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/extensionmanager-extension@workspace:packages/extensionmanager-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/extensionmanager": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/extensionmanager": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/extensionmanager@^4.2.0-beta.0, @jupyterlab/extensionmanager@workspace:packages/extensionmanager": +"@jupyterlab/extensionmanager@^4.2.0-beta.1, @jupyterlab/extensionmanager@workspace:packages/extensionmanager": version: 0.0.0-use.local resolution: "@jupyterlab/extensionmanager@workspace:packages/extensionmanager" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -3358,22 +3358,22 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/filebrowser-extension@^4.2.0-beta.0, @jupyterlab/filebrowser-extension@workspace:packages/filebrowser-extension, @jupyterlab/filebrowser-extension@~4.2.0-beta.0": +"@jupyterlab/filebrowser-extension@^4.2.0-beta.1, @jupyterlab/filebrowser-extension@workspace:packages/filebrowser-extension, @jupyterlab/filebrowser-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/filebrowser-extension@workspace:packages/filebrowser-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 @@ -3383,20 +3383,20 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/filebrowser@^4.2.0-beta.0, @jupyterlab/filebrowser@workspace:packages/filebrowser": +"@jupyterlab/filebrowser@^4.2.0-beta.1, @jupyterlab/filebrowser@workspace:packages/filebrowser": version: 0.0.0-use.local resolution: "@jupyterlab/filebrowser@workspace:packages/filebrowser" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3416,34 +3416,34 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/fileeditor-extension@^4.2.0-beta.0, @jupyterlab/fileeditor-extension@workspace:packages/fileeditor-extension, @jupyterlab/fileeditor-extension@~4.2.0-beta.0": +"@jupyterlab/fileeditor-extension@^4.2.0-beta.1, @jupyterlab/fileeditor-extension@workspace:packages/fileeditor-extension, @jupyterlab/fileeditor-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/fileeditor-extension@workspace:packages/fileeditor-extension" dependencies: "@codemirror/commands": ^6.3.3 "@codemirror/search": ^6.5.6 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -3454,23 +3454,23 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/fileeditor@^4.2.0-beta.0, @jupyterlab/fileeditor@workspace:packages/fileeditor": +"@jupyterlab/fileeditor@^4.2.0-beta.1, @jupyterlab/fileeditor@workspace:packages/fileeditor": version: 0.0.0-use.local resolution: "@jupyterlab/fileeditor@workspace:packages/fileeditor" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -3489,15 +3489,15 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/galata-extension@workspace:galata/extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/debugger": ^4.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/debugger": ^4.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -3510,15 +3510,15 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/galata@workspace:galata" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/debugger": ^4.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/debugger": ^4.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@playwright/test": ^1.32.2 "@stdlib/stats": ~0.0.13 @@ -3534,17 +3534,17 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/help-extension@^4.2.0-beta.0, @jupyterlab/help-extension@workspace:packages/help-extension, @jupyterlab/help-extension@~4.2.0-beta.0": +"@jupyterlab/help-extension@^4.2.0-beta.1, @jupyterlab/help-extension@workspace:packages/help-extension, @jupyterlab/help-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/help-extension@workspace:packages/help-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 @@ -3556,32 +3556,32 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/htmlviewer-extension@^4.2.0-beta.0, @jupyterlab/htmlviewer-extension@workspace:packages/htmlviewer-extension, @jupyterlab/htmlviewer-extension@~4.2.0-beta.0": +"@jupyterlab/htmlviewer-extension@^4.2.0-beta.1, @jupyterlab/htmlviewer-extension@workspace:packages/htmlviewer-extension, @jupyterlab/htmlviewer-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/htmlviewer-extension@workspace:packages/htmlviewer-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/htmlviewer": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/htmlviewer": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/htmlviewer@^4.2.0-beta.0, @jupyterlab/htmlviewer@workspace:packages/htmlviewer": +"@jupyterlab/htmlviewer@^4.2.0-beta.1, @jupyterlab/htmlviewer@workspace:packages/htmlviewer": version: 0.0.0-use.local resolution: "@jupyterlab/htmlviewer@workspace:packages/htmlviewer" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -3591,43 +3591,43 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/hub-extension@^4.2.0-beta.0, @jupyterlab/hub-extension@workspace:packages/hub-extension, @jupyterlab/hub-extension@~4.2.0-beta.0": +"@jupyterlab/hub-extension@^4.2.0-beta.1, @jupyterlab/hub-extension@workspace:packages/hub-extension, @jupyterlab/hub-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/hub-extension@workspace:packages/hub-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/imageviewer-extension@^4.2.0-beta.0, @jupyterlab/imageviewer-extension@workspace:packages/imageviewer-extension, @jupyterlab/imageviewer-extension@~4.2.0-beta.0": +"@jupyterlab/imageviewer-extension@^4.2.0-beta.1, @jupyterlab/imageviewer-extension@workspace:packages/imageviewer-extension, @jupyterlab/imageviewer-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/imageviewer-extension@workspace:packages/imageviewer-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/imageviewer": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/imageviewer": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/imageviewer@^4.2.0-beta.0, @jupyterlab/imageviewer@workspace:packages/imageviewer": +"@jupyterlab/imageviewer@^4.2.0-beta.1, @jupyterlab/imageviewer@workspace:packages/imageviewer": version: 0.0.0-use.local resolution: "@jupyterlab/imageviewer@workspace:packages/imageviewer" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 @@ -3639,18 +3639,18 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/inspector-extension@^4.2.0-beta.0, @jupyterlab/inspector-extension@workspace:packages/inspector-extension, @jupyterlab/inspector-extension@~4.2.0-beta.0": +"@jupyterlab/inspector-extension@^4.2.0-beta.1, @jupyterlab/inspector-extension@workspace:packages/inspector-extension, @jupyterlab/inspector-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/inspector-extension@workspace:packages/inspector-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/inspector": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/inspector": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/widgets": ^2.3.2 rimraf: ~5.0.5 typedoc: ~0.24.7 @@ -3658,18 +3658,18 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/inspector@^4.2.0-beta.0, @jupyterlab/inspector@workspace:packages/inspector": +"@jupyterlab/inspector@^4.2.0-beta.1, @jupyterlab/inspector@workspace:packages/inspector": version: 0.0.0-use.local resolution: "@jupyterlab/inspector@workspace:packages/inspector" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 @@ -3683,27 +3683,27 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/javascript-extension@^4.2.0-beta.0, @jupyterlab/javascript-extension@workspace:packages/javascript-extension, @jupyterlab/javascript-extension@~4.2.0-beta.0": +"@jupyterlab/javascript-extension@^4.2.0-beta.1, @jupyterlab/javascript-extension@workspace:packages/javascript-extension, @jupyterlab/javascript-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/javascript-extension@workspace:packages/javascript-extension" dependencies: - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/json-extension@^4.2.0-beta.0, @jupyterlab/json-extension@workspace:packages/json-extension, @jupyterlab/json-extension@~4.2.0-beta.0": +"@jupyterlab/json-extension@^4.2.0-beta.1, @jupyterlab/json-extension@workspace:packages/json-extension, @jupyterlab/json-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/json-extension@workspace:packages/json-extension" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lezer/highlight": ^1.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -3722,16 +3722,16 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/launcher-extension@^4.2.0-beta.0, @jupyterlab/launcher-extension@workspace:packages/launcher-extension, @jupyterlab/launcher-extension@~4.2.0-beta.0": +"@jupyterlab/launcher-extension@^4.2.0-beta.1, @jupyterlab/launcher-extension@workspace:packages/launcher-extension, @jupyterlab/launcher-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/launcher-extension@workspace:packages/launcher-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -3741,13 +3741,13 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/launcher@^4.2.0-beta.0, @jupyterlab/launcher@workspace:packages/launcher": +"@jupyterlab/launcher@^4.2.0-beta.1, @jupyterlab/launcher@workspace:packages/launcher": version: 0.0.0-use.local resolution: "@jupyterlab/launcher@workspace:packages/launcher" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -3762,19 +3762,19 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/logconsole-extension@^4.2.0-beta.0, @jupyterlab/logconsole-extension@workspace:packages/logconsole-extension, @jupyterlab/logconsole-extension@~4.2.0-beta.0": +"@jupyterlab/logconsole-extension@^4.2.0-beta.1, @jupyterlab/logconsole-extension@workspace:packages/logconsole-extension, @jupyterlab/logconsole-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/logconsole-extension@workspace:packages/logconsole-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -3784,17 +3784,17 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/logconsole@^4.2.0-beta.0, @jupyterlab/logconsole@workspace:packages/logconsole": +"@jupyterlab/logconsole@^4.2.0-beta.1, @jupyterlab/logconsole@workspace:packages/logconsole": version: 0.0.0-use.local resolution: "@jupyterlab/logconsole@workspace:packages/logconsole" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -3807,17 +3807,17 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/lsp-extension@^4.2.0-beta.0, @jupyterlab/lsp-extension@workspace:packages/lsp-extension, @jupyterlab/lsp-extension@~4.2.0-beta.0": +"@jupyterlab/lsp-extension@^4.2.0-beta.1, @jupyterlab/lsp-extension@workspace:packages/lsp-extension, @jupyterlab/lsp-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/lsp-extension@workspace:packages/lsp-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -3828,18 +3828,18 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/lsp@^4.2.0-beta.0, @jupyterlab/lsp@workspace:packages/lsp": +"@jupyterlab/lsp@^4.2.0-beta.1, @jupyterlab/lsp@workspace:packages/lsp": version: 0.0.0-use.local resolution: "@jupyterlab/lsp@workspace:packages/lsp" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -3857,20 +3857,20 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/mainmenu-extension@^4.2.0-beta.0, @jupyterlab/mainmenu-extension@workspace:packages/mainmenu-extension, @jupyterlab/mainmenu-extension@~4.2.0-beta.0": +"@jupyterlab/mainmenu-extension@^4.2.0-beta.1, @jupyterlab/mainmenu-extension@workspace:packages/mainmenu-extension, @jupyterlab/mainmenu-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/mainmenu-extension@workspace:packages/mainmenu-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -3882,14 +3882,14 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/mainmenu@^4.2.0-beta.0, @jupyterlab/mainmenu@workspace:packages/mainmenu": +"@jupyterlab/mainmenu@^4.2.0-beta.1, @jupyterlab/mainmenu@workspace:packages/mainmenu": version: 0.0.0-use.local resolution: "@jupyterlab/mainmenu@workspace:packages/mainmenu" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -3902,34 +3902,34 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/markdownviewer-extension@^4.2.0-beta.0, @jupyterlab/markdownviewer-extension@workspace:packages/markdownviewer-extension, @jupyterlab/markdownviewer-extension@~4.2.0-beta.0": +"@jupyterlab/markdownviewer-extension@^4.2.0-beta.1, @jupyterlab/markdownviewer-extension@workspace:packages/markdownviewer-extension, @jupyterlab/markdownviewer-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/markdownviewer-extension@workspace:packages/markdownviewer-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/markdownviewer": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/markdownviewer": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/markdownviewer@^4.2.0-beta.0, @jupyterlab/markdownviewer@workspace:packages/markdownviewer": +"@jupyterlab/markdownviewer@^4.2.0-beta.1, @jupyterlab/markdownviewer@workspace:packages/markdownviewer": version: 0.0.0-use.local resolution: "@jupyterlab/markdownviewer@workspace:packages/markdownviewer" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 @@ -3940,15 +3940,15 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/markedparser-extension@^4.2.0-beta.0, @jupyterlab/markedparser-extension@workspace:packages/markedparser-extension, @jupyterlab/markedparser-extension@~4.2.0-beta.0": +"@jupyterlab/markedparser-extension@^4.2.0-beta.1, @jupyterlab/markedparser-extension@workspace:packages/markedparser-extension, @jupyterlab/markedparser-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/markedparser-extension@workspace:packages/markedparser-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/mermaid": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/mermaid": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@types/d3": ^7.4.0 "@types/dompurify": ^2.4.0 @@ -3961,12 +3961,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/mathjax-extension@^4.2.0-beta.0, @jupyterlab/mathjax-extension@workspace:packages/mathjax-extension, @jupyterlab/mathjax-extension@~4.2.0-beta.0": +"@jupyterlab/mathjax-extension@^4.2.0-beta.1, @jupyterlab/mathjax-extension@workspace:packages/mathjax-extension, @jupyterlab/mathjax-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/mathjax-extension@workspace:packages/mathjax-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 mathjax-full: ^3.2.2 rimraf: ~5.0.5 @@ -3975,28 +3975,28 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/mermaid-extension@^4.2.0-beta.0, @jupyterlab/mermaid-extension@workspace:packages/mermaid-extension, @jupyterlab/mermaid-extension@~4.2.0-beta.0": +"@jupyterlab/mermaid-extension@^4.2.0-beta.1, @jupyterlab/mermaid-extension@workspace:packages/mermaid-extension, @jupyterlab/mermaid-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/mermaid-extension@workspace:packages/mermaid-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/mermaid": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/mermaid": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/mermaid@^4.2.0-beta.0, @jupyterlab/mermaid@workspace:packages/mermaid": +"@jupyterlab/mermaid@^4.2.0-beta.1, @jupyterlab/mermaid@workspace:packages/mermaid": version: 0.0.0-use.local resolution: "@jupyterlab/mermaid@workspace:packages/mermaid" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 "@types/jest": ^29.2.0 @@ -4008,33 +4008,33 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/metadataform-extension@^4.2.0-beta.0, @jupyterlab/metadataform-extension@workspace:packages/metadataform-extension, @jupyterlab/metadataform-extension@~4.2.0-beta.0": +"@jupyterlab/metadataform-extension@^4.2.0-beta.1, @jupyterlab/metadataform-extension@workspace:packages/metadataform-extension, @jupyterlab/metadataform-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/metadataform-extension@workspace:packages/metadataform-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/metadataform": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/metadataform": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/metadataform@^4.2.0-beta.0, @jupyterlab/metadataform@workspace:packages/metadataform": +"@jupyterlab/metadataform@^4.2.0-beta.1, @jupyterlab/metadataform@workspace:packages/metadataform": version: 0.0.0-use.local resolution: "@jupyterlab/metadataform@workspace:packages/metadataform" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 @@ -4055,104 +4055,104 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/metapackage@workspace:packages/metapackage" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/application-extension": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/apputils-extension": ^4.2.0-beta.0 - "@jupyterlab/attachments": ^4.2.0-beta.0 - "@jupyterlab/cell-toolbar": ^4.2.0-beta.0 - "@jupyterlab/cell-toolbar-extension": ^4.2.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/celltags-extension": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/codemirror-extension": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/completer-extension": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/console-extension": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/csvviewer": ^4.2.0-beta.0 - "@jupyterlab/csvviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/debugger": ^4.2.0-beta.0 - "@jupyterlab/debugger-extension": ^4.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/documentsearch-extension": ^4.2.0-beta.0 - "@jupyterlab/extensionmanager": ^4.2.0-beta.0 - "@jupyterlab/extensionmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/filebrowser-extension": ^4.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/fileeditor-extension": ^4.2.0-beta.0 - "@jupyterlab/help-extension": ^4.2.0-beta.0 - "@jupyterlab/htmlviewer": ^4.2.0-beta.0 - "@jupyterlab/htmlviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/hub-extension": ^4.2.0-beta.0 - "@jupyterlab/imageviewer": ^4.2.0-beta.0 - "@jupyterlab/imageviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/inspector": ^4.2.0-beta.0 - "@jupyterlab/inspector-extension": ^4.2.0-beta.0 - "@jupyterlab/javascript-extension": ^4.2.0-beta.0 - "@jupyterlab/json-extension": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/launcher-extension": ^4.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/logconsole-extension": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/lsp-extension": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/mainmenu-extension": ^4.2.0-beta.0 - "@jupyterlab/markdownviewer": ^4.2.0-beta.0 - "@jupyterlab/markdownviewer-extension": ^4.2.0-beta.0 - "@jupyterlab/markedparser-extension": ^4.2.0-beta.0 - "@jupyterlab/mathjax-extension": ^4.2.0-beta.0 - "@jupyterlab/mermaid": ^4.2.0-beta.0 - "@jupyterlab/mermaid-extension": ^4.2.0-beta.0 - "@jupyterlab/metadataform": ^4.2.0-beta.0 - "@jupyterlab/metadataform-extension": ^4.2.0-beta.0 - "@jupyterlab/nbconvert-css": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/notebook-extension": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/pdf-extension": ^4.2.0-beta.0 - "@jupyterlab/pluginmanager": ^4.2.0-beta.0 - "@jupyterlab/pluginmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/property-inspector": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-extension": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/running-extension": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingeditor": ^4.2.0-beta.0 - "@jupyterlab/settingeditor-extension": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/shortcuts-extension": ^5.0.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/statusbar-extension": ^4.2.0-beta.0 - "@jupyterlab/terminal": ^4.2.0-beta.0 - "@jupyterlab/terminal-extension": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/theme-dark-extension": ^4.2.0-beta.0 - "@jupyterlab/theme-dark-high-contrast-extension": ^4.2.0-beta.0 - "@jupyterlab/theme-light-extension": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/toc-extension": ^6.2.0-beta.0 - "@jupyterlab/tooltip": ^4.2.0-beta.0 - "@jupyterlab/tooltip-extension": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/translation-extension": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@jupyterlab/ui-components-extension": ^4.2.0-beta.0 - "@jupyterlab/vega5-extension": ^4.2.0-beta.0 - "@jupyterlab/workspaces": ^4.2.0-beta.0 - "@jupyterlab/workspaces-extension": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/application-extension": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/apputils-extension": ^4.2.0-beta.1 + "@jupyterlab/attachments": ^4.2.0-beta.1 + "@jupyterlab/cell-toolbar": ^4.2.0-beta.1 + "@jupyterlab/cell-toolbar-extension": ^4.2.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/celltags-extension": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/codemirror-extension": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/completer-extension": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/console-extension": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/csvviewer": ^4.2.0-beta.1 + "@jupyterlab/csvviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/debugger": ^4.2.0-beta.1 + "@jupyterlab/debugger-extension": ^4.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/documentsearch-extension": ^4.2.0-beta.1 + "@jupyterlab/extensionmanager": ^4.2.0-beta.1 + "@jupyterlab/extensionmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/filebrowser-extension": ^4.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/fileeditor-extension": ^4.2.0-beta.1 + "@jupyterlab/help-extension": ^4.2.0-beta.1 + "@jupyterlab/htmlviewer": ^4.2.0-beta.1 + "@jupyterlab/htmlviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/hub-extension": ^4.2.0-beta.1 + "@jupyterlab/imageviewer": ^4.2.0-beta.1 + "@jupyterlab/imageviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/inspector": ^4.2.0-beta.1 + "@jupyterlab/inspector-extension": ^4.2.0-beta.1 + "@jupyterlab/javascript-extension": ^4.2.0-beta.1 + "@jupyterlab/json-extension": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/launcher-extension": ^4.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/logconsole-extension": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/lsp-extension": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/mainmenu-extension": ^4.2.0-beta.1 + "@jupyterlab/markdownviewer": ^4.2.0-beta.1 + "@jupyterlab/markdownviewer-extension": ^4.2.0-beta.1 + "@jupyterlab/markedparser-extension": ^4.2.0-beta.1 + "@jupyterlab/mathjax-extension": ^4.2.0-beta.1 + "@jupyterlab/mermaid": ^4.2.0-beta.1 + "@jupyterlab/mermaid-extension": ^4.2.0-beta.1 + "@jupyterlab/metadataform": ^4.2.0-beta.1 + "@jupyterlab/metadataform-extension": ^4.2.0-beta.1 + "@jupyterlab/nbconvert-css": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/notebook-extension": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/pdf-extension": ^4.2.0-beta.1 + "@jupyterlab/pluginmanager": ^4.2.0-beta.1 + "@jupyterlab/pluginmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/property-inspector": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-extension": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/running-extension": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingeditor": ^4.2.0-beta.1 + "@jupyterlab/settingeditor-extension": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/shortcuts-extension": ^5.0.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/statusbar-extension": ^4.2.0-beta.1 + "@jupyterlab/terminal": ^4.2.0-beta.1 + "@jupyterlab/terminal-extension": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/theme-dark-extension": ^4.2.0-beta.1 + "@jupyterlab/theme-dark-high-contrast-extension": ^4.2.0-beta.1 + "@jupyterlab/theme-light-extension": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/toc-extension": ^6.2.0-beta.1 + "@jupyterlab/tooltip": ^4.2.0-beta.1 + "@jupyterlab/tooltip-extension": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/translation-extension": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@jupyterlab/ui-components-extension": ^4.2.0-beta.1 + "@jupyterlab/vega5-extension": ^4.2.0-beta.1 + "@jupyterlab/workspaces": ^4.2.0-beta.1 + "@jupyterlab/workspaces-extension": ^4.2.0-beta.1 "@types/jest": ^29.2.0 fs-extra: ^10.1.0 jest: ^29.2.0 @@ -4167,8 +4167,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/mock-consumer@workspace:jupyterlab/tests/mock_packages/interop/consumer" dependencies: - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/mock-token": ^4.2.0-beta.0 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/mock-token": ^4.2.0-beta.1 languageName: unknown linkType: soft @@ -4176,8 +4176,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/mock-extension@workspace:jupyterlab/tests/mock_packages/extension" dependencies: - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 languageName: unknown linkType: soft @@ -4185,12 +4185,12 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/mock-provider@workspace:jupyterlab/tests/mock_packages/interop/provider" dependencies: - "@jupyterlab/builder": ^4.2.0-beta.0 - "@jupyterlab/mock-token": ^4.2.0-beta.0 + "@jupyterlab/builder": ^4.2.0-beta.1 + "@jupyterlab/mock-token": ^4.2.0-beta.1 languageName: unknown linkType: soft -"@jupyterlab/mock-token@^4.2.0-beta.0, @jupyterlab/mock-token@workspace:jupyterlab/tests/mock_packages/interop/token": +"@jupyterlab/mock-token@^4.2.0-beta.1, @jupyterlab/mock-token@workspace:jupyterlab/tests/mock_packages/interop/token": version: 0.0.0-use.local resolution: "@jupyterlab/mock-token@workspace:jupyterlab/tests/mock_packages/interop/token" dependencies: @@ -4198,17 +4198,17 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/nbconvert-css@^4.2.0-beta.0, @jupyterlab/nbconvert-css@workspace:packages/nbconvert-css": +"@jupyterlab/nbconvert-css@^4.2.0-beta.1, @jupyterlab/nbconvert-css@workspace:packages/nbconvert-css": version: 0.0.0-use.local resolution: "@jupyterlab/nbconvert-css@workspace:packages/nbconvert-css" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/outputarea": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/outputarea": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 css-loader: ^6.7.1 mini-css-extract-plugin: ^2.7.0 null-loader: ^4.0.0 @@ -4218,11 +4218,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/nbformat@^4.2.0-beta.0, @jupyterlab/nbformat@workspace:packages/nbformat": +"@jupyterlab/nbformat@^4.2.0-beta.1, @jupyterlab/nbformat@workspace:packages/nbformat": version: 0.0.0-use.local resolution: "@jupyterlab/nbformat@workspace:packages/nbformat" dependencies: - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/testing": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@types/jest": ^29.2.0 jest: ^29.2.0 @@ -4240,40 +4240,40 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/notebook-extension@^4.2.0-beta.0, @jupyterlab/notebook-extension@workspace:packages/notebook-extension, @jupyterlab/notebook-extension@~4.2.0-beta.0": +"@jupyterlab/notebook-extension@^4.2.0-beta.1, @jupyterlab/notebook-extension@workspace:packages/notebook-extension, @jupyterlab/notebook-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/notebook-extension@workspace:packages/notebook-extension" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/completer": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docmanager-extension": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/logconsole": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/metadataform": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/property-inspector": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/completer": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docmanager-extension": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/logconsole": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/metadataform": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/property-inspector": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -4289,29 +4289,29 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/notebook@^4.2.0-beta.0, @jupyterlab/notebook@workspace:packages/notebook": +"@jupyterlab/notebook@^4.2.0-beta.1, @jupyterlab/notebook@workspace:packages/notebook": version: 0.0.0-use.local resolution: "@jupyterlab/notebook@workspace:packages/notebook" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/cells": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/codemirror": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/documentsearch": ^4.2.0-beta.0 - "@jupyterlab/lsp": ^4.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/cells": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/codemirror": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/documentsearch": ^4.2.0-beta.1 + "@jupyterlab/lsp": ^4.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -4332,11 +4332,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/observables@^5.2.0-beta.0, @jupyterlab/observables@workspace:packages/observables": +"@jupyterlab/observables@^5.2.0-beta.1, @jupyterlab/observables@workspace:packages/observables": version: 0.0.0-use.local resolution: "@jupyterlab/observables@workspace:packages/observables" dependencies: - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/testing": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -4350,18 +4350,18 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/outputarea@^4.2.0-beta.0, @jupyterlab/outputarea@workspace:packages/outputarea": +"@jupyterlab/outputarea@^4.2.0-beta.1, @jupyterlab/outputarea@workspace:packages/outputarea": version: 0.0.0-use.local resolution: "@jupyterlab/outputarea@workspace:packages/outputarea" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -4377,11 +4377,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/pdf-extension@^4.2.0-beta.0, @jupyterlab/pdf-extension@workspace:packages/pdf-extension, @jupyterlab/pdf-extension@~4.2.0-beta.0": +"@jupyterlab/pdf-extension@^4.2.0-beta.1, @jupyterlab/pdf-extension@workspace:packages/pdf-extension, @jupyterlab/pdf-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/pdf-extension@workspace:packages/pdf-extension" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -4391,32 +4391,32 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/pluginmanager-extension@^4.2.0-beta.0, @jupyterlab/pluginmanager-extension@workspace:packages/pluginmanager-extension, @jupyterlab/pluginmanager-extension@~4.2.0-beta.0": +"@jupyterlab/pluginmanager-extension@^4.2.0-beta.1, @jupyterlab/pluginmanager-extension@workspace:packages/pluginmanager-extension, @jupyterlab/pluginmanager-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/pluginmanager-extension@workspace:packages/pluginmanager-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/pluginmanager": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/pluginmanager": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/pluginmanager@^4.2.0-beta.0, @jupyterlab/pluginmanager@workspace:packages/pluginmanager": +"@jupyterlab/pluginmanager@^4.2.0-beta.1, @jupyterlab/pluginmanager@workspace:packages/pluginmanager": version: 0.0.0-use.local resolution: "@jupyterlab/pluginmanager@workspace:packages/pluginmanager" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -4428,13 +4428,13 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/property-inspector@^4.2.0-beta.0, @jupyterlab/property-inspector@workspace:packages/property-inspector": +"@jupyterlab/property-inspector@^4.2.0-beta.1, @jupyterlab/property-inspector@workspace:packages/property-inspector": version: 0.0.0-use.local resolution: "@jupyterlab/property-inspector@workspace:packages/property-inspector" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -4446,22 +4446,22 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/rendermime-extension@^4.2.0-beta.0, @jupyterlab/rendermime-extension@workspace:packages/rendermime-extension, @jupyterlab/rendermime-extension@~4.2.0-beta.0": +"@jupyterlab/rendermime-extension@^4.2.0-beta.1, @jupyterlab/rendermime-extension@workspace:packages/rendermime-extension, @jupyterlab/rendermime-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/rendermime-extension@workspace:packages/rendermime-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/rendermime-interfaces@^3.10.0-beta.0, @jupyterlab/rendermime-interfaces@workspace:packages/rendermime-interfaces": +"@jupyterlab/rendermime-interfaces@^3.10.0-beta.1, @jupyterlab/rendermime-interfaces@workspace:packages/rendermime-interfaces": version: 0.0.0-use.local resolution: "@jupyterlab/rendermime-interfaces@workspace:packages/rendermime-interfaces" dependencies: @@ -4473,18 +4473,18 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/rendermime@^4.2.0-beta.0, @jupyterlab/rendermime@workspace:packages/rendermime": +"@jupyterlab/rendermime@^4.2.0-beta.1, @jupyterlab/rendermime@workspace:packages/rendermime": version: 0.0.0-use.local resolution: "@jupyterlab/rendermime@workspace:packages/rendermime" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 @@ -4524,21 +4524,21 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/running-extension@^4.2.0-beta.0, @jupyterlab/running-extension@workspace:packages/running-extension, @jupyterlab/running-extension@~4.2.0-beta.0": +"@jupyterlab/running-extension@^4.2.0-beta.1, @jupyterlab/running-extension@workspace:packages/running-extension, @jupyterlab/running-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/running-extension@workspace:packages/running-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docmanager": ^4.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docmanager": ^4.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -4550,14 +4550,14 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/running@^4.2.0-beta.0, @jupyterlab/running@workspace:packages/running": +"@jupyterlab/running@^4.2.0-beta.1, @jupyterlab/running@workspace:packages/running": version: 0.0.0-use.local resolution: "@jupyterlab/running@workspace:packages/running" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -4571,16 +4571,16 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/services@^7.2.0-beta.0, @jupyterlab/services@workspace:packages/services": +"@jupyterlab/services@^7.2.0-beta.1, @jupyterlab/services@workspace:packages/services": version: 0.0.0-use.local resolution: "@jupyterlab/services@workspace:packages/services" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 @@ -4598,20 +4598,20 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/settingeditor-extension@^4.2.0-beta.0, @jupyterlab/settingeditor-extension@workspace:packages/settingeditor-extension, @jupyterlab/settingeditor-extension@~4.2.0-beta.0": +"@jupyterlab/settingeditor-extension@^4.2.0-beta.1, @jupyterlab/settingeditor-extension@workspace:packages/settingeditor-extension, @jupyterlab/settingeditor-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/settingeditor-extension@workspace:packages/settingeditor-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/pluginmanager": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingeditor": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/pluginmanager": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingeditor": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/disposable": ^2.1.2 rimraf: ~5.0.5 typedoc: ~0.24.7 @@ -4619,20 +4619,20 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/settingeditor@^4.2.0-beta.0, @jupyterlab/settingeditor@workspace:packages/settingeditor": +"@jupyterlab/settingeditor@^4.2.0-beta.1, @jupyterlab/settingeditor@workspace:packages/settingeditor": version: 0.0.0-use.local resolution: "@jupyterlab/settingeditor@workspace:packages/settingeditor" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/inspector": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/inspector": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -4658,13 +4658,13 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/settingregistry@^4.2.0-beta.0, @jupyterlab/settingregistry@workspace:packages/settingregistry": +"@jupyterlab/settingregistry@^4.2.0-beta.1, @jupyterlab/settingregistry@workspace:packages/settingregistry": version: 0.0.0-use.local resolution: "@jupyterlab/settingregistry@workspace:packages/settingregistry" dependencies: - "@jupyterlab/nbformat": ^4.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/nbformat": ^4.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -4681,15 +4681,15 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/shortcuts-extension@^5.0.0-beta.0, @jupyterlab/shortcuts-extension@workspace:packages/shortcuts-extension, @jupyterlab/shortcuts-extension@~5.0.0-beta.0": +"@jupyterlab/shortcuts-extension@^5.0.0-beta.1, @jupyterlab/shortcuts-extension@workspace:packages/shortcuts-extension, @jupyterlab/shortcuts-extension@~5.0.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/shortcuts-extension@workspace:packages/shortcuts-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -4706,11 +4706,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/statedb@^4.2.0-beta.0, @jupyterlab/statedb@workspace:packages/statedb": +"@jupyterlab/statedb@^4.2.0-beta.1, @jupyterlab/statedb@workspace:packages/statedb": version: 0.0.0-use.local resolution: "@jupyterlab/statedb@workspace:packages/statedb" dependencies: - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/testing": ^4.2.0-beta.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -4724,15 +4724,15 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/statusbar-extension@^4.2.0-beta.0, @jupyterlab/statusbar-extension@workspace:packages/statusbar-extension, @jupyterlab/statusbar-extension@~4.2.0-beta.0": +"@jupyterlab/statusbar-extension@^4.2.0-beta.1, @jupyterlab/statusbar-extension@workspace:packages/statusbar-extension, @jupyterlab/statusbar-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/statusbar-extension@workspace:packages/statusbar-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/statusbar": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/statusbar": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@types/react": ^18.0.26 "@types/react-dom": ^18.0.9 rimraf: ~5.0.5 @@ -4741,12 +4741,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/statusbar@^4.2.0-beta.0, @jupyterlab/statusbar@workspace:packages/statusbar": +"@jupyterlab/statusbar@^4.2.0-beta.1, @jupyterlab/statusbar@workspace:packages/statusbar": version: 0.0.0-use.local resolution: "@jupyterlab/statusbar@workspace:packages/statusbar" dependencies: - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -4765,27 +4765,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyterlab/template@workspace:buildutils/template" dependencies: - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/testing": ^4.2.0-beta.1 "@types/jest": ^29.2.0 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/terminal-extension@^4.2.0-beta.0, @jupyterlab/terminal-extension@workspace:packages/terminal-extension, @jupyterlab/terminal-extension@~4.2.0-beta.0": +"@jupyterlab/terminal-extension@^4.2.0-beta.1, @jupyterlab/terminal-extension@workspace:packages/terminal-extension, @jupyterlab/terminal-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/terminal-extension@workspace:packages/terminal-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/launcher": ^4.2.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/terminal": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/launcher": ^4.2.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/terminal": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/widgets": ^2.3.2 "@types/webpack-env": ^1.18.0 rimraf: ~5.0.5 @@ -4794,14 +4794,14 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/terminal@^4.2.0-beta.0, @jupyterlab/terminal@workspace:packages/terminal": +"@jupyterlab/terminal@^4.2.0-beta.1, @jupyterlab/terminal@workspace:packages/terminal": version: 0.0.0-use.local resolution: "@jupyterlab/terminal@workspace:packages/terminal" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/messaging": ^2.0.1 @@ -4820,13 +4820,13 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/testing@^4.2.0-beta.0, @jupyterlab/testing@workspace:packages/testing": +"@jupyterlab/testing@^4.2.0-beta.1, @jupyterlab/testing@workspace:packages/testing": version: 0.0.0-use.local resolution: "@jupyterlab/testing@workspace:packages/testing" dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/coreutils": ^6.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/signaling": ^2.1.2 "@types/jest": ^29.2.0 @@ -4846,87 +4846,87 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/testutils@^4.2.0-beta.0, @jupyterlab/testutils@workspace:testutils": +"@jupyterlab/testutils@^4.2.0-beta.1, @jupyterlab/testutils@workspace:testutils": version: 0.0.0-use.local resolution: "@jupyterlab/testutils@workspace:testutils" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/theme-dark-extension@^4.2.0-beta.0, @jupyterlab/theme-dark-extension@workspace:packages/theme-dark-extension, @jupyterlab/theme-dark-extension@~4.2.0-beta.0": +"@jupyterlab/theme-dark-extension@^4.2.0-beta.1, @jupyterlab/theme-dark-extension@workspace:packages/theme-dark-extension, @jupyterlab/theme-dark-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/theme-dark-extension@workspace:packages/theme-dark-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/theme-dark-high-contrast-extension@^4.2.0-beta.0, @jupyterlab/theme-dark-high-contrast-extension@workspace:packages/theme-dark-high-contrast-extension, @jupyterlab/theme-dark-high-contrast-extension@~4.2.0-beta.0": +"@jupyterlab/theme-dark-high-contrast-extension@^4.2.0-beta.1, @jupyterlab/theme-dark-high-contrast-extension@workspace:packages/theme-dark-high-contrast-extension, @jupyterlab/theme-dark-high-contrast-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/theme-dark-high-contrast-extension@workspace:packages/theme-dark-high-contrast-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/theme-light-extension@^4.2.0-beta.0, @jupyterlab/theme-light-extension@workspace:packages/theme-light-extension, @jupyterlab/theme-light-extension@~4.2.0-beta.0": +"@jupyterlab/theme-light-extension@^4.2.0-beta.1, @jupyterlab/theme-light-extension@workspace:packages/theme-light-extension, @jupyterlab/theme-light-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/theme-light-extension@workspace:packages/theme-light-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/toc-extension@^6.2.0-beta.0, @jupyterlab/toc-extension@workspace:packages/toc-extension, @jupyterlab/toc-extension@~6.2.0-beta.0": +"@jupyterlab/toc-extension@^6.2.0-beta.1, @jupyterlab/toc-extension@workspace:packages/toc-extension, @jupyterlab/toc-extension@~6.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/toc-extension@workspace:packages/toc-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/toc": ^6.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/toc": ^6.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/toc@^6.2.0-beta.0, @jupyterlab/toc@workspace:packages/toc": +"@jupyterlab/toc@^6.2.0-beta.1, @jupyterlab/toc@workspace:packages/toc": version: 0.0.0-use.local resolution: "@jupyterlab/toc@workspace:packages/toc" dependencies: - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/docregistry": ^4.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/docregistry": ^4.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -4942,20 +4942,20 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/tooltip-extension@^4.2.0-beta.0, @jupyterlab/tooltip-extension@workspace:packages/tooltip-extension, @jupyterlab/tooltip-extension@~4.2.0-beta.0": +"@jupyterlab/tooltip-extension@^4.2.0-beta.1, @jupyterlab/tooltip-extension@workspace:packages/tooltip-extension, @jupyterlab/tooltip-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/tooltip-extension@workspace:packages/tooltip-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/console": ^4.2.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/fileeditor": ^4.2.0-beta.0 - "@jupyterlab/notebook": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/tooltip": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/console": ^4.2.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/fileeditor": ^4.2.0-beta.1 + "@jupyterlab/notebook": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/tooltip": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 @@ -4965,14 +4965,14 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/tooltip@^4.2.0-beta.0, @jupyterlab/tooltip@workspace:packages/tooltip": +"@jupyterlab/tooltip@^4.2.0-beta.1, @jupyterlab/tooltip@workspace:packages/tooltip": version: 0.0.0-use.local resolution: "@jupyterlab/tooltip@workspace:packages/tooltip" dependencies: - "@jupyterlab/codeeditor": ^4.2.0-beta.0 - "@jupyterlab/rendermime": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/codeeditor": ^4.2.0-beta.1 + "@jupyterlab/rendermime": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 @@ -4982,29 +4982,29 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/translation-extension@^4.2.0-beta.0, @jupyterlab/translation-extension@workspace:packages/translation-extension, @jupyterlab/translation-extension@~4.2.0-beta.0": +"@jupyterlab/translation-extension@^4.2.0-beta.1, @jupyterlab/translation-extension@workspace:packages/translation-extension, @jupyterlab/translation-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/translation-extension@workspace:packages/translation-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/mainmenu": ^4.2.0-beta.0 - "@jupyterlab/settingregistry": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/mainmenu": ^4.2.0-beta.1 + "@jupyterlab/settingregistry": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/translation@^4.2.0-beta.0, @jupyterlab/translation@workspace:packages/translation": +"@jupyterlab/translation@^4.2.0-beta.1, @jupyterlab/translation@workspace:packages/translation": version: 0.0.0-use.local resolution: "@jupyterlab/translation@workspace:packages/translation" dependencies: - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@types/jest": ^29.2.0 jest: ^29.2.0 @@ -5013,29 +5013,29 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/ui-components-extension@^4.2.0-beta.0, @jupyterlab/ui-components-extension@workspace:packages/ui-components-extension, @jupyterlab/ui-components-extension@~4.2.0-beta.0": +"@jupyterlab/ui-components-extension@^4.2.0-beta.1, @jupyterlab/ui-components-extension@workspace:packages/ui-components-extension, @jupyterlab/ui-components-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/ui-components-extension@workspace:packages/ui-components-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 rimraf: ~5.0.5 typedoc: ~0.24.7 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/ui-components@^4.2.0-beta.0, @jupyterlab/ui-components@workspace:packages/ui-components": +"@jupyterlab/ui-components@^4.2.0-beta.1, @jupyterlab/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyterlab/ui-components@workspace:packages/ui-components" dependencies: "@jupyter/react-components": ^0.15.2 "@jupyter/web-components": ^0.15.2 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/observables": ^5.2.0-beta.0 - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/observables": ^5.2.0-beta.1 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -5063,12 +5063,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/vega5-extension@^4.2.0-beta.0, @jupyterlab/vega5-extension@workspace:packages/vega5-extension, @jupyterlab/vega5-extension@~4.2.0-beta.0": +"@jupyterlab/vega5-extension@^4.2.0-beta.1, @jupyterlab/vega5-extension@workspace:packages/vega5-extension, @jupyterlab/vega5-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/vega5-extension@workspace:packages/vega5-extension" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.0 - "@jupyterlab/testutils": ^4.2.0-beta.0 + "@jupyterlab/rendermime-interfaces": ^3.10.0-beta.1 + "@jupyterlab/testutils": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 "@types/jest": ^29.2.0 @@ -5083,32 +5083,32 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/workspaces-extension@^4.2.0-beta.0, @jupyterlab/workspaces-extension@workspace:packages/workspaces-extension, @jupyterlab/workspaces-extension@~4.2.0-beta.0": +"@jupyterlab/workspaces-extension@^4.2.0-beta.1, @jupyterlab/workspaces-extension@workspace:packages/workspaces-extension, @jupyterlab/workspaces-extension@~4.2.0-beta.1": version: 0.0.0-use.local resolution: "@jupyterlab/workspaces-extension@workspace:packages/workspaces-extension" dependencies: - "@jupyterlab/application": ^4.2.0-beta.0 - "@jupyterlab/apputils": ^4.3.0-beta.0 - "@jupyterlab/coreutils": ^6.2.0-beta.0 - "@jupyterlab/filebrowser": ^4.2.0-beta.0 - "@jupyterlab/running": ^4.2.0-beta.0 - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/statedb": ^4.2.0-beta.0 - "@jupyterlab/translation": ^4.2.0-beta.0 - "@jupyterlab/ui-components": ^4.2.0-beta.0 - "@jupyterlab/workspaces": ^4.2.0-beta.0 + "@jupyterlab/application": ^4.2.0-beta.1 + "@jupyterlab/apputils": ^4.3.0-beta.1 + "@jupyterlab/coreutils": ^6.2.0-beta.1 + "@jupyterlab/filebrowser": ^4.2.0-beta.1 + "@jupyterlab/running": ^4.2.0-beta.1 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/statedb": ^4.2.0-beta.1 + "@jupyterlab/translation": ^4.2.0-beta.1 + "@jupyterlab/ui-components": ^4.2.0-beta.1 + "@jupyterlab/workspaces": ^4.2.0-beta.1 "@types/jest": ^29.2.0 rimraf: ~5.0.5 typescript: ~5.1.6 languageName: unknown linkType: soft -"@jupyterlab/workspaces@^4.2.0-beta.0, @jupyterlab/workspaces@workspace:packages/workspaces": +"@jupyterlab/workspaces@^4.2.0-beta.1, @jupyterlab/workspaces@workspace:packages/workspaces": version: 0.0.0-use.local resolution: "@jupyterlab/workspaces@workspace:packages/workspaces" dependencies: - "@jupyterlab/services": ^7.2.0-beta.0 - "@jupyterlab/testing": ^4.2.0-beta.0 + "@jupyterlab/services": ^7.2.0-beta.1 + "@jupyterlab/testing": ^4.2.0-beta.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 @@ -16292,7 +16292,7 @@ __metadata: version: 0.0.0-use.local resolution: "node-example@workspace:packages/services/examples/node" dependencies: - "@jupyterlab/services": ^7.2.0-beta.0 + "@jupyterlab/services": ^7.2.0-beta.1 rimraf: ~5.0.5 ws: ^8.11.0 languageName: unknown