|
16 | 16 | "dependencies": { |
17 | 17 | "@emotion/react": "^11.14.0", |
18 | 18 | "@emotion/styled": "^11.14.0", |
19 | | - "@eslint/compat": "^1.3.0", |
20 | | - "@h5web/lib": "^14.0.1", |
21 | | - "@jsonforms/core": "~3.6.0", |
22 | | - "@jsonforms/material-renderers": "~3.6.0", |
23 | | - "@jsonforms/react": "~3.6.0", |
24 | | - "@mui/icons-material": "^5.17.1", |
25 | | - "@mui/material": "^5.17.1", |
26 | | - "@mui/system": "^5.15.9", |
27 | | - "@mui/x-data-grid": "^5.17.4", |
28 | | - "@mui/x-date-pickers": "^7.29.4", |
| 19 | + "@h5web/lib": "^17.0.0", |
| 20 | + "@jsonforms/core": "~3.8.0", |
| 21 | + "@jsonforms/material-renderers": "~3.8.0", |
| 22 | + "@jsonforms/react": "~3.8.0", |
| 23 | + "@mui/icons-material": "^7.0.0", |
| 24 | + "@mui/material": "^7.0.0", |
| 25 | + "@mui/x-data-grid": "^8.0.0", |
| 26 | + "@mui/x-date-pickers": "^8.0.0", |
29 | 27 | "@react-three/fiber": "^8.16.2", |
30 | | - "mathjs": "^12.1.0", |
| 28 | + "mathjs": "^15.0.0", |
31 | 29 | "react": "18.3.1", |
32 | 30 | "react-color": "^2.19.3", |
33 | 31 | "react-dom": "18.3.1", |
34 | | - "react-error-boundary": "^5.0.0", |
35 | | - "three": "^0.158.0", |
36 | | - "zustand": "^4.4.6" |
| 32 | + "react-error-boundary": "^6.0.0", |
| 33 | + "three": "~0.182.0", |
| 34 | + "zustand": "^5.0.0" |
37 | 35 | }, |
38 | 36 | "devDependencies": { |
39 | | - "@eslint/css": "^0.9.0", |
40 | | - "@eslint/js": "^9.29.0", |
| 37 | + "@eslint/js": "^10.0.1", |
| 38 | + "@types/react": "^18.0.0", |
41 | 39 | "@types/react-color": "^3.0.10", |
42 | | - "@types/react-dom": "^19.1.6", |
43 | | - "@types/three": "^0.155.1", |
| 40 | + "@types/react-dom": "^18.3.1", |
| 41 | + "@types/three": "~0.182.0", |
44 | 42 | "@typescript-eslint/eslint-plugin": "^8.34.1", |
45 | 43 | "@typescript-eslint/parser": "^8.34.1", |
46 | | - "@vitejs/plugin-react-swc": "^3.4.1", |
47 | | - "eslint": "^9.29.0", |
| 44 | + "@vitejs/plugin-react": "^6.0.2", |
| 45 | + "eslint": "^10.5.0", |
48 | 46 | "eslint-config-prettier": "^10.1.5", |
49 | | - "eslint-plugin-react": "^7.37.5", |
50 | | - "eslint-plugin-react-hooks": "^5.2.0", |
51 | | - "eslint-plugin-react-refresh": "^0.4.3", |
52 | | - "globals": "^16.2.0", |
| 47 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 48 | + "eslint-plugin-react-refresh": "^0.5.3", |
| 49 | + "globals": "^17.6.0", |
| 50 | + "jiti": "^2.7.0", |
53 | 51 | "prettier": "^3.5.3", |
54 | | - "typescript": "^5.8.3", |
| 52 | + "typescript": "^6.0.0", |
55 | 53 | "typescript-eslint": "^8.34.0", |
56 | | - "vite": "^6.3.5", |
57 | | - "vitest": "^3.0.5" |
| 54 | + "vite": "^8.0.16", |
| 55 | + "vitest": "^4.1.9" |
58 | 56 | } |
59 | 57 | } |
0 commit comments