Skip to content

Commit

Permalink
Bump @jupyterlab/ui-components from 4.0.7 to 4.0.8
Browse files Browse the repository at this point in the history
Bumps [@jupyterlab/ui-components](https://github.com/jupyterlab/jupyterlab) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/ui-components@4.0.8/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/ui-components@4.0.7...@jupyterlab/ui-components@4.0.8)

---
updated-dependencies:
- dependency-name: "@jupyterlab/ui-components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent fecb15b commit caadad1
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@jupyterlab/launcher": "^4.0.7",
"@jupyterlab/notebook": "^4.0.7",
"@jupyterlab/services": "^7.0.7",
"@jupyterlab/ui-components": "^4.0.7",
"@jupyterlab/ui-components": "^4.0.8",
"@lumino/signaling": "^2.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"react": "^18.2.0",
Expand Down
141 changes: 140 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,20 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/coreutils@npm:^6.0.8":
version: 6.0.8
resolution: "@jupyterlab/coreutils@npm:6.0.8"
dependencies:
"@lumino/coreutils": "npm:^2.1.2"
"@lumino/disposable": "npm:^2.1.2"
"@lumino/signaling": "npm:^2.1.2"
minimist: "npm:~1.2.0"
path-browserify: "npm:^1.0.0"
url-parse: "npm:~1.5.4"
checksum: 03944bef7ce3bd9eae077da407bfdb6740642c6a8fe42bd43a059a2ac97485b5c9066b8edf29f881bc64ccf12725df1aab71f28fea623556bc6da8a0ba137b57
languageName: node
linkType: hard

"@jupyterlab/docmanager@npm:^4.0.7":
version: 4.0.7
resolution: "@jupyterlab/docmanager@npm:4.0.7"
Expand Down Expand Up @@ -842,6 +856,15 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/nbformat@npm:^4.0.8":
version: 4.0.8
resolution: "@jupyterlab/nbformat@npm:4.0.8"
dependencies:
"@lumino/coreutils": "npm:^2.1.2"
checksum: 14077c0eb292f83af8f75a8df2d943eee4db82ec555a1332807fda43a3f13879cd2422d2b86391d3cf3bd2581f1df705b15dad8b647f2f96798741259056d8dd
languageName: node
linkType: hard

"@jupyterlab/notebook@npm:^4.0.7":
version: 4.0.7
resolution: "@jupyterlab/notebook@npm:4.0.7"
Expand Down Expand Up @@ -891,6 +914,19 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/observables@npm:^5.0.8":
version: 5.0.8
resolution: "@jupyterlab/observables@npm:5.0.8"
dependencies:
"@lumino/algorithm": "npm:^2.0.1"
"@lumino/coreutils": "npm:^2.1.2"
"@lumino/disposable": "npm:^2.1.2"
"@lumino/messaging": "npm:^2.0.1"
"@lumino/signaling": "npm:^2.1.2"
checksum: 12011ed0635e44b93bec0d133f56f9ce5f4bb4bfc93a71df1b5b7805b48e9ee5be763a3ea631180bb7a3bf7bebff554c63c5a45542743c5df79cd5b7ab940e42
languageName: node
linkType: hard

"@jupyterlab/outputarea@npm:^4.0.7":
version: 4.0.7
resolution: "@jupyterlab/outputarea@npm:4.0.7"
Expand Down Expand Up @@ -923,6 +959,16 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/rendermime-interfaces@npm:^3.8.8":
version: 3.8.8
resolution: "@jupyterlab/rendermime-interfaces@npm:3.8.8"
dependencies:
"@lumino/coreutils": "npm:^1.11.0 || ^2.1.2"
"@lumino/widgets": "npm:^1.37.2 || ^2.3.0"
checksum: fd633ad42a161377f1e2102757566d1a9eecda703fd800dffe0f2289dff8ed7cbf56932986ad230b0221ea398ed811a456d3d9d7fb47e333ae1ef973880374f8
languageName: node
linkType: hard

"@jupyterlab/rendermime@npm:^4.0.7":
version: 4.0.7
resolution: "@jupyterlab/rendermime@npm:4.0.7"
Expand Down Expand Up @@ -962,6 +1008,25 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/services@npm:^7.0.8":
version: 7.0.8
resolution: "@jupyterlab/services@npm:7.0.8"
dependencies:
"@jupyter/ydoc": "npm:^1.0.2"
"@jupyterlab/coreutils": "npm:^6.0.8"
"@jupyterlab/nbformat": "npm:^4.0.8"
"@jupyterlab/settingregistry": "npm:^4.0.8"
"@jupyterlab/statedb": "npm:^4.0.8"
"@lumino/coreutils": "npm:^2.1.2"
"@lumino/disposable": "npm:^2.1.2"
"@lumino/polling": "npm:^2.1.2"
"@lumino/properties": "npm:^2.0.1"
"@lumino/signaling": "npm:^2.1.2"
ws: "npm:^8.11.0"
checksum: eb6b48aba95d52a3dd31ce3230e9c446a2cdc9490f1da92744cd852c2d81304616f935b14e3c6c16b01fc3d76cd1b94400069236c59db3636802029772f728c1
languageName: node
linkType: hard

"@jupyterlab/settingregistry@npm:^4.0.7":
version: 4.0.7
resolution: "@jupyterlab/settingregistry@npm:4.0.7"
Expand All @@ -981,6 +1046,25 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/settingregistry@npm:^4.0.8":
version: 4.0.8
resolution: "@jupyterlab/settingregistry@npm:4.0.8"
dependencies:
"@jupyterlab/nbformat": "npm:^4.0.8"
"@jupyterlab/statedb": "npm:^4.0.8"
"@lumino/commands": "npm:^2.1.3"
"@lumino/coreutils": "npm:^2.1.2"
"@lumino/disposable": "npm:^2.1.2"
"@lumino/signaling": "npm:^2.1.2"
"@rjsf/utils": "npm:^5.1.0"
ajv: "npm:^8.12.0"
json5: "npm:^2.2.3"
peerDependencies:
react: ">=16"
checksum: b10e6068998aa1ba60c2cbd772754a5f4ba345e64d9221d8047a91e3b75aa86e2b45df66f6cba5db1cf4e14095d063f2405009aad6ebcd8feff3d833bb1568c8
languageName: node
linkType: hard

"@jupyterlab/statedb@npm:^4.0.7":
version: 4.0.7
resolution: "@jupyterlab/statedb@npm:4.0.7"
Expand All @@ -994,6 +1078,19 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/statedb@npm:^4.0.8":
version: 4.0.8
resolution: "@jupyterlab/statedb@npm:4.0.8"
dependencies:
"@lumino/commands": "npm:^2.1.3"
"@lumino/coreutils": "npm:^2.1.2"
"@lumino/disposable": "npm:^2.1.2"
"@lumino/properties": "npm:^2.0.1"
"@lumino/signaling": "npm:^2.1.2"
checksum: de6f9d496c5094e39d5637f6d1ea455cabf95b2a1e4c49829162b7100d681074f84b4485410869019f60528d10b32d91fb8290bcec1a784efbf9491728fd210a
languageName: node
linkType: hard

"@jupyterlab/statusbar@npm:^4.0.7":
version: 4.0.7
resolution: "@jupyterlab/statusbar@npm:4.0.7"
Expand Down Expand Up @@ -1044,6 +1141,19 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/translation@npm:^4.0.8":
version: 4.0.8
resolution: "@jupyterlab/translation@npm:4.0.8"
dependencies:
"@jupyterlab/coreutils": "npm:^6.0.8"
"@jupyterlab/rendermime-interfaces": "npm:^3.8.8"
"@jupyterlab/services": "npm:^7.0.8"
"@jupyterlab/statedb": "npm:^4.0.8"
"@lumino/coreutils": "npm:^2.1.2"
checksum: 1dcbcf021f15e87b9df8702a01a713df4e4e96e1a65c9513fc9ae2e8f2af56975f9f054da6b61f29b24857907a3548d7250fab4031cbf7f848c4fa484ebe049d
languageName: node
linkType: hard

"@jupyterlab/ui-components@npm:^4.0.0, @jupyterlab/ui-components@npm:^4.0.7":
version: 4.0.7
resolution: "@jupyterlab/ui-components@npm:4.0.7"
Expand Down Expand Up @@ -1073,6 +1183,35 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/ui-components@npm:^4.0.8":
version: 4.0.8
resolution: "@jupyterlab/ui-components@npm:4.0.8"
dependencies:
"@jupyterlab/coreutils": "npm:^6.0.8"
"@jupyterlab/observables": "npm:^5.0.8"
"@jupyterlab/rendermime-interfaces": "npm:^3.8.8"
"@jupyterlab/translation": "npm:^4.0.8"
"@lumino/algorithm": "npm:^2.0.1"
"@lumino/commands": "npm:^2.1.3"
"@lumino/coreutils": "npm:^2.1.2"
"@lumino/disposable": "npm:^2.1.2"
"@lumino/messaging": "npm:^2.0.1"
"@lumino/polling": "npm:^2.1.2"
"@lumino/properties": "npm:^2.0.1"
"@lumino/signaling": "npm:^2.1.2"
"@lumino/virtualdom": "npm:^2.0.1"
"@lumino/widgets": "npm:^2.3.0"
"@rjsf/core": "npm:^5.1.0"
"@rjsf/utils": "npm:^5.1.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
typestyle: "npm:^2.0.4"
peerDependencies:
react: ^18.2.0
checksum: 6eb6649e8037132d67875060ad2aecb02c389e6417943cf82f0834b791bccb45f9b2c4f169831170d91845b056c27c635cb084994bd485d41ea0c0cfdd2d8d7e
languageName: node
linkType: hard

"@lezer/common@npm:^1.0.0, @lezer/common@npm:^1.0.2, @lezer/common@npm:^1.1.0":
version: 1.1.0
resolution: "@lezer/common@npm:1.1.0"
Expand Down Expand Up @@ -2681,7 +2820,7 @@ __metadata:
"@jupyterlab/launcher": "npm:^4.0.7"
"@jupyterlab/notebook": "npm:^4.0.7"
"@jupyterlab/services": "npm:^7.0.7"
"@jupyterlab/ui-components": "npm:^4.0.7"
"@jupyterlab/ui-components": "npm:^4.0.8"
"@lumino/signaling": "npm:^2.1.2"
"@typescript-eslint/eslint-plugin": "npm:^6.9.1"
"@typescript-eslint/parser": "npm:^6.9.1"
Expand Down

0 comments on commit caadad1

Please sign in to comment.