Skip to content

Commit

Permalink
deps: bump jupyterlab and lumin
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jan 11, 2024
1 parent 77b076f commit 9449cd0
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install dependencies
run: python -m pip install -U jupyterlab==4.0.3
run: python -m pip install -U jupyterlab==4.0.10

- name: Lint the extension
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install "jupyterlab==4.0.3" jupyter_dashboard*.whl
pip install "jupyterlab==4.0.10" jupyter_dashboard*.whl
jupyter server extension list
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install the extension
run: |
set -eux
python -m pip install "jupyterlab==4.0.3" jupyter_dashboard*.whl
python -m pip install "jupyterlab==4.0.10" jupyter_dashboard*.whl
- name: Install dependencies
working-directory: ui-tests
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- build
- hatch
- jupyter-packaging
- jupyterlab==4.0.3
- jupyterlab==4.0.10
144 changes: 72 additions & 72 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@
"dependencies": {
"@datalayer/jupyter-react": "0.8.3",
"@jupyter/ydoc": "1.1.1",
"@jupyterlab/application": "4.0.3",
"@jupyterlab/apputils": "4.1.3",
"@jupyterlab/cells": "4.0.3",
"@jupyterlab/coreutils": "6.0.3",
"@jupyterlab/launcher": "4.0.3",
"@jupyterlab/mainmenu": "4.0.3",
"@jupyterlab/notebook": "4.0.3",
"@jupyterlab/observables": "5.0.3",
"@jupyterlab/services": "7.0.3",
"@jupyterlab/settingregistry": "4.0.3",
"@jupyterlab/ui-components": "4.0.3",
"@lumino/coreutils": "2.1.1",
"@lumino/dragdrop": "2.1.2",
"@lumino/signaling": "2.1.1",
"@lumino/widgets": "2.2.0",
"@jupyterlab/application": "4.0.10",
"@jupyterlab/apputils": "4.1.10",
"@jupyterlab/cells": "4.0.10",
"@jupyterlab/coreutils": "6.0.10",
"@jupyterlab/launcher": "4.0.10",
"@jupyterlab/mainmenu": "4.0.10",
"@jupyterlab/notebook": "4.0.10",
"@jupyterlab/observables": "5.0.10",
"@jupyterlab/services": "7.0.10",
"@jupyterlab/settingregistry": "4.0.10",
"@jupyterlab/ui-components": "4.0.10",
"@lumino/coreutils": "2.1.2",
"@lumino/dragdrop": "2.1.4",
"@lumino/signaling": "2.1.2",
"@lumino/widgets": "2.3.1",
"mobx": "6.10.0",
"mobx-react": "9.0.0",
"react": "18.2.0",
Expand All @@ -102,9 +102,9 @@
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.0",
"@jupyterlab/builder": "4.0.3",
"@jupyterlab/launcher": "4.0.3",
"@jupyterlab/testutils": "4.0.3",
"@jupyterlab/builder": "4.0.10",
"@jupyterlab/launcher": "4.0.10",
"@jupyterlab/testutils": "4.0.10",
"@types/jest": "29.4.0",
"@types/node": "18.15.3",
"@types/react": "18.2.12",
Expand Down Expand Up @@ -144,67 +144,67 @@
"webpack-dev-server": "4.9.3"
},
"resolutions": {
"@jupyter-widgets/base": "6.0.5",
"@jupyter-widgets/controls": "5.0.6",
"@jupyter-widgets/html-manager": "1.0.8",
"@jupyter-widgets/jupyterlab-manager": "5.0.8",
"@jupyter-widgets/output": "6.0.5",
"@jupyterlab/application": "4.0.3",
"@jupyterlab/apputils": "4.1.3",
"@jupyterlab/attachments": "4.0.3",
"@jupyterlab/cells": "4.0.3",
"@jupyterlab/codeeditor": "4.0.3",
"@jupyterlab/codemirror": "4.0.3",
"@jupyterlab/completer": "4.0.3",
"@jupyterlab/console": "4.0.3",
"@jupyterlab/coreutils": "6.0.3",
"@jupyterlab/docmanager": "4.0.3",
"@jupyterlab/docregistry": "4.0.3",
"@jupyterlab/documentsearch": "4.0.3",
"@jupyterlab/filebrowser": "4.0.3",
"@jupyterlab/fileeditor": "4.0.3",
"@jupyterlab/inspector": "4.0.3",
"@jupyterlab/javascript-extension": "4.0.3",
"@jupyterlab/json-extension": "4.0.3",
"@jupyterlab/launcher": "4.0.3",
"@jupyterlab/lsp": "4.0.3",
"@jupyterlab/mainmenu": "4.0.3",
"@jupyterlab/markdownviewer": "4.0.3",
"@jupyterlab/markedparser-extension": "4.0.3",
"@jupyterlab/mathjax-extension": "4.0.0",
"@jupyterlab/nbconvert-css": "4.0.3",
"@jupyterlab/nbformat": "4.0.3",
"@jupyterlab/notebook": "4.0.3",
"@jupyterlab/observables": "5.0.3",
"@jupyterlab/outputarea": "4.0.3",
"@jupyterlab/rendermime": "4.0.3",
"@jupyterlab/rendermime-extension": "4.0.3",
"@jupyterlab/rendermime-interfaces": "3.8.3",
"@jupyterlab/services": "7.0.3",
"@jupyterlab/settingregistry": "4.0.3",
"@jupyterlab/statedb": "4.0.3",
"@jupyterlab/terminal": "4.0.3",
"@jupyterlab/theme-dark-extension": "4.0.3",
"@jupyterlab/theme-light-extension": "4.0.3",
"@jupyterlab/translation": "4.0.3",
"@jupyterlab/ui-components": "4.0.3",
"@jupyter-widgets/base": "6.0.6",
"@jupyter-widgets/controls": "5.0.7",
"@jupyter-widgets/html-manager": "1.0.9",
"@jupyter-widgets/jupyterlab-manager": "5.0.9",
"@jupyter-widgets/output": "6.0.6",
"@jupyterlab/application": "4.0.10",
"@jupyterlab/apputils": "4.1.10",
"@jupyterlab/attachments": "4.0.10",
"@jupyterlab/cells": "4.0.10",
"@jupyterlab/codeeditor": "4.0.10",
"@jupyterlab/codemirror": "4.0.10",
"@jupyterlab/completer": "4.0.10",
"@jupyterlab/console": "4.0.10",
"@jupyterlab/coreutils": "6.0.10",
"@jupyterlab/docmanager": "4.0.10",
"@jupyterlab/docregistry": "4.0.10",
"@jupyterlab/documentsearch": "4.0.10",
"@jupyterlab/filebrowser": "4.0.10",
"@jupyterlab/fileeditor": "4.0.10",
"@jupyterlab/inspector": "4.0.10",
"@jupyterlab/javascript-extension": "4.0.10",
"@jupyterlab/json-extension": "4.0.10",
"@jupyterlab/launcher": "4.0.10",
"@jupyterlab/lsp": "4.0.10",
"@jupyterlab/mainmenu": "4.0.10",
"@jupyterlab/markdownviewer": "4.0.10",
"@jupyterlab/markedparser-extension": "4.0.10",
"@jupyterlab/mathjax-extension": "4.0.10",
"@jupyterlab/nbconvert-css": "4.0.10",
"@jupyterlab/nbformat": "4.0.10",
"@jupyterlab/notebook": "4.0.10",
"@jupyterlab/observables": "5.0.10",
"@jupyterlab/outputarea": "4.0.10",
"@jupyterlab/rendermime": "4.0.10",
"@jupyterlab/rendermime-extension": "4.0.10",
"@jupyterlab/rendermime-interfaces": "3.8.10",
"@jupyterlab/services": "7.0.10",
"@jupyterlab/settingregistry": "4.0.10",
"@jupyterlab/statedb": "4.0.10",
"@jupyterlab/terminal": "4.0.10",
"@jupyterlab/theme-dark-extension": "4.0.10",
"@jupyterlab/theme-light-extension": "4.0.10",
"@jupyterlab/translation": "4.0.10",
"@jupyterlab/ui-components": "4.0.10",
"@jupyter/ydoc": "1.1.1",
"@lumino/algorithm": "2.0.0",
"@lumino/algorithm": "2.0.1",
"@lumino/application": "2.2.0",
"@lumino/collections": "2.0.0",
"@lumino/commands": "2.1.2",
"@lumino/collections": "2.0.1",
"@lumino/commands": "2.2.0",
"@lumino/coreutils": "2.1.1",
"@lumino/default-theme": "2.1.2",
"@lumino/disposable": "2.1.1",
"@lumino/domutils": "2.0.0",
"@lumino/domutils": "2.0.1",
"@lumino/dragdrop": "2.1.2",
"@lumino/keyboard": "2.0.0",
"@lumino/messaging": "2.0.0",
"@lumino/keyboard": "2.0.1",
"@lumino/messaging": "2.0.1",
"@lumino/polling": "2.1.1",
"@lumino/properties": "2.0.0",
"@lumino/properties": "2.0.1",
"@lumino/signaling": "2.1.1",
"@lumino/virtualdom": "2.0.0",
"@lumino/widgets": "2.2.0",
"@lumino/virtualdom": "2.0.1",
"@lumino/widgets": "2.3.1",
"@rjsf/core": "5.3.0",
"@rjsf/utils": "5.3.0",
"@rjsf/validator-ajv6": "5.3.0",
Expand Down Expand Up @@ -259,7 +259,7 @@
"jupyter-releaser": {
"hooks": {
"before-build-npm": [
"python -m pip install jupyterlab==4.0.3",
"python -m pip install jupyterlab==4.0.10",
"jlpm"
],
"before-build-python": [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.4.0", "jupyterlab==4.0.3", "hatch-nodejs-version"]
requires = ["hatchling>=1.4.0", "jupyterlab==4.0.10", "hatch-nodejs-version"]
build-backend = "hatchling.build"

[project]
Expand Down

0 comments on commit 9449cd0

Please sign in to comment.