|
11 | 11 | "prepare": "husky" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@tailwindcss/vite": "^4.1.14", |
15 | | - "@tauri-apps/api": "^2.8.0", |
16 | | - "@tauri-apps/plugin-autostart": "^2.5.0", |
17 | | - "@tauri-apps/plugin-clipboard-manager": "~2.3.0", |
18 | | - "@tauri-apps/plugin-dialog": "^2.4.0", |
19 | | - "@tauri-apps/plugin-fs": "~2.4.2", |
20 | | - "@tauri-apps/plugin-http": "~2.5.2", |
21 | | - "@tauri-apps/plugin-log": "~2.7.0", |
22 | | - "@tauri-apps/plugin-opener": "^2.5.0", |
23 | | - "@tauri-apps/plugin-os": "~2.3.1", |
24 | | - "@tauri-apps/plugin-process": "^2.3.0", |
25 | | - "@tauri-apps/plugin-shell": "~2.3.1", |
26 | | - "@tauri-apps/plugin-sql": "~2.3.0", |
27 | | - "@tauri-apps/plugin-store": "~2.4.0", |
| 14 | + "@tailwindcss/vite": "^4.1.16", |
| 15 | + "@tauri-apps/api": "^2.9.0", |
| 16 | + "@tauri-apps/plugin-autostart": "^2.5.1", |
| 17 | + "@tauri-apps/plugin-clipboard-manager": "~2.3.2", |
| 18 | + "@tauri-apps/plugin-dialog": "^2.4.2", |
| 19 | + "@tauri-apps/plugin-fs": "~2.4.4", |
| 20 | + "@tauri-apps/plugin-http": "~2.5.4", |
| 21 | + "@tauri-apps/plugin-log": "~2.7.1", |
| 22 | + "@tauri-apps/plugin-opener": "^2.5.2", |
| 23 | + "@tauri-apps/plugin-os": "~2.3.2", |
| 24 | + "@tauri-apps/plugin-process": "^2.3.1", |
| 25 | + "@tauri-apps/plugin-shell": "~2.3.3", |
| 26 | + "@tauri-apps/plugin-sql": "~2.3.1", |
| 27 | + "@tauri-apps/plugin-store": "~2.4.1", |
28 | 28 | "@tauri-apps/plugin-updater": "^2.9.0", |
29 | | - "@tauri-apps/plugin-window-state": "^2.4.0", |
| 29 | + "@tauri-apps/plugin-window-state": "^2.4.1", |
30 | 30 | "bytes": "^3.1.2", |
31 | 31 | "clsx": "^2.1.1", |
32 | 32 | "framer-motion": "^12.23.24", |
|
35 | 35 | "react-dom": "^19.2.0", |
36 | 36 | "sonner": "^2.0.7", |
37 | 37 | "swr": "^2.3.6", |
38 | | - "tailwindcss": "^4.1.14", |
| 38 | + "tailwindcss": "^4.1.16", |
39 | 39 | "zod": "^4.1.12" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@tauri-apps/cli": "^2.8.4", |
| 42 | + "@tauri-apps/cli": "^2.9.1", |
43 | 43 | "@types/bytes": "^3.1.5", |
44 | | - "@types/node": "^22.18.11", |
| 44 | + "@types/node": "^22.18.12", |
45 | 45 | "@types/unzipper": "^0.10.11", |
46 | 46 | "@types/react": "^19.2.2", |
47 | 47 | "@types/react-dom": "^19.2.2", |
48 | 48 | "@vitejs/plugin-react": "^4.7.0", |
49 | | - "daisyui": "^5.3.7", |
| 49 | + "daisyui": "^5.3.10", |
50 | 50 | "husky": "^9.1.7", |
51 | 51 | "tar": "^7.5.1", |
52 | 52 | "typescript": "~5.6.3", |
|
0 commit comments