From ada1271f0246d767fc06314f12bdb72b83b9fff3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:24:54 +0000 Subject: [PATCH] chore(deps): update dependency ionic-team/capacitor-swift-pm to from: "8.3.0" --- Package.resolved | 4 ++-- Package.swift | 2 +- example-app/ios/App/CapApp-SPM/Package.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index b766000..ae53d2b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ionic-team/capacitor-swift-pm.git", "state" : { - "revision" : "13a39179b3df796f3bb2e70c47ccdd92593f34d2", - "version" : "8.0.2" + "revision" : "6a2a3feb25fda8df2a284d0818bc9c83e57a7d56", + "version" : "8.3.0" } }, { diff --git a/Package.swift b/Package.swift index 251b523..5a4ccfa 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CapgoCapacitorFastSqlPlugin"]) ], 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.0"), .package(url: "https://github.com/Building42/Telegraph.git", from: "0.30.0") ], targets: [ diff --git a/example-app/ios/App/CapApp-SPM/Package.swift b/example-app/ios/App/CapApp-SPM/Package.swift index 3b7bac4..d7e3cd9 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.0"), .package(name: "CapgoCapacitorFastSql", path: "../../../node_modules/.bun/@capgo+capacitor-fast-sql@file+../node_modules/@capgo/capacitor-fast-sql") ], targets: [