|
10 | 10 | "@mui/icons-material": "^9.0.0", |
11 | 11 | "@mui/material": "^9.0.0", |
12 | 12 | "@mui/system": "^9.0.0", |
13 | | - "@mui/x-data-grid": "^9.0.1", |
14 | | - "@shopify/react-web-worker": "^5.1.6", |
| 13 | + "@mui/x-data-grid": "^9.0.2", |
15 | 14 | "@tauri-apps/api": "^2.10.1", |
16 | 15 | "@tauri-apps/plugin-clipboard-manager": "^2.3.2", |
17 | 16 | "@tauri-apps/plugin-dialog": "^2.7.0", |
|
20 | 19 | "graphemer": "^1.4.0", |
21 | 20 | "react": "^19.2.5", |
22 | 21 | "react-dom": "^19.2.5", |
23 | | - "react-router-dom": "^7.14.0" |
| 22 | + "react-router-dom": "^7.14.2" |
24 | 23 | }, |
25 | 24 | "scripts": { |
26 | | - "start": "vite", |
| 25 | + "dev": "vite", |
27 | 26 | "build": "vite build", |
| 27 | + "tbuild": "tauri build", |
28 | 28 | "preview": "vite build && vite preview", |
29 | 29 | "tdev": "tauri dev", |
30 | 30 | "lint": "eslint .", |
|
41 | 41 | "@nabla/vite-plugin-eslint": "^3.0.1", |
42 | 42 | "@tauri-apps/cli": "^2.10.1", |
43 | 43 | "@vitejs/plugin-react": "^6.0.1", |
44 | | - "eslint": "^10.2.0", |
| 44 | + "eslint": "^10.2.1", |
45 | 45 | "eslint-config-react-app": "^7.0.1", |
46 | 46 | "eslint-plugin-import-x": "^4.16.2", |
47 | 47 | "eslint-plugin-react": "^7.37.5", |
48 | | - "eslint-plugin-react-hooks": "^7.0.1", |
| 48 | + "eslint-plugin-react-hooks": "^7.1.1", |
49 | 49 | "eslint-plugin-react-refresh": "^0.5.2", |
50 | 50 | "globals": "^17.5.0", |
51 | | - "prettier": "^3.8.2", |
52 | | - "vite": "^8.0.8", |
| 51 | + "prettier": "^3.8.3", |
| 52 | + "vite": "^8.0.10", |
53 | 53 | "vite-plugin-svgr": "^5.2.0" |
54 | 54 | }, |
55 | | - "packageManager": "yarn@4.13.0" |
| 55 | + "packageManager": "yarn@4.14.1" |
56 | 56 | } |
0 commit comments