|
44 | 44 | "test": "jest --coverage --collectCoverageFrom=src/*.{js}" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
| 47 | +<<<<<<< before updating |
47 | 48 | "@jupyterlab/application": "^4.4.4", |
48 | 49 | "@jupyterlab/apputils": "^4.5.5", |
49 | 50 | "@jupyterlab/filebrowser": "^4.1.5", |
|
60 | 61 | "@babel/preset-env": "^7.27.2", |
61 | 62 | "@jupyterlab/builder": "^4.4.5", |
62 | 63 | "babel-jest": "^30.0.2", |
| 64 | +======= |
| 65 | + "@jupyterlab/application": "^4.4.9", |
| 66 | + "@jupyterlab/apputils": "^4.5.9", |
| 67 | + "@jupyterlab/notebook": "^4.4.9", |
| 68 | + "@jupyterlab/services": "^7.4.9", |
| 69 | + "@lumino/disposable": "^2.1.4" |
| 70 | + }, |
| 71 | + "devDependencies": { |
| 72 | + "@babel/cli": "^7.28.3", |
| 73 | + "@babel/core": "^7.28.4", |
| 74 | + "@babel/eslint-parser": "^7.28.4", |
| 75 | + "@babel/preset-env": "^7.28.3", |
| 76 | + "@jupyterlab/builder": "^4.4.9", |
| 77 | + "babel-jest": "^30.2.0", |
| 78 | +>>>>>>> after updating |
63 | 79 | "cpy-cli": "^6.0.0", |
64 | 80 | "eslint": "^8.57.1", |
65 | 81 | "eslint-config-airbnb": "^19.0.4", |
|
68 | 84 | "eslint-plugin-import": "^2.32.0", |
69 | 85 | "eslint-plugin-jest": "^29.0.1", |
70 | 86 | "eslint-plugin-json": "^3.1.0", |
71 | | - "eslint-plugin-prettier": "^5.4.0", |
| 87 | + "eslint-plugin-prettier": "^5.5.4", |
72 | 88 | "isomorphic-fetch": "^3.0.0", |
73 | | - "jest": "^30.0.0", |
74 | | - "jest-environment-jsdom": "^30.0.2", |
| 89 | + "jest": "^30.2.0", |
| 90 | + "jest-environment-jsdom": "^30.2.0", |
75 | 91 | "jest-junit": "^16.0.0", |
76 | 92 | "jest-transform-css": "^6.0.3", |
77 | 93 | "mkdirp": "^3.0.1", |
|
0 commit comments