-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update packages/plugins-workspace digest to 4dd7f5d (#2550)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c0f6635
commit ee7f510
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule plugins-workspace
updated
16 files
+5 −0 | .changes/android-dialog-save.md | |
+5 −0 | .changes/fix-http-plugin-abort.md | |
+7 −6 | Cargo.lock | |
+1 −4 | Cargo.toml | |
+2 −1 | examples/api/src-tauri/gen/android/.idea/gradle.xml | |
+0 −1 | examples/api/src-tauri/gen/android/.idea/misc.xml | |
+1 −1 | package.json | |
+47 −0 | plugins/dialog/android/src/main/java/DialogPlugin.kt | |
+13 −3 | plugins/dialog/guest-js/index.ts | |
+14 −2 | plugins/dialog/src/commands.rs | |
+2 −2 | plugins/dialog/src/error.rs | |
+6 −3 | plugins/dialog/src/lib.rs | |
+23 −0 | plugins/dialog/src/mobile.rs | |
+1 −1 | plugins/http/api-iife.js | |
+1 −1 | plugins/http/guest-js/index.ts | |
+51 −51 | pnpm-lock.yaml |