|
1 | 1 | { |
2 | 2 | "name": "@jupyter-notebook/app", |
3 | | - "version": "7.0.0-alpha.3", |
| 3 | + "version": "7.0.0-alpha.4", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack", |
|
11 | 11 | "watch": "webpack --config ./webpack.config.watch.js" |
12 | 12 | }, |
13 | 13 | "resolutions": { |
14 | | - "@jupyter-notebook/application": "~7.0.0-alpha.3", |
15 | | - "@jupyter-notebook/application-extension": "~7.0.0-alpha.3", |
16 | | - "@jupyter-notebook/console-extension": "~7.0.0-alpha.3", |
17 | | - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.3", |
18 | | - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.3", |
19 | | - "@jupyter-notebook/help-extension": "~7.0.0-alpha.3", |
20 | | - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.3", |
21 | | - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.3", |
22 | | - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.3", |
23 | | - "@jupyter-notebook/ui-components": "~7.0.0-alpha.3", |
| 14 | + "@jupyter-notebook/application": "~7.0.0-alpha.4", |
| 15 | + "@jupyter-notebook/application-extension": "~7.0.0-alpha.4", |
| 16 | + "@jupyter-notebook/console-extension": "~7.0.0-alpha.4", |
| 17 | + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.4", |
| 18 | + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.4", |
| 19 | + "@jupyter-notebook/help-extension": "~7.0.0-alpha.4", |
| 20 | + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.4", |
| 21 | + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.4", |
| 22 | + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.4", |
| 23 | + "@jupyter-notebook/ui-components": "~7.0.0-alpha.4", |
24 | 24 | "@jupyterlab/application": "~4.0.0-alpha.10", |
25 | 25 | "@jupyterlab/application-extension": "~4.0.0-alpha.10", |
26 | 26 | "@jupyterlab/apputils": "~4.0.0-alpha.10", |
|
96 | 96 | "yjs": "~13.5.38" |
97 | 97 | }, |
98 | 98 | "dependencies": { |
99 | | - "@jupyter-notebook/application": "^7.0.0-alpha.3", |
100 | | - "@jupyter-notebook/application-extension": "^7.0.0-alpha.3", |
101 | | - "@jupyter-notebook/console-extension": "^7.0.0-alpha.3", |
102 | | - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.3", |
103 | | - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.3", |
104 | | - "@jupyter-notebook/help-extension": "^7.0.0-alpha.3", |
105 | | - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.3", |
106 | | - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.3", |
107 | | - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.3", |
108 | | - "@jupyter-notebook/ui-components": "^7.0.0-alpha.3", |
| 99 | + "@jupyter-notebook/application": "^7.0.0-alpha.4", |
| 100 | + "@jupyter-notebook/application-extension": "^7.0.0-alpha.4", |
| 101 | + "@jupyter-notebook/console-extension": "^7.0.0-alpha.4", |
| 102 | + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.4", |
| 103 | + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.4", |
| 104 | + "@jupyter-notebook/help-extension": "^7.0.0-alpha.4", |
| 105 | + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.4", |
| 106 | + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.4", |
| 107 | + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.4", |
| 108 | + "@jupyter-notebook/ui-components": "^7.0.0-alpha.4", |
109 | 109 | "@jupyterlab/application-extension": "^4.0.0-alpha.10", |
110 | 110 | "@jupyterlab/apputils-extension": "^4.0.0-alpha.10", |
111 | 111 | "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.10", |
|
0 commit comments