|
45 | 45 | "watch:src": "tsc -w"
|
46 | 46 | },
|
47 | 47 | "dependencies": {
|
48 |
| - "@jupyterlab/application": "^3.0.6", |
49 |
| - "@jupyterlab/apputils": "^3.0.5", |
50 |
| - "@jupyterlab/coreutils": "^5.0.3", |
51 |
| - "@jupyterlab/docregistry": "^3.0.6", |
52 |
| - "@jupyterlab/filebrowser": "^3.0.6", |
53 |
| - "@jupyterlab/launcher": "^3.0.5", |
54 |
| - "@jupyterlab/mainmenu": "^3.0.5", |
| 48 | + "@jupyterlab/application": "^3.1.0-alpha.7", |
| 49 | + "@jupyterlab/apputils": "^3.1.0-alpha.7", |
| 50 | + "@jupyterlab/coreutils": "^5.1.0-alpha.7", |
| 51 | + "@jupyterlab/docregistry": "^3.1.0-alpha.7", |
| 52 | + "@jupyterlab/filebrowser": "^3.1.0-alpha.7", |
| 53 | + "@jupyterlab/launcher": "^3.1.0-alpha.7", |
| 54 | + "@jupyterlab/mainmenu": "^3.1.0-alpha.7", |
| 55 | + "@jupyterlab/observables": "^4.1.0-alpha.7", |
| 56 | + "@jupyterlab/services": "~6.1.0-alpha.7", |
| 57 | + "@jupyterlab/shared-models": "^3.1.0-alpha.7", |
| 58 | + "@jupyterlab/ui-components": "^3.1.0-alpha.7", |
| 59 | + "@lumino/commands": "^1.12.0", |
55 | 60 | "@lumino/coreutils": "^1.5.3",
|
56 |
| - "@lumino/widgets": "^1.18.0" |
| 61 | + "@lumino/signaling": "^1.4.3", |
| 62 | + "@lumino/widgets": "^1.19.0", |
| 63 | + "react": "^17.0.1", |
| 64 | + "react-dom": "^17.0.1" |
57 | 65 | },
|
58 | 66 | "devDependencies": {
|
59 | 67 | "@jupyterlab/builder": "^3.0.5",
|
60 |
| - "@lumino/messaging": "^1.4.3", |
61 | 68 | "@typescript-eslint/eslint-plugin": "^2.27.0",
|
62 | 69 | "@typescript-eslint/parser": "^2.27.0",
|
63 | 70 | "eslint": "^7.5.0",
|
|
0 commit comments