|
7 | 7 | "@emotion/react": "^11.14.0", |
8 | 8 | "@emotion/styled": "^11.14.1", |
9 | 9 | "@fontsource/roboto": "^5.2.10", |
10 | | - "@mui/icons-material": "^7.3.9", |
11 | | - "@mui/material": "^7.3.9", |
12 | | - "@mui/system": "^7.3.9", |
13 | | - "@mui/x-data-grid": "^8.28.0", |
| 10 | + "@mui/icons-material": "^9.0.0", |
| 11 | + "@mui/material": "^9.0.0", |
| 12 | + "@mui/system": "^9.0.0", |
| 13 | + "@mui/x-data-grid": "^9.0.1", |
14 | 14 | "@shopify/react-web-worker": "^5.1.6", |
15 | 15 | "@tauri-apps/api": "^2.10.1", |
16 | 16 | "@tauri-apps/plugin-clipboard-manager": "^2.3.2", |
17 | | - "@tauri-apps/plugin-dialog": "^2.6.0", |
| 17 | + "@tauri-apps/plugin-dialog": "^2.7.0", |
18 | 18 | "@tauri-apps/plugin-os": "^2.3.2", |
19 | 19 | "crypto-js": "^4.2.0", |
20 | 20 | "graphemer": "^1.4.0", |
21 | | - "react": "^19.2.4", |
22 | | - "react-dom": "^19.2.4", |
23 | | - "react-router-dom": "^7.13.2" |
| 21 | + "react": "^19.2.5", |
| 22 | + "react-dom": "^19.2.5", |
| 23 | + "react-router-dom": "^7.14.0" |
24 | 24 | }, |
25 | 25 | "scripts": { |
26 | 26 | "start": "vite", |
|
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "@eslint/js": "^10.0.1", |
| 41 | + "@nabla/vite-plugin-eslint": "^3.0.1", |
41 | 42 | "@tauri-apps/cli": "^2.10.1", |
42 | 43 | "@vitejs/plugin-react": "^6.0.1", |
43 | | - "eslint": "^10.1.0", |
| 44 | + "eslint": "^10.2.0", |
44 | 45 | "eslint-config-react-app": "^7.0.1", |
45 | | - "eslint-plugin-import": "^2.32.0", |
| 46 | + "eslint-plugin-import-x": "^4.16.2", |
46 | 47 | "eslint-plugin-react": "^7.37.5", |
47 | 48 | "eslint-plugin-react-hooks": "^7.0.1", |
48 | 49 | "eslint-plugin-react-refresh": "^0.5.2", |
49 | | - "globals": "^17.4.0", |
50 | | - "prettier": "^3.8.1", |
51 | | - "vite": "^8.0.2", |
52 | | - "vite-plugin-eslint": "^1.8.1", |
53 | | - "vite-plugin-svgr": "^4.5.0" |
| 50 | + "globals": "^17.5.0", |
| 51 | + "prettier": "^3.8.2", |
| 52 | + "vite": "^8.0.8", |
| 53 | + "vite-plugin-svgr": "^5.2.0" |
54 | 54 | }, |
55 | 55 | "packageManager": "yarn@4.13.0" |
56 | 56 | } |
0 commit comments