|
1 | 1 | { |
2 | 2 | "name": "@jupyter-notebook/app", |
3 | | - "version": "7.0.1", |
| 3 | + "version": "7.0.2", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack", |
|
12 | 12 | "resolutions": { |
13 | 13 | "@codemirror/state": "~6.2.1", |
14 | 14 | "@codemirror/view": "~6.15.3", |
15 | | - "@jupyter-notebook/application": "~7.0.1", |
16 | | - "@jupyter-notebook/application-extension": "~7.0.1", |
17 | | - "@jupyter-notebook/console-extension": "~7.0.1", |
18 | | - "@jupyter-notebook/docmanager-extension": "~7.0.1", |
19 | | - "@jupyter-notebook/documentsearch-extension": "~7.0.1", |
20 | | - "@jupyter-notebook/help-extension": "~7.0.1", |
21 | | - "@jupyter-notebook/notebook-extension": "~7.0.1", |
22 | | - "@jupyter-notebook/terminal-extension": "~7.0.1", |
23 | | - "@jupyter-notebook/tree": "~7.0.1", |
24 | | - "@jupyter-notebook/tree-extension": "~7.0.1", |
25 | | - "@jupyter-notebook/ui-components": "~7.0.1", |
| 15 | + "@jupyter-notebook/application": "~7.0.2", |
| 16 | + "@jupyter-notebook/application-extension": "~7.0.2", |
| 17 | + "@jupyter-notebook/console-extension": "~7.0.2", |
| 18 | + "@jupyter-notebook/docmanager-extension": "~7.0.2", |
| 19 | + "@jupyter-notebook/documentsearch-extension": "~7.0.2", |
| 20 | + "@jupyter-notebook/help-extension": "~7.0.2", |
| 21 | + "@jupyter-notebook/notebook-extension": "~7.0.2", |
| 22 | + "@jupyter-notebook/terminal-extension": "~7.0.2", |
| 23 | + "@jupyter-notebook/tree": "~7.0.2", |
| 24 | + "@jupyter-notebook/tree-extension": "~7.0.2", |
| 25 | + "@jupyter-notebook/ui-components": "~7.0.2", |
26 | 26 | "@jupyter/ydoc": "~1.0.2", |
27 | 27 | "@jupyterlab/application": "~4.0.4", |
28 | 28 | "@jupyterlab/application-extension": "~4.0.4", |
|
116 | 116 | "yjs": "~13.6.7" |
117 | 117 | }, |
118 | 118 | "dependencies": { |
119 | | - "@jupyter-notebook/application": "^7.0.1", |
120 | | - "@jupyter-notebook/application-extension": "^7.0.1", |
121 | | - "@jupyter-notebook/console-extension": "^7.0.1", |
122 | | - "@jupyter-notebook/docmanager-extension": "^7.0.1", |
123 | | - "@jupyter-notebook/documentsearch-extension": "^7.0.1", |
124 | | - "@jupyter-notebook/help-extension": "^7.0.1", |
125 | | - "@jupyter-notebook/notebook-extension": "^7.0.1", |
126 | | - "@jupyter-notebook/terminal-extension": "^7.0.1", |
127 | | - "@jupyter-notebook/tree": "^7.0.1", |
128 | | - "@jupyter-notebook/tree-extension": "^7.0.1", |
129 | | - "@jupyter-notebook/ui-components": "^7.0.1", |
| 119 | + "@jupyter-notebook/application": "^7.0.2", |
| 120 | + "@jupyter-notebook/application-extension": "^7.0.2", |
| 121 | + "@jupyter-notebook/console-extension": "^7.0.2", |
| 122 | + "@jupyter-notebook/docmanager-extension": "^7.0.2", |
| 123 | + "@jupyter-notebook/documentsearch-extension": "^7.0.2", |
| 124 | + "@jupyter-notebook/help-extension": "^7.0.2", |
| 125 | + "@jupyter-notebook/notebook-extension": "^7.0.2", |
| 126 | + "@jupyter-notebook/terminal-extension": "^7.0.2", |
| 127 | + "@jupyter-notebook/tree": "^7.0.2", |
| 128 | + "@jupyter-notebook/tree-extension": "^7.0.2", |
| 129 | + "@jupyter-notebook/ui-components": "^7.0.2", |
130 | 130 | "@jupyterlab/application-extension": "^4.0.4", |
131 | 131 | "@jupyterlab/apputils-extension": "^4.0.4", |
132 | 132 | "@jupyterlab/attachments": "^4.0.4", |
|
0 commit comments