|
10 | 10 | "url": "https://gitlab.esrf.fr/ui/myhdf5"
|
11 | 11 | },
|
12 | 12 | "engines": {
|
13 |
| - "node": "20.x", |
| 13 | + "node": "22.x", |
14 | 14 | "pnpm": "9.x"
|
15 | 15 | },
|
16 | 16 | "packageManager": "[email protected]",
|
|
23 | 23 | "lint:eslint": "eslint \"**/*.{ts,tsx}\" --max-warnings=0",
|
24 | 24 | "lint:tsc": "tsc",
|
25 | 25 | "lint:prettier": "prettier --cache --check .",
|
26 |
| - "analyze": "npx source-map-explorer 'build/static/js/*.js'" |
| 26 | + "analyze": "pnpm dlx source-map-explorer \"dist/assets/*.js\" --no-border-checks" |
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 |
| - "@h5web/app": "13.0.0", |
30 |
| - "@h5web/h5wasm": "13.0.0", |
31 |
| - "@react-hookz/web": "15.1.0", |
| 29 | + "@h5web/app": "14.0.0", |
| 30 | + "@h5web/h5wasm": "14.0.0", |
| 31 | + "@react-hookz/web": "25.1.0", |
32 | 32 | "h5wasm-plugins": "0.0.3",
|
33 |
| - "immer": "9.0.15", |
34 | 33 | "normalize.css": "8.0.1",
|
35 |
| - "react": "18.2.0", |
36 |
| - "react-dom": "18.2.0", |
37 |
| - "react-dropzone": "14.2.1", |
38 |
| - "react-error-boundary": "4.0.11", |
39 |
| - "react-hook-form": "7.34.2", |
40 |
| - "react-icons": "4.4.0", |
| 34 | + "react": "18.3.1", |
| 35 | + "react-dom": "18.3.1", |
| 36 | + "react-dropzone": "14.3.8", |
| 37 | + "react-error-boundary": "5.0.0", |
| 38 | + "react-hook-form": "7.54.2", |
| 39 | + "react-icons": "5.4.0", |
41 | 40 | "react-router-dom": "6.3.0",
|
42 |
| - "suspend-react": "0.0.8", |
43 |
| - "zustand": "4.0.0" |
| 41 | + "suspend-react": "0.1.3", |
| 42 | + "zustand": "5.0.3" |
44 | 43 | },
|
45 | 44 | "devDependencies": {
|
46 |
| - "@types/node": "^20.10.5", |
47 |
| - "@types/react": "^18.2.31", |
48 |
| - "@types/react-dom": "^18.2.14", |
49 |
| - "@vitejs/plugin-react": "4.2.1", |
| 45 | + "@types/node": "^22.13.10", |
| 46 | + "@types/react": "^18.3.19", |
| 47 | + "@types/react-dom": "^18.3.5", |
| 48 | + "@vitejs/plugin-react-swc": "3.8.1", |
50 | 49 | "babel-preset-react-app": "10.0.1",
|
51 | 50 | "eslint": "8.56.0",
|
52 | 51 | "eslint-config-galex": "4.5.2",
|
53 | 52 | "npm-run-all": "4.1.5",
|
54 |
| - "prettier": "3.1.1", |
| 53 | + "prettier": "3.5.3", |
55 | 54 | "typescript": "5.0.4",
|
56 |
| - "vite": "5.1.6", |
57 |
| - "vite-plugin-checker": "0.6.4", |
| 55 | + "vite": "6.2.2", |
| 56 | + "vite-plugin-checker": "0.9.1", |
58 | 57 | "vite-plugin-eslint": "1.8.1"
|
59 | 58 | },
|
60 | 59 | "pnpm": {
|
|
0 commit comments