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