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