|
42 | 42 | "test": "jest --coverage --collectCoverageFrom=src/*.{js}" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | | - "@jupyterlab/application": "^4.4.2", |
46 | | - "@jupyterlab/apputils": "^4.5.2", |
| 45 | + "@jupyterlab/application": "^4.4.4", |
| 46 | + "@jupyterlab/apputils": "^4.5.5", |
47 | 47 | "@jupyterlab/notebook": "^4.4.2", |
48 | | - "@jupyterlab/services": "^7.4.2", |
| 48 | + "@jupyterlab/services": "^7.4.4", |
49 | 49 | "@lumino/disposable": "^2.1.4" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | 52 | "@babel/cli": "^7.27.2", |
53 | | - "@babel/core": "^7.27.1", |
54 | | - "@babel/eslint-parser": "^7.27.1", |
| 53 | + "@babel/core": "^7.28.0", |
| 54 | + "@babel/eslint-parser": "^7.28.0", |
55 | 55 | "@babel/preset-env": "^7.27.2", |
56 | | - "@jupyterlab/builder": "^4.4.2", |
57 | | - "babel-jest": "^29.7.0", |
| 56 | + "@jupyterlab/builder": "^4.4.5", |
| 57 | + "babel-jest": "^30.0.2", |
58 | 58 | "cpy-cli": "^5.0.0", |
59 | 59 | "eslint": "^8.57.1", |
60 | 60 | "eslint-config-airbnb": "^19.0.4", |
61 | 61 | "eslint-config-airbnb-base": "^15.0.0", |
62 | | - "eslint-config-prettier": "^10.1.5", |
63 | | - "eslint-plugin-import": "^2.31.0", |
64 | | - "eslint-plugin-jest": "^28.11.0", |
| 62 | + "eslint-config-prettier": "^10.1.8", |
| 63 | + "eslint-plugin-import": "^2.32.0", |
| 64 | + "eslint-plugin-jest": "^28.14.0", |
65 | 65 | "eslint-plugin-json": "^3.1.0", |
66 | 66 | "eslint-plugin-prettier": "^5.4.0", |
67 | 67 | "isomorphic-fetch": "^3.0.0", |
68 | | - "jest": "^29.7.0", |
69 | | - "jest-environment-jsdom": "^29.7.0", |
| 68 | + "jest": "^30.0.0", |
| 69 | + "jest-environment-jsdom": "^30.0.2", |
70 | 70 | "jest-junit": "^16.0.0", |
71 | | - "jest-transform-css": "^6.0.2", |
| 71 | + "jest-transform-css": "^6.0.3", |
72 | 72 | "mkdirp": "^3.0.1", |
73 | | - "prettier": "^3.5.3", |
| 73 | + "prettier": "^3.6.2", |
74 | 74 | "rimraf": "^6.0.1" |
75 | 75 | } |
76 | 76 | } |
0 commit comments