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