|
1 | 1 | { |
2 | 2 | "name": "@jupyter-notebook/app", |
3 | | - "version": "7.5.3", |
| 3 | + "version": "7.5.4", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack", |
|
11 | 11 | }, |
12 | 12 | "resolutions": { |
13 | 13 | "@codemirror/state": "~6.5.4", |
14 | | - "@codemirror/view": "~6.39.11", |
15 | | - "@jupyter-notebook/application": "~7.5.3", |
16 | | - "@jupyter-notebook/application-extension": "~7.5.3", |
17 | | - "@jupyter-notebook/console-extension": "~7.5.3", |
18 | | - "@jupyter-notebook/docmanager-extension": "~7.5.3", |
19 | | - "@jupyter-notebook/documentsearch-extension": "~7.5.3", |
20 | | - "@jupyter-notebook/help-extension": "~7.5.3", |
21 | | - "@jupyter-notebook/notebook-extension": "~7.5.3", |
22 | | - "@jupyter-notebook/terminal-extension": "~7.5.3", |
23 | | - "@jupyter-notebook/tree": "~7.5.3", |
24 | | - "@jupyter-notebook/tree-extension": "~7.5.3", |
25 | | - "@jupyter-notebook/ui-components": "~7.5.3", |
| 14 | + "@codemirror/view": "~6.39.15", |
| 15 | + "@jupyter-notebook/application": "~7.5.4", |
| 16 | + "@jupyter-notebook/application-extension": "~7.5.4", |
| 17 | + "@jupyter-notebook/console-extension": "~7.5.4", |
| 18 | + "@jupyter-notebook/docmanager-extension": "~7.5.4", |
| 19 | + "@jupyter-notebook/documentsearch-extension": "~7.5.4", |
| 20 | + "@jupyter-notebook/help-extension": "~7.5.4", |
| 21 | + "@jupyter-notebook/notebook-extension": "~7.5.4", |
| 22 | + "@jupyter-notebook/terminal-extension": "~7.5.4", |
| 23 | + "@jupyter-notebook/tree": "~7.5.4", |
| 24 | + "@jupyter-notebook/tree-extension": "~7.5.4", |
| 25 | + "@jupyter-notebook/ui-components": "~7.5.4", |
26 | 26 | "@jupyter/react-components": "~0.16.7", |
27 | 27 | "@jupyter/web-components": "~0.16.7", |
28 | 28 | "@jupyter/ydoc": "~3.1.0", |
|
111 | 111 | "@lezer/common": "~1.5.0", |
112 | 112 | "@lezer/highlight": "~1.2.0", |
113 | 113 | "@lumino/algorithm": "~2.0.4", |
114 | | - "@lumino/application": "~2.4.6", |
| 114 | + "@lumino/application": "~2.4.8", |
115 | 115 | "@lumino/commands": "~2.3.3", |
116 | 116 | "@lumino/coreutils": "~2.2.2", |
117 | 117 | "@lumino/disposable": "~2.1.5", |
118 | 118 | "@lumino/domutils": "~2.0.4", |
119 | | - "@lumino/dragdrop": "~2.1.7", |
| 119 | + "@lumino/dragdrop": "~2.1.8", |
120 | 120 | "@lumino/messaging": "~2.0.4", |
121 | 121 | "@lumino/properties": "~2.0.4", |
122 | 122 | "@lumino/signaling": "~2.1.5", |
123 | 123 | "@lumino/virtualdom": "~2.0.4", |
124 | | - "@lumino/widgets": "~2.7.3", |
| 124 | + "@lumino/widgets": "~2.7.5", |
125 | 125 | "react": "~18.2.0", |
126 | 126 | "react-dom": "~18.2.0", |
127 | 127 | "yjs": "~13.6.8" |
128 | 128 | }, |
129 | 129 | "dependencies": { |
130 | | - "@jupyter-notebook/application": "^7.5.3", |
131 | | - "@jupyter-notebook/application-extension": "^7.5.3", |
132 | | - "@jupyter-notebook/console-extension": "^7.5.3", |
133 | | - "@jupyter-notebook/docmanager-extension": "^7.5.3", |
134 | | - "@jupyter-notebook/documentsearch-extension": "^7.5.3", |
135 | | - "@jupyter-notebook/help-extension": "^7.5.3", |
136 | | - "@jupyter-notebook/notebook-extension": "^7.5.3", |
137 | | - "@jupyter-notebook/terminal-extension": "^7.5.3", |
138 | | - "@jupyter-notebook/tree": "^7.5.3", |
139 | | - "@jupyter-notebook/tree-extension": "^7.5.3", |
140 | | - "@jupyter-notebook/ui-components": "^7.5.3", |
| 130 | + "@jupyter-notebook/application": "^7.5.4", |
| 131 | + "@jupyter-notebook/application-extension": "^7.5.4", |
| 132 | + "@jupyter-notebook/console-extension": "^7.5.4", |
| 133 | + "@jupyter-notebook/docmanager-extension": "^7.5.4", |
| 134 | + "@jupyter-notebook/documentsearch-extension": "^7.5.4", |
| 135 | + "@jupyter-notebook/help-extension": "^7.5.4", |
| 136 | + "@jupyter-notebook/notebook-extension": "^7.5.4", |
| 137 | + "@jupyter-notebook/terminal-extension": "^7.5.4", |
| 138 | + "@jupyter-notebook/tree": "^7.5.4", |
| 139 | + "@jupyter-notebook/tree-extension": "^7.5.4", |
| 140 | + "@jupyter-notebook/ui-components": "^7.5.4", |
141 | 141 | "@jupyterlab/application-extension": "~4.5.5", |
142 | 142 | "@jupyterlab/apputils-extension": "~4.5.5", |
143 | 143 | "@jupyterlab/attachments": "~4.5.5", |
|
0 commit comments