|
42 | 42 | "test": "jest --coverage --collectCoverageFrom=src/*.{js}" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | | - "@jupyterlab/application": "^4.4.4", |
46 | | - "@jupyterlab/apputils": "^4.5.7", |
| 45 | + "@jupyterlab/application": "^4.4.9", |
| 46 | + "@jupyterlab/apputils": "^4.5.9", |
47 | 47 | "@jupyterlab/notebook": "^4.4.9", |
48 | | - "@jupyterlab/services": "^7.4.4", |
| 48 | + "@jupyterlab/services": "^7.4.9", |
49 | 49 | "@lumino/disposable": "^2.1.4" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
|
54 | 54 | "@babel/eslint-parser": "^7.28.4", |
55 | 55 | "@babel/preset-env": "^7.28.3", |
56 | 56 | "@jupyterlab/builder": "^4.4.9", |
57 | | - "babel-jest": "^30.1.2", |
| 57 | + "babel-jest": "^30.2.0", |
58 | 58 | "cpy-cli": "^6.0.0", |
59 | 59 | "eslint": "^8.57.1", |
60 | 60 | "eslint-config-airbnb": "^19.0.4", |
|
65 | 65 | "eslint-plugin-json": "^3.1.0", |
66 | 66 | "eslint-plugin-prettier": "^5.5.4", |
67 | 67 | "isomorphic-fetch": "^3.0.0", |
68 | | - "jest": "^30.0.0", |
| 68 | + "jest": "^30.2.0", |
69 | 69 | "jest-environment-jsdom": "^30.2.0", |
70 | 70 | "jest-junit": "^16.0.0", |
71 | 71 | "jest-transform-css": "^6.0.3", |
|
0 commit comments