|
1 | 1 | { |
2 | 2 | "name": "@jupyter-notebook/app", |
3 | | - "version": "7.1.2", |
| 3 | + "version": "7.2.0-alpha.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack", |
|
10 | 10 | "watch": "webpack --config ./webpack.config.watch.js" |
11 | 11 | }, |
12 | 12 | "resolutions": { |
13 | | - "@codemirror/state": "~6.2.1", |
14 | | - "@codemirror/view": "~6.21.3", |
15 | | - "@jupyter-notebook/application": "~7.1.2", |
16 | | - "@jupyter-notebook/application-extension": "~7.1.2", |
17 | | - "@jupyter-notebook/console-extension": "~7.1.2", |
18 | | - "@jupyter-notebook/docmanager-extension": "~7.1.2", |
19 | | - "@jupyter-notebook/documentsearch-extension": "~7.1.2", |
20 | | - "@jupyter-notebook/help-extension": "~7.1.2", |
21 | | - "@jupyter-notebook/notebook-extension": "~7.1.2", |
22 | | - "@jupyter-notebook/terminal-extension": "~7.1.2", |
23 | | - "@jupyter-notebook/tree": "~7.1.2", |
24 | | - "@jupyter-notebook/tree-extension": "~7.1.2", |
25 | | - "@jupyter-notebook/ui-components": "~7.1.2", |
26 | | - "@jupyter/ydoc": "~1.1.1", |
27 | | - "@jupyterlab/application": "~4.1.5", |
28 | | - "@jupyterlab/application-extension": "~4.1.5", |
29 | | - "@jupyterlab/apputils": "~4.2.5", |
30 | | - "@jupyterlab/apputils-extension": "~4.1.5", |
31 | | - "@jupyterlab/attachments": "~4.1.5", |
32 | | - "@jupyterlab/cell-toolbar": "~4.1.5", |
33 | | - "@jupyterlab/cell-toolbar-extension": "~4.1.5", |
34 | | - "@jupyterlab/celltags-extension": "~4.1.5", |
35 | | - "@jupyterlab/codeeditor": "~4.1.5", |
36 | | - "@jupyterlab/codemirror": "~4.1.5", |
37 | | - "@jupyterlab/codemirror-extension": "~4.1.5", |
38 | | - "@jupyterlab/completer": "~4.1.5", |
39 | | - "@jupyterlab/completer-extension": "~4.1.5", |
40 | | - "@jupyterlab/console": "~4.1.5", |
41 | | - "@jupyterlab/console-extension": "~4.1.5", |
42 | | - "@jupyterlab/coreutils": "~6.1.5", |
43 | | - "@jupyterlab/csvviewer-extension": "~4.1.5", |
44 | | - "@jupyterlab/debugger": "~4.1.5", |
45 | | - "@jupyterlab/debugger-extension": "~4.1.5", |
46 | | - "@jupyterlab/docmanager": "~4.1.5", |
47 | | - "@jupyterlab/docmanager-extension": "~4.1.5", |
48 | | - "@jupyterlab/documentsearch": "~4.1.5", |
49 | | - "@jupyterlab/documentsearch-extension": "~4.1.5", |
50 | | - "@jupyterlab/extensionmanager": "~4.1.5", |
51 | | - "@jupyterlab/extensionmanager-extension": "~4.1.5", |
52 | | - "@jupyterlab/filebrowser": "~4.1.5", |
53 | | - "@jupyterlab/filebrowser-extension": "~4.1.5", |
54 | | - "@jupyterlab/fileeditor": "~4.1.5", |
55 | | - "@jupyterlab/fileeditor-extension": "~4.1.5", |
56 | | - "@jupyterlab/help-extension": "~4.1.5", |
57 | | - "@jupyterlab/htmlviewer": "~4.1.5", |
58 | | - "@jupyterlab/htmlviewer-extension": "~4.1.5", |
59 | | - "@jupyterlab/hub-extension": "~4.1.5", |
60 | | - "@jupyterlab/imageviewer": "~4.1.5", |
61 | | - "@jupyterlab/imageviewer-extension": "~4.1.5", |
62 | | - "@jupyterlab/javascript-extension": "~4.1.5", |
63 | | - "@jupyterlab/json-extension": "~4.1.5", |
64 | | - "@jupyterlab/lsp": "~4.1.5", |
65 | | - "@jupyterlab/lsp-extension": "~4.1.5", |
66 | | - "@jupyterlab/mainmenu": "~4.1.5", |
67 | | - "@jupyterlab/mainmenu-extension": "~4.1.5", |
68 | | - "@jupyterlab/markdownviewer": "~4.1.5", |
69 | | - "@jupyterlab/markdownviewer-extension": "~4.1.5", |
70 | | - "@jupyterlab/markedparser-extension": "~4.1.5", |
71 | | - "@jupyterlab/mathjax-extension": "~4.1.5", |
72 | | - "@jupyterlab/mermaid": "~4.1.5", |
73 | | - "@jupyterlab/mermaid-extension": "~4.1.5", |
74 | | - "@jupyterlab/metadataform": "~4.1.5", |
75 | | - "@jupyterlab/metadataform-extension": "~4.1.5", |
76 | | - "@jupyterlab/notebook": "~4.1.5", |
77 | | - "@jupyterlab/notebook-extension": "~4.1.5", |
78 | | - "@jupyterlab/observables": "~5.1.5", |
79 | | - "@jupyterlab/outputarea": "~4.1.5", |
80 | | - "@jupyterlab/pdf-extension": "~4.1.5", |
81 | | - "@jupyterlab/pluginmanager-extension": "~4.1.5", |
82 | | - "@jupyterlab/rendermime": "~4.1.5", |
83 | | - "@jupyterlab/rendermime-interfaces": "~3.9.5", |
84 | | - "@jupyterlab/running-extension": "~4.1.5", |
85 | | - "@jupyterlab/services": "~7.1.5", |
86 | | - "@jupyterlab/settingeditor": "~4.1.5", |
87 | | - "@jupyterlab/settingeditor-extension": "~4.1.5", |
88 | | - "@jupyterlab/settingregistry": "~4.1.5", |
89 | | - "@jupyterlab/shortcuts-extension": "~4.1.5", |
90 | | - "@jupyterlab/statedb": "~4.1.5", |
91 | | - "@jupyterlab/statusbar": "~4.1.5", |
92 | | - "@jupyterlab/terminal": "~4.1.5", |
93 | | - "@jupyterlab/terminal-extension": "~4.1.5", |
94 | | - "@jupyterlab/theme-dark-extension": "~4.1.5", |
95 | | - "@jupyterlab/theme-light-extension": "~4.1.5", |
96 | | - "@jupyterlab/toc-extension": "~6.1.5", |
97 | | - "@jupyterlab/tooltip": "~4.1.5", |
98 | | - "@jupyterlab/tooltip-extension": "~4.1.5", |
99 | | - "@jupyterlab/translation": "~4.1.5", |
100 | | - "@jupyterlab/translation-extension": "~4.1.5", |
101 | | - "@jupyterlab/ui-components": "~4.1.5", |
102 | | - "@jupyterlab/ui-components-extension": "~4.1.5", |
103 | | - "@jupyterlab/vega5-extension": "~4.1.5", |
104 | | - "@lezer/common": "~1.1.0", |
105 | | - "@lezer/highlight": "~1.1.6", |
| 13 | + "@codemirror/state": "~6.4.1", |
| 14 | + "@codemirror/view": "~6.26.1", |
| 15 | + "@jupyter-notebook/application": "~7.2.0-alpha.0", |
| 16 | + "@jupyter-notebook/application-extension": "~7.2.0-alpha.0", |
| 17 | + "@jupyter-notebook/console-extension": "~7.2.0-alpha.0", |
| 18 | + "@jupyter-notebook/docmanager-extension": "~7.2.0-alpha.0", |
| 19 | + "@jupyter-notebook/documentsearch-extension": "~7.2.0-alpha.0", |
| 20 | + "@jupyter-notebook/help-extension": "~7.2.0-alpha.0", |
| 21 | + "@jupyter-notebook/notebook-extension": "~7.2.0-alpha.0", |
| 22 | + "@jupyter-notebook/terminal-extension": "~7.2.0-alpha.0", |
| 23 | + "@jupyter-notebook/tree": "~7.2.0-alpha.0", |
| 24 | + "@jupyter-notebook/tree-extension": "~7.2.0-alpha.0", |
| 25 | + "@jupyter-notebook/ui-components": "~7.2.0-alpha.0", |
| 26 | + "@jupyter/ydoc": "~2.0.1", |
| 27 | + "@jupyterlab/application": "~4.2.0-alpha.2", |
| 28 | + "@jupyterlab/application-extension": "~4.2.0-alpha.2", |
| 29 | + "@jupyterlab/apputils": "~4.3.0-alpha.2", |
| 30 | + "@jupyterlab/apputils-extension": "~4.2.0-alpha.2", |
| 31 | + "@jupyterlab/attachments": "~4.2.0-alpha.2", |
| 32 | + "@jupyterlab/cell-toolbar": "~4.2.0-alpha.2", |
| 33 | + "@jupyterlab/cell-toolbar-extension": "~4.2.0-alpha.2", |
| 34 | + "@jupyterlab/celltags-extension": "~4.2.0-alpha.2", |
| 35 | + "@jupyterlab/codeeditor": "~4.2.0-alpha.2", |
| 36 | + "@jupyterlab/codemirror": "~4.2.0-alpha.2", |
| 37 | + "@jupyterlab/codemirror-extension": "~4.2.0-alpha.2", |
| 38 | + "@jupyterlab/completer": "~4.2.0-alpha.2", |
| 39 | + "@jupyterlab/completer-extension": "~4.2.0-alpha.2", |
| 40 | + "@jupyterlab/console": "~4.2.0-alpha.2", |
| 41 | + "@jupyterlab/console-extension": "~4.2.0-alpha.2", |
| 42 | + "@jupyterlab/coreutils": "~6.2.0-alpha.2", |
| 43 | + "@jupyterlab/csvviewer-extension": "~4.2.0-alpha.2", |
| 44 | + "@jupyterlab/debugger": "~4.2.0-alpha.2", |
| 45 | + "@jupyterlab/debugger-extension": "~4.2.0-alpha.2", |
| 46 | + "@jupyterlab/docmanager": "~4.2.0-alpha.2", |
| 47 | + "@jupyterlab/docmanager-extension": "~4.2.0-alpha.2", |
| 48 | + "@jupyterlab/documentsearch": "~4.2.0-alpha.2", |
| 49 | + "@jupyterlab/documentsearch-extension": "~4.2.0-alpha.2", |
| 50 | + "@jupyterlab/extensionmanager": "~4.2.0-alpha.2", |
| 51 | + "@jupyterlab/extensionmanager-extension": "~4.2.0-alpha.2", |
| 52 | + "@jupyterlab/filebrowser": "~4.2.0-alpha.2", |
| 53 | + "@jupyterlab/filebrowser-extension": "~4.2.0-alpha.2", |
| 54 | + "@jupyterlab/fileeditor": "~4.2.0-alpha.2", |
| 55 | + "@jupyterlab/fileeditor-extension": "~4.2.0-alpha.2", |
| 56 | + "@jupyterlab/help-extension": "~4.2.0-alpha.2", |
| 57 | + "@jupyterlab/htmlviewer": "~4.2.0-alpha.2", |
| 58 | + "@jupyterlab/htmlviewer-extension": "~4.2.0-alpha.2", |
| 59 | + "@jupyterlab/hub-extension": "~4.2.0-alpha.2", |
| 60 | + "@jupyterlab/imageviewer": "~4.2.0-alpha.2", |
| 61 | + "@jupyterlab/imageviewer-extension": "~4.2.0-alpha.2", |
| 62 | + "@jupyterlab/javascript-extension": "~4.2.0-alpha.2", |
| 63 | + "@jupyterlab/json-extension": "~4.2.0-alpha.2", |
| 64 | + "@jupyterlab/lsp": "~4.2.0-alpha.2", |
| 65 | + "@jupyterlab/lsp-extension": "~4.2.0-alpha.2", |
| 66 | + "@jupyterlab/mainmenu": "~4.2.0-alpha.2", |
| 67 | + "@jupyterlab/mainmenu-extension": "~4.2.0-alpha.2", |
| 68 | + "@jupyterlab/markdownviewer": "~4.2.0-alpha.2", |
| 69 | + "@jupyterlab/markdownviewer-extension": "~4.2.0-alpha.2", |
| 70 | + "@jupyterlab/markedparser-extension": "~4.2.0-alpha.2", |
| 71 | + "@jupyterlab/mathjax-extension": "~4.2.0-alpha.2", |
| 72 | + "@jupyterlab/mermaid": "~4.2.0-alpha.2", |
| 73 | + "@jupyterlab/mermaid-extension": "~4.2.0-alpha.2", |
| 74 | + "@jupyterlab/metadataform": "~4.2.0-alpha.2", |
| 75 | + "@jupyterlab/metadataform-extension": "~4.2.0-alpha.2", |
| 76 | + "@jupyterlab/notebook": "~4.2.0-alpha.2", |
| 77 | + "@jupyterlab/notebook-extension": "~4.2.0-alpha.2", |
| 78 | + "@jupyterlab/observables": "~5.2.0-alpha.2", |
| 79 | + "@jupyterlab/outputarea": "~4.2.0-alpha.2", |
| 80 | + "@jupyterlab/pdf-extension": "~4.2.0-alpha.2", |
| 81 | + "@jupyterlab/pluginmanager-extension": "~4.2.0-alpha.2", |
| 82 | + "@jupyterlab/rendermime": "~4.2.0-alpha.2", |
| 83 | + "@jupyterlab/rendermime-interfaces": "~3.10.0-alpha.2", |
| 84 | + "@jupyterlab/running-extension": "~4.2.0-alpha.2", |
| 85 | + "@jupyterlab/services": "~7.2.0-alpha.2", |
| 86 | + "@jupyterlab/settingeditor": "~4.2.0-alpha.2", |
| 87 | + "@jupyterlab/settingeditor-extension": "~4.2.0-alpha.2", |
| 88 | + "@jupyterlab/settingregistry": "~4.2.0-alpha.2", |
| 89 | + "@jupyterlab/shortcuts-extension": "~4.2.0-alpha.2", |
| 90 | + "@jupyterlab/statedb": "~4.2.0-alpha.2", |
| 91 | + "@jupyterlab/statusbar": "~4.2.0-alpha.2", |
| 92 | + "@jupyterlab/terminal": "~4.2.0-alpha.2", |
| 93 | + "@jupyterlab/terminal-extension": "~4.2.0-alpha.2", |
| 94 | + "@jupyterlab/theme-dark-extension": "~4.2.0-alpha.2", |
| 95 | + "@jupyterlab/theme-light-extension": "~4.2.0-alpha.2", |
| 96 | + "@jupyterlab/toc-extension": "~6.2.0-alpha.2", |
| 97 | + "@jupyterlab/tooltip": "~4.2.0-alpha.2", |
| 98 | + "@jupyterlab/tooltip-extension": "~4.2.0-alpha.2", |
| 99 | + "@jupyterlab/translation": "~4.2.0-alpha.2", |
| 100 | + "@jupyterlab/translation-extension": "~4.2.0-alpha.2", |
| 101 | + "@jupyterlab/ui-components": "~4.2.0-alpha.2", |
| 102 | + "@jupyterlab/ui-components-extension": "~4.2.0-alpha.2", |
| 103 | + "@jupyterlab/vega5-extension": "~4.2.0-alpha.2", |
| 104 | + "@lezer/common": "~1.2.1", |
| 105 | + "@lezer/highlight": "~1.2.0", |
106 | 106 | "@lumino/algorithm": "~2.0.1", |
107 | 107 | "@lumino/application": "~2.3.0", |
108 | | - "@lumino/commands": "~2.2.0", |
| 108 | + "@lumino/commands": "~2.3.0", |
109 | 109 | "@lumino/coreutils": "~2.1.2", |
110 | 110 | "@lumino/disposable": "~2.1.2", |
111 | 111 | "@lumino/domutils": "~2.0.1", |
|
114 | 114 | "@lumino/properties": "~2.0.1", |
115 | 115 | "@lumino/signaling": "~2.1.2", |
116 | 116 | "@lumino/virtualdom": "~2.0.1", |
117 | | - "@lumino/widgets": "~2.3.1", |
| 117 | + "@lumino/widgets": "~2.3.2", |
118 | 118 | "react": "~18.2.0", |
119 | 119 | "react-dom": "~18.2.0", |
120 | 120 | "yjs": "~13.6.8" |
121 | 121 | }, |
122 | 122 | "dependencies": { |
123 | | - "@jupyter-notebook/application": "^7.1.2", |
124 | | - "@jupyter-notebook/application-extension": "^7.1.2", |
125 | | - "@jupyter-notebook/console-extension": "^7.1.2", |
126 | | - "@jupyter-notebook/docmanager-extension": "^7.1.2", |
127 | | - "@jupyter-notebook/documentsearch-extension": "^7.1.2", |
128 | | - "@jupyter-notebook/help-extension": "^7.1.2", |
129 | | - "@jupyter-notebook/notebook-extension": "^7.1.2", |
130 | | - "@jupyter-notebook/terminal-extension": "^7.1.2", |
131 | | - "@jupyter-notebook/tree": "^7.1.2", |
132 | | - "@jupyter-notebook/tree-extension": "^7.1.2", |
133 | | - "@jupyter-notebook/ui-components": "^7.1.2", |
| 123 | + "@jupyter-notebook/application": "^7.2.0-alpha.0", |
| 124 | + "@jupyter-notebook/application-extension": "^7.2.0-alpha.0", |
| 125 | + "@jupyter-notebook/console-extension": "^7.2.0-alpha.0", |
| 126 | + "@jupyter-notebook/docmanager-extension": "^7.2.0-alpha.0", |
| 127 | + "@jupyter-notebook/documentsearch-extension": "^7.2.0-alpha.0", |
| 128 | + "@jupyter-notebook/help-extension": "^7.2.0-alpha.0", |
| 129 | + "@jupyter-notebook/notebook-extension": "^7.2.0-alpha.0", |
| 130 | + "@jupyter-notebook/terminal-extension": "^7.2.0-alpha.0", |
| 131 | + "@jupyter-notebook/tree": "^7.2.0-alpha.0", |
| 132 | + "@jupyter-notebook/tree-extension": "^7.2.0-alpha.0", |
| 133 | + "@jupyter-notebook/ui-components": "^7.2.0-alpha.0", |
134 | 134 | "@jupyterlab/application-extension": "~4.2.0-alpha.2", |
135 | 135 | "@jupyterlab/apputils-extension": "~4.2.0-alpha.2", |
136 | 136 | "@jupyterlab/attachments": "~4.2.0-alpha.2", |
|
0 commit comments