fix(deps): update tauri monorepo (v1) (#1433)

* fix(deps): update tauri monorepo

* Update Cargo.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9365593188

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-04 11:22:55 +00:00
committed by tauri-bot
parent b0a4a479ca
commit 97ea67dd13
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ function transformCallback(callback, once = false) {
if (once) {
Reflect.deleteProperty(window, prop);
}
return callback?.(result);
return callback === null || callback === void 0 ? void 0 : callback(result);
},
writable: false,
configurable: true

File diff suppressed because one or more lines are too long

View File

@@ -28,6 +28,6 @@
"tslib": "2.6.2"
},
"dependencies": {
"@tauri-apps/api": "1.5.3"
"@tauri-apps/api": "1.5.6"
}
}