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