|
1 | 1 | { |
2 | 2 | "name": "@jupyter-notebook/app", |
3 | | - "version": "7.0.0-alpha.18", |
| 3 | + "version": "7.0.0-beta.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack", |
|
12 | 12 | "resolutions": { |
13 | 13 | "@codemirror/state": "~6.2.0", |
14 | 14 | "@codemirror/view": "~6.9.3", |
15 | | - "@jupyter-notebook/application": "~7.0.0-alpha.18", |
16 | | - "@jupyter-notebook/application-extension": "~7.0.0-alpha.18", |
17 | | - "@jupyter-notebook/console-extension": "~7.0.0-alpha.18", |
18 | | - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.18", |
19 | | - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.18", |
20 | | - "@jupyter-notebook/help-extension": "~7.0.0-alpha.18", |
21 | | - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.18", |
22 | | - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.18", |
23 | | - "@jupyter-notebook/tree": "~7.0.0-alpha.18", |
24 | | - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.18", |
25 | | - "@jupyter-notebook/ui-components": "~7.0.0-alpha.18", |
| 15 | + "@jupyter-notebook/application": "~7.0.0-beta.0", |
| 16 | + "@jupyter-notebook/application-extension": "~7.0.0-beta.0", |
| 17 | + "@jupyter-notebook/console-extension": "~7.0.0-beta.0", |
| 18 | + "@jupyter-notebook/docmanager-extension": "~7.0.0-beta.0", |
| 19 | + "@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.0", |
| 20 | + "@jupyter-notebook/help-extension": "~7.0.0-beta.0", |
| 21 | + "@jupyter-notebook/notebook-extension": "~7.0.0-beta.0", |
| 22 | + "@jupyter-notebook/terminal-extension": "~7.0.0-beta.0", |
| 23 | + "@jupyter-notebook/tree": "~7.0.0-beta.0", |
| 24 | + "@jupyter-notebook/tree-extension": "~7.0.0-beta.0", |
| 25 | + "@jupyter-notebook/ui-components": "~7.0.0-beta.0", |
26 | 26 | "@jupyter/ydoc": "~0.3.4", |
27 | 27 | "@jupyterlab/application": "~4.0.0-beta.0", |
28 | 28 | "@jupyterlab/application-extension": "~4.0.0-beta.0", |
|
111 | 111 | "yjs": "~13.5.51" |
112 | 112 | }, |
113 | 113 | "dependencies": { |
114 | | - "@jupyter-notebook/application": "^7.0.0-alpha.18", |
115 | | - "@jupyter-notebook/application-extension": "^7.0.0-alpha.18", |
116 | | - "@jupyter-notebook/console-extension": "^7.0.0-alpha.18", |
117 | | - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.18", |
118 | | - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.18", |
119 | | - "@jupyter-notebook/help-extension": "^7.0.0-alpha.18", |
120 | | - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.18", |
121 | | - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.18", |
122 | | - "@jupyter-notebook/tree": "^7.0.0-alpha.18", |
123 | | - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.18", |
124 | | - "@jupyter-notebook/ui-components": "^7.0.0-alpha.18", |
| 114 | + "@jupyter-notebook/application": "^7.0.0-beta.0", |
| 115 | + "@jupyter-notebook/application-extension": "^7.0.0-beta.0", |
| 116 | + "@jupyter-notebook/console-extension": "^7.0.0-beta.0", |
| 117 | + "@jupyter-notebook/docmanager-extension": "^7.0.0-beta.0", |
| 118 | + "@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.0", |
| 119 | + "@jupyter-notebook/help-extension": "^7.0.0-beta.0", |
| 120 | + "@jupyter-notebook/notebook-extension": "^7.0.0-beta.0", |
| 121 | + "@jupyter-notebook/terminal-extension": "^7.0.0-beta.0", |
| 122 | + "@jupyter-notebook/tree": "^7.0.0-beta.0", |
| 123 | + "@jupyter-notebook/tree-extension": "^7.0.0-beta.0", |
| 124 | + "@jupyter-notebook/ui-components": "^7.0.0-beta.0", |
125 | 125 | "@jupyterlab/application-extension": "^4.0.0-beta.0", |
126 | 126 | "@jupyterlab/apputils-extension": "^4.0.0-beta.0", |
127 | 127 | "@jupyterlab/cell-toolbar-extension": "^4.0.0-beta.0", |
|
0 commit comments