|
1 | 1 | { |
2 | 2 | "name": "pixi-kernel", |
3 | | - "version": "0.6.3", |
| 3 | + "version": "0.6.4", |
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.3.5", |
58 | | - "@jupyterlab/coreutils": "^6.3.5", |
59 | | - "@jupyterlab/notebook": "^4.3.5", |
60 | | - "@jupyterlab/services": "^7.3.5", |
61 | | - "@rjsf/utils": "^5.24.3", |
62 | | - "react": "^18.3.0" |
| 57 | + "@jupyterlab/application": "^4.4.3", |
| 58 | + "@jupyterlab/coreutils": "^6.4.3", |
| 59 | + "@jupyterlab/notebook": "^4.4.3", |
| 60 | + "@jupyterlab/services": "^7.4.3", |
| 61 | + "@rjsf/utils": "^5.24.12", |
| 62 | + "react": "^18.3.1" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@eslint/eslintrc": "^3.3.0", |
66 | | - "@eslint/js": "^9.21.0", |
67 | | - "@jupyterlab/builder": "^4.3.5", |
| 65 | + "@eslint/eslintrc": "^3.3.1", |
| 66 | + "@eslint/js": "^9.29.0", |
| 67 | + "@jupyterlab/builder": "^4.4.3", |
68 | 68 | "@types/json-schema": "^7.0.15", |
69 | | - "@types/react": "^18.3.10", |
| 69 | + "@types/react": "^18.3.12", |
70 | 70 | "@types/react-addons-linked-state-mixin": "^0.14.27", |
71 | | - "@typescript-eslint/eslint-plugin": "^8.24.1", |
72 | | - "@typescript-eslint/parser": "^8.24.1", |
73 | | - "eslint": "^9.21.0", |
74 | | - "eslint-config-prettier": "^10.0.1", |
75 | | - "eslint-plugin-prettier": "^5.2.3", |
76 | | - "npm-run-all2": "^7.0.2", |
77 | | - "prettier": "^3.5.2", |
| 71 | + "@typescript-eslint/eslint-plugin": "^8.34.1", |
| 72 | + "@typescript-eslint/parser": "^8.34.1", |
| 73 | + "eslint": "^9.29.0", |
| 74 | + "eslint-config-prettier": "^10.1.5", |
| 75 | + "eslint-plugin-prettier": "^5.5.0", |
| 76 | + "npm-run-all2": "^8.0.4", |
| 77 | + "prettier": "^3.5.3", |
78 | 78 | "rimraf": "^6.0.1", |
79 | 79 | "source-map-loader": "^5.0.0", |
80 | | - "typescript": "~5.7.3" |
| 80 | + "typescript": "5.5.4" |
81 | 81 | }, |
82 | 82 | "jupyterlab": { |
83 | 83 | "discovery": { |
|
0 commit comments