Skip to content

Commit

Permalink
deps: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jan 20, 2024
1 parent b35520f commit b846039
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.10
run: python -m pip install -U jupyterlab==4.1.0b0

- 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.10" datalayer*.whl
pip install "jupyterlab==4.1.0b0" datalayer*.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.10" datalayer*.whl
python -m pip install "jupyterlab==4.1.0b0" datalayer*.whl
- name: Install dependencies
working-directory: ui-tests
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@datalayer/jupyter-react": "0.9.0",
"@datalayer/jupyter-react": "0.9.1",
"@jupyter/collaboration-extension": "1.2.0",
"echarts": "5.4.2",
"echarts-for-react": "3.0.2",
Expand Down Expand Up @@ -243,7 +243,7 @@
"jupyter-releaser": {
"hooks": {
"before-build-npm": [
"python -m pip install jupyterlab==4.0.10",
"python -m pip install jupyterlab==4.1.0b0",
"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.10", "hatch-nodejs-version"]
requires = ["hatchling>=1.4.0", "jupyterlab==4.1.0b0", "hatch-nodejs-version"]
build-backend = "hatchling.build"

[project]
Expand Down

0 comments on commit b846039

Please sign in to comment.