diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2a765e..c9f6036b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,23 @@ pip install jupytercad-freecad +## 2.0.0rc0 + +([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/v2.0.0a10...5de1ff5bd5c4d0a462aafa951098837399382092)) + +### Maintenance and upkeep improvements + +- Sync jupytercad\_\* version [#375](https://github.com/jupytercad/JupyterCAD/pull/375) ([@trungleduc](https://github.com/trungleduc)) +- Unpin ajv [#374](https://github.com/jupytercad/JupyterCAD/pull/374) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupytercad/JupyterCAD/graphs/contributors?from=2024-06-26&to=2024-06-27&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-06-26..2024-06-27&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-06-26..2024-06-27&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-06-26..2024-06-27&type=Issues) + + + ## 2.0.0a10 ([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/base@2.0.0-alpha.9...0402dc772b5800a3e7b2b54c77e76f16bcf7205c)) @@ -66,8 +83,6 @@ pip install jupytercad-freecad [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-06-04..2024-06-26&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-06-04..2024-06-26&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3ASylvainCorlay+updated%3A2024-06-04..2024-06-26&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-06-04..2024-06-26&type=Issues) - - ## 2.0.0a9 ([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a8...e12e7e647069f7b65b18e8c609aff31182984f87)) diff --git a/package.json b/package.json index 5fd8753d..560403b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-root", - "version": "2.0.0-alpha.10", + "version": "2.0.0-rc.0", "private": true, "homepage": "https://github.com/jupytercad/JupyterCAD", "repository": { diff --git a/packages/base/package.json b/packages/base/package.json index c2f8f3a9..bafa5a30 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/base", - "version": "2.0.0-alpha.10", + "version": "2.0.0-rc.0", "description": "A JupyterLab extension for 3D modelling.", "keywords": [ "jupyter", @@ -38,8 +38,8 @@ "@deathbeds/jupyterlab-rjsf": "^1.1.0", "@jupyter/docprovider": "^2.0.0", "@jupyter/ydoc": "^1.0.0", - "@jupytercad/occ-worker": "^2.0.0-alpha.10", - "@jupytercad/schema": "^2.0.0-alpha.10", + "@jupytercad/occ-worker": "^2.0.0-rc.0", + "@jupytercad/schema": "^2.0.0-rc.0", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/packages/occ-worker/package.json b/packages/occ-worker/package.json index 1f84d65c..1d00692f 100644 --- a/packages/occ-worker/package.json +++ b/packages/occ-worker/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/occ-worker", - "version": "2.0.0-alpha.10", + "version": "2.0.0-rc.0", "description": "Jupytercad opencascade worker package.", "keywords": [ "jupytercad" @@ -36,8 +36,8 @@ "watch": "tsc-watch --onSuccess \"webpack --config worker.webpack.config.js --mode=development\"" }, "dependencies": { - "@jupytercad/opencascade": "^2.0.0-alpha.10", - "@jupytercad/schema": "^2.0.0-alpha.10", + "@jupytercad/opencascade": "^2.0.0-rc.0", + "@jupytercad/schema": "^2.0.0-rc.0", "@lumino/coreutils": "^2.0.0", "uuid": "^8.3.2" }, diff --git a/packages/opencascade/package.json b/packages/opencascade/package.json index 0a14d557..c2136c99 100644 --- a/packages/opencascade/package.json +++ b/packages/opencascade/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/opencascade", - "version": "2.0.0-alpha.10", + "version": "2.0.0-rc.0", "description": "The custom OpenCascade build for JupyterCAD.", "keywords": [ "jupyter", diff --git a/packages/schema/package.json b/packages/schema/package.json index 06a64bec..3076c25f 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/schema", - "version": "2.0.0-alpha.10", + "version": "2.0.0-rc.0", "description": "A Jupytercad schema package.", "keywords": [ "jupytercad" diff --git a/python/jupytercad/jupytercad/__init__.py b/python/jupytercad/jupytercad/__init__.py index 061f0f9a..da81ddaa 100644 --- a/python/jupytercad/jupytercad/__init__.py +++ b/python/jupytercad/jupytercad/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.0.0a10" +__version__ = "2.0.0rc0" from jupytercad_lab import CadDocument # noqa diff --git a/python/jupytercad/pyproject.toml b/python/jupytercad/pyproject.toml index a72c8b5c..b5540104 100644 --- a/python/jupytercad/pyproject.toml +++ b/python/jupytercad/pyproject.toml @@ -19,9 +19,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "jupytercad_core==2.0.0a10", - "jupytercad_lab==2.0.0a10", - "jupytercad_app==2.0.0a10", + "jupytercad_core==2.0.0rc0", + "jupytercad_lab==2.0.0rc0", + "jupytercad_app==2.0.0rc0", ] dynamic = ["version"] license = {file = "LICENSE"} diff --git a/python/jupytercad_app/package.json b/python/jupytercad_app/package.json index 9da9175a..c099cbfc 100644 --- a/python/jupytercad_app/package.json +++ b/python/jupytercad_app/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-app", - "version": "2.0.0-alpha.10", + "version": "2.0.0-rc.0", "description": "A JupyterLab standalone app for 3D modelling.", "keywords": [ "jupyter", @@ -54,8 +54,8 @@ "@jupyter/collaboration": "^2.0.0", "@jupyter/docprovider": "^2.0.0", "@jupyter/ydoc": "^0.3.4 || ^1.0.2", - "@jupytercad/base": "^2.0.0-alpha.10", - "@jupytercad/schema": "^2.0.0-alpha.10", + "@jupytercad/base": "^2.0.0-rc.0", + "@jupytercad/schema": "^2.0.0-rc.0", "@jupyterlab/application": "^4.0.0", "@jupyterlab/application-extension": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", diff --git a/python/jupytercad_core/package.json b/python/jupytercad_core/package.json index 466f0bc7..f6c463d2 100644 --- a/python/jupytercad_core/package.json +++ b/python/jupytercad_core/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-core", - "version": "2.0.0-alpha.10", + "version": "2.0.0-rc.0", "description": "JupyterCad core extension", "keywords": [ "jupyter", @@ -54,9 +54,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytercad/base": "^2.0.0-alpha.10", - "@jupytercad/occ-worker": "^2.0.0-alpha.10", - "@jupytercad/schema": "^2.0.0-alpha.10", + "@jupytercad/base": "^2.0.0-rc.0", + "@jupytercad/occ-worker": "^2.0.0-rc.0", + "@jupytercad/schema": "^2.0.0-rc.0", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/docregistry": "^4.0.0", diff --git a/python/jupytercad_lab/package.json b/python/jupytercad_lab/package.json index b55092eb..aaa6491d 100644 --- a/python/jupytercad_lab/package.json +++ b/python/jupytercad_lab/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-lab", - "version": "2.0.0-alpha.10", + "version": "2.0.0-rc.0", "description": "JupyterCad Lab extension.", "keywords": [ "jupyter", @@ -52,9 +52,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytercad/base": "^2.0.0-alpha.10", - "@jupytercad/jupytercad-core": "^2.0.0-alpha.10", - "@jupytercad/schema": "^2.0.0-alpha.10", + "@jupytercad/base": "^2.0.0-rc.0", + "@jupytercad/jupytercad-core": "^2.0.0-rc.0", + "@jupytercad/schema": "^2.0.0-rc.0", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 6ce96e31..6acd4640 100644 --- a/yarn.lock +++ b/yarn.lock @@ -920,7 +920,7 @@ __metadata: languageName: node linkType: hard -"@jupytercad/base@^2.0.0-alpha.10, @jupytercad/base@workspace:packages/base": +"@jupytercad/base@^2.0.0-rc.0, @jupytercad/base@workspace:packages/base": version: 0.0.0-use.local resolution: "@jupytercad/base@workspace:packages/base" dependencies: @@ -928,8 +928,8 @@ __metadata: "@deathbeds/jupyterlab-rjsf": ^1.1.0 "@jupyter/docprovider": ^2.0.0 "@jupyter/ydoc": ^1.0.0 - "@jupytercad/occ-worker": ^2.0.0-alpha.10 - "@jupytercad/schema": ^2.0.0-alpha.10 + "@jupytercad/occ-worker": ^2.0.0-rc.0 + "@jupytercad/schema": ^2.0.0-rc.0 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/coreutils": ^6.0.0 @@ -971,8 +971,8 @@ __metadata: "@jupyter/collaboration": ^2.0.0 "@jupyter/docprovider": ^2.0.0 "@jupyter/ydoc": ^0.3.4 || ^1.0.2 - "@jupytercad/base": ^2.0.0-alpha.10 - "@jupytercad/schema": ^2.0.0-alpha.10 + "@jupytercad/base": ^2.0.0-rc.0 + "@jupytercad/schema": ^2.0.0-rc.0 "@jupyterlab/application": ^4.0.0 "@jupyterlab/application-extension": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 @@ -1024,14 +1024,14 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/jupytercad-core@^2.0.0-alpha.10, @jupytercad/jupytercad-core@workspace:python/jupytercad_core": +"@jupytercad/jupytercad-core@^2.0.0-rc.0, @jupytercad/jupytercad-core@workspace:python/jupytercad_core": version: 0.0.0-use.local resolution: "@jupytercad/jupytercad-core@workspace:python/jupytercad_core" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytercad/base": ^2.0.0-alpha.10 - "@jupytercad/occ-worker": ^2.0.0-alpha.10 - "@jupytercad/schema": ^2.0.0-alpha.10 + "@jupytercad/base": ^2.0.0-rc.0 + "@jupytercad/occ-worker": ^2.0.0-rc.0 + "@jupytercad/schema": ^2.0.0-rc.0 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1064,9 +1064,9 @@ __metadata: resolution: "@jupytercad/jupytercad-lab@workspace:python/jupytercad_lab" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytercad/base": ^2.0.0-alpha.10 - "@jupytercad/jupytercad-core": ^2.0.0-alpha.10 - "@jupytercad/schema": ^2.0.0-alpha.10 + "@jupytercad/base": ^2.0.0-rc.0 + "@jupytercad/jupytercad-core": ^2.0.0-rc.0 + "@jupytercad/schema": ^2.0.0-rc.0 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1115,12 +1115,12 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/occ-worker@^2.0.0-alpha.10, @jupytercad/occ-worker@workspace:packages/occ-worker": +"@jupytercad/occ-worker@^2.0.0-rc.0, @jupytercad/occ-worker@workspace:packages/occ-worker": version: 0.0.0-use.local resolution: "@jupytercad/occ-worker@workspace:packages/occ-worker" dependencies: - "@jupytercad/opencascade": ^2.0.0-alpha.10 - "@jupytercad/schema": ^2.0.0-alpha.10 + "@jupytercad/opencascade": ^2.0.0-rc.0 + "@jupytercad/schema": ^2.0.0-rc.0 "@lumino/coreutils": ^2.0.0 "@types/node": ^18.15.11 copy-webpack-plugin: ^10.0.0 @@ -1136,7 +1136,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/opencascade@^2.0.0-alpha.10, @jupytercad/opencascade@workspace:packages/opencascade": +"@jupytercad/opencascade@^2.0.0-rc.0, @jupytercad/opencascade@workspace:packages/opencascade": version: 0.0.0-use.local resolution: "@jupytercad/opencascade@workspace:packages/opencascade" dependencies: @@ -1147,7 +1147,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/schema@^2.0.0-alpha.10, @jupytercad/schema@workspace:packages/schema": +"@jupytercad/schema@^2.0.0-rc.0, @jupytercad/schema@workspace:packages/schema": version: 0.0.0-use.local resolution: "@jupytercad/schema@workspace:packages/schema" dependencies: @@ -1172,42 +1172,42 @@ __metadata: linkType: soft "@jupyterlab/application-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/application-extension@npm:4.2.2" - dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/property-inspector": ^4.2.2 - "@jupyterlab/settingregistry": ^4.2.2 - "@jupyterlab/statedb": ^4.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + version: 4.2.3 + resolution: "@jupyterlab/application-extension@npm:4.2.3" + dependencies: + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/property-inspector": ^4.2.3 + "@jupyterlab/settingregistry": ^4.2.3 + "@jupyterlab/statedb": ^4.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: ae0364dceb79e1268de302a9ed7b43cfdd6ec19dfb1704f084ad172a772627d055dbc76b2244388542f910e2bfd165810d7de0f9ebb0fff3e29b34008b13f1d3 + checksum: 17f9c37f56ab4531241feaa29a3ceba36eff4f7df11591f8f01263fa0bea781b24617c24fa0ff02a91018e8afa1339c270cdcf9e5a705679126fc46ab4ee62f6 languageName: node linkType: hard -"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/application@npm:4.2.2" +"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/application@npm:4.2.3" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/rendermime": ^4.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/statedb": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/rendermime": ^4.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/statedb": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.1 "@lumino/commands": ^2.3.0 @@ -1218,27 +1218,27 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 86dbf944df8dbeecce88d5588054bb097f6817ba23c7366002e4a7dcb34bb229371be6d803008a2a8413bf7285db977426a806d9686f135d004f74bf5338b28a + checksum: a9dd2b818467f44ffefeab13ed2ca89a2688ff0b0a1a6becd33fc5cca9b70fb0745297812bab56249615f45b125e8129c68939312bb3371b3f50da0e63eef23c languageName: node linkType: hard "@jupyterlab/apputils-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/apputils-extension@npm:4.2.2" - dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/mainmenu": ^4.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/settingregistry": ^4.2.2 - "@jupyterlab/statedb": ^4.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 - "@jupyterlab/workspaces": ^4.2.2 + version: 4.2.3 + resolution: "@jupyterlab/apputils-extension@npm:4.2.3" + dependencies: + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/mainmenu": ^4.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/settingregistry": ^4.2.3 + "@jupyterlab/statedb": ^4.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 + "@jupyterlab/workspaces": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -1249,7 +1249,7 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: de1bff3fb52a23aa7584d4e60e84014a4fecc599d5b118f7e0c87fc7445b350cdc03141037803d642d3d8291aa48b3fb4cc79ec4babb5a383e1b01ad766fb648 + checksum: 6894be9092048130f7afdffd22ba237c62fa3748baa2464c3c0d45be3c0f0397086521d6e8b8f9a52d87acfef5455a020e9367e41bf10ff614fa65ae43eed303 languageName: node linkType: hard @@ -1282,23 +1282,23 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/attachments@npm:4.2.2" +"@jupyterlab/attachments@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/attachments@npm:4.2.3" dependencies: - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/observables": ^5.2.2 - "@jupyterlab/rendermime": ^4.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/observables": ^5.2.3 + "@jupyterlab/rendermime": ^4.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: 36e6b833fd1debe35d19bcd105eb71f1346c7e4d6ea0d710eb9cdef9818e1e9b04fd5763660776aa19332f196a89baaceff17236990afc835d9f5b2971105eda + checksum: 21325cd4cf108f21c997696d9b71efa3a77ce218d28777676dda0519dd92e76e43234c08a433e9473024dcfeb92e3a53ecb6284ef2aff870c0bd21f7d384ec3a languageName: node linkType: hard "@jupyterlab/builder@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/builder@npm:4.2.2" + version: 4.2.3 + resolution: "@jupyterlab/builder@npm:4.2.3" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.1 @@ -1333,32 +1333,32 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 040f8c7f96ac99ddce350a165b1a9426593bed93a006d9e8919458ea191b5b0f918372059d65a3677c8a92e22be3b450249fa5a4007a958699c4fceb69e39d5a + checksum: 6bc0d3a7404cecf53c4378a051e96e51b777e2017c2890ae9331f51e9433ad643c6627bf61d4a0710c1b2cb0d4839bef79a02656b9cef04bf0ec1e913bf3a890 languageName: node linkType: hard "@jupyterlab/cells@npm:^4.0.13": - version: 4.2.2 - resolution: "@jupyterlab/cells@npm:4.2.2" + version: 4.2.3 + resolution: "@jupyterlab/cells@npm:4.2.3" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/attachments": ^4.2.2 - "@jupyterlab/codeeditor": ^4.2.2 - "@jupyterlab/codemirror": ^4.2.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/documentsearch": ^4.2.2 - "@jupyterlab/filebrowser": ^4.2.2 - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/observables": ^5.2.2 - "@jupyterlab/outputarea": ^4.2.2 - "@jupyterlab/rendermime": ^4.2.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/toc": ^6.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/attachments": ^4.2.3 + "@jupyterlab/codeeditor": ^4.2.3 + "@jupyterlab/codemirror": ^4.2.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/documentsearch": ^4.2.3 + "@jupyterlab/filebrowser": ^4.2.3 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/observables": ^5.2.3 + "@jupyterlab/outputarea": ^4.2.3 + "@jupyterlab/rendermime": ^4.2.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/toc": ^6.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -1369,7 +1369,7 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 974d81f3917c8c39e9fc603a7f83a06733c21523fa17e4781f8b7d846c9e2b9731fa362c0469dcfbf1370846a34ec652a379408e5e57f78d7aaa271f8180c90e + checksum: faaaf969d908d6d0f5713ca23d83bf7f69a8afb9ea72b37722a047afc832e4f3ea97299921ff92575a77d5b4856c2862a7b97823b97fe707a16f435d77e1ed1d languageName: node linkType: hard @@ -1393,19 +1393,19 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.0.13, @jupyterlab/codeeditor@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/codeeditor@npm:4.2.2" +"@jupyterlab/codeeditor@npm:^4.0.13, @jupyterlab/codeeditor@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/codeeditor@npm:4.2.3" dependencies: "@codemirror/state": ^6.4.1 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/observables": ^5.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/observables": ^5.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 @@ -1413,13 +1413,13 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 22a1b7846f4d6c8bd7b472b311d21383031dd98d232f7e83add2acfaa8f277a7a9a48919b8e14bedeb786f53f45adc64387a724337ee91ab52620ea5a9d0a692 + checksum: 36e402e35043deb4e40879760eb2e68bd4f6802751e64761cd7d46fc11dbbadfd43481d1fbda91a205cb8a269b9ac1fe3130e0597eb10c63231b2b5087341cad languageName: node linkType: hard "@jupyterlab/codemirror-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/codemirror-extension@npm:4.2.2" + version: 4.2.3 + resolution: "@jupyterlab/codemirror-extension@npm:4.2.3" dependencies: "@codemirror/commands": ^6.3.3 "@codemirror/lang-markdown": ^6.2.4 @@ -1428,19 +1428,19 @@ __metadata: "@codemirror/search": ^6.5.6 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/codeeditor": ^4.2.2 - "@jupyterlab/codemirror": ^4.2.2 - "@jupyterlab/settingregistry": ^4.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/codeeditor": ^4.2.3 + "@jupyterlab/codemirror": ^4.2.3 + "@jupyterlab/settingregistry": ^4.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: 93ad7f1cb79ab9eda8c5c90620339116daa9adb3dc9676144067a26300babd8f62bc0018901aa682c78191064bb0d66b732a5a94724e0f88bd7ce7b15fdafd56 + checksum: 42792cd33dac8a41949d91cf05ab627285bd0c556959c5c9280e291dc7368ec68a7de03ed1264237c2070b340dc4a79aa83bc96b6f36e26da3e78fd7312c0bb2 languageName: node linkType: hard @@ -1470,9 +1470,9 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.0.0, @jupyterlab/codemirror@npm:^4.0.13, @jupyterlab/codemirror@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/codemirror@npm:4.2.2" +"@jupyterlab/codemirror@npm:^4.0.0, @jupyterlab/codemirror@npm:^4.0.13, @jupyterlab/codemirror@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/codemirror@npm:4.2.3" dependencies: "@codemirror/autocomplete": ^6.15.0 "@codemirror/commands": ^6.3.3 @@ -1495,11 +1495,11 @@ __metadata: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.0 "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/codeeditor": ^4.2.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/documentsearch": ^4.2.2 - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 + "@jupyterlab/codeeditor": ^4.2.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/documentsearch": ^4.2.3 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -1508,7 +1508,7 @@ __metadata: "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 yjs: ^13.5.40 - checksum: 60641e41c424407d5584fdde5630b2ada1663b988fd299c628c58d840d3e8b87d7bcdc4bf0da261ad2eaf0b071e868a31e8c458eb0ce989a0b33f3901411d79c + checksum: 0464ca3ddd6df260bbcf0edc5b66a23b76d648e3e4497678cecadfab2286f4e8de8e9bb87b1c1cc9d1bec72a89e1c26770c6af94127e88cbc1ac216b79f32ffe languageName: node linkType: hard @@ -1545,9 +1545,9 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.0.0, @jupyterlab/coreutils@npm:^6.0.0-alpha.18, @jupyterlab/coreutils@npm:^6.0.13, @jupyterlab/coreutils@npm:^6.0.5, @jupyterlab/coreutils@npm:^6.2.2": - version: 6.2.2 - resolution: "@jupyterlab/coreutils@npm:6.2.2" +"@jupyterlab/coreutils@npm:^6.0.0, @jupyterlab/coreutils@npm:^6.0.0-alpha.18, @jupyterlab/coreutils@npm:^6.0.13, @jupyterlab/coreutils@npm:^6.0.5, @jupyterlab/coreutils@npm:^6.2.3": + version: 6.2.3 + resolution: "@jupyterlab/coreutils@npm:6.2.3" dependencies: "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1555,25 +1555,25 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: cea1ec210ce60b32ccd213a75e10d85aed149437817e81ea89230552b33cec4be61472880669035228a156b89dcf99dccac3fe2e19191f8690d8870a732fa30b + checksum: 3c3ac6297c92c811839f932c5ba7b71ad9507b16591e90827b8c8b7986cc597cecc0a3c5f80652b6ae2a2b75f194f8944a8b99f5f1108cac89daa201b2bfc881 languageName: node linkType: hard "@jupyterlab/docmanager-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/docmanager-extension@npm:4.2.2" - dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docmanager": ^4.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/settingregistry": ^4.2.2 - "@jupyterlab/statedb": ^4.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + version: 4.2.3 + resolution: "@jupyterlab/docmanager-extension@npm:4.2.3" + dependencies: + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docmanager": ^4.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/settingregistry": ^4.2.3 + "@jupyterlab/statedb": ^4.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -1581,22 +1581,22 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 995fd1558a4a7fc587bcd4d06eb3c5c38dea7b71e087e80e323694282f3e6b117debe1a6992574664ff8f9422504c0329e35f093f42f0b6fa4d35bcb39fa637e + checksum: e53184dc80f8e902d58a1217af5cbab1dd47edb035449db974f1f4df9845f9ec7d3c7c28322fc2c7c59029e91baf8d5608a32aaa4978c3f5d01cc10187681d1e languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.0.0, @jupyterlab/docmanager@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/docmanager@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/statedb": ^4.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 +"@jupyterlab/docmanager@npm:^4.0.0, @jupyterlab/docmanager@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/docmanager@npm:4.2.3" + dependencies: + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/statedb": ^4.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1606,24 +1606,24 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: e45a8cbdf82cac4d949ef7177e5ac22530ab03502dea73d21ead1061686ef4c703e1eee749ddd4c33672269922045b4bf2dba6ccfc2b44dc8d696b36f1652fe3 + checksum: cb17332ecbb030378e6b2d14c612313c0ba63b15fed12d3f9c3aae1d14783bc2cde52bbf0e441faee34d1addf653f45a7c0b8f937a2c5acaee964c443044e669 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.0.0, @jupyterlab/docregistry@npm:^4.0.13, @jupyterlab/docregistry@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/docregistry@npm:4.2.2" +"@jupyterlab/docregistry@npm:^4.0.0, @jupyterlab/docregistry@npm:^4.0.13, @jupyterlab/docregistry@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/docregistry@npm:4.2.3" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/codeeditor": ^4.2.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/observables": ^5.2.2 - "@jupyterlab/rendermime": ^4.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/codeeditor": ^4.2.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/observables": ^5.2.3 + "@jupyterlab/rendermime": ^4.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1632,17 +1632,17 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 8cad65f88d827beee8e804683e021da260084243b9e74495093df9bd7e7aff25431c07debc8cfe86c90fa395ab5ebd77ce998ea096a17c5543b5a035f50cd813 + checksum: da4634294f8e09e7ae8c0a930450291e5b865bfdec107f4d7ea2353cffec12405ca58f57eef50e0ab853db46f5e8a386f03e32e2f96673d7d906f114af823510 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.0.13, @jupyterlab/documentsearch@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/documentsearch@npm:4.2.2" +"@jupyterlab/documentsearch@npm:^4.0.13, @jupyterlab/documentsearch@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/documentsearch@npm:4.2.3" dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1651,46 +1651,46 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 2d6806fdf0f85873eb35c7730717a9eb69775760d6fd081cbb274104e04fdf3dcf1e72002271739021552721732fa77bd2d6601c27abca8bf1e6b88a9836a2c8 + checksum: af3c9bd88e132b0d9e2a829244196e603720ff92404f05475d1b36f837d10a07579201669d91d9a2b1d8391ec17e46ab965c7b0fa608c753a176af69a117ab0b languageName: node linkType: hard "@jupyterlab/filebrowser-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/filebrowser-extension@npm:4.2.2" - dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docmanager": ^4.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/filebrowser": ^4.2.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/settingregistry": ^4.2.2 - "@jupyterlab/statedb": ^4.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + version: 4.2.3 + resolution: "@jupyterlab/filebrowser-extension@npm:4.2.3" + dependencies: + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docmanager": ^4.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/filebrowser": ^4.2.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/settingregistry": ^4.2.3 + "@jupyterlab/statedb": ^4.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/widgets": ^2.3.2 - checksum: 0eaa7c3637dbdcb1c1f3daf3dbde05523ab99d07659ac560d8ed1d17384279996753c6b344ee9a896fcb7f802c6452577da7b34ea1421973d0c82a054aecd4ef + checksum: e09c09aac15e33a0e51f81df084938611695ba91ab9fff55b409d8d91ee42528d9895caa3691d268b9e5219db42d86dde006cbc34b4cacf05328ca8224a9ab54 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.0.0, @jupyterlab/filebrowser@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/filebrowser@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docmanager": ^4.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/statedb": ^4.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 +"@jupyterlab/filebrowser@npm:^4.0.0, @jupyterlab/filebrowser@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/filebrowser@npm:4.2.3" + dependencies: + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docmanager": ^4.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/statedb": ^4.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1702,60 +1702,60 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: f4354f84060bd100b4530d4816b25b819ce028f92ceb130d79ca90dacf32bb46bcd8e134244b6172bca3bb1cae3402079ffbb8173cc94c5ce75e5b55e77cd67c + checksum: d0a4027d7fe277449f54b07e7778903eb1ba99fd983289fb6fb186e9e8237ba393ad377d06dcaa73a3e0b40826ba0e61403bc932df70923fa78ef7f93e3f9e1c languageName: node linkType: hard "@jupyterlab/fileeditor@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/fileeditor@npm:4.2.2" + version: 4.2.3 + resolution: "@jupyterlab/fileeditor@npm:4.2.3" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/codeeditor": ^4.2.2 - "@jupyterlab/codemirror": ^4.2.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/documentsearch": ^4.2.2 - "@jupyterlab/lsp": ^4.2.2 - "@jupyterlab/statusbar": ^4.2.2 - "@jupyterlab/toc": ^6.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/codeeditor": ^4.2.3 + "@jupyterlab/codemirror": ^4.2.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/documentsearch": ^4.2.3 + "@jupyterlab/lsp": ^4.2.3 + "@jupyterlab/statusbar": ^4.2.3 + "@jupyterlab/toc": ^6.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: 688340fe2ba275a22b6fc240b16b73db96889f128894a5d4f28c4ff5df68ef6f9947316ff9404ec93624eecd60a9834e2b343b04f82fa980f701d5ec30cd349d + checksum: 54470a0a71f3110640c687e8e3a0b09afad5dd5470caad04c95744732212d2aaac14db6168100d31f80244dc42d09f927d524989223832787168c3d11a9a206e languageName: node linkType: hard "@jupyterlab/launcher-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/launcher-extension@npm:4.2.2" - dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/filebrowser": ^4.2.2 - "@jupyterlab/launcher": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + version: 4.2.3 + resolution: "@jupyterlab/launcher-extension@npm:4.2.3" + dependencies: + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/filebrowser": ^4.2.3 + "@jupyterlab/launcher": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: 2198f7dd37cad6b75f0f08f8a4a0cc271dd30411c546cd55ed7c5b37e8b14101bc11375cedf1a1b6095ea7525711581ba4d307b72593d7d8e4c0bd281431d360 + checksum: c8c5d57e5150c59d6312b9c896110cf06e68b49b012b86958215140ed628bfbbbf08e98b5fbdbb577a7efbb7945f0628f28e6696dabe7414b3ebd8d765c32ae0 languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.0.0, @jupyterlab/launcher@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/launcher@npm:4.2.2" +"@jupyterlab/launcher@npm:^4.0.0, @jupyterlab/launcher@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/launcher@npm:4.2.3" dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -1763,40 +1763,40 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: b28014a5ca6b54b28d283ec394b702bd935942c2692327912859cab6f267c0fa61824c72ec79e7ce161c75c43937fdb06ebdcdd7642d6e55fc8f9bfc2bf62bf4 + checksum: f28e092acd5abb33f66af8c8cb935a2ad8e916e305cb0c396901ce1eaa754d30a08000121373b5c15eda6925cecd7c733e92f6a2cc57a27d7dcaafa78440d4cc languageName: node linkType: hard "@jupyterlab/logconsole@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/logconsole@npm:4.2.2" - dependencies: - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/outputarea": ^4.2.2 - "@jupyterlab/rendermime": ^4.2.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/translation": ^4.2.2 + version: 4.2.3 + resolution: "@jupyterlab/logconsole@npm:4.2.3" + dependencies: + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/outputarea": ^4.2.3 + "@jupyterlab/rendermime": ^4.2.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/translation": ^4.2.3 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: afc96b1297c900dcebf22a9e12135141a93c637405691d43650608a722b5e524a1bc52efcec8ed27e95a1eb1f1d1c7ae80ff8e1c4b7deea8f8de7cb829db5284 + checksum: b4f2ab9c43ae829a66a9fbec4c8f68fee41f4cf447e05e3bb0cb76f72710f2a68d35eb22fac20bd7eaac992e0811055ca4885d1c2968694c98134861936413f4 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.0.13, @jupyterlab/lsp@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/lsp@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/codeeditor": ^4.2.2 - "@jupyterlab/codemirror": ^4.2.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/translation": ^4.2.2 +"@jupyterlab/lsp@npm:^4.0.13, @jupyterlab/lsp@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/lsp@npm:4.2.3" + dependencies: + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/codeeditor": ^4.2.3 + "@jupyterlab/codemirror": ^4.2.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/translation": ^4.2.3 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -1805,54 +1805,54 @@ __metadata: vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: 57853e7cf4010dab80fd1f135bddefb62710c6d379c942306a6913ebf4683853a3d519aee8f1b4f72725a87f9cff4387d1fb3125813b0aa4fae25131ab2bff95 + checksum: 06a75a3b29770f1cd3e3b16d01fe9b2a3fd30a1b567fe13f89548ab10f4b7f8e075c49107362c16d10bcb98c7de8592496a90f4169502a8ec568394a6081744c languageName: node linkType: hard "@jupyterlab/mainmenu-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/mainmenu-extension@npm:4.2.2" - dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docmanager": ^4.2.2 - "@jupyterlab/filebrowser": ^4.2.2 - "@jupyterlab/mainmenu": ^4.2.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/settingregistry": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + version: 4.2.3 + resolution: "@jupyterlab/mainmenu-extension@npm:4.2.3" + dependencies: + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docmanager": ^4.2.3 + "@jupyterlab/filebrowser": ^4.2.3 + "@jupyterlab/mainmenu": ^4.2.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/settingregistry": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.2 - checksum: c52642d0e29f90ea9e1ab127d926729a7573ee83c4863710e62944a22c509809fd073072490457ebc78e036519eb99e800dbb71b44ffc588a858f9f83d93eb76 + checksum: 6f917e7fae1e46472eeaf65cdf610022c94d1327a157bf680c23a493ddb18164c778fd71c692ae106005975e6811515722cfa07a1f524571ce2e278f2f6cb4f9 languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.0.0, @jupyterlab/mainmenu@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/mainmenu@npm:4.2.2" +"@jupyterlab/mainmenu@npm:^4.0.0, @jupyterlab/mainmenu@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/mainmenu@npm:4.2.3" dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: b67ff8124dccbfee2e0e608a87d3bb463602ef4084df473a22dea8dede94099ecad862daa242e94ef8dab3d044b6302e6bdb2b820c5f50234d1c08e696f212d0 + checksum: 13868244318c3a82d63f9b7d7d4acdd6c58e822644f242de97b7abc0fa26d735ccbf830b0a338c177ea07fd28163ef6f87d34fbad76814a03b54492a1a8a3b76 languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.15, @jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.0.13, @jupyterlab/nbformat@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/nbformat@npm:4.2.2" +"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.15, @jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.0.13, @jupyterlab/nbformat@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/nbformat@npm:4.2.3" dependencies: "@lumino/coreutils": ^2.1.2 - checksum: a60774bcf3e9735bc80dc411b4b79ad2da0dd4df596fef0a74537bfbfb8b168b70b34619638d0abaca6243ac337520275002a27dc13d6951efd681527643d25b + checksum: 890844bfe8966023d8b32ba286be159712509005e7c88eb71ba87f9ab6454cc8cbb2e5922e14ba524a147bb2adff2c82563f9c5e7e2331c6dcdef0fbe18e4f97 languageName: node linkType: hard @@ -1914,30 +1914,30 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.0.0, @jupyterlab/observables@npm:^5.0.13, @jupyterlab/observables@npm:^5.2.2": - version: 5.2.2 - resolution: "@jupyterlab/observables@npm:5.2.2" +"@jupyterlab/observables@npm:^5.0.0, @jupyterlab/observables@npm:^5.0.13, @jupyterlab/observables@npm:^5.2.3": + version: 5.2.3 + resolution: "@jupyterlab/observables@npm:5.2.3" 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: 916363cb75bd58f109d81ba84649379a848c23b8ced30f9283108fb4133bd5d4f62ebdf9648f053df744701193d4fadbae4491561dd02d14157bf23a0b813dda + checksum: 4e3a0ee95bb37f3148d9b36804ffdccb960f48e001394facb3c964035d61c7ba46572eb033dbd3422822377e408bb00fa28ab1386a48390f66b09d52aefda483 languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.0.0, @jupyterlab/outputarea@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/outputarea@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/observables": ^5.2.2 - "@jupyterlab/rendermime": ^4.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/translation": ^4.2.2 +"@jupyterlab/outputarea@npm:^4.0.0, @jupyterlab/outputarea@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/outputarea@npm:4.2.3" + dependencies: + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/observables": ^5.2.3 + "@jupyterlab/rendermime": ^4.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/translation": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1945,33 +1945,33 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 - checksum: b7d085edca968dc280677df0853080b00a3df3f05b67887933375bd28eaf12e056f7c3396b9a1a28075e617f979400a19742312c6964233f8135c5054fa98e20 + checksum: 5bcd65c224b944c6e27b7c59136e7548b650bb9ae193873b73d95972fb2894221372f99ab6e98615d8d9f0936f6963a7462e91f24f1483a5aa6cc3d2cf9d33f4 languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/property-inspector@npm:4.2.2" +"@jupyterlab/property-inspector@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/property-inspector@npm:4.2.3" dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 600227f8f43a1e3815cca24d41d07a415d6375cd27c216b178ea204205cf592a128d1e190240f7f3382b8b8f63da0b54d417a8ac5e2c82bf787ba8aedb90d136 + checksum: 5ab4e241e3f30642930cc0f3c5c7ff35453aac69ef77c3ec4a520b578548f076ab1fda493e9d244fe86e6694a687fd3c93ca265719808c18ed0351ca08e6f80a languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.10.2, @jupyterlab/rendermime-interfaces@npm:^3.6.7, @jupyterlab/rendermime-interfaces@npm:^3.8.0, @jupyterlab/rendermime-interfaces@npm:^3.8.13": - version: 3.10.2 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.10.2" +"@jupyterlab/rendermime-interfaces@npm:^3.10.3, @jupyterlab/rendermime-interfaces@npm:^3.6.7, @jupyterlab/rendermime-interfaces@npm:^3.8.0, @jupyterlab/rendermime-interfaces@npm:^3.8.13": + version: 3.10.3 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.10.3" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.1.2 "@lumino/widgets": ^1.37.2 || ^2.3.2 - checksum: 4ace6cda40bc3cdd59e36afb8dce6f4448f974a8214086d2541860b0e5c0de95fe22969fa4f5537e6e7fa06c00543655feaf77825dbb57da0147c38c51686707 + checksum: c30f0674e2bafa6a2d4479f36b467a72cce16cf00052d6e0cf718262b9687b9254783295c00f3a45e0331c129ba9cf6abfb638b6ba64131678a8153a55a7ce2a languageName: node linkType: hard @@ -1998,51 +1998,51 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.0.0, @jupyterlab/rendermime@npm:^4.0.13, @jupyterlab/rendermime@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/rendermime@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/observables": ^5.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/translation": ^4.2.2 +"@jupyterlab/rendermime@npm:^4.0.0, @jupyterlab/rendermime@npm:^4.0.13, @jupyterlab/rendermime@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/rendermime@npm:4.2.3" + dependencies: + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/observables": ^5.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/translation": ^4.2.3 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 lodash.escape: ^4.0.1 - checksum: cadf8a1d7c001d3863389b7e9561a54c633a85c89713b7d204f9ba86b960b23b592bfb6c68340dac1c02d86d51e4ea1af295672120597c9d8f7c654c8f020182 + checksum: c8ed06714364d45aff72fee58ddb53cd483272bf2d52e5d0aa5bf71ac5013f316c67b7d5b744e38729a4b4f8415f7d4fbe2901e300e21d7b05a2677e04fb44e2 languageName: node linkType: hard "@jupyterlab/services@npm: ^7.0.0": - version: 7.2.2 - resolution: "@jupyterlab/services@npm:7.2.2" + version: 7.2.3 + resolution: "@jupyterlab/services@npm:7.2.3" dependencies: "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/settingregistry": ^4.2.2 - "@jupyterlab/statedb": ^4.2.2 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/settingregistry": ^4.2.3 + "@jupyterlab/statedb": ^4.2.3 "@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: dace4f2838cefb129c63cc2b20b35ce2b593e9da4db51dea2963c1109c7f9867faf0a7f428bfd53889f8560953924bf51b355f555ce4fd756b358cfaf8f145c7 + checksum: 61d7eb84807ddeeaa5105bd127fb69ebc3ff939436938c1c34fdae616c3dbb5254c09d0a3fa825c76348c43de5834d14de438d4548f122e97522c4bb5172ce8e languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.0.0, @jupyterlab/settingregistry@npm:^4.0.13, @jupyterlab/settingregistry@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/settingregistry@npm:4.2.2" +"@jupyterlab/settingregistry@npm:^4.0.0, @jupyterlab/settingregistry@npm:^4.0.13, @jupyterlab/settingregistry@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/settingregistry@npm:4.2.3" dependencies: - "@jupyterlab/nbformat": ^4.2.2 - "@jupyterlab/statedb": ^4.2.2 + "@jupyterlab/nbformat": ^4.2.3 + "@jupyterlab/statedb": ^4.2.3 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2052,7 +2052,7 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: 610a43c2308ea7b35c58bc4fdffa0613cd04bbd56bae3f64ee7d7869ae8e484e26102726f5a31f6ae2ffc6f3e77527473fb1a8a9869fdbdac93d5a12984bd56d + checksum: 72eff0c5af9b6e9c3be36aea7e6b435f4bc52e770284f1c2d49061577d37bbec697afc7fe7673a22ab15e35ce4e88e3a4da485f432f42b1b4ec35bd8dfba4b3c languageName: node linkType: hard @@ -2079,16 +2079,16 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.0.13, @jupyterlab/statedb@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/statedb@npm:4.2.2" +"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.0.13, @jupyterlab/statedb@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/statedb@npm:4.2.3" dependencies: "@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: 6fbeed16a659b3f0d9b7a86cca91a0fd082c35b500264d58206f8a79640ea34ac00192c749a96c10f8762c6153ef26d3face6e6ce30b0e84479a0a5896254c38 + checksum: 6969e54fa8370a918a4d78391116b83bd3c5afb25e1f66d7369ac2d24659b89a32bbb23500d81b50744698c504a47bd8bc355b16e4ec6ea877b74ec512aab3f8 languageName: node linkType: hard @@ -2114,11 +2114,11 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.0.0, @jupyterlab/statusbar@npm:^4.0.13, @jupyterlab/statusbar@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/statusbar@npm:4.2.2" +"@jupyterlab/statusbar@npm:^4.0.0, @jupyterlab/statusbar@npm:^4.0.13, @jupyterlab/statusbar@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/statusbar@npm:4.2.3" dependencies: - "@jupyterlab/ui-components": ^4.2.2 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2126,64 +2126,64 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: f687fe87f693036edabaf7273aa3b1da89dac4636daf6632bb8d76bf79693ca713f83105247a90b1b378bfc42f61313d3ebc6177a01d2647b957c3c1b01e25f3 + checksum: f5da446064b564e6fddd4f77b63548cfb593204adabe68e0c494b999639c6779298fbd75d30b94768e73be6d59b68baf137a1bc5d75de95f962b1c1eb4eca1c1 languageName: node linkType: hard "@jupyterlab/theme-dark-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/theme-dark-extension@npm:4.2.2" + version: 4.2.3 + resolution: "@jupyterlab/theme-dark-extension@npm:4.2.3" dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/translation": ^4.2.2 - checksum: 675419ccfd89904135dc5d357d00154ea91065122c94615576a8810704cf807d31af193c8d3847a1ac1298c948e8ef167ef4de166e768cafb0d05606706e80ae + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/translation": ^4.2.3 + checksum: ef9d8a235abefcee3007a866a6a0e669f141c0904115f07b9d3db12530e84c32ad0aad273940c50fdcbec4c2e0907ec873d18463feadb9e395f7ff469c05c5d7 languageName: node linkType: hard "@jupyterlab/theme-light-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/theme-light-extension@npm:4.2.2" + version: 4.2.3 + resolution: "@jupyterlab/theme-light-extension@npm:4.2.3" dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/translation": ^4.2.2 - checksum: 7d5dd7bdc116b63ccdf29c0a9fa3a6ac9d5b8564d6cc6ba9661217c6c98301b22b7d068a1ff30624e6e16104dda89aa086bbe41d9509839d3afb46b356d4e71f + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/translation": ^4.2.3 + checksum: 579827b6c598a8e5317097424c76bdc9daf55ce89a8a20e5a945fe2254c843112c291611b82f99f08d5c2369d674851ff290d518577f1d0e7de66e2d6a380e0e languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.0.13, @jupyterlab/toc@npm:^6.2.2": - version: 6.2.2 - resolution: "@jupyterlab/toc@npm:6.2.2" - dependencies: - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/docregistry": ^4.2.2 - "@jupyterlab/observables": ^5.2.2 - "@jupyterlab/rendermime": ^4.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 - "@jupyterlab/translation": ^4.2.2 - "@jupyterlab/ui-components": ^4.2.2 +"@jupyterlab/toc@npm:^6.0.13, @jupyterlab/toc@npm:^6.2.3": + version: 6.2.3 + resolution: "@jupyterlab/toc@npm:6.2.3" + dependencies: + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/docregistry": ^4.2.3 + "@jupyterlab/observables": ^5.2.3 + "@jupyterlab/rendermime": ^4.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 + "@jupyterlab/translation": ^4.2.3 + "@jupyterlab/ui-components": ^4.2.3 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.2 react: ^18.2.0 - checksum: 8b8692da9d0b85e35fe59cc21b026ce25e5f8cb5c21607d304512cab2ef280dd9e2468dedbf6819aedb8f5e17ae7ee757504008dc792886531d09beed98e2f9e + checksum: e855adc3e2d825cbe07cda38c9fe03bfda2b8bbf36c320b30a1a70ab57d8c42cfe11a29ccc8bc7598c769443ed5baec54327830b3a7038b7285db2a3d47b7adb languageName: node linkType: hard "@jupyterlab/translation-extension@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/translation-extension@npm:4.2.2" + version: 4.2.3 + resolution: "@jupyterlab/translation-extension@npm:4.2.3" dependencies: - "@jupyterlab/application": ^4.2.2 - "@jupyterlab/apputils": ^4.3.2 - "@jupyterlab/mainmenu": ^4.2.2 - "@jupyterlab/settingregistry": ^4.2.2 - "@jupyterlab/translation": ^4.2.2 - checksum: 7bc0640f845a1b726acf461de6ab6f1d9f1a0236bcb603f1881da9213ff28a37f75f47e213761dfa7062586ea5cdf38094c03ac192c16a75ec4fee12bc0b8a9a + "@jupyterlab/application": ^4.2.3 + "@jupyterlab/apputils": ^4.3.3 + "@jupyterlab/mainmenu": ^4.2.3 + "@jupyterlab/settingregistry": ^4.2.3 + "@jupyterlab/translation": ^4.2.3 + checksum: 5d419a7b8088cbbecf1c29f4f5915ce651acbcc4e95e14e0d4622bc62c3643f3c1142780f9550df230ea0d59f2a2f66ccb5313f7c2c721e0e1a8e34d158ac22f languageName: node linkType: hard @@ -2199,16 +2199,16 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.0.0, @jupyterlab/translation@npm:^4.0.13, @jupyterlab/translation@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/translation@npm:4.2.2" +"@jupyterlab/translation@npm:^4.0.0, @jupyterlab/translation@npm:^4.0.13, @jupyterlab/translation@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/translation@npm:4.2.3" dependencies: - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 - "@jupyterlab/services": ^7.2.2 - "@jupyterlab/statedb": ^4.2.2 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 + "@jupyterlab/services": ^7.2.3 + "@jupyterlab/statedb": ^4.2.3 "@lumino/coreutils": ^2.1.2 - checksum: faeda0940384b5d204e5f7ca0e50cdf0122d6be8618a10c9c77ba57b675fc7045c65da8c1fc51fb4803361b7d0bbbbd1d6d224d5905677f3782231bdad2f8164 + checksum: 0ca7334bcb09a9738ef3c4a16476f388996e6524d4e4b18c39b7ebec5aad3b6292eb17e3bc3dec73620689f5509f493455eee09d5704addaea78c2a872d6716d languageName: node linkType: hard @@ -2250,16 +2250,16 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.0.0, @jupyterlab/ui-components@npm:^4.0.0-alpha.33, @jupyterlab/ui-components@npm:^4.0.13, @jupyterlab/ui-components@npm:^4.0.5, @jupyterlab/ui-components@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/ui-components@npm:4.2.2" +"@jupyterlab/ui-components@npm:^4.0.0, @jupyterlab/ui-components@npm:^4.0.0-alpha.33, @jupyterlab/ui-components@npm:^4.0.13, @jupyterlab/ui-components@npm:^4.0.5, @jupyterlab/ui-components@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/ui-components@npm:4.2.3" dependencies: "@jupyter/react-components": ^0.15.3 "@jupyter/web-components": ^0.15.3 - "@jupyterlab/coreutils": ^6.2.2 - "@jupyterlab/observables": ^5.2.2 - "@jupyterlab/rendermime-interfaces": ^3.10.2 - "@jupyterlab/translation": ^4.2.2 + "@jupyterlab/coreutils": ^6.2.3 + "@jupyterlab/observables": ^5.2.3 + "@jupyterlab/rendermime-interfaces": ^3.10.3 + "@jupyterlab/translation": ^4.2.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.3.0 "@lumino/coreutils": ^2.1.2 @@ -2277,20 +2277,20 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 5e0f7c835dd64db51332966cb56b5b5f12a22b4b42b229ade772b853dc31aab92ec323125a2e7781e3c7acd41949cd5600b1f1421e64ebafe1c05957e1176501 + checksum: 5fc819d633fc8c9774ccd10dc68e3636b06a59089254b2290cfb15b5a04a57133ba43f6e284274c4fbf0e625f688cf49bf7e2a89758e1d98535c51a7efe53216 languageName: node linkType: hard -"@jupyterlab/workspaces@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/workspaces@npm:4.2.2" +"@jupyterlab/workspaces@npm:^4.2.3": + version: 4.2.3 + resolution: "@jupyterlab/workspaces@npm:4.2.3" dependencies: - "@jupyterlab/services": ^7.2.2 + "@jupyterlab/services": ^7.2.3 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: 9d511cdd403a460854fb34006ca3604b44c8e72e8ada1973338a93a58aafe4b3186ede6b83031093a80d6711225fdbca35f65d140fac2149013bfab9464a2734 + checksum: 87aeae18d31d220d45b6d2727155852d0a423b709858ba939d53a69c923b3264802b93aeb238df7266aeb659c34fccbfc0b04a022ab82390c6c4658697b29306 languageName: node linkType: hard @@ -3327,8 +3327,8 @@ __metadata: linkType: hard "@rjsf/core@npm:^5.13.4": - version: 5.18.4 - resolution: "@rjsf/core@npm:5.18.4" + version: 5.18.5 + resolution: "@rjsf/core@npm:5.18.5" dependencies: lodash: ^4.17.21 lodash-es: ^4.17.21 @@ -3338,13 +3338,13 @@ __metadata: peerDependencies: "@rjsf/utils": ^5.18.x react: ^16.14.0 || >=17 - checksum: 8c3f49914be396595ce67dc4c36ac25c5cb6673917ec82c47f79321f5bb78d02741e8dca39287d0435270e7c9ccb06f7d40e396bdf71a3e9eb1371ef16954817 + checksum: 7b986ec075d5b2de503d01172abdb3e3d33d04e5298fbf80842400e682f0aecdabfe4bb8482dde8a6aed90a35f4f5574cb7b24a11d689566c0cc0599485b334a languageName: node linkType: hard "@rjsf/utils@npm:^5.13.4": - version: 5.18.4 - resolution: "@rjsf/utils@npm:5.18.4" + version: 5.18.5 + resolution: "@rjsf/utils@npm:5.18.5" dependencies: json-schema-merge-allof: ^0.8.1 jsonpointer: ^5.0.1 @@ -3353,13 +3353,13 @@ __metadata: react-is: ^18.2.0 peerDependencies: react: ^16.14.0 || >=17 - checksum: d7cf514527ec50a94751c5ec1f9e5eafd89d0c56441a22ae28a4e667aaa7c60447e1e1ccf8355c5be5b97e9a1163853c116816b13307e3463433d50f6b89bb3e + checksum: 8da3ce82a0ec83e78806461db7226fd20489f6e8c41906ccde9d55c554aec3f50b8b8bac8c35e3cdf12d788c18fdad71c992f0d8b44f6161a1bf9e13598ded99 languageName: node linkType: hard "@rjsf/validator-ajv8@npm:^5.13.4": - version: 5.18.4 - resolution: "@rjsf/validator-ajv8@npm:5.18.4" + version: 5.18.5 + resolution: "@rjsf/validator-ajv8@npm:5.18.5" dependencies: ajv: ^8.12.0 ajv-formats: ^2.1.1 @@ -3367,7 +3367,7 @@ __metadata: lodash-es: ^4.17.21 peerDependencies: "@rjsf/utils": ^5.18.x - checksum: edf3b24e07babe972e57645d396467c6404ff3f95a79118667f2d62082aa28e4ee7df5fad81e28071cd24b5455fe687a9f9bcf714718d4fd6036912b04c69a84 + checksum: 350d1f8043b7bbd88cf5d7fa28560062f4141e1ef9ef004c2997b63d0281d4a1af04be4b951c2c9c4d1c56d10f0e2fbab665c7176b38e87dd6da6d5303e1c84e languageName: node linkType: hard @@ -4702,9 +4702,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.30001629": - version: 1.0.30001637 - resolution: "caniuse-lite@npm:1.0.30001637" - checksum: cb8b194b8576c73d287274cf3028541c218da7f2e1871b737e4829796521f45dbb4745fa466e0e56a241693cfe8d00d20ac3e55337f3923e914995d1d5a639a6 + version: 1.0.30001638 + resolution: "caniuse-lite@npm:1.0.30001638" + checksum: 82e47b2bfac107c662e03bfd3321bfd9493f87240c77a9bfba7ea2cc9e0b81d9238152aed903fb19e60557879e4f48b57e2c6300677391b92a060fbf0a340e30 languageName: node linkType: hard