|
1 | 1 | {
|
2 | 2 | "name": "@jupyter-notebook/app",
|
3 |
| - "version": "7.0.0", |
| 3 | + "version": "7.0.1", |
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 | 6 | "build": "webpack",
|
|
11 | 11 | },
|
12 | 12 | "resolutions": {
|
13 | 13 | "@codemirror/state": "~6.2.1",
|
14 |
| - "@codemirror/view": "~6.13.2", |
15 |
| - "@jupyter-notebook/application": "~7.0.0", |
16 |
| - "@jupyter-notebook/application-extension": "~7.0.0", |
17 |
| - "@jupyter-notebook/console-extension": "~7.0.0", |
18 |
| - "@jupyter-notebook/docmanager-extension": "~7.0.0", |
19 |
| - "@jupyter-notebook/documentsearch-extension": "~7.0.0", |
20 |
| - "@jupyter-notebook/help-extension": "~7.0.0", |
21 |
| - "@jupyter-notebook/notebook-extension": "~7.0.0", |
22 |
| - "@jupyter-notebook/terminal-extension": "~7.0.0", |
23 |
| - "@jupyter-notebook/tree": "~7.0.0", |
24 |
| - "@jupyter-notebook/tree-extension": "~7.0.0", |
25 |
| - "@jupyter-notebook/ui-components": "~7.0.0", |
| 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", |
26 | 26 | "@jupyter/ydoc": "~1.0.2",
|
27 | 27 | "@jupyterlab/application": "~4.0.3",
|
28 | 28 | "@jupyterlab/application-extension": "~4.0.3",
|
|
100 | 100 | "@lezer/common": "~1.0.3",
|
101 | 101 | "@lezer/highlight": "~1.1.6",
|
102 | 102 | "@lumino/algorithm": "~2.0.0",
|
103 |
| - "@lumino/application": "~2.1.1", |
104 |
| - "@lumino/commands": "~2.1.1", |
| 103 | + "@lumino/application": "~2.2.0", |
| 104 | + "@lumino/commands": "~2.1.2", |
105 | 105 | "@lumino/coreutils": "~2.1.1",
|
106 | 106 | "@lumino/disposable": "~2.1.1",
|
107 | 107 | "@lumino/domutils": "~2.0.0",
|
108 |
| - "@lumino/dragdrop": "~2.1.1", |
| 108 | + "@lumino/dragdrop": "~2.1.2", |
109 | 109 | "@lumino/messaging": "~2.0.0",
|
110 | 110 | "@lumino/properties": "~2.0.0",
|
111 | 111 | "@lumino/signaling": "~2.1.1",
|
112 | 112 | "@lumino/virtualdom": "~2.0.0",
|
113 |
| - "@lumino/widgets": "~2.1.1", |
| 113 | + "@lumino/widgets": "~2.2.0", |
114 | 114 | "react": "~18.2.0",
|
115 | 115 | "react-dom": "~18.2.0",
|
116 |
| - "yjs": "~13.6.2" |
| 116 | + "yjs": "~13.6.7" |
117 | 117 | },
|
118 | 118 | "dependencies": {
|
119 |
| - "@jupyter-notebook/application": "^7.0.0", |
120 |
| - "@jupyter-notebook/application-extension": "^7.0.0", |
121 |
| - "@jupyter-notebook/console-extension": "^7.0.0", |
122 |
| - "@jupyter-notebook/docmanager-extension": "^7.0.0", |
123 |
| - "@jupyter-notebook/documentsearch-extension": "^7.0.0", |
124 |
| - "@jupyter-notebook/help-extension": "^7.0.0", |
125 |
| - "@jupyter-notebook/notebook-extension": "^7.0.0", |
126 |
| - "@jupyter-notebook/terminal-extension": "^7.0.0", |
127 |
| - "@jupyter-notebook/tree": "^7.0.0", |
128 |
| - "@jupyter-notebook/tree-extension": "^7.0.0", |
129 |
| - "@jupyter-notebook/ui-components": "^7.0.0", |
| 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", |
130 | 130 | "@jupyterlab/application-extension": "^4.0.3",
|
131 | 131 | "@jupyterlab/apputils-extension": "^4.0.3",
|
132 | 132 | "@jupyterlab/attachments": "^4.0.3",
|
|
0 commit comments