|
45 | 45 | "watch:labextension": "jupyter labextension watch ."
|
46 | 46 | },
|
47 | 47 | "dependencies": {
|
48 |
| - "@jupyterlab/application": "^3.4.2", |
49 |
| - "@jupyterlab/apputils": "^3.4.2", |
50 |
| - "@jupyterlab/coreutils": "5.4.3", |
51 |
| - "@jupyterlab/filebrowser": "^3.4.2", |
52 |
| - "@jupyterlab/launcher": "^3.4.2", |
53 |
| - "@jupyterlab/ui-components": "^3.4.2", |
| 48 | + "@jupyterlab/application": "^3.5.1", |
| 49 | + "@jupyterlab/apputils": "^3.5.1", |
| 50 | + "@jupyterlab/coreutils": "5.5.1", |
| 51 | + "@jupyterlab/filebrowser": "^3.5.1", |
| 52 | + "@jupyterlab/launcher": "^3.5.1", |
| 53 | + "@jupyterlab/ui-components": "^3.5.1", |
54 | 54 | "@material-ui/core": "4.12.4",
|
55 | 55 | "@material-ui/icons": "4.11.3",
|
56 | 56 | "@material-ui/lab": "4.0.0-alpha.61",
|
57 | 57 | "@osscar/ngl": "2.0.0-dev.38",
|
58 |
| - "underscore": "1.13.4" |
| 58 | + "underscore": "1.13.6" |
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "@jupyterlab/builder": "^3.4.2", |
| 61 | + "@jupyterlab/builder": "^3.5.1", |
62 | 62 | "@types/underscore": "1.11.4",
|
63 |
| - "@typescript-eslint/eslint-plugin": "^5.23.0", |
64 |
| - "@typescript-eslint/parser": "^5.23.0", |
65 |
| - "eslint": "^8.15.0", |
| 63 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 64 | + "@typescript-eslint/parser": "^5.46.1", |
| 65 | + "eslint": "^8.29.0", |
66 | 66 | "eslint-config-prettier": "^8.5.0",
|
67 |
| - "eslint-plugin-prettier": "^4.0.0", |
| 67 | + "eslint-plugin-prettier": "^4.2.1", |
68 | 68 | "npm-run-all": "^4.1.5",
|
69 |
| - "prettier": "^2.6.2", |
| 69 | + "prettier": "^2.8.1", |
70 | 70 | "rimraf": "^3.0.2",
|
71 | 71 | "typescript": "~4.3.5"
|
72 | 72 | },
|
|
0 commit comments