Skip to content

Commit

Permalink
Bump jupyter-collaboration v3 (#553)
Browse files Browse the repository at this point in the history
* Bump @jupyter/ydoc

* Bump @jupyter/collaboration
  • Loading branch information
trungleduc authored Oct 29, 2024
1 parent e94e6ad commit 8d0b77f
Show file tree
Hide file tree
Showing 9 changed files with 178 additions and 206 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"build:app": "lerna run --ignore @jupytercad/jupytercad-lab build"
},
"resolutions": {
"@jupyter/collaboration": "^3.0.0-rc.1",
"@jupyter/ydoc": "^3.0.0-b0",
"@jupyter/collaboration": "^3.0.0",
"@jupyter/ydoc": "^3.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@lumino/coreutils": "^2.0.0",
"@jupyterlab/notebook": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
"@jupyter/ydoc": "^3.0.0-b0",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/ydoc": "^3.0.0",
"@jupytercad/occ-worker": "^3.0.0-alpha.4",
"@jupytercad/schema": "^3.0.0-alpha.4",
"@jupyterlab/application": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@jupyter/ydoc": "^3.0.0-b0",
"@jupyter/ydoc": "^3.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/docregistry": "^4.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/schema/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { IWidgetTracker } from '@jupyterlab/apputils';
import { IChangedArgs } from '@jupyterlab/coreutils';
import { DocumentRegistry, IDocumentWidget } from '@jupyterlab/docregistry';
import { User } from '@jupyterlab/services';
// import { ReactWidget } from '@jupyterlab/ui-components';
import { JSONObject } from '@lumino/coreutils';
import { ISignal, Signal } from '@lumino/signaling';
import { SplitPanel } from '@lumino/widgets';
Expand Down
8 changes: 4 additions & 4 deletions python/jupytercad_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"dependencies": {
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.3",
"@jupyter/collaboration": "^3.0.0-rc.1",
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
"@jupyter/docprovider": "^3.0.0-rc.1",
"@jupyter/ydoc": "^3.0.0-b0",
"@jupyter/collaboration": "^3.0.0",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/docprovider": "^3.0.0",
"@jupyter/ydoc": "^3.0.0",
"@jupytercad/base": "^3.0.0-alpha.4",
"@jupytercad/schema": "^3.0.0-alpha.4",
"@jupyterlab/application": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad_core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build:worker:prod": "webpack --config worker.webpack.config.js --mode=production"
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupytercad/base": "^3.0.0-alpha.4",
"@jupytercad/occ-worker": "^3.0.0-alpha.4",
"@jupytercad/schema": "^3.0.0-alpha.4",
Expand Down
4 changes: 2 additions & 2 deletions python/jupytercad_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.0.6,<3",
"jupyter_ydoc>=2,<3",
"jupyter-collaboration>=3.0.0b8,<4",
"jupyter_ydoc>=2,<4",
"jupyter-collaboration>=3.0.0,<4",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad_lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupytercad/base": "^3.0.0-alpha.4",
"@jupytercad/jupytercad-core": "^3.0.0-alpha.4",
"@jupytercad/schema": "^3.0.0-alpha.4",
Expand Down
Loading

0 comments on commit 8d0b77f

Please sign in to comment.