|
12 | 12 | "watch": "webpack --config ./webpack.config.watch.js"
|
13 | 13 | },
|
14 | 14 | "resolutions": {
|
15 |
| - "@jupyterlab/application-extension": "^4.0.2", |
16 |
| - "@jupyterlab/apputils-extension": "^4.0.2", |
17 |
| - "@jupyterlab/codemirror-extension": "^4.0.2", |
18 |
| - "@jupyterlab/coreutils": "^6.0.2", |
19 |
| - "@jupyterlab/docmanager-extension": "^4.0.2", |
20 |
| - "@jupyterlab/fileeditor": "^4.0.2", |
21 |
| - "@jupyterlab/javascript-extension": "^4.0.2", |
22 |
| - "@jupyterlab/json-extension": "^4.0.2", |
23 |
| - "@jupyterlab/mathjax-extension": "^4.0.2", |
24 |
| - "@jupyterlab/markedparser-extension": "^4.0.2", |
25 |
| - "@jupyterlab/notebook-extension": "^4.0.2", |
26 |
| - "@jupyterlab/outputarea": "^4.0.2", |
27 |
| - "@jupyterlab/pdf-extension": "^4.0.2", |
28 |
| - "@jupyterlab/rendermime-extension": "^4.0.2", |
29 |
| - "@jupyterlab/shortcuts-extension": "^4.0.2", |
30 |
| - "@jupyterlab/translation-extension": "^4.0.2", |
31 |
| - "@jupyterlab/vega5-extension": "^4.0.2", |
32 |
| - "@lumino/application": "^2.0.1", |
| 15 | + "@codemirror/language": "^6.0.0", |
| 16 | + "@codemirror/state": "^6.2.0", |
| 17 | + "@codemirror/view": "^6.9.6", |
| 18 | + "@jupyter/react-components": "~0.13.3", |
| 19 | + "@jupyter/web-components": "~0.13.3", |
| 20 | + "@jupyter/ydoc": "~1.1.1", |
| 21 | + "@jupyterlab/application-extension": "^4.1.0", |
| 22 | + "@jupyterlab/apputils-extension": "^4.1.0", |
| 23 | + "@jupyterlab/codemirror-extension": "^4.1.0", |
| 24 | + "@jupyterlab/coreutils": "^6.1.0", |
| 25 | + "@jupyterlab/docmanager-extension": "^4.1.0", |
| 26 | + "@jupyterlab/fileeditor": "^4.1.0", |
| 27 | + "@jupyterlab/javascript-extension": "^4.1.0", |
| 28 | + "@jupyterlab/json-extension": "^4.1.0", |
| 29 | + "@jupyterlab/mathjax-extension": "^4.1.0", |
| 30 | + "@jupyterlab/markedparser-extension": "^4.1.0", |
| 31 | + "@jupyterlab/mermaid-extension": "^4.1.0", |
| 32 | + "@jupyterlab/notebook-extension": "^4.1.0", |
| 33 | + "@jupyterlab/outputarea": "^4.1.0", |
| 34 | + "@jupyterlab/pdf-extension": "^4.1.0", |
| 35 | + "@jupyterlab/rendermime-extension": "^4.1.0", |
| 36 | + "@jupyterlab/shortcuts-extension": "^4.1.0", |
| 37 | + "@jupyterlab/translation-extension": "^4.1.0", |
| 38 | + "@jupyterlab/vega5-extension": "^4.1.0", |
| 39 | + "@lezer/common": "^1.0.0", |
| 40 | + "@lezer/highlight": "^1.0.0", |
| 41 | + "@lumino/application": "^2.3.0", |
33 | 42 | "@lumino/domutils": "^2.0.0",
|
34 | 43 | "@lumino/dragdrop": "^2.0.0",
|
35 | 44 | "@lumino/properties": "^2.0.0",
|
36 | 45 | "@lumino/virtualdom": "^2.0.0",
|
| 46 | + "@microsoft/fast-element": "^1.12.0", |
| 47 | + "@microsoft/fast-foundation": "^2.49.2", |
37 | 48 | "jupyterlab-rise-application": "~0.1.0",
|
38 |
| - "react": "~18.2.0", |
39 |
| - "react-dom": "~18.2.0", |
40 |
| - "yjs": "~13.5.10" |
| 49 | + "react": "^18.2.0", |
| 50 | + "react-dom": "^18.2.0", |
| 51 | + "yjs": "^13.5.40" |
41 | 52 | },
|
42 | 53 | "dependencies": {
|
43 |
| - "@jupyterlab/application-extension": "^4.0.2", |
44 |
| - "@jupyterlab/apputils-extension": "^4.0.2", |
45 |
| - "@jupyterlab/codemirror-extension": "^4.0.2", |
46 |
| - "@jupyterlab/coreutils": "^6.0.2", |
47 |
| - "@jupyterlab/docmanager-extension": "^4.0.2", |
48 |
| - "@jupyterlab/javascript-extension": "^4.0.2", |
49 |
| - "@jupyterlab/json-extension": "^4.0.2", |
50 |
| - "@jupyterlab/markedparser-extension": "^4.0.2", |
51 |
| - "@jupyterlab/mathjax-extension": "^4.0.2", |
52 |
| - "@jupyterlab/notebook-extension": "^4.0.2", |
53 |
| - "@jupyterlab/pdf-extension": "^4.0.2", |
54 |
| - "@jupyterlab/rendermime-extension": "^4.0.2", |
55 |
| - "@jupyterlab/shortcuts-extension": "^4.0.2", |
56 |
| - "@jupyterlab/theme-dark-extension": "^4.0.2", |
57 |
| - "@jupyterlab/theme-light-extension": "^4.0.2", |
58 |
| - "@jupyterlab/translation-extension": "^4.0.2", |
59 |
| - "@jupyterlab/vega5-extension": "^4.0.2", |
| 54 | + "@jupyterlab/application-extension": "^4.1.0", |
| 55 | + "@jupyterlab/apputils-extension": "^4.1.0", |
| 56 | + "@jupyterlab/codemirror-extension": "^4.1.0", |
| 57 | + "@jupyterlab/coreutils": "^6.1.0", |
| 58 | + "@jupyterlab/docmanager-extension": "^4.1.0", |
| 59 | + "@jupyterlab/javascript-extension": "^4.1.0", |
| 60 | + "@jupyterlab/json-extension": "^4.1.0", |
| 61 | + "@jupyterlab/markedparser-extension": "^4.1.0", |
| 62 | + "@jupyterlab/mathjax-extension": "^4.1.0", |
| 63 | + "@jupyterlab/mermaid-extension": "^4.1.0", |
| 64 | + "@jupyterlab/notebook-extension": "^4.1.0", |
| 65 | + "@jupyterlab/pdf-extension": "^4.1.0", |
| 66 | + "@jupyterlab/rendermime-extension": "^4.1.0", |
| 67 | + "@jupyterlab/shortcuts-extension": "^4.1.0", |
| 68 | + "@jupyterlab/theme-dark-extension": "^4.1.0", |
| 69 | + "@jupyterlab/theme-light-extension": "^4.1.0", |
| 70 | + "@jupyterlab/translation-extension": "^4.1.0", |
| 71 | + "@jupyterlab/vega5-extension": "^4.1.0", |
60 | 72 | "jupyterlab-rise-application": "^0.42.0"
|
61 | 73 | },
|
62 | 74 | "devDependencies": {
|
63 |
| - "@jupyterlab/builder": "^4.0.2", |
64 |
| - "@jupyterlab/buildutils": "^4.0.2", |
| 75 | + "@jupyterlab/builder": "^4.1.0", |
| 76 | + "@jupyterlab/buildutils": "^4.1.0", |
65 | 77 | "@types/rimraf": "^3.0.0",
|
66 | 78 | "css-loader": "~5.0.1",
|
67 | 79 | "file-loader": "~5.0.2",
|
|
95 | 107 | "@jupyterlab/json-extension",
|
96 | 108 | "@jupyterlab/mathjax-extension",
|
97 | 109 | "@jupyterlab/markedparser-extension",
|
| 110 | + "@jupyterlab/mermaid-extension", |
98 | 111 | "@jupyterlab/notebook-extension",
|
99 | 112 | "@jupyterlab/pdf-extension",
|
100 | 113 | "@jupyterlab/rendermime-extension",
|
|
107 | 120 | "jupyterlab-rise"
|
108 | 121 | ],
|
109 | 122 | "singletonPackages": [
|
| 123 | + "@codemirror/language", |
| 124 | + "@codemirror/state", |
| 125 | + "@codemirror/view", |
| 126 | + "@jupyter/react-components", |
| 127 | + "@jupyter/web-components", |
| 128 | + "@jupyter/ydoc", |
110 | 129 | "@jupyterlab/application",
|
111 | 130 | "@jupyterlab/apputils",
|
112 | 131 | "@jupyterlab/codemirror",
|
|
116 | 135 | "@jupyterlab/filebrowser",
|
117 | 136 | "@jupyterlab/fileeditor",
|
118 | 137 | "@jupyterlab/mainmenu",
|
| 138 | + "@jupyterlab/mermaid", |
119 | 139 | "@jupyterlab/notebook",
|
120 | 140 | "@jupyterlab/observables",
|
121 | 141 | "@jupyterlab/outputarea",
|
|
127 | 147 | "@jupyterlab/statusbar",
|
128 | 148 | "@jupyterlab/translation",
|
129 | 149 | "@jupyterlab/ui-components",
|
| 150 | + "@lezer/common", |
| 151 | + "@lezer/highlight", |
130 | 152 | "@lumino/algorithm",
|
131 | 153 | "@lumino/application",
|
132 | 154 | "@lumino/commands",
|
|
139 | 161 | "@lumino/signaling",
|
140 | 162 | "@lumino/virtualdom",
|
141 | 163 | "@lumino/widgets",
|
| 164 | + "@microsoft/fast-element", |
| 165 | + "@microsoft/fast-foundation", |
142 | 166 | "react",
|
143 | 167 | "react-dom",
|
144 | 168 | "yjs"
|
|
0 commit comments