chore: bump Tauri deps to latest

- @tauri-apps/api ^2.11.1 - @tauri-apps/cli ^2.11.3 (was "next") The Rust `tauri`/`tauri-plugin` constraints already float to the latest 2.x (now resolving to tauri 2.11.3 / tauri-plugin 2.6.3). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Seto committed Jun 20, 2026 at 05:05 UTC 23c41ae95fde2d974836751e44c3e18aeb62b8f2
2 files changed +2 -2
bun.lockb
Binary files a/bun.lockb and b/bun.lockb differ
package.json
+2 -2
@@ -28,12 +28,12 @@
28 "check": "biome check"
29 },
30 "dependencies": {
31 - "@tauri-apps/api": "^2.9.0"
31 + "@tauri-apps/api": "^2.11.1"
32 },
33 "devDependencies": {
34 "@biomejs/biome": "1.9.4",
35 "@rollup/plugin-typescript": "^11.1.6",
36 - "@tauri-apps/cli": "next",
36 + "@tauri-apps/cli": "^2.11.3",
37 "rolldown": "1.0.0-beta.52",
38 "tslib": "^2.8.1",
39 "typescript": "^5.9.3"