|
48 | 48 | "watch:src": "tsc -w" |
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | | - "@jupyterlab/application": "^4.4.9", |
52 | | - "@jupyterlab/apputils": "^4.5.9", |
53 | | - "@jupyterlab/codeeditor": "^4.4.9", |
54 | | - "@jupyterlab/console": "^4.4.9", |
55 | | - "@jupyterlab/coreutils": "^6.4.9", |
56 | | - "@jupyterlab/nbformat": "^4.4.9", |
57 | | - "@jupyterlab/notebook": "^4.4.9", |
58 | | - "@jupyterlab/services": "^7.4.9", |
59 | | - "@jupyterlab/settingregistry": "^4.4.9", |
60 | | - "@jupyterlab/statedb": "^4.4.9", |
61 | | - "@jupyterlab/ui-components": "^4.4.9", |
| 51 | + "@jupyterlab/application": "^4.4.10", |
| 52 | + "@jupyterlab/apputils": "^4.5.10", |
| 53 | + "@jupyterlab/codeeditor": "^4.4.10", |
| 54 | + "@jupyterlab/console": "^4.4.10", |
| 55 | + "@jupyterlab/coreutils": "^6.4.10", |
| 56 | + "@jupyterlab/nbformat": "^4.4.10", |
| 57 | + "@jupyterlab/notebook": "^4.4.10", |
| 58 | + "@jupyterlab/services": "^7.4.10", |
| 59 | + "@jupyterlab/settingregistry": "^4.4.10", |
| 60 | + "@jupyterlab/statedb": "^4.4.10", |
| 61 | + "@jupyterlab/ui-components": "^4.4.10", |
62 | 62 | "@lumino/algorithm": "^2.0.3", |
63 | 63 | "@lumino/commands": "^2.3.2", |
64 | 64 | "@lumino/coreutils": "^2.2.1", |
|
72 | 72 | "react-dom": "^18.2.0" |
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | | - "@jupyterlab/builder": "^4.4.9", |
| 75 | + "@jupyterlab/builder": "^4.4.10", |
76 | 76 | "@types/react": "^18.0.26", |
77 | 77 | "@types/react-dom": "~18.3.1", |
78 | | - "@typescript-eslint/eslint-plugin": "^8.46.0", |
79 | | - "@typescript-eslint/parser": "^8.46.0", |
80 | | - "eslint": "^9.37.0", |
| 78 | + "@typescript-eslint/eslint-plugin": "^8.46.2", |
| 79 | + "@typescript-eslint/parser": "^8.46.2", |
| 80 | + "eslint": "^9.39.0", |
81 | 81 | "eslint-config-prettier": "^10.1.8", |
82 | 82 | "eslint-plugin-prettier": "^5.5.4", |
83 | 83 | "eslint-plugin-react": "^7.37.5", |
84 | 84 | "npm-run-all2": "^7.0.1", |
85 | 85 | "prettier": "^3.6.2", |
86 | | - "rimraf": "^6.0.1", |
| 86 | + "rimraf": "^6.1.0", |
87 | 87 | "typescript": "~5.9.3" |
88 | 88 | }, |
89 | 89 | "resolutions": { |
|
0 commit comments