|
10 | 10 | "watch": "webpack --config ./webpack.config.watch.js"
|
11 | 11 | },
|
12 | 12 | "resolutions": {
|
13 |
| - "@codemirror/state": "~6.2.0", |
14 |
| - "@codemirror/view": "~6.11.0", |
| 13 | + "@codemirror/state": "~6.2.1", |
| 14 | + "@codemirror/view": "~6.13.2", |
15 | 15 | "@jupyter-notebook/application": "~7.0.0-beta.4",
|
16 | 16 | "@jupyter-notebook/application-extension": "~7.0.0-beta.4",
|
17 | 17 | "@jupyter-notebook/console-extension": "~7.0.0-beta.4",
|
|
24 | 24 | "@jupyter-notebook/tree-extension": "~7.0.0-beta.4",
|
25 | 25 | "@jupyter-notebook/ui-components": "~7.0.0-beta.4",
|
26 | 26 | "@jupyter/ydoc": "~1.0.2",
|
27 |
| - "@jupyterlab/application": "~4.0.1", |
28 |
| - "@jupyterlab/application-extension": "~4.0.1", |
29 |
| - "@jupyterlab/apputils": "~4.1.1", |
30 |
| - "@jupyterlab/apputils-extension": "~4.0.1", |
31 |
| - "@jupyterlab/cell-toolbar": "~4.0.1", |
32 |
| - "@jupyterlab/cell-toolbar-extension": "~4.0.1", |
33 |
| - "@jupyterlab/celltags-extension": "~4.0.1", |
34 |
| - "@jupyterlab/codeeditor": "~4.0.1", |
35 |
| - "@jupyterlab/codemirror": "~4.0.1", |
36 |
| - "@jupyterlab/codemirror-extension": "~4.0.1", |
37 |
| - "@jupyterlab/completer": "~4.0.1", |
38 |
| - "@jupyterlab/completer-extension": "~4.0.1", |
39 |
| - "@jupyterlab/console": "~4.0.1", |
40 |
| - "@jupyterlab/console-extension": "~4.0.1", |
41 |
| - "@jupyterlab/coreutils": "~6.0.1", |
42 |
| - "@jupyterlab/csvviewer-extension": "~4.0.1", |
43 |
| - "@jupyterlab/debugger": "~4.0.1", |
44 |
| - "@jupyterlab/debugger-extension": "~4.0.1", |
45 |
| - "@jupyterlab/docmanager": "~4.0.1", |
46 |
| - "@jupyterlab/docmanager-extension": "~4.0.1", |
47 |
| - "@jupyterlab/documentsearch": "~4.0.1", |
48 |
| - "@jupyterlab/documentsearch-extension": "~4.0.1", |
49 |
| - "@jupyterlab/extensionmanager": "~4.0.1", |
50 |
| - "@jupyterlab/extensionmanager-extension": "~4.0.1", |
51 |
| - "@jupyterlab/filebrowser": "~4.0.1", |
52 |
| - "@jupyterlab/filebrowser-extension": "~4.0.1", |
53 |
| - "@jupyterlab/fileeditor": "~4.0.1", |
54 |
| - "@jupyterlab/fileeditor-extension": "~4.0.1", |
55 |
| - "@jupyterlab/htmlviewer": "~4.0.1", |
56 |
| - "@jupyterlab/htmlviewer-extension": "~4.0.1", |
57 |
| - "@jupyterlab/hub-extension": "~4.0.1", |
58 |
| - "@jupyterlab/javascript-extension": "~4.0.1", |
59 |
| - "@jupyterlab/json-extension": "~4.0.1", |
60 |
| - "@jupyterlab/lsp": "~4.0.1", |
61 |
| - "@jupyterlab/lsp-extension": "~4.0.1", |
62 |
| - "@jupyterlab/mainmenu": "~4.0.1", |
63 |
| - "@jupyterlab/mainmenu-extension": "~4.0.1", |
64 |
| - "@jupyterlab/markedparser-extension": "~4.0.1", |
65 |
| - "@jupyterlab/mathjax-extension": "~4.0.1", |
66 |
| - "@jupyterlab/metadataform": "~4.0.1", |
67 |
| - "@jupyterlab/metadataform-extension": "~4.0.1", |
68 |
| - "@jupyterlab/notebook": "~4.0.1", |
69 |
| - "@jupyterlab/notebook-extension": "~4.0.1", |
70 |
| - "@jupyterlab/observables": "~5.0.1", |
71 |
| - "@jupyterlab/outputarea": "~4.0.1", |
72 |
| - "@jupyterlab/pdf-extension": "~4.0.1", |
73 |
| - "@jupyterlab/rendermime": "~4.0.1", |
74 |
| - "@jupyterlab/rendermime-interfaces": "~3.8.1", |
75 |
| - "@jupyterlab/running-extension": "~4.0.1", |
76 |
| - "@jupyterlab/services": "~7.0.1", |
77 |
| - "@jupyterlab/settingeditor": "~4.0.1", |
78 |
| - "@jupyterlab/settingeditor-extension": "~4.0.1", |
79 |
| - "@jupyterlab/settingregistry": "~4.0.1", |
80 |
| - "@jupyterlab/shortcuts-extension": "~4.0.1", |
81 |
| - "@jupyterlab/statedb": "~4.0.1", |
82 |
| - "@jupyterlab/statusbar": "~4.0.1", |
83 |
| - "@jupyterlab/terminal": "~4.0.1", |
84 |
| - "@jupyterlab/terminal-extension": "~4.0.1", |
85 |
| - "@jupyterlab/theme-dark-extension": "~4.0.1", |
86 |
| - "@jupyterlab/theme-light-extension": "~4.0.1", |
87 |
| - "@jupyterlab/toc-extension": "~6.0.1", |
88 |
| - "@jupyterlab/tooltip": "~4.0.1", |
89 |
| - "@jupyterlab/tooltip-extension": "~4.0.1", |
90 |
| - "@jupyterlab/translation": "~4.0.1", |
91 |
| - "@jupyterlab/translation-extension": "~4.0.1", |
92 |
| - "@jupyterlab/ui-components": "~4.0.1", |
93 |
| - "@jupyterlab/ui-components-extension": "~4.0.1", |
94 |
| - "@jupyterlab/vega5-extension": "~4.0.1", |
95 |
| - "@lezer/common": "~1.0.2", |
96 |
| - "@lezer/highlight": "~1.1.4", |
| 27 | + "@jupyterlab/application": "~4.0.2", |
| 28 | + "@jupyterlab/application-extension": "~4.0.2", |
| 29 | + "@jupyterlab/apputils": "~4.1.2", |
| 30 | + "@jupyterlab/apputils-extension": "~4.0.2", |
| 31 | + "@jupyterlab/attachments": "~4.0.2", |
| 32 | + "@jupyterlab/cell-toolbar": "~4.0.2", |
| 33 | + "@jupyterlab/cell-toolbar-extension": "~4.0.2", |
| 34 | + "@jupyterlab/celltags-extension": "~4.0.2", |
| 35 | + "@jupyterlab/codeeditor": "~4.0.2", |
| 36 | + "@jupyterlab/codemirror": "~4.0.2", |
| 37 | + "@jupyterlab/codemirror-extension": "~4.0.2", |
| 38 | + "@jupyterlab/completer": "~4.0.2", |
| 39 | + "@jupyterlab/completer-extension": "~4.0.2", |
| 40 | + "@jupyterlab/console": "~4.0.2", |
| 41 | + "@jupyterlab/console-extension": "~4.0.2", |
| 42 | + "@jupyterlab/coreutils": "~6.0.2", |
| 43 | + "@jupyterlab/csvviewer-extension": "~4.0.2", |
| 44 | + "@jupyterlab/debugger": "~4.0.2", |
| 45 | + "@jupyterlab/debugger-extension": "~4.0.2", |
| 46 | + "@jupyterlab/docmanager": "~4.0.2", |
| 47 | + "@jupyterlab/docmanager-extension": "~4.0.2", |
| 48 | + "@jupyterlab/documentsearch": "~4.0.2", |
| 49 | + "@jupyterlab/documentsearch-extension": "~4.0.2", |
| 50 | + "@jupyterlab/extensionmanager": "~4.0.2", |
| 51 | + "@jupyterlab/extensionmanager-extension": "~4.0.2", |
| 52 | + "@jupyterlab/filebrowser": "~4.0.2", |
| 53 | + "@jupyterlab/filebrowser-extension": "~4.0.2", |
| 54 | + "@jupyterlab/fileeditor": "~4.0.2", |
| 55 | + "@jupyterlab/fileeditor-extension": "~4.0.2", |
| 56 | + "@jupyterlab/htmlviewer": "~4.0.2", |
| 57 | + "@jupyterlab/htmlviewer-extension": "~4.0.2", |
| 58 | + "@jupyterlab/hub-extension": "~4.0.2", |
| 59 | + "@jupyterlab/javascript-extension": "~4.0.2", |
| 60 | + "@jupyterlab/json-extension": "~4.0.2", |
| 61 | + "@jupyterlab/lsp": "~4.0.2", |
| 62 | + "@jupyterlab/lsp-extension": "~4.0.2", |
| 63 | + "@jupyterlab/mainmenu": "~4.0.2", |
| 64 | + "@jupyterlab/mainmenu-extension": "~4.0.2", |
| 65 | + "@jupyterlab/markdownviewer": "~4.0.2", |
| 66 | + "@jupyterlab/markdownviewer-extension": "~4.0.2", |
| 67 | + "@jupyterlab/markedparser-extension": "~4.0.2", |
| 68 | + "@jupyterlab/mathjax-extension": "~4.0.2", |
| 69 | + "@jupyterlab/metadataform": "~4.0.2", |
| 70 | + "@jupyterlab/metadataform-extension": "~4.0.2", |
| 71 | + "@jupyterlab/notebook": "~4.0.2", |
| 72 | + "@jupyterlab/notebook-extension": "~4.0.2", |
| 73 | + "@jupyterlab/observables": "~5.0.2", |
| 74 | + "@jupyterlab/outputarea": "~4.0.2", |
| 75 | + "@jupyterlab/pdf-extension": "~4.0.2", |
| 76 | + "@jupyterlab/rendermime": "~4.0.2", |
| 77 | + "@jupyterlab/rendermime-interfaces": "~3.8.2", |
| 78 | + "@jupyterlab/running-extension": "~4.0.2", |
| 79 | + "@jupyterlab/services": "~7.0.2", |
| 80 | + "@jupyterlab/settingeditor": "~4.0.2", |
| 81 | + "@jupyterlab/settingeditor-extension": "~4.0.2", |
| 82 | + "@jupyterlab/settingregistry": "~4.0.2", |
| 83 | + "@jupyterlab/shortcuts-extension": "~4.0.2", |
| 84 | + "@jupyterlab/statedb": "~4.0.2", |
| 85 | + "@jupyterlab/statusbar": "~4.0.2", |
| 86 | + "@jupyterlab/terminal": "~4.0.2", |
| 87 | + "@jupyterlab/terminal-extension": "~4.0.2", |
| 88 | + "@jupyterlab/theme-dark-extension": "~4.0.2", |
| 89 | + "@jupyterlab/theme-light-extension": "~4.0.2", |
| 90 | + "@jupyterlab/toc-extension": "~6.0.2", |
| 91 | + "@jupyterlab/tooltip": "~4.0.2", |
| 92 | + "@jupyterlab/tooltip-extension": "~4.0.2", |
| 93 | + "@jupyterlab/translation": "~4.0.2", |
| 94 | + "@jupyterlab/translation-extension": "~4.0.2", |
| 95 | + "@jupyterlab/ui-components": "~4.0.2", |
| 96 | + "@jupyterlab/ui-components-extension": "~4.0.2", |
| 97 | + "@jupyterlab/vega5-extension": "~4.0.2", |
| 98 | + "@lezer/common": "~1.0.3", |
| 99 | + "@lezer/highlight": "~1.1.6", |
97 | 100 | "@lumino/algorithm": "~2.0.0",
|
98 | 101 | "@lumino/application": "~2.1.1",
|
99 | 102 | "@lumino/commands": "~2.1.1",
|
|
108 | 111 | "@lumino/widgets": "~2.1.1",
|
109 | 112 | "react": "~18.2.0",
|
110 | 113 | "react-dom": "~18.2.0",
|
111 |
| - "yjs": "~13.6.1" |
| 114 | + "yjs": "~13.6.2" |
112 | 115 | },
|
113 | 116 | "dependencies": {
|
114 | 117 | "@jupyter-notebook/application": "^7.0.0-beta.4",
|
|
124 | 127 | "@jupyter-notebook/ui-components": "^7.0.0-beta.4",
|
125 | 128 | "@jupyterlab/application-extension": "^4.0.1",
|
126 | 129 | "@jupyterlab/apputils-extension": "^4.0.1",
|
| 130 | + "@jupyterlab/attachments": "^4.0.1", |
127 | 131 | "@jupyterlab/cell-toolbar-extension": "^4.0.1",
|
128 | 132 | "@jupyterlab/celltags-extension": "^4.0.1",
|
129 | 133 | "@jupyterlab/codemirror": "^4.0.1",
|
|
145 | 149 | "@jupyterlab/lsp": "^4.0.1",
|
146 | 150 | "@jupyterlab/lsp-extension": "^4.0.1",
|
147 | 151 | "@jupyterlab/mainmenu-extension": "^4.0.1",
|
| 152 | + "@jupyterlab/markdownviewer-extension": "^4.0.1", |
148 | 153 | "@jupyterlab/markedparser-extension": "^4.0.1",
|
149 | 154 | "@jupyterlab/mathjax-extension": "^4.0.1",
|
150 | 155 | "@jupyterlab/metadataform-extension": "^4.0.1",
|
|
322 | 327 | "@jupyterlab/fileeditor-extension": [
|
323 | 328 | "@jupyterlab/fileeditor-extension:completer",
|
324 | 329 | "@jupyterlab/fileeditor-extension:search"
|
325 |
| - ] |
| 330 | + ], |
| 331 | + "@jupyterlab/markdownviewer-extension": true |
326 | 332 | }
|
327 | 333 | },
|
328 | 334 | "singletonPackages": [
|
|
347 | 353 | "@jupyterlab/htmlviewer",
|
348 | 354 | "@jupyterlab/lsp",
|
349 | 355 | "@jupyterlab/mainmenu",
|
| 356 | + "@jupyterlab/markdownviewer", |
350 | 357 | "@jupyterlab/metadataform",
|
351 | 358 | "@jupyterlab/notebook",
|
352 | 359 | "@jupyterlab/observables",
|
|
0 commit comments