|
12 | 12 | "watch": "webpack --config ./webpack.config.watch.js"
|
13 | 13 | },
|
14 | 14 | "resolutions": {
|
15 |
| - "@jupyterlab/application-extension": "^3.0.0", |
16 |
| - "@jupyterlab/apputils-extension": "^3.0.0", |
17 |
| - "@jupyterlab/codemirror-extension": "^3.0.0", |
18 |
| - "@jupyterlab/coreutils": "^5.0.0", |
19 |
| - "@jupyterlab/docmanager-extension": "^3.0.0", |
20 |
| - "@jupyterlab/docprovider-extension": "^3.0.0", |
21 |
| - "@jupyterlab/javascript-extension": "^3.0.0", |
22 |
| - "@jupyterlab/json-extension": "^3.0.0", |
23 |
| - "@jupyterlab/mathjax2-extension": "^3.0.0", |
24 |
| - "@jupyterlab/notebook-extension": "^3.0.0", |
25 |
| - "@jupyterlab/outputarea": "^3.0.0", |
26 |
| - "@jupyterlab/pdf-extension": "^3.0.0", |
27 |
| - "@jupyterlab/rendermime-extension": "^3.0.0", |
28 |
| - "@jupyterlab/shortcuts-extension": "^3.0.0", |
29 |
| - "@jupyterlab/translation-extension": "^3.0.0", |
30 |
| - "@jupyterlab/vega5-extension": "^3.0.0", |
31 |
| - "@lumino/application": "^1.25.0", |
32 |
| - "@lumino/domutils": "^1.7.0", |
33 |
| - "@lumino/dragdrop": "^1.12.0", |
34 |
| - "@lumino/properties": "^1.7.0", |
35 |
| - "@lumino/virtualdom": "^1.13.0", |
| 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", |
| 33 | + "@lumino/domutils": "^2.0.0", |
| 34 | + "@lumino/dragdrop": "^2.0.0", |
| 35 | + "@lumino/properties": "^2.0.0", |
| 36 | + "@lumino/virtualdom": "^2.0.0", |
36 | 37 | "jupyterlab-rise-application": "~0.1.0",
|
37 |
| - "react": "~17.0.2", |
38 |
| - "react-dom": "~17.0.2", |
| 38 | + "react": "~18.2.0", |
| 39 | + "react-dom": "~18.2.0", |
39 | 40 | "yjs": "~13.5.10"
|
40 | 41 | },
|
41 | 42 | "dependencies": {
|
42 |
| - "@jupyterlab/application-extension": "^3.0.0", |
43 |
| - "@jupyterlab/apputils-extension": "^3.0.0", |
44 |
| - "@jupyterlab/codemirror-extension": "^3.0.0", |
45 |
| - "@jupyterlab/coreutils": "^5.0.0", |
46 |
| - "@jupyterlab/docmanager-extension": "^3.0.0", |
47 |
| - "@jupyterlab/docprovider-extension": "^3.0.0", |
48 |
| - "@jupyterlab/javascript-extension": "^3.0.0", |
49 |
| - "@jupyterlab/json-extension": "^3.0.0", |
50 |
| - "@jupyterlab/mathjax2-extension": "^3.0.0", |
51 |
| - "@jupyterlab/notebook-extension": "^3.0.0", |
52 |
| - "@jupyterlab/pdf-extension": "^3.0.0", |
53 |
| - "@jupyterlab/rendermime-extension": "^3.0.0", |
54 |
| - "@jupyterlab/shortcuts-extension": "^3.0.0", |
55 |
| - "@jupyterlab/theme-dark-extension": "^3.0.0", |
56 |
| - "@jupyterlab/theme-light-extension": "^3.0.0", |
57 |
| - "@jupyterlab/translation-extension": "^3.0.0", |
58 |
| - "@jupyterlab/vega5-extension": "^3.0.0", |
| 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", |
59 | 60 | "jupyterlab-rise-application": "^0.2.1"
|
60 | 61 | },
|
61 | 62 | "devDependencies": {
|
62 |
| - "@jupyterlab/builder": "^3.0.0", |
63 |
| - "@jupyterlab/buildutils": "^3.0.0", |
| 63 | + "@jupyterlab/builder": "^4.0.2", |
| 64 | + "@jupyterlab/buildutils": "^4.0.2", |
64 | 65 | "@types/rimraf": "^3.0.0",
|
65 | 66 | "css-loader": "~5.0.1",
|
66 | 67 | "file-loader": "~5.0.2",
|
|
71 | 72 | "playwright": "^1.12.3",
|
72 | 73 | "raw-loader": "~4.0.0",
|
73 | 74 | "rimraf": "~3.0.2",
|
| 75 | + "source-map-loader": "^4.0.1", |
74 | 76 | "style-loader": "~1.0.1",
|
75 | 77 | "svg-url-loader": "~6.0.0",
|
76 | 78 | "url-loader": "~4.1.1",
|
|
89 | 91 | "@jupyterlab/codemirror-extension",
|
90 | 92 | "@jupyterlab/coreutils",
|
91 | 93 | "@jupyterlab/docmanager-extension",
|
92 |
| - "@jupyterlab/docprovider-extension", |
93 | 94 | "@jupyterlab/javascript-extension",
|
94 | 95 | "@jupyterlab/json-extension",
|
95 |
| - "@jupyterlab/mathjax2-extension", |
| 96 | + "@jupyterlab/mathjax-extension", |
| 97 | + "@jupyterlab/markedparser-extension", |
96 | 98 | "@jupyterlab/notebook-extension",
|
97 | 99 | "@jupyterlab/pdf-extension",
|
98 | 100 | "@jupyterlab/rendermime-extension",
|
|
111 | 113 | "@jupyterlab/codeeditor",
|
112 | 114 | "@jupyterlab/coreutils",
|
113 | 115 | "@jupyterlab/docmanager",
|
114 |
| - "@jupyterlab/docprovider", |
115 | 116 | "@jupyterlab/filebrowser",
|
116 | 117 | "@jupyterlab/fileeditor",
|
117 | 118 | "@jupyterlab/mainmenu",
|
|
0 commit comments