|
56 | 56 | "watch:labextension": "jupyter labextension watch ." |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | | - "@jupyterlab/application": "^3.6.0 || ~4.0.0", |
| 59 | + "@jupyterlab/application": "^3.6.0", |
60 | 60 | "@jupyterlab/coreutils": "^5.1.0", |
61 | | - "@jupyterlab/fileeditor": "^3.6.0 || ~4.0.0", |
62 | | - "@jupyterlab/mainmenu": "^3.6.0 || ~4.0.0", |
| 61 | + "@jupyterlab/fileeditor": "^3.6.0", |
| 62 | + "@jupyterlab/mainmenu": "^3.6.0", |
63 | 63 | "@jupyterlab/services": "^6.1.0", |
64 | | - "@jupyterlab/settingregistry": "^3.6.0 || ~4.0.0" |
| 64 | + "@jupyterlab/settingregistry": "^3.6.0" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | 67 | "@babel/core": "^7.0.0", |
68 | 68 | "@babel/preset-env": "^7.0.0", |
69 | | - "@jupyterlab/builder": "^3.6.0 || ~4.0.0", |
70 | | - "@jupyterlab/testutils": "^3.6.0 || ~4.0.0", |
| 69 | + "@jupyterlab/builder": "^3.6.0", |
| 70 | + "@jupyterlab/testutils": "^3.6.0", |
71 | 71 | "@types/jest": "^26.0.0", |
72 | 72 | "@typescript-eslint/eslint-plugin": "^4.8.1", |
73 | 73 | "@typescript-eslint/parser": "^4.8.1", |
|
0 commit comments