|
1 | 1 | { |
2 | 2 | "name": "@jupyter-notebook/app", |
3 | | - "version": "7.4.0-alpha.2", |
| 3 | + "version": "7.4.0-alpha.3", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack", |
|
12 | 12 | "resolutions": { |
13 | 13 | "@codemirror/state": "~6.5.0", |
14 | 14 | "@codemirror/view": "~6.36.1", |
15 | | - "@jupyter-notebook/application": "~7.4.0-alpha.2", |
16 | | - "@jupyter-notebook/application-extension": "~7.4.0-alpha.2", |
17 | | - "@jupyter-notebook/console-extension": "~7.4.0-alpha.2", |
18 | | - "@jupyter-notebook/docmanager-extension": "~7.4.0-alpha.2", |
19 | | - "@jupyter-notebook/documentsearch-extension": "~7.4.0-alpha.2", |
20 | | - "@jupyter-notebook/help-extension": "~7.4.0-alpha.2", |
21 | | - "@jupyter-notebook/notebook-extension": "~7.4.0-alpha.2", |
22 | | - "@jupyter-notebook/terminal-extension": "~7.4.0-alpha.2", |
23 | | - "@jupyter-notebook/tree": "~7.4.0-alpha.2", |
24 | | - "@jupyter-notebook/tree-extension": "~7.4.0-alpha.2", |
25 | | - "@jupyter-notebook/ui-components": "~7.4.0-alpha.2", |
| 15 | + "@jupyter-notebook/application": "~7.4.0-alpha.3", |
| 16 | + "@jupyter-notebook/application-extension": "~7.4.0-alpha.3", |
| 17 | + "@jupyter-notebook/console-extension": "~7.4.0-alpha.3", |
| 18 | + "@jupyter-notebook/docmanager-extension": "~7.4.0-alpha.3", |
| 19 | + "@jupyter-notebook/documentsearch-extension": "~7.4.0-alpha.3", |
| 20 | + "@jupyter-notebook/help-extension": "~7.4.0-alpha.3", |
| 21 | + "@jupyter-notebook/notebook-extension": "~7.4.0-alpha.3", |
| 22 | + "@jupyter-notebook/terminal-extension": "~7.4.0-alpha.3", |
| 23 | + "@jupyter-notebook/tree": "~7.4.0-alpha.3", |
| 24 | + "@jupyter-notebook/tree-extension": "~7.4.0-alpha.3", |
| 25 | + "@jupyter-notebook/ui-components": "~7.4.0-alpha.3", |
26 | 26 | "@jupyter/react-components": "~0.16.7", |
27 | 27 | "@jupyter/web-components": "~0.16.7", |
28 | 28 | "@jupyter/ydoc": "~3.0.0", |
|
123 | 123 | "yjs": "~13.6.8" |
124 | 124 | }, |
125 | 125 | "dependencies": { |
126 | | - "@jupyter-notebook/application": "^7.4.0-alpha.2", |
127 | | - "@jupyter-notebook/application-extension": "^7.4.0-alpha.2", |
128 | | - "@jupyter-notebook/console-extension": "^7.4.0-alpha.2", |
129 | | - "@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.2", |
130 | | - "@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.2", |
131 | | - "@jupyter-notebook/help-extension": "^7.4.0-alpha.2", |
132 | | - "@jupyter-notebook/notebook-extension": "^7.4.0-alpha.2", |
133 | | - "@jupyter-notebook/terminal-extension": "^7.4.0-alpha.2", |
134 | | - "@jupyter-notebook/tree": "^7.4.0-alpha.2", |
135 | | - "@jupyter-notebook/tree-extension": "^7.4.0-alpha.2", |
136 | | - "@jupyter-notebook/ui-components": "^7.4.0-alpha.2", |
| 126 | + "@jupyter-notebook/application": "^7.4.0-alpha.3", |
| 127 | + "@jupyter-notebook/application-extension": "^7.4.0-alpha.3", |
| 128 | + "@jupyter-notebook/console-extension": "^7.4.0-alpha.3", |
| 129 | + "@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.3", |
| 130 | + "@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.3", |
| 131 | + "@jupyter-notebook/help-extension": "^7.4.0-alpha.3", |
| 132 | + "@jupyter-notebook/notebook-extension": "^7.4.0-alpha.3", |
| 133 | + "@jupyter-notebook/terminal-extension": "^7.4.0-alpha.3", |
| 134 | + "@jupyter-notebook/tree": "^7.4.0-alpha.3", |
| 135 | + "@jupyter-notebook/tree-extension": "^7.4.0-alpha.3", |
| 136 | + "@jupyter-notebook/ui-components": "^7.4.0-alpha.3", |
137 | 137 | "@jupyterlab/application-extension": "~4.4.0-alpha.3", |
138 | 138 | "@jupyterlab/apputils-extension": "~4.4.0-alpha.3", |
139 | 139 | "@jupyterlab/attachments": "~4.4.0-alpha.3", |
|
0 commit comments