|
12 | 12 | "check": "biome check --no-errors-on-unmatched"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@fortawesome/fontawesome-svg-core": "^6.5.2", |
16 |
| - "@fortawesome/free-brands-svg-icons": "^6.5.2", |
17 |
| - "@fortawesome/free-regular-svg-icons": "^6.5.2", |
18 |
| - "@fortawesome/free-solid-svg-icons": "^6.5.2", |
19 |
| - "@fortawesome/react-fontawesome": "^0.2.0", |
20 |
| - "@generouted/react-router": "^1.18.6", |
21 |
| - "@pandacss/dev": "^0.37.2", |
22 |
| - "@radix-ui/primitive": "^1.0.1", |
23 |
| - "@radix-ui/react-checkbox": "^1.0.4", |
24 |
| - "@radix-ui/react-collapsible": "^1.0.3", |
25 |
| - "@radix-ui/react-context": "^1.0.1", |
26 |
| - "@radix-ui/react-dialog": "^1.0.5", |
27 |
| - "@radix-ui/react-popover": "^1.0.7", |
28 |
| - "@radix-ui/react-select": "^2.0.0", |
29 |
| - "@radix-ui/react-slot": "^1.0.2", |
30 |
| - "@radix-ui/react-tabs": "^1.0.4", |
31 |
| - "@radix-ui/react-toggle": "^1.0.3", |
32 |
| - "@radix-ui/react-tooltip": "^1.0.7", |
33 |
| - "@radix-ui/react-use-controllable-state": "^1.0.1", |
34 |
| - "@tanstack/react-form": "^0.19.0", |
35 |
| - "@tanstack/react-table": "^8.15.3", |
36 |
| - "@tanstack/valibot-form-adapter": "^0.19.0", |
37 |
| - "echarts": "^5.5.0", |
38 |
| - "fast-xml-parser": "^4.3.6", |
| 15 | + "@fortawesome/fontawesome-svg-core": "^6.6.0", |
| 16 | + "@fortawesome/free-brands-svg-icons": "^6.6.0", |
| 17 | + "@fortawesome/free-regular-svg-icons": "^6.6.0", |
| 18 | + "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| 19 | + "@fortawesome/react-fontawesome": "^0.2.2", |
| 20 | + "@generouted/react-router": "^1.19.6", |
| 21 | + "@pandacss/dev": "^0.46.1", |
| 22 | + "@radix-ui/primitive": "^1.1.0", |
| 23 | + "@radix-ui/react-checkbox": "^1.1.1", |
| 24 | + "@radix-ui/react-collapsible": "^1.1.0", |
| 25 | + "@radix-ui/react-context": "^1.1.0", |
| 26 | + "@radix-ui/react-dialog": "^1.1.1", |
| 27 | + "@radix-ui/react-popover": "^1.1.1", |
| 28 | + "@radix-ui/react-select": "^2.1.1", |
| 29 | + "@radix-ui/react-slot": "^1.1.0", |
| 30 | + "@radix-ui/react-tabs": "^1.1.0", |
| 31 | + "@radix-ui/react-toggle": "^1.1.0", |
| 32 | + "@radix-ui/react-tooltip": "^1.1.2", |
| 33 | + "@radix-ui/react-use-controllable-state": "^1.1.0", |
| 34 | + "@tanstack/react-form": "^0.33.0", |
| 35 | + "@tanstack/react-table": "^8.20.5", |
| 36 | + "@tanstack/valibot-form-adapter": "^0.33.0", |
| 37 | + "echarts": "^5.5.1", |
| 38 | + "fast-xml-parser": "^4.5.0", |
39 | 39 | "file-saver": "^2.0.5",
|
40 | 40 | "jszip": "^3.10.1",
|
41 | 41 | "pako": "^2.1.0",
|
42 | 42 | "prompts": "^2.4.2",
|
43 |
| - "react": "^18.2.0", |
44 |
| - "react-dom": "^18.2.0", |
| 43 | + "react": "^18.3.1", |
| 44 | + "react-dom": "^18.3.1", |
45 | 45 | "react-dropzone": "^14.2.3",
|
46 |
| - "react-router-dom": "^6.22.3", |
| 46 | + "react-router-dom": "^6.26.2", |
47 | 47 | "slugify": "^1.6.6",
|
48 |
| - "valibot": "^0.30.0" |
| 48 | + "valibot": "^0.42.1" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@biomejs/biome": "1.9.2",
|
52 | 52 | "@types/file-saver": "^2.0.7",
|
53 |
| - "@types/node": "^20.12.5", |
| 53 | + "@types/node": "^20.16.10", |
54 | 54 | "@types/pako": "^2.0.3",
|
55 |
| - "@types/react": "^18.2.74", |
56 |
| - "@types/react-dom": "^18.2.24", |
57 |
| - "@vitejs/plugin-react": "^4.2.1", |
58 |
| - "lefthook": "^1.7.16", |
59 |
| - "typescript": "^5.4.4", |
60 |
| - "vite": "^5.2.8", |
61 |
| - "vitest": "^1.4.0" |
| 55 | + "@types/react": "^18.3.10", |
| 56 | + "@types/react-dom": "^18.3.0", |
| 57 | + "@vitejs/plugin-react": "^4.3.2", |
| 58 | + "lefthook": "^1.7.18", |
| 59 | + "typescript": "^5.6.2", |
| 60 | + "vite": "^5.4.8", |
| 61 | + "vitest": "^2.1.1" |
62 | 62 | },
|
63 | 63 | "engines": {
|
64 | 64 | "node": ">=18"
|
|
0 commit comments