Skip to content

Commit ea5303e

Browse files
committed
-
1 parent 58b854c commit ea5303e

File tree

2 files changed

+67
-13
lines changed

2 files changed

+67
-13
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"typescript": "~5.0.4"
6868
},
6969
"resolutions": {
70-
"@jupyter/ydoc": "file:.yalc/@jupyter/ydoc",
71-
"@jupyterlab/services": "file:.yalc/@jupyterlab/services"
70+
"@jupyter/ydoc": "file:.yalc/@jupyter/ydoc"
7271
}
7372
}

yarn.lock

Lines changed: 66 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ __metadata:
21562156

21572157
"@jupyter/ydoc@file:.yalc/@jupyter/ydoc::locator=%40jupyter%2Freal-time-collaboration%40workspace%3A.":
21582158
version: 2.0.1
2159-
resolution: "@jupyter/ydoc@file:.yalc/@jupyter/ydoc#.yalc/@jupyter/ydoc::hash=63b59a&locator=%40jupyter%2Freal-time-collaboration%40workspace%3A."
2159+
resolution: "@jupyter/ydoc@file:.yalc/@jupyter/ydoc#.yalc/@jupyter/ydoc::hash=e50509&locator=%40jupyter%2Freal-time-collaboration%40workspace%3A."
21602160
dependencies:
21612161
"@jupyterlab/application": ^4.0.0
21622162
"@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0
@@ -2165,7 +2165,7 @@ __metadata:
21652165
"@lumino/signaling": ^1.10.0 || ^2.0.0
21662166
y-protocols: ^1.0.5
21672167
yjs: ^13.5.40
2168-
checksum: 9e034badb962ea9d26e8ed279feb7fb85130d11920841e8cdeb930586c23c1b27071a32bf78211043c6dcc1f303736e3abe11f2bfc33cfbc024a2f2cf8e7bd2f
2168+
checksum: c54e335aebc1f0b28241fe0031d5f47513a7a90621b5cca10e6aec3a965adea96390bd8e2c51191e448a9c276ca284ff563eb4870844233798e79a03560b1648
21692169
languageName: node
21702170
linkType: hard
21712171

@@ -2491,6 +2491,20 @@ __metadata:
24912491
languageName: node
24922492
linkType: hard
24932493

2494+
"@jupyterlab/coreutils@npm:^6.1.5":
2495+
version: 6.1.5
2496+
resolution: "@jupyterlab/coreutils@npm:6.1.5"
2497+
dependencies:
2498+
"@lumino/coreutils": ^2.1.2
2499+
"@lumino/disposable": ^2.1.2
2500+
"@lumino/signaling": ^2.1.2
2501+
minimist: ~1.2.0
2502+
path-browserify: ^1.0.0
2503+
url-parse: ~1.5.4
2504+
checksum: b91c5a374f3c97d62e2442bb5f12cb79c6e440b5f6aa4d4ed6e492e8ca38836f7068106bb7029834a4e5de1947a9c44c342d23bedf9a4611aafca33629aed049
2505+
languageName: node
2506+
linkType: hard
2507+
24942508
"@jupyterlab/docmanager@npm:^4.0.5":
24952509
version: 4.0.5
24962510
resolution: "@jupyterlab/docmanager@npm:4.0.5"
@@ -2703,6 +2717,15 @@ __metadata:
27032717
languageName: node
27042718
linkType: hard
27052719

2720+
"@jupyterlab/nbformat@npm:^4.1.5":
2721+
version: 4.1.5
2722+
resolution: "@jupyterlab/nbformat@npm:4.1.5"
2723+
dependencies:
2724+
"@lumino/coreutils": ^2.1.2
2725+
checksum: d417d7eade40d389fea8593358b6455158cf3e67fa40c0c4c05c865852520acc466102109723c9cb16eecf95952617d79f7fe6be9da6ca3f601749bdecdfda97
2726+
languageName: node
2727+
linkType: hard
2728+
27062729
"@jupyterlab/notebook@npm:^4.0.5":
27072730
version: 4.0.5
27082731
resolution: "@jupyterlab/notebook@npm:4.0.5"
@@ -2847,22 +2870,22 @@ __metadata:
28472870
languageName: node
28482871
linkType: hard
28492872

