|
1 | 1 | { |
2 | 2 | "name": "@jupyter-notebook/app", |
3 | | - "version": "7.0.0-alpha.17", |
| 3 | + "version": "7.0.0-alpha.18", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack", |
|
10 | 10 | "watch": "webpack --config ./webpack.config.watch.js" |
11 | 11 | }, |
12 | 12 | "resolutions": { |
13 | | - "@jupyter-notebook/application": "~7.0.0-alpha.17", |
14 | | - "@jupyter-notebook/application-extension": "~7.0.0-alpha.17", |
15 | | - "@jupyter-notebook/console-extension": "~7.0.0-alpha.17", |
16 | | - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.17", |
17 | | - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.17", |
18 | | - "@jupyter-notebook/help-extension": "~7.0.0-alpha.17", |
19 | | - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.17", |
20 | | - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.17", |
21 | | - "@jupyter-notebook/tree": "~7.0.0-alpha.17", |
22 | | - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.17", |
23 | | - "@jupyter-notebook/ui-components": "~7.0.0-alpha.17", |
| 13 | + "@jupyter-notebook/application": "~7.0.0-alpha.18", |
| 14 | + "@jupyter-notebook/application-extension": "~7.0.0-alpha.18", |
| 15 | + "@jupyter-notebook/console-extension": "~7.0.0-alpha.18", |
| 16 | + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.18", |
| 17 | + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.18", |
| 18 | + "@jupyter-notebook/help-extension": "~7.0.0-alpha.18", |
| 19 | + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.18", |
| 20 | + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.18", |
| 21 | + "@jupyter-notebook/tree": "~7.0.0-alpha.18", |
| 22 | + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.18", |
| 23 | + "@jupyter-notebook/ui-components": "~7.0.0-alpha.18", |
24 | 24 | "@jupyter/ydoc": "~0.3.4", |
25 | 25 | "@jupyterlab/application": "~4.0.0-alpha.22", |
26 | 26 | "@jupyterlab/application-extension": "~4.0.0-alpha.22", |
|
107 | 107 | "yjs": "~13.5.51" |
108 | 108 | }, |
109 | 109 | "dependencies": { |
110 | | - "@jupyter-notebook/application": "^7.0.0-alpha.17", |
111 | | - "@jupyter-notebook/application-extension": "^7.0.0-alpha.17", |
112 | | - "@jupyter-notebook/console-extension": "^7.0.0-alpha.17", |
113 | | - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.17", |
114 | | - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.17", |
115 | | - "@jupyter-notebook/help-extension": "^7.0.0-alpha.17", |
116 | | - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.17", |
117 | | - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.17", |
118 | | - "@jupyter-notebook/tree": "^7.0.0-alpha.17", |
119 | | - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.17", |
120 | | - "@jupyter-notebook/ui-components": "^7.0.0-alpha.17", |
| 110 | + "@jupyter-notebook/application": "^7.0.0-alpha.18", |
| 111 | + "@jupyter-notebook/application-extension": "^7.0.0-alpha.18", |
| 112 | + "@jupyter-notebook/console-extension": "^7.0.0-alpha.18", |
| 113 | + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.18", |
| 114 | + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.18", |
| 115 | + "@jupyter-notebook/help-extension": "^7.0.0-alpha.18", |
| 116 | + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.18", |
| 117 | + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.18", |
| 118 | + "@jupyter-notebook/tree": "^7.0.0-alpha.18", |
| 119 | + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.18", |
| 120 | + "@jupyter-notebook/ui-components": "^7.0.0-alpha.18", |
121 | 121 | "@jupyterlab/application-extension": "^4.0.0-alpha.22", |
122 | 122 | "@jupyterlab/apputils-extension": "^4.0.0-alpha.22", |
123 | 123 | "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.22", |
|
0 commit comments