|
12 | 12 | "tauri": "tauri" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@tauri-apps/api": "^2.2.0", |
16 | | - "@tauri-apps/plugin-autostart": "~2.0.0", |
17 | | - "@tauri-apps/plugin-clipboard-manager": "^2.2.0", |
18 | | - "@tauri-apps/plugin-dialog": "~2.0.2", |
19 | | - "@tauri-apps/plugin-fs": "~2.0.4", |
20 | | - "@tauri-apps/plugin-global-shortcut": "~2.0.0", |
21 | | - "@tauri-apps/plugin-os": "~2.0.0", |
22 | | - "@tauri-apps/plugin-positioner": "~2.0.1", |
23 | | - "@tauri-apps/plugin-shell": "^2.2.0", |
24 | | - "@tauri-apps/plugin-store": "~2.1.0", |
25 | | - "@tauri-apps/plugin-window-state": "~2.2.0", |
26 | | - "@vueuse/core": "^11.3.0", |
27 | | - "vue": "^3.5.13" |
| 15 | + "@tauri-apps/api": "^2.11.0", |
| 16 | + "@tauri-apps/plugin-autostart": "^2.5.1", |
| 17 | + "@tauri-apps/plugin-clipboard-manager": "^2.3.2", |
| 18 | + "@tauri-apps/plugin-dialog": "^2.7.1", |
| 19 | + "@tauri-apps/plugin-fs": "^2.5.1", |
| 20 | + "@tauri-apps/plugin-global-shortcut": "^2.3.1", |
| 21 | + "@tauri-apps/plugin-os": "^2.3.2", |
| 22 | + "@tauri-apps/plugin-positioner": "^2.3.1", |
| 23 | + "@tauri-apps/plugin-shell": "^2.3.5", |
| 24 | + "@tauri-apps/plugin-store": "^2.4.3", |
| 25 | + "@tauri-apps/plugin-window-state": "^2.4.1", |
| 26 | + "@vueuse/core": "^14.3.0", |
| 27 | + "vue": "^3.5.34" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@antfu/eslint-config": "^3.12.0", |
31 | | - "@tauri-apps/cli": "^2.2.2", |
32 | | - "@types/node": "^22.10.2", |
33 | | - "@unocss/eslint-config": "^0.64.1", |
34 | | - "@unocss/preset-mini": "^0.64.1", |
35 | | - "@vitejs/plugin-vue": "^5.2.1", |
36 | | - "eslint": "^9.16.0", |
37 | | - "unocss": "^0.64.1", |
38 | | - "vite": "^6.0.3", |
39 | | - "vue-tsc": "^2.1.10" |
| 30 | + "@antfu/eslint-config": "^9.0.0", |
| 31 | + "@tauri-apps/cli": "^2.11.2", |
| 32 | + "@types/node": "^25.9.1", |
| 33 | + "@unocss/eslint-config": "^66.7.0", |
| 34 | + "@unocss/preset-mini": "^66.7.0", |
| 35 | + "@vitejs/plugin-vue": "^6.0.7", |
| 36 | + "eslint": "^10.4.0", |
| 37 | + "unocss": "^66.7.0", |
| 38 | + "vite": "^8.0.14", |
| 39 | + "vue-tsc": "^3.3.1" |
40 | 40 | }, |
41 | 41 | "dmg": { |
42 | 42 | "background": "./images/", |
|
0 commit comments