|
16 | 16 | "watch": "webpack --watch"
|
17 | 17 | },
|
18 | 18 | "resolutions": {
|
19 |
| - "@jupyterlab/application": "~3.2.2", |
20 |
| - "@jupyterlab/application-extension": "~3.2.2", |
21 |
| - "@jupyterlab/apputils": "~3.2.2", |
22 |
| - "@jupyterlab/apputils-extension": "~3.2.2", |
23 |
| - "@jupyterlab/attachments": "~3.2.2", |
24 |
| - "@jupyterlab/cells": "~3.2.2", |
25 |
| - "@jupyterlab/celltags": "~3.2.2", |
26 |
| - "@jupyterlab/celltags-extension": "~3.2.2", |
27 |
| - "@jupyterlab/codeeditor": "~3.2.2", |
28 |
| - "@jupyterlab/codemirror": "~3.2.2", |
29 |
| - "@jupyterlab/codemirror-extension": "~3.2.2", |
30 |
| - "@jupyterlab/completer": "~3.2.2", |
31 |
| - "@jupyterlab/completer-extension": "~3.2.2", |
32 |
| - "@jupyterlab/console": "~3.2.2", |
33 |
| - "@jupyterlab/console-extension": "~3.2.2", |
34 |
| - "@jupyterlab/coreutils": "~5.2.2", |
35 |
| - "@jupyterlab/csvviewer": "~3.2.2", |
36 |
| - "@jupyterlab/csvviewer-extension": "~3.2.2", |
37 |
| - "@jupyterlab/debugger": "~3.2.2", |
38 |
| - "@jupyterlab/debugger-extension": "~3.2.2", |
39 |
| - "@jupyterlab/docmanager": "~3.2.2", |
40 |
| - "@jupyterlab/docmanager-extension": "~3.2.2", |
41 |
| - "@jupyterlab/docprovider": "~3.2.2", |
42 |
| - "@jupyterlab/docprovider-extension": "~3.2.2", |
43 |
| - "@jupyterlab/docregistry": "~3.2.2", |
44 |
| - "@jupyterlab/documentsearch": "~3.2.2", |
45 |
| - "@jupyterlab/documentsearch-extension": "~3.2.2", |
46 |
| - "@jupyterlab/extensionmanager": "~3.2.2", |
47 |
| - "@jupyterlab/extensionmanager-extension": "~3.2.2", |
48 |
| - "@jupyterlab/filebrowser": "~3.2.2", |
49 |
| - "@jupyterlab/filebrowser-extension": "~3.2.2", |
50 |
| - "@jupyterlab/fileeditor": "~3.2.2", |
51 |
| - "@jupyterlab/fileeditor-extension": "~3.2.2", |
52 |
| - "@jupyterlab/help-extension": "~3.2.2", |
53 |
| - "@jupyterlab/htmlviewer": "~3.2.2", |
54 |
| - "@jupyterlab/htmlviewer-extension": "~3.2.2", |
55 |
| - "@jupyterlab/hub-extension": "~3.2.2", |
56 |
| - "@jupyterlab/imageviewer": "~3.2.2", |
57 |
| - "@jupyterlab/imageviewer-extension": "~3.2.2", |
58 |
| - "@jupyterlab/inspector": "~3.2.2", |
59 |
| - "@jupyterlab/inspector-extension": "~3.2.2", |
60 |
| - "@jupyterlab/javascript-extension": "~3.2.2", |
61 |
| - "@jupyterlab/json-extension": "~3.2.2", |
62 |
| - "@jupyterlab/launcher": "~3.2.2", |
63 |
| - "@jupyterlab/launcher-extension": "~3.2.2", |
64 |
| - "@jupyterlab/logconsole": "~3.2.2", |
65 |
| - "@jupyterlab/logconsole-extension": "~3.2.2", |
66 |
| - "@jupyterlab/mainmenu": "~3.2.2", |
67 |
| - "@jupyterlab/mainmenu-extension": "~3.2.2", |
68 |
| - "@jupyterlab/markdownviewer": "~3.2.2", |
69 |
| - "@jupyterlab/markdownviewer-extension": "~3.2.2", |
70 |
| - "@jupyterlab/mathjax2": "~3.2.2", |
71 |
| - "@jupyterlab/mathjax2-extension": "~3.2.2", |
72 |
| - "@jupyterlab/metapackage": "~3.2.2", |
73 |
| - "@jupyterlab/nbconvert-css": "~3.2.2", |
74 |
| - "@jupyterlab/nbformat": "~3.2.2", |
75 |
| - "@jupyterlab/notebook": "~3.2.2", |
76 |
| - "@jupyterlab/notebook-extension": "~3.2.2", |
77 |
| - "@jupyterlab/observables": "~4.2.2", |
78 |
| - "@jupyterlab/outputarea": "~3.2.2", |
79 |
| - "@jupyterlab/pdf-extension": "~3.2.2", |
80 |
| - "@jupyterlab/property-inspector": "~3.2.2", |
81 |
| - "@jupyterlab/rendermime": "~3.2.2", |
82 |
| - "@jupyterlab/rendermime-extension": "~3.2.2", |
83 |
| - "@jupyterlab/rendermime-interfaces": "~3.2.2", |
84 |
| - "@jupyterlab/running": "~3.2.2", |
85 |
| - "@jupyterlab/running-extension": "~3.2.2", |
86 |
| - "@jupyterlab/services": "~6.2.2", |
87 |
| - "@jupyterlab/settingeditor": "~3.2.2", |
88 |
| - "@jupyterlab/settingeditor-extension": "~3.2.2", |
89 |
| - "@jupyterlab/settingregistry": "~3.2.2", |
90 |
| - "@jupyterlab/shared-models": "~3.2.2", |
91 |
| - "@jupyterlab/shortcuts-extension": "~3.2.2", |
92 |
| - "@jupyterlab/statedb": "~3.2.2", |
93 |
| - "@jupyterlab/statusbar": "~3.2.2", |
94 |
| - "@jupyterlab/statusbar-extension": "~3.2.2", |
95 |
| - "@jupyterlab/terminal": "~3.2.2", |
96 |
| - "@jupyterlab/terminal-extension": "~3.2.2", |
97 |
| - "@jupyterlab/theme-dark-extension": "~3.2.2", |
98 |
| - "@jupyterlab/theme-light-extension": "~3.2.2", |
99 |
| - "@jupyterlab/toc": "~5.2.2", |
100 |
| - "@jupyterlab/toc-extension": "~5.2.2", |
101 |
| - "@jupyterlab/tooltip": "~3.2.2", |
102 |
| - "@jupyterlab/tooltip-extension": "~3.2.2", |
103 |
| - "@jupyterlab/translation": "~3.2.2", |
104 |
| - "@jupyterlab/translation-extension": "~3.2.2", |
105 |
| - "@jupyterlab/ui-components": "~3.2.2", |
106 |
| - "@jupyterlab/ui-components-extension": "~3.2.2", |
107 |
| - "@jupyterlab/vdom": "~3.2.2", |
108 |
| - "@jupyterlab/vdom-extension": "~3.2.2", |
109 |
| - "@jupyterlab/vega5-extension": "~3.2.2", |
| 19 | + "@jupyterlab/application": "~3.2.3", |
| 20 | + "@jupyterlab/application-extension": "~3.2.3", |
| 21 | + "@jupyterlab/apputils": "~3.2.3", |
| 22 | + "@jupyterlab/apputils-extension": "~3.2.3", |
| 23 | + "@jupyterlab/attachments": "~3.2.3", |
| 24 | + "@jupyterlab/cells": "~3.2.3", |
| 25 | + "@jupyterlab/celltags": "~3.2.3", |
| 26 | + "@jupyterlab/celltags-extension": "~3.2.3", |
| 27 | + "@jupyterlab/codeeditor": "~3.2.3", |
| 28 | + "@jupyterlab/codemirror": "~3.2.3", |
| 29 | + "@jupyterlab/codemirror-extension": "~3.2.3", |
| 30 | + "@jupyterlab/completer": "~3.2.3", |
| 31 | + "@jupyterlab/completer-extension": "~3.2.3", |
| 32 | + "@jupyterlab/console": "~3.2.3", |
| 33 | + "@jupyterlab/console-extension": "~3.2.3", |
| 34 | + "@jupyterlab/coreutils": "~5.2.3", |
| 35 | + "@jupyterlab/csvviewer": "~3.2.3", |
| 36 | + "@jupyterlab/csvviewer-extension": "~3.2.3", |
| 37 | + "@jupyterlab/debugger": "~3.2.3", |
| 38 | + "@jupyterlab/debugger-extension": "~3.2.3", |
| 39 | + "@jupyterlab/docmanager": "~3.2.3", |
| 40 | + "@jupyterlab/docmanager-extension": "~3.2.3", |
| 41 | + "@jupyterlab/docprovider": "~3.2.3", |
| 42 | + "@jupyterlab/docprovider-extension": "~3.2.3", |
| 43 | + "@jupyterlab/docregistry": "~3.2.3", |
| 44 | + "@jupyterlab/documentsearch": "~3.2.3", |
| 45 | + "@jupyterlab/documentsearch-extension": "~3.2.3", |
| 46 | + "@jupyterlab/extensionmanager": "~3.2.3", |
| 47 | + "@jupyterlab/extensionmanager-extension": "~3.2.3", |
| 48 | + "@jupyterlab/filebrowser": "~3.2.3", |
| 49 | + "@jupyterlab/filebrowser-extension": "~3.2.3", |
| 50 | + "@jupyterlab/fileeditor": "~3.2.3", |
| 51 | + "@jupyterlab/fileeditor-extension": "~3.2.3", |
| 52 | + "@jupyterlab/help-extension": "~3.2.3", |
| 53 | + "@jupyterlab/htmlviewer": "~3.2.3", |
| 54 | + "@jupyterlab/htmlviewer-extension": "~3.2.3", |
| 55 | + "@jupyterlab/hub-extension": "~3.2.3", |
| 56 | + "@jupyterlab/imageviewer": "~3.2.3", |
| 57 | + "@jupyterlab/imageviewer-extension": "~3.2.3", |
| 58 | + "@jupyterlab/inspector": "~3.2.3", |
| 59 | + "@jupyterlab/inspector-extension": "~3.2.3", |
| 60 | + "@jupyterlab/javascript-extension": "~3.2.3", |
| 61 | + "@jupyterlab/json-extension": "~3.2.3", |
| 62 | + "@jupyterlab/launcher": "~3.2.3", |
| 63 | + "@jupyterlab/launcher-extension": "~3.2.3", |
| 64 | + "@jupyterlab/logconsole": "~3.2.3", |
| 65 | + "@jupyterlab/logconsole-extension": "~3.2.3", |
| 66 | + "@jupyterlab/mainmenu": "~3.2.3", |
| 67 | + "@jupyterlab/mainmenu-extension": "~3.2.3", |
| 68 | + "@jupyterlab/markdownviewer": "~3.2.3", |
| 69 | + "@jupyterlab/markdownviewer-extension": "~3.2.3", |
| 70 | + "@jupyterlab/mathjax2": "~3.2.3", |
| 71 | + "@jupyterlab/mathjax2-extension": "~3.2.3", |
| 72 | + "@jupyterlab/metapackage": "~3.2.3", |
| 73 | + "@jupyterlab/nbconvert-css": "~3.2.3", |
| 74 | + "@jupyterlab/nbformat": "~3.2.3", |
| 75 | + "@jupyterlab/notebook": "~3.2.3", |
| 76 | + "@jupyterlab/notebook-extension": "~3.2.3", |
| 77 | + "@jupyterlab/observables": "~4.2.3", |
| 78 | + "@jupyterlab/outputarea": "~3.2.3", |
| 79 | + "@jupyterlab/pdf-extension": "~3.2.3", |
| 80 | + "@jupyterlab/property-inspector": "~3.2.3", |
| 81 | + "@jupyterlab/rendermime": "~3.2.3", |
| 82 | + "@jupyterlab/rendermime-extension": "~3.2.3", |
| 83 | + "@jupyterlab/rendermime-interfaces": "~3.2.3", |
| 84 | + "@jupyterlab/running": "~3.2.3", |
| 85 | + "@jupyterlab/running-extension": "~3.2.3", |
| 86 | + "@jupyterlab/services": "~6.2.3", |
| 87 | + "@jupyterlab/settingeditor": "~3.2.3", |
| 88 | + "@jupyterlab/settingeditor-extension": "~3.2.3", |
| 89 | + "@jupyterlab/settingregistry": "~3.2.3", |
| 90 | + "@jupyterlab/shared-models": "~3.2.3", |
| 91 | + "@jupyterlab/shortcuts-extension": "~3.2.3", |
| 92 | + "@jupyterlab/statedb": "~3.2.3", |
| 93 | + "@jupyterlab/statusbar": "~3.2.3", |
| 94 | + "@jupyterlab/statusbar-extension": "~3.2.3", |
| 95 | + "@jupyterlab/terminal": "~3.2.3", |
| 96 | + "@jupyterlab/terminal-extension": "~3.2.3", |
| 97 | + "@jupyterlab/theme-dark-extension": "~3.2.3", |
| 98 | + "@jupyterlab/theme-light-extension": "~3.2.3", |
| 99 | + "@jupyterlab/toc": "~5.2.3", |
| 100 | + "@jupyterlab/toc-extension": "~5.2.3", |
| 101 | + "@jupyterlab/tooltip": "~3.2.3", |
| 102 | + "@jupyterlab/tooltip-extension": "~3.2.3", |
| 103 | + "@jupyterlab/translation": "~3.2.3", |
| 104 | + "@jupyterlab/translation-extension": "~3.2.3", |
| 105 | + "@jupyterlab/ui-components": "~3.2.3", |
| 106 | + "@jupyterlab/ui-components-extension": "~3.2.3", |
| 107 | + "@jupyterlab/vdom": "~3.2.3", |
| 108 | + "@jupyterlab/vdom-extension": "~3.2.3", |
| 109 | + "@jupyterlab/vega5-extension": "~3.2.3", |
110 | 110 | "@lumino/algorithm": "^1.3.3",
|
111 | 111 | "@lumino/application": "^1.16.0",
|
112 | 112 | "@lumino/commands": "^1.12.0",
|
|
124 | 124 | "yjs": "^13.5.17"
|
125 | 125 | },
|
126 | 126 | "dependencies": {
|
127 |
| - "@jupyterlab/application": "^3.2.3", |
128 |
| - "@jupyterlab/application-extension": "^3.2.3", |
129 |
| - "@jupyterlab/apputils-extension": "^3.2.3", |
130 |
| - "@jupyterlab/celltags-extension": "^3.2.3", |
131 |
| - "@jupyterlab/codemirror-extension": "^3.2.3", |
132 |
| - "@jupyterlab/completer-extension": "^3.2.3", |
133 |
| - "@jupyterlab/console-extension": "^3.2.3", |
134 |
| - "@jupyterlab/coreutils": "^5.2.3", |
135 |
| - "@jupyterlab/csvviewer-extension": "^3.2.3", |
136 |
| - "@jupyterlab/debugger-extension": "^3.2.3", |
137 |
| - "@jupyterlab/docmanager-extension": "^3.2.3", |
138 |
| - "@jupyterlab/docprovider-extension": "^3.2.3", |
139 |
| - "@jupyterlab/documentsearch-extension": "^3.2.3", |
140 |
| - "@jupyterlab/extensionmanager-extension": "^3.2.3", |
141 |
| - "@jupyterlab/filebrowser-extension": "^3.2.3", |
142 |
| - "@jupyterlab/fileeditor-extension": "^3.2.3", |
143 |
| - "@jupyterlab/help-extension": "^3.2.3", |
144 |
| - "@jupyterlab/htmlviewer-extension": "^3.2.3", |
145 |
| - "@jupyterlab/hub-extension": "^3.2.3", |
146 |
| - "@jupyterlab/imageviewer-extension": "^3.2.3", |
147 |
| - "@jupyterlab/inspector-extension": "^3.2.3", |
148 |
| - "@jupyterlab/javascript-extension": "^3.2.3", |
149 |
| - "@jupyterlab/json-extension": "^3.2.3", |
150 |
| - "@jupyterlab/launcher-extension": "^3.2.3", |
151 |
| - "@jupyterlab/logconsole-extension": "^3.2.3", |
152 |
| - "@jupyterlab/mainmenu-extension": "^3.2.3", |
153 |
| - "@jupyterlab/markdownviewer-extension": "^3.2.3", |
154 |
| - "@jupyterlab/mathjax2-extension": "^3.2.3", |
155 |
| - "@jupyterlab/notebook-extension": "^3.2.3", |
156 |
| - "@jupyterlab/pdf-extension": "^3.2.3", |
157 |
| - "@jupyterlab/rendermime-extension": "^3.2.3", |
158 |
| - "@jupyterlab/running-extension": "^3.2.3", |
159 |
| - "@jupyterlab/settingeditor-extension": "^3.2.3", |
160 |
| - "@jupyterlab/shortcuts-extension": "^3.2.3", |
161 |
| - "@jupyterlab/statusbar-extension": "^3.2.3", |
162 |
| - "@jupyterlab/terminal-extension": "^3.2.3", |
163 |
| - "@jupyterlab/theme-dark-extension": "^3.2.3", |
164 |
| - "@jupyterlab/theme-light-extension": "^3.2.3", |
165 |
| - "@jupyterlab/toc-extension": "^5.2.3", |
166 |
| - "@jupyterlab/tooltip-extension": "^3.2.3", |
167 |
| - "@jupyterlab/translation-extension": "^3.2.3", |
168 |
| - "@jupyterlab/ui-components-extension": "^3.2.3", |
169 |
| - "@jupyterlab/vdom-extension": "^3.2.3", |
170 |
| - "@jupyterlab/vega5-extension": "^3.2.3" |
| 127 | + "@jupyterlab/application": "~3.2.3", |
| 128 | + "@jupyterlab/application-extension": "~3.2.3", |
| 129 | + "@jupyterlab/apputils-extension": "~3.2.3", |
| 130 | + "@jupyterlab/celltags-extension": "~3.2.3", |
| 131 | + "@jupyterlab/codemirror-extension": "~3.2.3", |
| 132 | + "@jupyterlab/completer-extension": "~3.2.3", |
| 133 | + "@jupyterlab/console-extension": "~3.2.3", |
| 134 | + "@jupyterlab/coreutils": "~5.2.3", |
| 135 | + "@jupyterlab/csvviewer-extension": "~3.2.3", |
| 136 | + "@jupyterlab/debugger-extension": "~3.2.3", |
| 137 | + "@jupyterlab/docmanager-extension": "~3.2.3", |
| 138 | + "@jupyterlab/docprovider-extension": "~3.2.3", |
| 139 | + "@jupyterlab/documentsearch-extension": "~3.2.3", |
| 140 | + "@jupyterlab/extensionmanager-extension": "~3.2.3", |
| 141 | + "@jupyterlab/filebrowser-extension": "~3.2.3", |
| 142 | + "@jupyterlab/fileeditor-extension": "~3.2.3", |
| 143 | + "@jupyterlab/help-extension": "~3.2.3", |
| 144 | + "@jupyterlab/htmlviewer-extension": "~3.2.3", |
| 145 | + "@jupyterlab/hub-extension": "~3.2.3", |
| 146 | + "@jupyterlab/imageviewer-extension": "~3.2.3", |
| 147 | + "@jupyterlab/inspector-extension": "~3.2.3", |
| 148 | + "@jupyterlab/javascript-extension": "~3.2.3", |
| 149 | + "@jupyterlab/json-extension": "~3.2.3", |
| 150 | + "@jupyterlab/launcher-extension": "~3.2.3", |
| 151 | + "@jupyterlab/logconsole-extension": "~3.2.3", |
| 152 | + "@jupyterlab/mainmenu-extension": "~3.2.3", |
| 153 | + "@jupyterlab/markdownviewer-extension": "~3.2.3", |
| 154 | + "@jupyterlab/mathjax2-extension": "~3.2.3", |
| 155 | + "@jupyterlab/notebook-extension": "~3.2.3", |
| 156 | + "@jupyterlab/pdf-extension": "~3.2.3", |
| 157 | + "@jupyterlab/rendermime-extension": "~3.2.3", |
| 158 | + "@jupyterlab/running-extension": "~3.2.3", |
| 159 | + "@jupyterlab/settingeditor-extension": "~3.2.3", |
| 160 | + "@jupyterlab/shortcuts-extension": "~3.2.3", |
| 161 | + "@jupyterlab/statusbar-extension": "~3.2.3", |
| 162 | + "@jupyterlab/terminal-extension": "~3.2.3", |
| 163 | + "@jupyterlab/theme-dark-extension": "~3.2.3", |
| 164 | + "@jupyterlab/theme-light-extension": "~3.2.3", |
| 165 | + "@jupyterlab/toc-extension": "~5.2.3", |
| 166 | + "@jupyterlab/tooltip-extension": "~3.2.3", |
| 167 | + "@jupyterlab/translation-extension": "~3.2.3", |
| 168 | + "@jupyterlab/ui-components-extension": "~3.2.3", |
| 169 | + "@jupyterlab/vdom-extension": "~3.2.3", |
| 170 | + "@jupyterlab/vega5-extension": "~3.2.3" |
171 | 171 | },
|
172 | 172 | "devDependencies": {
|
173 | 173 | "@jupyterlab/builder": "^3.2.3",
|
|
204 | 204 | },
|
205 | 205 | "jupyterlab": {
|
206 | 206 | "name": "JupyterLab",
|
207 |
| - "version": "3.2.2", |
| 207 | + "version": "3.2.3", |
208 | 208 | "extensions": {
|
209 | 209 | "@jupyterlab/application-extension": "",
|
210 | 210 | "@jupyterlab/apputils-extension": "",
|
|
0 commit comments