diff options
| author | 2026-01-16 15:20:47 +0800 | |
|---|---|---|
| committer | 2026-01-16 15:20:47 +0800 | |
| commit | 4777cbb7ef3ba73617d37df48ee6d0b0d026a54b (patch) | |
| tree | 3cea6a58ac2f7a6606a2560cdbcecac1fb2c6ff0 /ui/package.json | |
| parent | ddf10db485ea125df92d87955f110f46c0c1e7a0 (diff) | |
| download | DropOut-4777cbb7ef3ba73617d37df48ee6d0b0d026a54b.tar.gz DropOut-4777cbb7ef3ba73617d37df48ee6d0b0d026a54b.zip | |
chore: update plugin-dialog dependency versions in Cargo.toml and package.json
Bumped the version of tauri-plugin-dialog in Cargo.toml and @tauri-apps/plugin-dialog in package.json from 2.5.0 to 2.6.0 to incorporate the latest features and improvements.
Diffstat (limited to 'ui/package.json')
| -rw-r--r-- | ui/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json index 531775e..008fcfb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@tauri-apps/api": "^2.9.1", - "@tauri-apps/plugin-dialog": "^2.5.0", + "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "^2.4.5", "@tauri-apps/plugin-shell": "^2.3.4", "lucide-svelte": "^0.562.0", |