2850-
"@jupyterlab/services@file:.yalc/@jupyterlab/services::locator=%40jupyter%2Freal-time-collaboration%40workspace%3A.":
2851-
version: 7.1.2
2852-
resolution: "@jupyterlab/services@file:.yalc/@jupyterlab/services#.yalc/@jupyterlab/services::hash=8aee87&locator=%40jupyter%2Freal-time-collaboration%40workspace%3A."
2873+
"@jupyterlab/services@npm:^7.0.5, @jupyterlab/services@npm:^7.1.2":
2874+
version: 7.1.5
2875+
resolution: "@jupyterlab/services@npm:7.1.5"
28532876
dependencies:
2854-
"@jupyter/ydoc": ^2.0.0
2855-
"@jupyterlab/coreutils": ^6.1.2
2856-
"@jupyterlab/nbformat": ^4.1.2
2857-
"@jupyterlab/settingregistry": ^4.1.2
2858-
"@jupyterlab/statedb": ^4.1.2
2877+
"@jupyter/ydoc": ^1.1.1
2878+
"@jupyterlab/coreutils": ^6.1.5
2879+
"@jupyterlab/nbformat": ^4.1.5
2880+
"@jupyterlab/settingregistry": ^4.1.5
2881+
"@jupyterlab/statedb": ^4.1.5
28592882
"@lumino/coreutils": ^2.1.2
28602883
"@lumino/disposable": ^2.1.2
28612884
"@lumino/polling": ^2.1.2
28622885
"@lumino/properties": ^2.0.1
28632886
"@lumino/signaling": ^2.1.2
28642887
ws: ^8.11.0
2865-
checksum: 0d47267288649c414f30da20db1edf3aa2b348b8f9f6dceb8daee5a74b9102a75320682817c4f97736c748108849b947cc3c5ea05580668f6489252ada832a7b
2888+
checksum: f4b20ee62e5c3c7e0fa5942d3deb95329beb5a9ea6295403eefc0d5a723665379a09c58b21bc6a9fed7a69990570e5cfb66bc314e037a452b678fc4ec237dc55
28662889
languageName: node
28672890
linkType: hard
28682891

@@ -2904,6 +2927,25 @@ __metadata:
29042927
languageName: node
29052928
linkType: hard
29062929

2930+
"@jupyterlab/settingregistry@npm:^4.1.5":
2931+
version: 4.1.5
2932+
resolution: "@jupyterlab/settingregistry@npm:4.1.5"
2933+
dependencies:
2934+
"@jupyterlab/nbformat": ^4.1.5
2935+
"@jupyterlab/statedb": ^4.1.5
2936+
"@lumino/commands": ^2.2.0
2937+
"@lumino/coreutils": ^2.1.2
2938+
"@lumino/disposable": ^2.1.2
2939+
"@lumino/signaling": ^2.1.2
2940+
"@rjsf/utils": ^5.13.4
2941+
ajv: ^8.12.0
2942+
json5: ^2.2.3
2943+
peerDependencies:
2944+
react: ">=16"
2945+
checksum: 576d49cbbb4a18ba5f55230938b67c6dbc6819dfafb75ece2d9d030913e69768ddcb2616de4f7dbd3bcd8aa35e292aee90fe98b91e7dccdaae2610c64ec07f94
2946+
languageName: node
2947+
linkType: hard
2948+
29072949
"@jupyterlab/statedb@npm:^4.0.5":
29082950
version: 4.0.5
29092951
resolution: "@jupyterlab/statedb@npm:4.0.5"
@@ -2930,6 +2972,19 @@ __metadata:
29302972
languageName: node
29312973
linkType: hard
29322974

2975+
"@jupyterlab/statedb@npm:^4.1.5":
2976+
version: 4.1.5
2977+
resolution: "@jupyterlab/statedb@npm:4.1.5"
2978+
dependencies:
2979+
"@lumino/commands": ^2.2.0
2980+
"@lumino/coreutils": ^2.1.2
2981+
"@lumino/disposable": ^2.1.2
2982+
"@lumino/properties": ^2.0.1
2983+
"@lumino/signaling": ^2.1.2
2984+
checksum: e7f3ea9a5ebb04a602d93d1ddc9175a5b24a0f3814e99410ec3dba2dd3a86572ea61917d8a65e1b4b8c4ed25c8eaa814646a817a3b5d39b8a74a7b6cbb0071c1
2985+
languageName: node
2986+
linkType: hard
2987+
29332988
"@jupyterlab/statusbar@npm:^4.0.5":
29342989
version: 4.0.5
29352990
resolution: "@jupyterlab/statusbar@npm:4.0.5"

0 commit comments

Comments
 (0)