|
25 | 25 | "url": "https://github.com/silx-kit/jupyterlab-h5web/issues" |
26 | 26 | }, |
27 | 27 | "engines": { |
28 | | - "node": "20.x", |
| 28 | + "node": "22.x", |
29 | 29 | "jlpm": "*" |
30 | 30 | }, |
31 | 31 | "main": "lib/index.js", |
|
48 | 48 | "clean:lib": "rimraf lib tsconfig.tsbuildinfo", |
49 | 49 | "clean:labextension": "rimraf jupyterlab_h5web/labextension", |
50 | 50 | "clean:all": "jlpm run clean:lib && jlpm run clean:labextension", |
51 | | - "deduplicate": "jlpm run yarn-deduplicate", |
52 | 51 | "lint": "run-p 'lint:*'", |
53 | 52 | "lint:eslint": "eslint \"**/*.{ts,tsx,js,jsx}\" --max-warnings=0", |
54 | 53 | "lint:tsc": "tsc --noEmit", |
|
59 | 58 | "postversion": "git push && git push --tags" |
60 | 59 | }, |
61 | 60 | "dependencies": { |
62 | | - "@h5web/app": "13.0.0", |
63 | | - "@jupyterlab/application": "^4.0.0", |
64 | | - "@jupyterlab/apputils": "^4.0.0", |
65 | | - "@jupyterlab/coreutils": "^6.0.0", |
66 | | - "@jupyterlab/docmanager": "^4.0.0", |
67 | | - "@jupyterlab/docregistry": "^4.0.0", |
68 | | - "@jupyterlab/filebrowser": "^4.0.0", |
69 | | - "@jupyterlab/launcher": "^4.0.0", |
70 | | - "@jupyterlab/rendermime": "^4.0.0", |
71 | | - "@jupyterlab/rendermime-interfaces": "^3.8.2", |
72 | | - "@jupyterlab/services": "^7.0.0", |
73 | | - "@jupyterlab/ui-components": "^4.0.0", |
74 | | - "@lumino/widgets": "^2.0.0", |
75 | | - "@react-hookz/web": "^24.0.4", |
76 | | - "react": "^18.0.0", |
77 | | - "react-dom": "^18.0.0" |
| 61 | + "@h5web/app": "14.0.0", |
| 62 | + "@jupyterlab/application": "4.3.6", |
| 63 | + "@jupyterlab/apputils": "4.4.6", |
| 64 | + "@jupyterlab/coreutils": "6.3.6", |
| 65 | + "@jupyterlab/docmanager": "4.3.6", |
| 66 | + "@jupyterlab/docregistry": "4.3.6", |
| 67 | + "@jupyterlab/filebrowser": "4.3.6", |
| 68 | + "@jupyterlab/launcher": "4.3.6", |
| 69 | + "@jupyterlab/rendermime": "4.3.6", |
| 70 | + "@jupyterlab/rendermime-interfaces": "3.11.6", |
| 71 | + "@jupyterlab/services": "7.3.6", |
| 72 | + "@jupyterlab/ui-components": "4.3.6", |
| 73 | + "@lumino/widgets": "2.6.0", |
| 74 | + "@react-hookz/web": "25.1.0", |
| 75 | + "react": "18.3.1", |
| 76 | + "react-dom": "18.3.1" |
78 | 77 | }, |
79 | 78 | "devDependencies": { |
80 | | - "@jupyterlab/builder": "^4.0.0", |
81 | | - "@types/node": "^20.14.9", |
82 | | - "@types/react": "^18.0.0", |
83 | | - "@types/react-dom": "^18.0.0", |
| 79 | + "@jupyterlab/builder": "4.3.6", |
| 80 | + "@types/node": "^22.13.11", |
| 81 | + "@types/react": "^18.3.19", |
| 82 | + "@types/react-dom": "^18.3.5", |
84 | 83 | "@typescript-eslint/eslint-plugin": "^5.55.0", |
85 | 84 | "@typescript-eslint/parser": "^5.55.0", |
86 | 85 | "eslint": "8.26.0", |
87 | 86 | "eslint-config-galex": "4.3.1", |
88 | 87 | "eslint-plugin-import": "^2.27.5", |
89 | | - "mkdirp": "^1.0.3", |
| 88 | + "mkdirp": "3.0.1", |
90 | 89 | "npm-run-all": "4.1.5", |
91 | | - "prettier": "2.8.8", |
92 | | - "rimraf": "^5.0.0", |
93 | | - "typescript": "~5.1.3", |
94 | | - "yarn-deduplicate": "^6.0.0" |
| 90 | + "prettier": "3.5.3", |
| 91 | + "rimraf": "6.0.1", |
| 92 | + "typescript": "~5.1.3" |
95 | 93 | }, |
96 | 94 | "jupyterlab": { |
97 | 95 | "discovery": { |
|
0 commit comments