|
1 | 1 | {
|
2 | 2 | "name": "@jupyter-notebook/app",
|
3 |
| - "version": "7.5.0-alpha.0", |
| 3 | + "version": "7.5.0-alpha.1", |
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 | 6 | "build": "webpack",
|
|
11 | 11 | },
|
12 | 12 | "resolutions": {
|
13 | 13 | "@codemirror/state": "~6.5.2",
|
14 |
| - "@codemirror/view": "~6.36.7", |
15 |
| - "@jupyter-notebook/application": "~7.5.0-alpha.0", |
16 |
| - "@jupyter-notebook/application-extension": "~7.5.0-alpha.0", |
17 |
| - "@jupyter-notebook/console-extension": "~7.5.0-alpha.0", |
18 |
| - "@jupyter-notebook/docmanager-extension": "~7.5.0-alpha.0", |
19 |
| - "@jupyter-notebook/documentsearch-extension": "~7.5.0-alpha.0", |
20 |
| - "@jupyter-notebook/help-extension": "~7.5.0-alpha.0", |
21 |
| - "@jupyter-notebook/notebook-extension": "~7.5.0-alpha.0", |
22 |
| - "@jupyter-notebook/terminal-extension": "~7.5.0-alpha.0", |
23 |
| - "@jupyter-notebook/tree": "~7.5.0-alpha.0", |
24 |
| - "@jupyter-notebook/tree-extension": "~7.5.0-alpha.0", |
25 |
| - "@jupyter-notebook/ui-components": "~7.5.0-alpha.0", |
| 14 | + "@codemirror/view": "~6.38.1", |
| 15 | + "@jupyter-notebook/application": "~7.5.0-alpha.1", |
| 16 | + "@jupyter-notebook/application-extension": "~7.5.0-alpha.1", |
| 17 | + "@jupyter-notebook/console-extension": "~7.5.0-alpha.1", |
| 18 | + "@jupyter-notebook/docmanager-extension": "~7.5.0-alpha.1", |
| 19 | + "@jupyter-notebook/documentsearch-extension": "~7.5.0-alpha.1", |
| 20 | + "@jupyter-notebook/help-extension": "~7.5.0-alpha.1", |
| 21 | + "@jupyter-notebook/notebook-extension": "~7.5.0-alpha.1", |
| 22 | + "@jupyter-notebook/terminal-extension": "~7.5.0-alpha.1", |
| 23 | + "@jupyter-notebook/tree": "~7.5.0-alpha.1", |
| 24 | + "@jupyter-notebook/tree-extension": "~7.5.0-alpha.1", |
| 25 | + "@jupyter-notebook/ui-components": "~7.5.0-alpha.1", |
26 | 26 | "@jupyter/react-components": "~0.16.7",
|
27 | 27 | "@jupyter/web-components": "~0.16.7",
|
28 |
| - "@jupyter/ydoc": "~3.0.4", |
| 28 | + "@jupyter/ydoc": "~3.1.0", |
29 | 29 | "@jupyterlab/application": "~4.5.0-alpha.2",
|
30 | 30 | "@jupyterlab/application-extension": "~4.5.0-alpha.2",
|
31 | 31 | "@jupyterlab/apputils": "~4.6.0-alpha.2",
|
32 | 32 | "@jupyterlab/apputils-extension": "~4.5.0-alpha.2",
|
33 | 33 | "@jupyterlab/attachments": "~4.5.0-alpha.2",
|
| 34 | + "@jupyterlab/audio-extension": "~4.5.0-alpha.2", |
34 | 35 | "@jupyterlab/cell-toolbar": "~4.5.0-alpha.2",
|
35 | 36 | "@jupyterlab/cell-toolbar-extension": "~4.5.0-alpha.2",
|
36 | 37 | "@jupyterlab/celltags-extension": "~4.5.0-alpha.2",
|
|
106 | 107 | "@jupyterlab/ui-components": "~4.5.0-alpha.2",
|
107 | 108 | "@jupyterlab/ui-components-extension": "~4.5.0-alpha.2",
|
108 | 109 | "@jupyterlab/vega5-extension": "~4.5.0-alpha.2",
|
| 110 | + "@jupyterlab/video-extension": "~4.5.0-alpha.2", |
109 | 111 | "@lezer/common": "~1.2.1",
|
110 | 112 | "@lezer/highlight": "~1.2.0",
|
111 | 113 | "@lumino/algorithm": "~2.0.3",
|
|
125 | 127 | "yjs": "~13.6.8"
|
126 | 128 | },
|
127 | 129 | "dependencies": {
|
128 |
| - "@jupyter-notebook/application": "^7.5.0-alpha.0", |
129 |
| - "@jupyter-notebook/application-extension": "^7.5.0-alpha.0", |
130 |
| - "@jupyter-notebook/console-extension": "^7.5.0-alpha.0", |
131 |
| - "@jupyter-notebook/docmanager-extension": "^7.5.0-alpha.0", |
132 |
| - "@jupyter-notebook/documentsearch-extension": "^7.5.0-alpha.0", |
133 |
| - "@jupyter-notebook/help-extension": "^7.5.0-alpha.0", |
134 |
| - "@jupyter-notebook/notebook-extension": "^7.5.0-alpha.0", |
135 |
| - "@jupyter-notebook/terminal-extension": "^7.5.0-alpha.0", |
136 |
| - "@jupyter-notebook/tree": "^7.5.0-alpha.0", |
137 |
| - "@jupyter-notebook/tree-extension": "^7.5.0-alpha.0", |
138 |
| - "@jupyter-notebook/ui-components": "^7.5.0-alpha.0", |
| 130 | + "@jupyter-notebook/application": "^7.5.0-alpha.1", |
| 131 | + "@jupyter-notebook/application-extension": "^7.5.0-alpha.1", |
| 132 | + "@jupyter-notebook/console-extension": "^7.5.0-alpha.1", |
| 133 | + "@jupyter-notebook/docmanager-extension": "^7.5.0-alpha.1", |
| 134 | + "@jupyter-notebook/documentsearch-extension": "^7.5.0-alpha.1", |
| 135 | + "@jupyter-notebook/help-extension": "^7.5.0-alpha.1", |
| 136 | + "@jupyter-notebook/notebook-extension": "^7.5.0-alpha.1", |
| 137 | + "@jupyter-notebook/terminal-extension": "^7.5.0-alpha.1", |
| 138 | + "@jupyter-notebook/tree": "^7.5.0-alpha.1", |
| 139 | + "@jupyter-notebook/tree-extension": "^7.5.0-alpha.1", |
| 140 | + "@jupyter-notebook/ui-components": "^7.5.0-alpha.1", |
139 | 141 | "@jupyterlab/application-extension": "~4.5.0-alpha.2",
|
140 | 142 | "@jupyterlab/apputils-extension": "~4.5.0-alpha.2",
|
141 | 143 | "@jupyterlab/attachments": "~4.5.0-alpha.2",
|
|
0 commit comments