|
1 | 1 | {
|
2 | 2 | "name": "@jupyter-notebook/app",
|
3 |
| - "version": "7.4.0-beta.0", |
| 3 | + "version": "7.4.0-beta.1", |
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-beta.0", |
16 |
| - "@jupyter-notebook/application-extension": "~7.4.0-beta.0", |
17 |
| - "@jupyter-notebook/console-extension": "~7.4.0-beta.0", |
18 |
| - "@jupyter-notebook/docmanager-extension": "~7.4.0-beta.0", |
19 |
| - "@jupyter-notebook/documentsearch-extension": "~7.4.0-beta.0", |
20 |
| - "@jupyter-notebook/help-extension": "~7.4.0-beta.0", |
21 |
| - "@jupyter-notebook/notebook-extension": "~7.4.0-beta.0", |
22 |
| - "@jupyter-notebook/terminal-extension": "~7.4.0-beta.0", |
23 |
| - "@jupyter-notebook/tree": "~7.4.0-beta.0", |
24 |
| - "@jupyter-notebook/tree-extension": "~7.4.0-beta.0", |
25 |
| - "@jupyter-notebook/ui-components": "~7.4.0-beta.0", |
| 15 | + "@jupyter-notebook/application": "~7.4.0-beta.1", |
| 16 | + "@jupyter-notebook/application-extension": "~7.4.0-beta.1", |
| 17 | + "@jupyter-notebook/console-extension": "~7.4.0-beta.1", |
| 18 | + "@jupyter-notebook/docmanager-extension": "~7.4.0-beta.1", |
| 19 | + "@jupyter-notebook/documentsearch-extension": "~7.4.0-beta.1", |
| 20 | + "@jupyter-notebook/help-extension": "~7.4.0-beta.1", |
| 21 | + "@jupyter-notebook/notebook-extension": "~7.4.0-beta.1", |
| 22 | + "@jupyter-notebook/terminal-extension": "~7.4.0-beta.1", |
| 23 | + "@jupyter-notebook/tree": "~7.4.0-beta.1", |
| 24 | + "@jupyter-notebook/tree-extension": "~7.4.0-beta.1", |
| 25 | + "@jupyter-notebook/ui-components": "~7.4.0-beta.1", |
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-beta.0", |
127 |
| - "@jupyter-notebook/application-extension": "^7.4.0-beta.0", |
128 |
| - "@jupyter-notebook/console-extension": "^7.4.0-beta.0", |
129 |
| - "@jupyter-notebook/docmanager-extension": "^7.4.0-beta.0", |
130 |
| - "@jupyter-notebook/documentsearch-extension": "^7.4.0-beta.0", |
131 |
| - "@jupyter-notebook/help-extension": "^7.4.0-beta.0", |
132 |
| - "@jupyter-notebook/notebook-extension": "^7.4.0-beta.0", |
133 |
| - "@jupyter-notebook/terminal-extension": "^7.4.0-beta.0", |
134 |
| - "@jupyter-notebook/tree": "^7.4.0-beta.0", |
135 |
| - "@jupyter-notebook/tree-extension": "^7.4.0-beta.0", |
136 |
| - "@jupyter-notebook/ui-components": "^7.4.0-beta.0", |
| 126 | + "@jupyter-notebook/application": "^7.4.0-beta.1", |
| 127 | + "@jupyter-notebook/application-extension": "^7.4.0-beta.1", |
| 128 | + "@jupyter-notebook/console-extension": "^7.4.0-beta.1", |
| 129 | + "@jupyter-notebook/docmanager-extension": "^7.4.0-beta.1", |
| 130 | + "@jupyter-notebook/documentsearch-extension": "^7.4.0-beta.1", |
| 131 | + "@jupyter-notebook/help-extension": "^7.4.0-beta.1", |
| 132 | + "@jupyter-notebook/notebook-extension": "^7.4.0-beta.1", |
| 133 | + "@jupyter-notebook/terminal-extension": "^7.4.0-beta.1", |
| 134 | + "@jupyter-notebook/tree": "^7.4.0-beta.1", |
| 135 | + "@jupyter-notebook/tree-extension": "^7.4.0-beta.1", |
| 136 | + "@jupyter-notebook/ui-components": "^7.4.0-beta.1", |
137 | 137 | "@jupyterlab/application-extension": "~4.4.0-beta.1",
|
138 | 138 | "@jupyterlab/apputils-extension": "~4.4.0-beta.1",
|
139 | 139 | "@jupyterlab/attachments": "~4.4.0-beta.1",
|
|
0 commit comments