|
45 | 45 | "watch:src": "tsc -w" |
46 | 46 | }, |
47 | 47 | "dependencies": { |
48 | | - "@jupyterlab/application": "^3.1.0-alpha.2", |
49 | | - "@jupyterlab/apputils": "^3.1.0-alpha.2", |
50 | | - "@jupyterlab/coreutils": "^5.1.0-alpha.2", |
51 | | - "@jupyterlab/docregistry": "^3.1.0-alpha.2", |
52 | | - "@jupyterlab/filebrowser": "^3.1.0-alpha.2", |
53 | | - "@jupyterlab/launcher": "^3.1.0-alpha.2", |
54 | | - "@jupyterlab/mainmenu": "^3.1.0-alpha.2", |
| 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", |
55 | 55 | "@lumino/coreutils": "^1.5.3", |
56 | 56 | "@lumino/widgets": "^1.18.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@jupyterlab/builder": "^3.0.0", |
| 59 | + "@jupyterlab/builder": "^3.0.5", |
60 | 60 | "@lumino/messaging": "^1.4.3", |
61 | 61 | "@typescript-eslint/eslint-plugin": "^2.27.0", |
62 | 62 | "@typescript-eslint/parser": "^2.27.0", |
|
69 | 69 | "rimraf": "^3.0.2", |
70 | 70 | "typescript": "~3.9.3" |
71 | 71 | }, |
72 | | - "resolutions": { |
73 | | - "@lumino/widgets": "~1.18.0", |
74 | | - "@types/react": "~17.0.0", |
75 | | - "csstype": "~2.4.0", |
76 | | - "react": "~17.0.1", |
77 | | - "typestyle": "~2.0.4" |
78 | | - }, |
79 | 72 | "jupyterlab": { |
80 | 73 | "extension": true, |
81 | 74 | "outputDir": "jupyterlab-drawio/labextension" |
|
0 commit comments