|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 | 13 | "@tauri-apps/api": "^2.5.0",
|
| 14 | + "@tauri-apps/plugin-clipboard-manager": "^2.2.2", |
14 | 15 | "@tauri-apps/plugin-fs": "^2.2.1",
|
15 | 16 | "@tauri-apps/plugin-http": "^2.4.3",
|
16 |
| - "@tauri-apps/plugin-log": "^2.3.1", |
| 17 | + "@tauri-apps/plugin-log": "^2.4.0", |
17 | 18 | "@tauri-apps/plugin-opener": "^2.2.6",
|
18 | 19 | "@tauri-apps/plugin-os": "^2.2.1",
|
19 | 20 | "@tauri-apps/plugin-shell": "^2.2.1",
|
20 | 21 | "@tauri-apps/plugin-store": "^2.2.0",
|
21 |
| - "@tauri-apps/plugin-updater": "^2.7.0", |
| 22 | + "@tauri-apps/plugin-updater": "^2.7.1", |
22 | 23 | "@tauri-apps/plugin-upload": "^2.2.1",
|
23 | 24 | "react": "^18.3.1",
|
24 | 25 | "react-dom": "^18.3.1",
|
25 |
| - "react-router": "^7.5.1", |
| 26 | + "react-router": "^7.5.2", |
26 | 27 | "zustand": "^5.0.3"
|
27 | 28 | },
|
28 | 29 | "devDependencies": {
|
29 | 30 | "@tailwindcss/vite": "^4.1.4",
|
30 | 31 | "@tauri-apps/cli": "^2.5.0",
|
31 | 32 | "@types/react": "^18.3.1",
|
32 | 33 | "@types/react-dom": "^18.3.1",
|
33 |
| - "@vitejs/plugin-react": "^4.4.0", |
34 |
| - "daisyui": "^5.0.25", |
| 34 | + "@vitejs/plugin-react": "^4.4.1", |
| 35 | + "daisyui": "^5.0.28", |
35 | 36 | "tailwindcss": "^4.1.4",
|
36 | 37 | "typescript": "^5.8.3",
|
37 |
| - "vite": "^6.3.1" |
| 38 | + "vite": "^6.3.3" |
38 | 39 | }
|
39 | 40 | }
|
0 commit comments