|
1 | 1 | { |
2 | 2 | "name": "pixi-kernel", |
3 | | - "version": "0.6.7", |
| 3 | + "version": "0.7.0", |
4 | 4 | "description": "Jupyter kernels using Pixi for reproducible notebooks.", |
5 | 5 | "keywords": [ |
6 | 6 | "kernel", |
|
54 | 54 | "watch:labextension": "jupyter labextension watch ." |
55 | 55 | }, |
56 | 56 | "dependencies": { |
57 | | - "@jupyterlab/application": "^4.4.7", |
58 | | - "@jupyterlab/coreutils": "^6.4.7", |
59 | | - "@jupyterlab/notebook": "^4.4.7", |
60 | | - "@jupyterlab/services": "^7.4.7", |
| 57 | + "@jupyterlab/application": "^4.4.10", |
| 58 | + "@jupyterlab/coreutils": "^6.4.10", |
| 59 | + "@jupyterlab/notebook": "^4.4.10", |
| 60 | + "@jupyterlab/services": "^7.4.10", |
61 | 61 | "@rjsf/utils": "^5.24.13", |
62 | 62 | "react": "^18.3.1" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | 65 | "@eslint/eslintrc": "^3.3.1", |
66 | | - "@eslint/js": "^9.35.0", |
67 | | - "@jupyterlab/builder": "^4.4.7", |
| 66 | + "@eslint/js": "^9.39.0", |
| 67 | + "@jupyterlab/builder": "^4.4.10", |
68 | 68 | "@types/json-schema": "^7.0.15", |
69 | | - "@types/react": "^18.3.24", |
| 69 | + "@types/react": "^18.3.26", |
70 | 70 | "@types/react-addons-linked-state-mixin": "^0.14.27", |
71 | | - "@typescript-eslint/eslint-plugin": "^8.43.0", |
72 | | - "@typescript-eslint/parser": "^8.43.0", |
73 | | - "eslint": "^9.35.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "^8.46.2", |
| 72 | + "@typescript-eslint/parser": "^8.46.2", |
| 73 | + "eslint": "^9.39.0", |
74 | 74 | "eslint-config-prettier": "^10.1.8", |
75 | 75 | "eslint-plugin-prettier": "^5.5.4", |
76 | 76 | "npm-run-all2": "^8.0.4", |
77 | 77 | "prettier": "^3.6.2", |
78 | | - "rimraf": "^6.0.1", |
| 78 | + "rimraf": "^6.1.0", |
79 | 79 | "source-map-loader": "^5.0.0", |
80 | | - "typescript": "5.9.2" |
| 80 | + "typescript": "5.9.3" |
81 | 81 | }, |
82 | 82 | "jupyterlab": { |
83 | 83 | "discovery": { |
|
0 commit comments