|
9 | 9 | "next-build": "next build src-next" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@tauri-apps/api": "^2.3.0", |
13 | | - "@tauri-apps/plugin-clipboard-manager": "^2.2.1", |
14 | | - "@tauri-apps/plugin-dialog": "^2.2.0", |
15 | | - "@tauri-apps/plugin-fs": "^2.2.0", |
16 | | - "@tauri-apps/plugin-global-shortcut": "^2.2.0", |
17 | | - "@tauri-apps/plugin-http": "^2.3.0", |
18 | | - "@tauri-apps/plugin-notification": "^2.2.1", |
19 | | - "@tauri-apps/plugin-os": "^2.2.0", |
20 | | - "@tauri-apps/plugin-process": "^2.2.0", |
21 | | - "@tauri-apps/plugin-shell": "^2.2.0", |
22 | | - "next": "^15.1.7", |
23 | | - "react": "^19.0.0", |
24 | | - "react-dom": "^19.0.0" |
| 12 | + "@tauri-apps/api": "^2.7.0", |
| 13 | + "@tauri-apps/plugin-clipboard-manager": "^2.3.0", |
| 14 | + "@tauri-apps/plugin-dialog": "^2.3.2", |
| 15 | + "@tauri-apps/plugin-fs": "^2.4.1", |
| 16 | + "@tauri-apps/plugin-global-shortcut": "^2.3.0", |
| 17 | + "@tauri-apps/plugin-http": "^2.5.1", |
| 18 | + "@tauri-apps/plugin-notification": "^2.3.0", |
| 19 | + "@tauri-apps/plugin-os": "^2.3.0", |
| 20 | + "@tauri-apps/plugin-process": "^2.3.0", |
| 21 | + "@tauri-apps/plugin-shell": "^2.3.0", |
| 22 | + "next": "^15.4.6", |
| 23 | + "react": "^19.1.1", |
| 24 | + "react-dom": "^19.1.1" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@tauri-apps/cli": "^2.3.1", |
28 | | - "@types/node": "^22.13.5", |
29 | | - "@types/react": "^19.0.10", |
30 | | - "@types/react-dom": "^19.0.4", |
31 | | - "eslint": "^9.21.0", |
32 | | - "eslint-config-next": "^15.2.0", |
33 | | - "typescript": "^5.7.3" |
| 27 | + "@tauri-apps/cli": "^2.7.1", |
| 28 | + "@types/node": "^24.2.0", |
| 29 | + "@types/react": "^19.1.9", |
| 30 | + "@types/react-dom": "^19.1.7", |
| 31 | + "eslint": "^9.32.0", |
| 32 | + "eslint-config-next": "^15.4.6", |
| 33 | + "typescript": "^5.9.2" |
34 | 34 | } |
35 | 35 | } |
0 commit comments