|
1 | 1 | {
|
2 | 2 | "name": "@jupyter-notebook/app",
|
3 |
| - "version": "7.0.0-alpha.11", |
| 3 | + "version": "7.0.0-alpha.12", |
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.11", |
15 |
| - "@jupyter-notebook/application-extension": "~7.0.0-alpha.11", |
16 |
| - "@jupyter-notebook/console-extension": "~7.0.0-alpha.11", |
17 |
| - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.11", |
18 |
| - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.11", |
19 |
| - "@jupyter-notebook/help-extension": "~7.0.0-alpha.11", |
20 |
| - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.11", |
21 |
| - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.11", |
22 |
| - "@jupyter-notebook/tree": "~7.0.0-alpha.11", |
23 |
| - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.11", |
24 |
| - "@jupyter-notebook/ui-components": "~7.0.0-alpha.11", |
| 14 | + "@jupyter-notebook/application": "~7.0.0-alpha.12", |
| 15 | + "@jupyter-notebook/application-extension": "~7.0.0-alpha.12", |
| 16 | + "@jupyter-notebook/console-extension": "~7.0.0-alpha.12", |
| 17 | + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.12", |
| 18 | + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.12", |
| 19 | + "@jupyter-notebook/help-extension": "~7.0.0-alpha.12", |
| 20 | + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.12", |
| 21 | + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.12", |
| 22 | + "@jupyter-notebook/tree": "~7.0.0-alpha.12", |
| 23 | + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.12", |
| 24 | + "@jupyter-notebook/ui-components": "~7.0.0-alpha.12", |
25 | 25 | "@jupyter/ydoc": "~0.3.1",
|
26 | 26 | "@jupyterlab/application": "~4.0.0-alpha.18",
|
27 | 27 | "@jupyterlab/application-extension": "~4.0.0-alpha.18",
|
|
45 | 45 | "@jupyterlab/debugger-extension": "~4.0.0-alpha.18",
|
46 | 46 | "@jupyterlab/docmanager": "~4.0.0-alpha.18",
|
47 | 47 | "@jupyterlab/docmanager-extension": "~4.0.0-alpha.18",
|
| 48 | + "@jupyterlab/docprovider": "~4.0.0-alpha.18", |
48 | 49 | "@jupyterlab/documentsearch": "~4.0.0-alpha.18",
|
49 | 50 | "@jupyterlab/documentsearch-extension": "~4.0.0-alpha.18",
|
50 | 51 | "@jupyterlab/filebrowser": "~4.0.0-alpha.18",
|
|
107 | 108 | "yjs": "~13.5.45"
|
108 | 109 | },
|
109 | 110 | "dependencies": {
|
110 |
| - "@jupyter-notebook/application": "^7.0.0-alpha.11", |
111 |
| - "@jupyter-notebook/application-extension": "^7.0.0-alpha.11", |
112 |
| - "@jupyter-notebook/console-extension": "^7.0.0-alpha.11", |
113 |
| - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.11", |
114 |
| - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.11", |
115 |
| - "@jupyter-notebook/help-extension": "^7.0.0-alpha.11", |
116 |
| - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.11", |
117 |
| - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.11", |
118 |
| - "@jupyter-notebook/tree": "^7.0.0-alpha.11", |
119 |
| - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.11", |
120 |
| - "@jupyter-notebook/ui-components": "^7.0.0-alpha.11", |
| 111 | + "@jupyter-notebook/application": "^7.0.0-alpha.12", |
| 112 | + "@jupyter-notebook/application-extension": "^7.0.0-alpha.12", |
| 113 | + "@jupyter-notebook/console-extension": "^7.0.0-alpha.12", |
| 114 | + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.12", |
| 115 | + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.12", |
| 116 | + "@jupyter-notebook/help-extension": "^7.0.0-alpha.12", |
| 117 | + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.12", |
| 118 | + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.12", |
| 119 | + "@jupyter-notebook/tree": "^7.0.0-alpha.12", |
| 120 | + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.12", |
| 121 | + "@jupyter-notebook/ui-components": "^7.0.0-alpha.12", |
121 | 122 | "@jupyterlab/application-extension": "^4.0.0-alpha.18",
|
122 | 123 | "@jupyterlab/apputils-extension": "^4.0.0-alpha.18",
|
123 | 124 | "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.18",
|
|
0 commit comments