Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jupyter-collaboration to 3.1.0 #657

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
"@jupyter/collaborative-drive": "^3.1.0",
"@jupyter/ydoc": "^3.0.0",
"@jupytercad/occ-worker": "^3.0.0",
"@jupytercad/schema": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
dependencies = [
"jupyter_server>=2.0.6,<3",
"jupyter_ydoc>=2,<4",
"jupyter-collaboration>=3.0.0,<4",
"jupyter-collaboration>=3.1.0,<4",
"pydantic>=2,<3",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,18 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/collaborative-drive@npm:^3.1.0":
version: 3.1.0
resolution: "@jupyter/collaborative-drive@npm:3.1.0"
dependencies:
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/services": ^7.2.0
"@lumino/coreutils": ^2.1.0
"@lumino/disposable": ^2.1.0
checksum: ef4288ccc6dc4b353d53c014b2caa87d29e5af64c1649175b6ff75127297953139f79f8774c22ab0e249cc5fcef36dc6503a6c3862e160205bf6a55b368e6ac8
languageName: node
linkType: hard

"@jupyter/collaborative-drive@npm:^3.1.0-alpha.0, @jupyter/collaborative-drive@npm:^3.1.0-rc.0":
version: 3.1.0-rc.0
resolution: "@jupyter/collaborative-drive@npm:3.1.0-rc.0"
Expand Down Expand Up @@ -767,7 +779,7 @@ __metadata:
resolution: "@jupytercad/base@workspace:packages/base"
dependencies:
"@apidevtools/json-schema-ref-parser": ^9.0.9
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
"@jupyter/collaborative-drive": ^3.1.0
"@jupyter/ydoc": ^3.0.0
"@jupytercad/occ-worker": ^3.0.0
"@jupytercad/schema": ^3.0.0
Expand Down
Loading