|
29 | 29 | "@jupyterlab/codeeditor": "~4.0.0-alpha.11",
|
30 | 30 | "@jupyterlab/codemirror": "~4.0.0-alpha.11",
|
31 | 31 | "@jupyterlab/codemirror-extension": "~4.0.0-alpha.11",
|
| 32 | + "@jupyterlab/collaboration": "~4.0.0-alpha.11", |
| 33 | + "@jupyterlab/collaboration-extension": "~4.0.0-alpha.11", |
32 | 34 | "@jupyterlab/completer": "~4.0.0-alpha.11",
|
33 | 35 | "@jupyterlab/completer-extension": "~4.0.0-alpha.11",
|
34 | 36 | "@jupyterlab/console": "~4.0.0-alpha.11",
|
|
109 | 111 | "@jupyterlab/translation-extension": "~4.0.0-alpha.11",
|
110 | 112 | "@jupyterlab/ui-components": "~4.0.0-alpha.26",
|
111 | 113 | "@jupyterlab/ui-components-extension": "~4.0.0-alpha.11",
|
112 |
| - "@jupyterlab/user": "~4.0.0-alpha.11", |
113 |
| - "@jupyterlab/user-extension": "~4.0.0-alpha.11", |
114 | 114 | "@jupyterlab/vdom": "~4.0.0-alpha.11",
|
115 | 115 | "@jupyterlab/vdom-extension": "~4.0.0-alpha.11",
|
116 | 116 | "@jupyterlab/vega5-extension": "~4.0.0-alpha.11",
|
|
137 | 137 | "@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.11",
|
138 | 138 | "@jupyterlab/celltags-extension": "~4.0.0-alpha.11",
|
139 | 139 | "@jupyterlab/codemirror-extension": "~4.0.0-alpha.11",
|
| 140 | + "@jupyterlab/collaboration-extension": "~4.0.0-alpha.11", |
140 | 141 | "@jupyterlab/completer-extension": "~4.0.0-alpha.11",
|
141 | 142 | "@jupyterlab/console-extension": "~4.0.0-alpha.11",
|
142 | 143 | "@jupyterlab/coreutils": "~6.0.0-alpha.11",
|
|
176 | 177 | "@jupyterlab/tooltip-extension": "~4.0.0-alpha.11",
|
177 | 178 | "@jupyterlab/translation-extension": "~4.0.0-alpha.11",
|
178 | 179 | "@jupyterlab/ui-components-extension": "~4.0.0-alpha.11",
|
179 |
| - "@jupyterlab/user-extension": "~4.0.0-alpha.11", |
180 | 180 | "@jupyterlab/vdom-extension": "~4.0.0-alpha.11",
|
181 | 181 | "@jupyterlab/vega5-extension": "~4.0.0-alpha.11"
|
182 | 182 | },
|
|
219 | 219 | "@jupyterlab/cell-toolbar-extension": "",
|
220 | 220 | "@jupyterlab/celltags-extension": "",
|
221 | 221 | "@jupyterlab/codemirror-extension": "",
|
| 222 | + "@jupyterlab/collaboration-extension": "", |
222 | 223 | "@jupyterlab/completer-extension": "",
|
223 | 224 | "@jupyterlab/console-extension": "",
|
224 | 225 | "@jupyterlab/csvviewer-extension": "",
|
|
254 | 255 | "@jupyterlab/tooltip-extension": "",
|
255 | 256 | "@jupyterlab/translation-extension": "",
|
256 | 257 | "@jupyterlab/ui-components-extension": "",
|
257 |
| - "@jupyterlab/user-extension": "", |
258 | 258 | "@jupyterlab/vdom-extension": ""
|
259 | 259 | },
|
260 | 260 | "mimeExtensions": {
|
|
271 | 271 | "@jupyterlab/cell-toolbar",
|
272 | 272 | "@jupyterlab/codeeditor",
|
273 | 273 | "@jupyterlab/codemirror",
|
| 274 | + "@jupyterlab/collaboration", |
274 | 275 | "@jupyterlab/completer",
|
275 | 276 | "@jupyterlab/console",
|
276 | 277 | "@jupyterlab/coreutils",
|
|
302 | 303 | "@jupyterlab/tooltip",
|
303 | 304 | "@jupyterlab/translation",
|
304 | 305 | "@jupyterlab/ui-components",
|
305 |
| - "@jupyterlab/user", |
306 | 306 | "@lumino/algorithm",
|
307 | 307 | "@lumino/application",
|
308 | 308 | "@lumino/commands",
|
|
333 | 333 | "@jupyterlab/codeeditor": "../packages/codeeditor",
|
334 | 334 | "@jupyterlab/codemirror": "../packages/codemirror",
|
335 | 335 | "@jupyterlab/codemirror-extension": "../packages/codemirror-extension",
|
| 336 | + "@jupyterlab/collaboration": "../packages/collaboration", |
| 337 | + "@jupyterlab/collaboration-extension": "../packages/collaboration-extension", |
336 | 338 | "@jupyterlab/completer": "../packages/completer",
|
337 | 339 | "@jupyterlab/completer-extension": "../packages/completer-extension",
|
338 | 340 | "@jupyterlab/console": "../packages/console",
|
|
413 | 415 | "@jupyterlab/translation-extension": "../packages/translation-extension",
|
414 | 416 | "@jupyterlab/ui-components": "../packages/ui-components",
|
415 | 417 | "@jupyterlab/ui-components-extension": "../packages/ui-components-extension",
|
416 |
| - "@jupyterlab/user": "../packages/user", |
417 |
| - "@jupyterlab/user-extension": "../packages/user-extension", |
418 | 418 | "@jupyterlab/vdom": "../packages/vdom",
|
419 | 419 | "@jupyterlab/vdom-extension": "../packages/vdom-extension",
|
420 | 420 | "@jupyterlab/vega5-extension": "../packages/vega5-extension",
|
|
0 commit comments