|
56 | 56 | "@jupyter/collaboration": "^2.0.11", |
57 | 57 | "@jupyter/docprovider": "^2.0.11", |
58 | 58 | "@jupyter/ydoc": "^1.1.0-a0", |
59 | | - "@jupyterlab/application": "^4.0.5", |
60 | | - "@jupyterlab/apputils": "^4.0.5", |
61 | | - "@jupyterlab/codemirror": "^4.0.5", |
| 59 | + "@jupyterlab/application": "^4.2.0-beta.0", |
| 60 | + "@jupyterlab/apputils": "^4.2.0-beta.0", |
| 61 | + "@jupyterlab/codemirror": "^4.2.0-beta.0", |
62 | 62 | "@jupyterlab/coreutils": "^6.0.5", |
63 | | - "@jupyterlab/docregistry": "^4.0.5", |
64 | | - "@jupyterlab/filebrowser": "^4.0.5", |
65 | | - "@jupyterlab/fileeditor": "^4.0.5", |
66 | | - "@jupyterlab/logconsole": "^4.0.5", |
67 | | - "@jupyterlab/notebook": "^4.0.5", |
| 63 | + "@jupyterlab/docregistry": "^4.2.0-beta.0", |
| 64 | + "@jupyterlab/filebrowser": "^4.2.0-beta.0", |
| 65 | + "@jupyterlab/fileeditor": "^4.2.0-beta.0", |
| 66 | + "@jupyterlab/logconsole": "^4.2.0-beta.0", |
| 67 | + "@jupyterlab/notebook": "^4.2.0-beta.0", |
68 | 68 | "@jupyterlab/services": "^7.0.5", |
69 | | - "@jupyterlab/settingregistry": "^4.0.5", |
70 | | - "@jupyterlab/statedb": "^4.0.5", |
71 | | - "@jupyterlab/translation": "^4.0.5", |
72 | | - "@jupyterlab/ui-components": "^4.0.5", |
| 69 | + "@jupyterlab/settingregistry": "^4.2.0-beta.0", |
| 70 | + "@jupyterlab/statedb": "^4.2.0-beta.0", |
| 71 | + "@jupyterlab/translation": "^4.2.0-beta.0", |
| 72 | + "@jupyterlab/ui-components": "^4.2.0-beta.0", |
73 | 73 | "@lumino/commands": "^2.1.0", |
74 | 74 | "@lumino/widgets": "^2.1.0", |
75 | 75 | "y-protocols": "^1.0.5", |
|
97 | 97 | "schemaDir": "./schema", |
98 | 98 | "outputDir": "../../jupyter_collaboration/labextension", |
99 | 99 | "disabledExtensions": [ |
100 | | - "@jupyterlab/filebrowser-extension:defaultFileBrowser" |
| 100 | + "@jupyterlab/filebrowser-extension:defaultFileBrowser", |
| 101 | + "@jupyterlab/notebook-extension:cell-executor" |
101 | 102 | ], |
102 | 103 | "sharedPackages": { |
103 | 104 | "@codemirror/state": { |
|
0 commit comments