Skip to content

Commit

Permalink
Pin jupyter_events (#186)
Browse files Browse the repository at this point in the history
* Pin jupyter_events

* Pin python version

* Updates fileId minimum version

* Update dependencies

* Bump galata
  • Loading branch information
hbcarlos authored Sep 5, 2023
1 parent 7bd86d1 commit b9182a9
Show file tree
Hide file tree
Showing 8 changed files with 1,251 additions and 1,203 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install jupyterlab
Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install jupyterlab
Expand Down
30 changes: 15 additions & 15 deletions packages/collaboration-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,28 @@
"@jupyter/collaboration": "^1.0.1",
"@jupyter/docprovider": "^1.0.1",
"@jupyter/ydoc": "^1.1.0-a0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/codemirror": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/docregistry": "^4.0.0",
"@jupyterlab/filebrowser": "^4.0.0",
"@jupyterlab/fileeditor": "^4.0.0",
"@jupyterlab/logconsole": "^4.0.0",
"@jupyterlab/notebook": "^4.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/settingregistry": "^4.0.0",
"@jupyterlab/statedb": "^4.0.0",
"@jupyterlab/translation": "^4.0.0",
"@jupyterlab/ui-components": "^4.0.0",
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/codemirror": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/docregistry": "^4.0.5",
"@jupyterlab/filebrowser": "^4.0.5",
"@jupyterlab/fileeditor": "^4.0.5",
"@jupyterlab/logconsole": "^4.0.5",
"@jupyterlab/notebook": "^4.0.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/settingregistry": "^4.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@lumino/commands": "^2.1.0",
"@lumino/widgets": "^2.1.0",
"y-protocols": "^1.0.5",
"y-websocket": "^1.3.15",
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
"@jupyterlab/builder": "^4.0.5",
"@types/react": "~18.0.26",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.0",
"@jupyter/docprovider": "^1.0.1",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/ui-components": "^4.0.0",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@lumino/coreutils": "^2.1.0",
"@lumino/virtualdom": "^2.0.0",
"@lumino/widgets": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/docprovider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@jupyter/ydoc": "^1.1.0-a0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/services": "^7.0.5",
"@lumino/coreutils": "^2.1.0",
"@lumino/disposable": "^2.1.0",
"@lumino/signaling": "^2.1.0",
Expand All @@ -52,7 +52,7 @@
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/testing": "^4.0.0",
"@jupyterlab/testing": "^4.0.5",
"@types/jest": "^29.2.0",
"jest": "^29.5.0",
"rimraf": "^4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies = [
"jupyter_server>=2.0.0,<3.0.0",
"jupyter_ydoc>=1.1.0a0,<2.0.0",
"ypy-websocket>=0.12.1,<0.13.0",
"jupyter_events",
"jupyter_server_fileid>=0.6.0,<1",
"jsonschema[format-nongpl,format_nongpl]<4.18.0" # https://github.com/jupyter/jupyter_events/pull/80
"jupyter_events>=0.7.0",
"jupyter_server_fileid>=0.7.0,<1",
"jsonschema>=4.18.0"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down
4 changes: 2 additions & 2 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:update": "npx playwright test --update-snapshots"
},
"devDependencies": {
"@jupyterlab/galata": "^5.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/galata": "^5.0.5",
"@jupyterlab/services": "^7.0.5",
"@playwright/test": "^1.35.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit b9182a9

Please sign in to comment.