Skip to content

Commit

Permalink
Bump yjs-widgets>=0.3.7 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Oct 17, 2024
1 parent c179bcc commit fc4db53
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion python/jupytercad_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@lumino/widgets": "^2.0.0",
"react": "^18.0.1",
"yjs": "^13.5.40",
"yjs-widgets": "^0.3.4"
"yjs-widgets": "^0.3.7"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
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 @@ -68,7 +68,7 @@
"@lumino/messaging": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"react": "^18.0.1",
"yjs-widgets": "^0.3.5"
"yjs-widgets": "^0.3.7"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
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 @@ -25,7 +25,7 @@ classifiers = [
dependencies = [
"pycrdt",
"ypywidgets>=0.9.0,<0.10.0",
"yjs-widgets>=0.3.5,<0.4",
"yjs-widgets>=0.3.7,<0.4",
"comm>=0.1.2,<0.2.0",
"pydantic>=2,<3",
"jupytercad_core>=3.0.0a0,<4",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/ydoc@npm:^2.0.0, @jupyter/ydoc@npm:^2.0.1":
"@jupyter/ydoc@npm:^2.0.1":
version: 2.1.2
resolution: "@jupyter/ydoc@npm:2.1.2"
dependencies:
Expand Down Expand Up @@ -969,7 +969,7 @@ __metadata:
typescript: ^5
webpack: ^5.76.3
yjs: ^13.5.40
yjs-widgets: ^0.3.4
yjs-widgets: ^0.3.7
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1036,7 +1036,7 @@ __metadata:
rimraf: ^3.0.2
typescript: ^5
yjs: ^13.5.0
yjs-widgets: ^0.3.5
yjs-widgets: ^0.3.7
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12892,12 +12892,11 @@ __metadata:
languageName: node
linkType: hard

"yjs-widgets@npm:^0.3.4, yjs-widgets@npm:^0.3.5":
version: 0.3.6
resolution: "yjs-widgets@npm:0.3.6"
"yjs-widgets@npm:^0.3.7":
version: 0.3.7
resolution: "yjs-widgets@npm:0.3.7"
dependencies:
"@jupyter/collaboration": ^2.0.0
"@jupyter/ydoc": ^2.0.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@jupyterlab/application": ^4.0.0
"@jupyterlab/apputils": ^4.0.0
"@jupyterlab/console": ^4.2.4
Expand All @@ -12911,7 +12910,7 @@ __metadata:
uuid: ^9.0.0
webpack: ^5.77.0
webpack-cli: ^5.0.1
checksum: 25d058d4c6a88ffd5f84027d972d79058bdf2043e008020034bacc77f30ad584cf5b763eaed2f8be6a052f37d4d444d4818a9b21f742640f565ed0461af5ad80
checksum: 3e1336aa1b454e714da44fa071a12b0f0d2a76791fe659eed66dfe17c2015b0b92837cf5b88a077d9f2cd4fda7629e4aeb5954dc973820c28ae1d7eee7ee052e
languageName: node
linkType: hard

Expand Down

0 comments on commit fc4db53

Please sign in to comment.