|
15 | 15 | "dependencies": {
|
16 | 16 | "@emotion/react": "^11.14.0",
|
17 | 17 | "@emotion/styled": "^11.14.0",
|
18 |
| - "@fontsource/roboto": "^5.2.5", |
19 |
| - "@mui/icons-material": "^7.0.2", |
20 |
| - "@mui/material": "^7.0.2", |
21 |
| - "@mui/x-data-grid": "^8.2.0", |
| 18 | + "@fontsource/roboto": "^5.2.6", |
| 19 | + "@mui/icons-material": "^7.1.1", |
| 20 | + "@mui/material": "^7.1.1", |
| 21 | + "@mui/x-data-grid": "^8.5.2", |
22 | 22 | "@tauri-apps/api": "^2.5.0",
|
23 |
| - "@tauri-apps/plugin-dialog": "^2.2.1", |
| 23 | + "@tauri-apps/plugin-dialog": "^2.2.2", |
24 | 24 | "@tauri-apps/plugin-os": "^2.2.1",
|
25 | 25 | "react": "^19.1.0",
|
26 | 26 | "react-dom": "^19.1.0",
|
27 |
| - "react-router-dom": "^7.5.3" |
| 27 | + "react-router-dom": "^7.6.2" |
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@eslint/js": "^9.25.1", |
| 30 | + "@eslint/js": "^9.28.0", |
31 | 31 | "@tauri-apps/cli": "^2.5.0",
|
32 |
| - "@types/react": "^19.1.2", |
33 |
| - "@types/react-dom": "^19.1.3", |
34 |
| - "@vitejs/plugin-react": "^4.4.1", |
35 |
| - "eslint": "^9.25.1", |
| 32 | + "@types/react": "^19.1.8", |
| 33 | + "@types/react-dom": "^19.1.6", |
| 34 | + "@vitejs/plugin-react": "^4.5.2", |
| 35 | + "eslint": "^9.28.0", |
36 | 36 | "eslint-config-react-app": "^7.0.1",
|
37 | 37 | "eslint-plugin-import": "^2.31.0",
|
38 | 38 | "eslint-plugin-react": "^7.37.5",
|
39 | 39 | "eslint-plugin-react-hooks": "^5.2.0",
|
40 | 40 | "eslint-plugin-react-refresh": "^0.4.20",
|
41 |
| - "globals": "^16.0.0", |
| 41 | + "globals": "^16.2.0", |
42 | 42 | "prettier": "^3.5.3",
|
43 |
| - "vite": "^6.3.4", |
| 43 | + "vite": "^6.3.5", |
44 | 44 | "vite-plugin-eslint": "^1.8.1",
|
45 | 45 | "vite-plugin-svgr": "^4.3.0"
|
46 | 46 | },
|
47 |
| - "packageManager": "[email protected].1" |
| 47 | + "packageManager": "[email protected].2" |
48 | 48 | }
|
0 commit comments