|
1 | 1 | {
|
2 | 2 | "name": "@jupyter-notebook/app",
|
3 |
| - "version": "7.0.0-alpha.9", |
| 3 | + "version": "7.0.0-alpha.10", |
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.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", |
| 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", |
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",
|
|
90 | 90 | "@jupyterlab/ui-components": "~4.0.0-alpha.32",
|
91 | 91 | "@jupyterlab/ui-components-extension": "~4.0.0-alpha.17",
|
92 | 92 | "@jupyterlab/vega5-extension": "~4.0.0-alpha.17",
|
93 |
| - "@lumino/algorithm": "~2.0.0-alpha.6", |
94 |
| - "@lumino/application": "~2.0.0-alpha.6", |
95 |
| - "@lumino/commands": "~2.0.0-alpha.6", |
96 |
| - "@lumino/coreutils": "~2.0.0-alpha.6", |
97 |
| - "@lumino/disposable": "~2.0.0-alpha.6", |
98 |
| - "@lumino/domutils": "~2.0.0-alpha.6", |
99 |
| - "@lumino/dragdrop": "~2.0.0-alpha.6", |
100 |
| - "@lumino/messaging": "~2.0.0-alpha.6", |
101 |
| - "@lumino/properties": "~2.0.0-alpha.6", |
102 |
| - "@lumino/signaling": "~2.0.0-alpha.6", |
103 |
| - "@lumino/virtualdom": "~2.0.0-alpha.6", |
104 |
| - "@lumino/widgets": "~2.0.0-alpha.6", |
| 93 | + "@lumino/algorithm": "~2.0.0-alpha.7", |
| 94 | + "@lumino/application": "~2.0.0-alpha.7", |
| 95 | + "@lumino/commands": "~2.0.0-alpha.7", |
| 96 | + "@lumino/coreutils": "~2.0.0-alpha.7", |
| 97 | + "@lumino/disposable": "~2.0.0-alpha.7", |
| 98 | + "@lumino/domutils": "~2.0.0-alpha.7", |
| 99 | + "@lumino/dragdrop": "~2.0.0-alpha.7", |
| 100 | + "@lumino/messaging": "~2.0.0-alpha.7", |
| 101 | + "@lumino/properties": "~2.0.0-alpha.7", |
| 102 | + "@lumino/signaling": "~2.0.0-alpha.7", |
| 103 | + "@lumino/virtualdom": "~2.0.0-alpha.7", |
| 104 | + "@lumino/widgets": "~2.0.0-alpha.7", |
105 | 105 | "react": "~17.0.2",
|
106 | 106 | "react-dom": "~17.0.2",
|
107 |
| - "yjs": "~13.5.42" |
| 107 | + "yjs": "~13.5.44" |
108 | 108 | },
|
109 | 109 | "dependencies": {
|
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", |
| 110 | + "@jupyter-notebook/application": "^7.0.0-alpha.10", |
| 111 | + "@jupyter-notebook/application-extension": "^7.0.0-alpha.10", |
| 112 | + "@jupyter-notebook/console-extension": "^7.0.0-alpha.10", |
| 113 | + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.10", |
| 114 | + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.10", |
| 115 | + "@jupyter-notebook/help-extension": "^7.0.0-alpha.10", |
| 116 | + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.10", |
| 117 | + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.10", |
| 118 | + "@jupyter-notebook/tree": "^7.0.0-alpha.10", |
| 119 | + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.10", |
| 120 | + "@jupyter-notebook/ui-components": "^7.0.0-alpha.10", |
121 | 121 | "@jupyterlab/application-extension": "^4.0.0-alpha.17",
|
122 | 122 | "@jupyterlab/apputils-extension": "^4.0.0-alpha.17",
|
123 | 123 | "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.17",
|
|
0 commit comments