Skip to content

Commit 8d0b77f

Browse files
authored
Bump jupyter-collaboration v3 (#553)
* Bump @jupyter/ydoc * Bump @jupyter/collaboration
1 parent e94e6ad commit 8d0b77f

File tree

9 files changed

+178
-206
lines changed

9 files changed

+178
-206
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"build:app": "lerna run --ignore @jupytercad/jupytercad-lab build"
5353
},
5454
"resolutions": {
55-
"@jupyter/collaboration": "^3.0.0-rc.1",
56-
"@jupyter/ydoc": "^3.0.0-b0",
55+
"@jupyter/collaboration": "^3.0.0",
56+
"@jupyter/ydoc": "^3.0.0",
5757
"@jupyterlab/apputils": "^4.0.0",
5858
"@lumino/coreutils": "^2.0.0",
5959
"@jupyterlab/notebook": "^4.0.0",

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
39-
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
40-
"@jupyter/ydoc": "^3.0.0-b0",
39+
"@jupyter/collaborative-drive": "^3.0.0",
40+
"@jupyter/ydoc": "^3.0.0",
4141
"@jupytercad/occ-worker": "^3.0.0-alpha.4",
4242
"@jupytercad/schema": "^3.0.0-alpha.4",
4343
"@jupyterlab/application": "^4.0.0",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@apidevtools/json-schema-ref-parser": "^9.0.9",
41-
"@jupyter/ydoc": "^3.0.0-b0",
41+
"@jupyter/ydoc": "^3.0.0",
4242
"@jupyterlab/apputils": "^4.0.0",
4343
"@jupyterlab/coreutils": "^6.0.0",
4444
"@jupyterlab/docregistry": "^4.0.0",

packages/schema/src/interfaces.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { IWidgetTracker } from '@jupyterlab/apputils';
88
import { IChangedArgs } from '@jupyterlab/coreutils';
99
import { DocumentRegistry, IDocumentWidget } from '@jupyterlab/docregistry';
1010
import { User } from '@jupyterlab/services';
11-
// import { ReactWidget } from '@jupyterlab/ui-components';
1211
import { JSONObject } from '@lumino/coreutils';
1312
import { ISignal, Signal } from '@lumino/signaling';
1413
import { SplitPanel } from '@lumino/widgets';

python/jupytercad_app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
"dependencies": {
5252
"@codemirror/state": "^6.2.0",
5353
"@codemirror/view": "^6.9.3",
54-
"@jupyter/collaboration": "^3.0.0-rc.1",
55-
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
56-
"@jupyter/docprovider": "^3.0.0-rc.1",
57-
"@jupyter/ydoc": "^3.0.0-b0",
54+
"@jupyter/collaboration": "^3.0.0",
55+
"@jupyter/collaborative-drive": "^3.0.0",
56+
"@jupyter/docprovider": "^3.0.0",
57+
"@jupyter/ydoc": "^3.0.0",
5858
"@jupytercad/base": "^3.0.0-alpha.4",
5959
"@jupytercad/schema": "^3.0.0-alpha.4",
6060
"@jupyterlab/application": "^4.0.0",

python/jupytercad_core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"build:worker:prod": "webpack --config worker.webpack.config.js --mode=production"
5454
},
5555
"dependencies": {
56-
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
56+
"@jupyter/collaborative-drive": "^3.0.0",
5757
"@jupytercad/base": "^3.0.0-alpha.4",
5858
"@jupytercad/occ-worker": "^3.0.0-alpha.4",
5959
"@jupytercad/schema": "^3.0.0-alpha.4",

python/jupytercad_core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ classifiers = [
2020
]
2121
dependencies = [
2222
"jupyter_server>=2.0.6,<3",
23-
"jupyter_ydoc>=2,<3",
24-
"jupyter-collaboration>=3.0.0b8,<4",
23+
"jupyter_ydoc>=2,<4",
24+
"jupyter-collaboration>=3.0.0,<4",
2525
]
2626
dynamic = ["version", "description", "authors", "urls", "keywords"]
2727
license = {file = "LICENSE"}

python/jupytercad_lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"watch:labextension": "jupyter labextension watch ."
5252
},
5353
"dependencies": {
54-
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
54+
"@jupyter/collaborative-drive": "^3.0.0",
5555
"@jupytercad/base": "^3.0.0-alpha.4",
5656
"@jupytercad/jupytercad-core": "^3.0.0-alpha.4",
5757
"@jupytercad/schema": "^3.0.0-alpha.4",

0 commit comments

Comments
 (0)