|
6 | 6 | "dependencies": {
|
7 | 7 | "@emotion/react": "^11.14.0",
|
8 | 8 | "@emotion/styled": "^11.14.0",
|
9 |
| - "@fontsource/roboto": "^5.2.5", |
10 |
| - "@mui/icons-material": "^7.0.2", |
11 |
| - "@mui/material": "^7.0.2", |
12 |
| - "@mui/system": "^7.0.2", |
13 |
| - "@mui/x-data-grid": "^8.2.0", |
| 9 | + "@fontsource/roboto": "^5.2.6", |
| 10 | + "@mui/icons-material": "^7.1.1", |
| 11 | + "@mui/material": "^7.1.1", |
| 12 | + "@mui/system": "^7.1.1", |
| 13 | + "@mui/x-data-grid": "^8.5.2", |
14 | 14 | "@shopify/react-web-worker": "^5.1.6",
|
15 | 15 | "@tauri-apps/api": "^2.5.0",
|
16 | 16 | "@tauri-apps/plugin-clipboard-manager": "^2.2.2",
|
17 |
| - "@tauri-apps/plugin-dialog": "^2.2.1", |
| 17 | + "@tauri-apps/plugin-dialog": "^2.2.2", |
18 | 18 | "@tauri-apps/plugin-os": "^2.2.1",
|
19 | 19 | "crypto-js": "^4.2.0",
|
20 | 20 | "graphemer": "^1.4.0",
|
21 | 21 | "react": "^19.1.0",
|
22 | 22 | "react-dom": "^19.1.0",
|
23 |
| - "react-router-dom": "^7.5.3" |
| 23 | + "react-router-dom": "^7.6.2" |
24 | 24 | },
|
25 | 25 | "scripts": {
|
26 | 26 | "start": "vite",
|
|
37 | 37 | ]
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@eslint/js": "^9.26.0", |
| 40 | + "@eslint/js": "^9.28.0", |
41 | 41 | "@tauri-apps/cli": "^2.5.0",
|
42 |
| - "@vitejs/plugin-react": "^4.4.1", |
43 |
| - "eslint": "^9.26.0", |
| 42 | + "@vitejs/plugin-react": "^4.5.2", |
| 43 | + "eslint": "^9.28.0", |
44 | 44 | "eslint-config-react-app": "^7.0.1",
|
45 | 45 | "eslint-plugin-import": "^2.31.0",
|
46 | 46 | "eslint-plugin-react": "^7.37.5",
|
47 | 47 | "eslint-plugin-react-hooks": "^5.2.0",
|
48 | 48 | "eslint-plugin-react-refresh": "^0.4.20",
|
49 |
| - "globals": "^16.0.0", |
| 49 | + "globals": "^16.2.0", |
50 | 50 | "prettier": "^3.5.3",
|
51 |
| - "vite": "^6.3.4", |
| 51 | + "vite": "^6.3.5", |
52 | 52 | "vite-plugin-eslint": "^1.8.1",
|
53 | 53 | "vite-plugin-svgr": "^4.3.0"
|
54 | 54 | },
|
55 |
| - "packageManager": "yarn@4.9.1" |
| 55 | + "packageManager": "yarn@4.9.2" |
56 | 56 | }
|
0 commit comments