From f22b918240ebeeab99092bf3a3e8d6995aa8e38b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:29:35 +0000 Subject: [PATCH] chore(deps): update dependency ionic-team/capacitor-swift-pm to from: "8.3.1" --- Package.swift | 2 +- example-app/ios/App/CapApp-SPM/Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 86ce586d..8c508ed9 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CapgoCameraPreview"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.3.1") ], targets: [ .target( diff --git a/example-app/ios/App/CapApp-SPM/Package.swift b/example-app/ios/App/CapApp-SPM/Package.swift index 84dd698e..a70a8b6d 100644 --- a/example-app/ios/App/CapApp-SPM/Package.swift +++ b/example-app/ios/App/CapApp-SPM/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["CapApp-SPM"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"), + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.3.1"), .package(name: "CapacitorApp", path: "../../../node_modules/.bun/@capacitor+app@7.1.1+15e98482558ccfe6/node_modules/@capacitor/app"), .package(name: "CapacitorHaptics", path: "../../../node_modules/.bun/@capacitor+haptics@7.0.3+15e98482558ccfe6/node_modules/@capacitor/haptics"), .package(name: "CapacitorKeyboard", path: "../../../node_modules/.bun/@capacitor+keyboard@7.0.4+15e98482558ccfe6/node_modules/@capacitor/keyboard"),