|
55 | 55 | "watch:labextension": "jupyter labextension watch ." |
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | | - "@emotion/react": "^11.10.4", |
59 | | - "@emotion/styled": "^11.10.4", |
| 58 | + "@emotion/react": "^11.10.5", |
| 59 | + "@emotion/styled": "^11.10.5", |
60 | 60 | "@jupyterlab/application": "^4", |
61 | 61 | "@jupyterlab/apputils": "^4", |
62 | 62 | "@jupyterlab/coreutils": "^6", |
|
69 | 69 | "@lumino/polling": "^2", |
70 | 70 | "@lumino/signaling": "^2", |
71 | 71 | "@lumino/widgets": "^2", |
72 | | - "@mui/icons-material": "^5.10.9", |
| 72 | + "@mui/icons-material": "^5.11.0", |
73 | 73 | "@mui/material": "^5.10.6", |
74 | 74 | "@mui/system": "^5.10.6", |
75 | 75 | "@types/react-dom": "^18.0.5", |
|
83 | 83 | "@babel/preset-env": "^7.0.0", |
84 | 84 | "@jupyterlab/builder": "^4", |
85 | 85 | "@jupyterlab/testutils": "^4", |
| 86 | + "@stylistic/eslint-plugin": "^3.0.1", |
86 | 87 | "@types/jest": "^29", |
87 | | - "@typescript-eslint/eslint-plugin": "^4.8.1", |
88 | | - "@typescript-eslint/parser": "^4.8.1", |
89 | | - "eslint": "^7.14.0", |
| 88 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 89 | + "@typescript-eslint/parser": "^8.0.0", |
| 90 | + "eslint": "^8.56.0", |
90 | 91 | "eslint-config-prettier": "^6.15.0", |
91 | 92 | "eslint-plugin-prettier": "^3.1.4", |
92 | 93 | "jest": "^29", |
|
0 commit comments