|
1 | 1 | {
|
2 | 2 | "name": "@jupyter-notebook/app",
|
3 |
| - "version": "7.0.0-alpha.4", |
| 3 | + "version": "7.0.0-alpha.5", |
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.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", |
| 14 | + "@jupyter-notebook/application": "~7.0.0-alpha.5", |
| 15 | + "@jupyter-notebook/application-extension": "~7.0.0-alpha.5", |
| 16 | + "@jupyter-notebook/console-extension": "~7.0.0-alpha.5", |
| 17 | + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.5", |
| 18 | + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.5", |
| 19 | + "@jupyter-notebook/help-extension": "~7.0.0-alpha.5", |
| 20 | + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.5", |
| 21 | + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.5", |
| 22 | + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.5", |
| 23 | + "@jupyter-notebook/ui-components": "~7.0.0-alpha.5", |
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.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", |
| 99 | + "@jupyter-notebook/application": "^7.0.0-alpha.5", |
| 100 | + "@jupyter-notebook/application-extension": "^7.0.0-alpha.5", |
| 101 | + "@jupyter-notebook/console-extension": "^7.0.0-alpha.5", |
| 102 | + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.5", |
| 103 | + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.5", |
| 104 | + "@jupyter-notebook/help-extension": "^7.0.0-alpha.5", |
| 105 | + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.5", |
| 106 | + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.5", |
| 107 | + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.5", |
| 108 | + "@jupyter-notebook/ui-components": "^7.0.0-alpha.5", |
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