Skip to content

Commit

Permalink
Update to @jupyter/ydoc v2.0.1 (#15982)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 14, 2024
1 parent 946f18c commit 783880f
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/cell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@jupyter/web-components": "^0.15.2",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/application": "^4.2.0-alpha.0",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/cells": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@jupyter/web-components": "^0.15.2",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/application": "^4.2.0-alpha.0",
"@jupyterlab/codemirror": "^4.2.0-alpha.0",
"@jupyterlab/console": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/notebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@jupyter/web-components": "^0.15.2",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/application": "^4.2.0-alpha.0",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/codemirror": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cell-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/cells": "^4.2.0-alpha.0",
"@jupyterlab/docregistry": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cells/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.6",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/attachments": "^4.2.0-alpha.0",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codeeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@codemirror/state": "^6.2.0",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/coreutils": "^6.2.0-alpha.0",
"@jupyterlab/nbformat": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@codemirror/lang-markdown": "^6.1.1",
"@codemirror/language": "^6.6.0",
"@codemirror/legacy-modes": "^6.3.2",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/application": "^4.2.0-alpha.0",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
"@jupyterlab/codemirror": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@codemirror/search": "^6.3.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.6",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
"@jupyterlab/coreutils": "^6.2.0-alpha.0",
"@jupyterlab/documentsearch": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/completer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.6",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
"@jupyterlab/codemirror": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.6",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/cells": "^4.2.0-alpha.0",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.6",
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/application": "^4.2.0-alpha.0",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/cells": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docregistry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
"@jupyterlab/coreutils": "^6.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fileeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
"@jupyterlab/codemirror": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/application": "^4.2.0-alpha.0",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/cells": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/notebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/apputils": "^4.3.0-alpha.0",
"@jupyterlab/cells": "^4.2.0-alpha.0",
"@jupyterlab/codeeditor": "^4.2.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/ydoc": "^1.1.1",
"@jupyter/ydoc": "^2.0.1",
"@jupyterlab/coreutils": "^6.2.0-alpha.0",
"@jupyterlab/nbformat": "^4.2.0-alpha.0",
"@jupyterlab/settingregistry": "^4.2.0-alpha.0",
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2082,17 +2082,17 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/ydoc@npm:^1.1.1":
version: 1.1.1
resolution: "@jupyter/ydoc@npm:1.1.1"
"@jupyter/ydoc@npm:^2.0.1":
version: 2.0.1
resolution: "@jupyter/ydoc@npm:2.0.1"
dependencies:
"@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0
"@lumino/coreutils": ^1.11.0 || ^2.0.0
"@lumino/disposable": ^1.10.0 || ^2.0.0
"@lumino/signaling": ^1.10.0 || ^2.0.0
y-protocols: ^1.0.5
yjs: ^13.5.40
checksum: a239b1dd57cfc9ba36c06ac5032a1b6388849ae01a1d0db0d45094f71fdadf4d473b4bf8becbef0cfcdc85cae505361fbec0822b02da5aa48e06b66f742dd7a0
checksum: f5f29e1ff3327ebc1cf326f53634e03c4c7bf7733d235087fe26975c16eebd404f23c2f3ba88b6e04b1927846be7162b09b8b8719a4b29e51d0299c745018cbb
languageName: node
linkType: hard

Expand Down Expand Up @@ -2420,7 +2420,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyterlab/cell-toolbar@workspace:packages/cell-toolbar"
dependencies:
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/cells": ^4.2.0-alpha.0
"@jupyterlab/docregistry": ^4.2.0-alpha.0
Expand All @@ -2446,7 +2446,7 @@ __metadata:
dependencies:
"@codemirror/state": ^6.2.0
"@codemirror/view": ^6.9.6
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/attachments": ^4.2.0-alpha.0
"@jupyterlab/codeeditor": ^4.2.0-alpha.0
Expand Down Expand Up @@ -2503,7 +2503,7 @@ __metadata:
resolution: "@jupyterlab/codeeditor@workspace:packages/codeeditor"
dependencies:
"@codemirror/state": ^6.2.0
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/coreutils": ^6.2.0-alpha.0
"@jupyterlab/nbformat": ^4.2.0-alpha.0
Expand Down Expand Up @@ -2534,7 +2534,7 @@ __metadata:
"@codemirror/lang-markdown": ^6.1.1
"@codemirror/language": ^6.6.0
"@codemirror/legacy-modes": ^6.3.2
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/application": ^4.2.0-alpha.0
"@jupyterlab/codeeditor": ^4.2.0-alpha.0
"@jupyterlab/codemirror": ^4.2.0-alpha.0
Expand Down Expand Up @@ -2578,7 +2578,7 @@ __metadata:
"@codemirror/search": ^6.3.0
"@codemirror/state": ^6.2.0
"@codemirror/view": ^6.9.6
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/codeeditor": ^4.2.0-alpha.0
"@jupyterlab/coreutils": ^6.2.0-alpha.0
"@jupyterlab/documentsearch": ^4.2.0-alpha.0
Expand Down Expand Up @@ -2627,7 +2627,7 @@ __metadata:
dependencies:
"@codemirror/state": ^6.2.0
"@codemirror/view": ^6.9.6
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/codeeditor": ^4.2.0-alpha.0
"@jupyterlab/codemirror": ^4.2.0-alpha.0
Expand Down Expand Up @@ -2687,7 +2687,7 @@ __metadata:
dependencies:
"@codemirror/state": ^6.2.0
"@codemirror/view": ^6.9.6
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/cells": ^4.2.0-alpha.0
"@jupyterlab/codeeditor": ^4.2.0-alpha.0
Expand Down Expand Up @@ -2819,7 +2819,7 @@ __metadata:
dependencies:
"@codemirror/state": ^6.2.0
"@codemirror/view": ^6.9.6
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/application": ^4.2.0-alpha.0
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/cells": ^4.2.0-alpha.0
Expand Down Expand Up @@ -2915,7 +2915,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyterlab/docregistry@workspace:packages/docregistry"
dependencies:
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/codeeditor": ^4.2.0-alpha.0
"@jupyterlab/coreutils": ^6.2.0-alpha.0
Expand Down Expand Up @@ -3038,7 +3038,7 @@ __metadata:
resolution: "@jupyterlab/example-cell@workspace:examples/cell"
dependencies:
"@jupyter/web-components": ^0.15.2
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/application": ^4.2.0-alpha.0
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/cells": ^4.2.0-alpha.0
Expand Down Expand Up @@ -3068,7 +3068,7 @@ __metadata:
resolution: "@jupyterlab/example-console@workspace:examples/console"
dependencies:
"@jupyter/web-components": ^0.15.2
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/application": ^4.2.0-alpha.0
"@jupyterlab/codemirror": ^4.2.0-alpha.0
"@jupyterlab/console": ^4.2.0-alpha.0
Expand Down Expand Up @@ -3217,7 +3217,7 @@ __metadata:
resolution: "@jupyterlab/example-notebook@workspace:examples/notebook"
dependencies:
"@jupyter/web-components": ^0.15.2
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/application": ^4.2.0-alpha.0
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/codemirror": ^4.2.0-alpha.0
Expand Down Expand Up @@ -3465,7 +3465,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyterlab/fileeditor@workspace:packages/fileeditor"
dependencies:
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/codeeditor": ^4.2.0-alpha.0
"@jupyterlab/codemirror": ^4.2.0-alpha.0
Expand Down Expand Up @@ -4245,7 +4245,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyterlab/notebook-extension@workspace:packages/notebook-extension"
dependencies:
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/application": ^4.2.0-alpha.0
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/cells": ^4.2.0-alpha.0
Expand Down Expand Up @@ -4294,7 +4294,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyterlab/notebook@workspace:packages/notebook"
dependencies:
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/apputils": ^4.3.0-alpha.0
"@jupyterlab/cells": ^4.2.0-alpha.0
"@jupyterlab/codeeditor": ^4.2.0-alpha.0
Expand Down Expand Up @@ -4569,7 +4569,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyterlab/services@workspace:packages/services"
dependencies:
"@jupyter/ydoc": ^1.1.1
"@jupyter/ydoc": ^2.0.1
"@jupyterlab/coreutils": ^6.2.0-alpha.0
"@jupyterlab/nbformat": ^4.2.0-alpha.0
"@jupyterlab/settingregistry": ^4.2.0-alpha.0
Expand Down

0 comments on commit 783880f

Please sign in to comment.