Skip to content

Commit

Permalink
Update yjs-widgets dependency + make it shared (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Sep 12, 2024
1 parent c697da4 commit a315fbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"styled-components": "^5.3.6",
"three": "^0.135.0",
"three-mesh-bvh": "^0.5.17",
"uuid": "^8.3.2",
"yjs-widgets": "^0.3.3"
"uuid": "^8.3.2"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
Expand Down
6 changes: 5 additions & 1 deletion python/jupytercad_lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@lumino/messaging": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"react": "^18.0.1",
"yjs-widgets": "^0.3.3"
"yjs-widgets": "^0.3.5"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
Expand Down Expand Up @@ -116,6 +116,10 @@
"@jupyter/docprovider": {
"singleton": true,
"bundled": false
},
"yjs-widgets": {
"singleton": true,
"bundled": false
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad_lab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"jupyterlab>=4,<5",
"jupyter-collaboration>=2.1.0,<3",
"ypywidgets>=0.9.0,<0.10.0",
"yjs-widgets>=0.3.4,<0.4",
"yjs-widgets>=0.3.5,<0.4",
"comm>=0.1.2,<0.2.0",
"pydantic>=2,<3",
"jupytercad_core>=2.0.0a0,<3",
Expand Down

0 comments on commit a315fbc

Please sign in to comment.