|
1 | 1 | {
|
2 | 2 | "name": "@jupyter-notebook/app",
|
3 |
| - "version": "7.0.0-alpha.6", |
| 3 | + "version": "7.0.0-alpha.7", |
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.6", |
15 |
| - "@jupyter-notebook/application-extension": "~7.0.0-alpha.6", |
16 |
| - "@jupyter-notebook/console-extension": "~7.0.0-alpha.6", |
17 |
| - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.6", |
18 |
| - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.6", |
19 |
| - "@jupyter-notebook/help-extension": "~7.0.0-alpha.6", |
20 |
| - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.6", |
21 |
| - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.6", |
22 |
| - "@jupyter-notebook/tree": "~7.0.0-alpha.6", |
23 |
| - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.6", |
24 |
| - "@jupyter-notebook/ui-components": "~7.0.0-alpha.6", |
| 14 | + "@jupyter-notebook/application": "~7.0.0-alpha.7", |
| 15 | + "@jupyter-notebook/application-extension": "~7.0.0-alpha.7", |
| 16 | + "@jupyter-notebook/console-extension": "~7.0.0-alpha.7", |
| 17 | + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.7", |
| 18 | + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.7", |
| 19 | + "@jupyter-notebook/help-extension": "~7.0.0-alpha.7", |
| 20 | + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.7", |
| 21 | + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.7", |
| 22 | + "@jupyter-notebook/tree": "~7.0.0-alpha.7", |
| 23 | + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.7", |
| 24 | + "@jupyter-notebook/ui-components": "~7.0.0-alpha.7", |
25 | 25 | "@jupyterlab/application": "~4.0.0-alpha.15",
|
26 | 26 | "@jupyterlab/application-extension": "~4.0.0-alpha.15",
|
27 | 27 | "@jupyterlab/apputils": "~4.0.0-alpha.15",
|
|
86 | 86 | "@jupyterlab/translation": "~4.0.0-alpha.15",
|
87 | 87 | "@jupyterlab/translation-extension": "~4.0.0-alpha.15",
|
88 | 88 | "@jupyterlab/ui-components": "~4.0.0-alpha.30",
|
| 89 | + "@jupyterlab/ui-components-extension": "~4.0.0-alpha.15", |
89 | 90 | "@jupyterlab/vega5-extension": "~4.0.0-alpha.15",
|
90 | 91 | "@lumino/algorithm": "~2.0.0-alpha.6",
|
91 | 92 | "@lumino/application": "~2.0.0-alpha.6",
|
|
104 | 105 | "yjs": "~13.5.41"
|
105 | 106 | },
|
106 | 107 | "dependencies": {
|
107 |
| - "@jupyter-notebook/application": "^7.0.0-alpha.6", |
108 |
| - "@jupyter-notebook/application-extension": "^7.0.0-alpha.6", |
109 |
| - "@jupyter-notebook/console-extension": "^7.0.0-alpha.6", |
110 |
| - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.6", |
111 |
| - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.6", |
112 |
| - "@jupyter-notebook/help-extension": "^7.0.0-alpha.6", |
113 |
| - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.6", |
114 |
| - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.6", |
115 |
| - "@jupyter-notebook/tree": "^7.0.0-alpha.6", |
116 |
| - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.6", |
117 |
| - "@jupyter-notebook/ui-components": "^7.0.0-alpha.6", |
| 108 | + "@jupyter-notebook/application": "^7.0.0-alpha.7", |
| 109 | + "@jupyter-notebook/application-extension": "^7.0.0-alpha.7", |
| 110 | + "@jupyter-notebook/console-extension": "^7.0.0-alpha.7", |
| 111 | + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.7", |
| 112 | + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.7", |
| 113 | + "@jupyter-notebook/help-extension": "^7.0.0-alpha.7", |
| 114 | + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.7", |
| 115 | + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.7", |
| 116 | + "@jupyter-notebook/tree": "^7.0.0-alpha.7", |
| 117 | + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.7", |
| 118 | + "@jupyter-notebook/ui-components": "^7.0.0-alpha.7", |
118 | 119 | "@jupyterlab/application-extension": "^4.0.0-alpha.15",
|
119 | 120 | "@jupyterlab/apputils-extension": "^4.0.0-alpha.15",
|
120 | 121 | "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.15",
|
|
0 commit comments