From 2c5476dbca27f47836112ec252978c83021700a2 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 8 May 2026 14:31:45 +0200 Subject: [PATCH] chore: update dependencies for Capacitor 9 --- action-sheet/Package.swift | 5 ++--- action-sheet/package.json | 8 ++++---- app-launcher/Package.swift | 5 ++--- app-launcher/package.json | 8 ++++---- app/Package.swift | 5 ++--- app/package.json | 10 +++++----- browser/Package.swift | 5 ++--- browser/package.json | 8 ++++---- camera/Package.swift | 5 ++--- camera/package.json | 8 ++++---- clipboard/Package.swift | 5 ++--- clipboard/package.json | 8 ++++---- device/Package.swift | 5 ++--- device/package.json | 8 ++++---- dialog/Package.swift | 5 ++--- dialog/package.json | 8 ++++---- local-notifications/Package.swift | 5 ++--- local-notifications/package.json | 10 +++++----- motion/package.json | 8 ++++---- network/Package.swift | 5 ++--- network/package.json | 8 ++++---- preferences/Package.swift | 5 ++--- preferences/package.json | 8 ++++---- push-notifications/Package.swift | 5 ++--- push-notifications/package.json | 10 +++++----- screen-orientation/Package.swift | 5 ++--- screen-orientation/package.json | 8 ++++---- screen-reader/Package.swift | 5 ++--- screen-reader/package.json | 8 ++++---- share/Package.swift | 5 ++--- share/package.json | 8 ++++---- splash-screen/Package.swift | 5 ++--- splash-screen/package.json | 10 +++++----- status-bar/Package.swift | 5 ++--- status-bar/package.json | 10 +++++----- text-zoom/Package.swift | 5 ++--- text-zoom/package.json | 8 ++++---- toast/Package.swift | 5 ++--- toast/package.json | 8 ++++---- 39 files changed, 123 insertions(+), 142 deletions(-) diff --git a/action-sheet/Package.swift b/action-sheet/Package.swift index 4426d83b1..15597ad10 100644 --- a/action-sheet/Package.swift +++ b/action-sheet/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["ActionSheetPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "ActionSheetPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/ActionSheetPlugin"), .testTarget( diff --git a/action-sheet/package.json b/action-sheet/package.json index ed225b3a3..cccdb7917 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorActionSheet.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/app-launcher/Package.swift b/app-launcher/Package.swift index 9fbbbe420..38b85e1af 100644 --- a/app-launcher/Package.swift +++ b/app-launcher/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["AppLauncherPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "AppLauncherPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/AppLauncherPlugin"), .testTarget( diff --git a/app-launcher/package.json b/app-launcher/package.json index 107463872..f6ae63aa0 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorAppLauncher.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/app/Package.swift b/app/Package.swift index 7238edb5e..f5e3123d5 100644 --- a/app/Package.swift +++ b/app/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["AppPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "AppPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/AppPlugin"), .testTarget( diff --git a/app/package.json b/app/package.json index 2e32b8bfc..5f64b7176 100644 --- a/app/package.json +++ b/app/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorApp.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/cli": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/cli": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/browser/Package.swift b/browser/Package.swift index e499d0183..7da298349 100644 --- a/browser/Package.swift +++ b/browser/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["BrowserPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "BrowserPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/BrowserPlugin"), .testTarget( diff --git a/browser/package.json b/browser/package.json index 3ebc4697e..43e0c9b7f 100644 --- a/browser/package.json +++ b/browser/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorBrowser.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/camera/Package.swift b/camera/Package.swift index 9dd603a6a..db49e0d73 100644 --- a/camera/Package.swift +++ b/camera/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["CameraPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "CameraPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/CameraPlugin"), .testTarget( diff --git a/camera/package.json b/camera/package.json index d6e036760..33ec4851a 100644 --- a/camera/package.json +++ b/camera/package.json @@ -46,10 +46,10 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -62,7 +62,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/clipboard/Package.swift b/clipboard/Package.swift index 8f014fafd..ad5f59ef9 100644 --- a/clipboard/Package.swift +++ b/clipboard/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["ClipboardPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "ClipboardPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/ClipboardPlugin"), .testTarget( diff --git a/clipboard/package.json b/clipboard/package.json index c21c7c1a7..b29de56b4 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorClipboard.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/device/Package.swift b/device/Package.swift index a367a171d..356417c0f 100644 --- a/device/Package.swift +++ b/device/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["DevicePlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "DevicePlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/DevicePlugin"), .testTarget( diff --git a/device/package.json b/device/package.json index 7347267dc..5c683d69d 100644 --- a/device/package.json +++ b/device/package.json @@ -48,10 +48,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorDevice.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -66,7 +66,7 @@ "uvu": "^0.5.6" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/dialog/Package.swift b/dialog/Package.swift index a7ea4943f..5bb710179 100644 --- a/dialog/Package.swift +++ b/dialog/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["DialogPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "DialogPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/DialogPlugin"), .testTarget( diff --git a/dialog/package.json b/dialog/package.json index 26133d59e..6f22e2034 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorDialog.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/local-notifications/Package.swift b/local-notifications/Package.swift index 322e6b48d..53aa61b74 100644 --- a/local-notifications/Package.swift +++ b/local-notifications/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["LocalNotificationsPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "LocalNotificationsPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/LocalNotificationsPlugin"), .testTarget( diff --git a/local-notifications/package.json b/local-notifications/package.json index 8caa7369d..16d96a9bb 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorLocalNotifications.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/cli": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/cli": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/motion/package.json b/motion/package.json index 6115f71e0..0501d0481 100644 --- a/motion/package.json +++ b/motion/package.json @@ -39,10 +39,10 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "eslint": "^8.57.1", @@ -53,7 +53,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "eslintConfig": { diff --git a/network/Package.swift b/network/Package.swift index 21ce923da..a7e5e2528 100644 --- a/network/Package.swift +++ b/network/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["CAPNetworkPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "CAPNetworkPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/NetworkPlugin"), .testTarget( diff --git a/network/package.json b/network/package.json index 4fe740d4c..f987de412 100644 --- a/network/package.json +++ b/network/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorNetwork.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/preferences/Package.swift b/preferences/Package.swift index b3268ad25..b263e1b50 100644 --- a/preferences/Package.swift +++ b/preferences/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["PreferencesPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "PreferencesPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/PreferencesPlugin"), .testTarget( diff --git a/preferences/package.json b/preferences/package.json index fb5f1eece..ce84c3955 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorPreferences.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/push-notifications/Package.swift b/push-notifications/Package.swift index 86f1452d7..86d4fb149 100644 --- a/push-notifications/Package.swift +++ b/push-notifications/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["PushNotificationsPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "PushNotificationsPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/PushNotificationsPlugin"), .testTarget( diff --git a/push-notifications/package.json b/push-notifications/package.json index a0ceccae7..0f4dfafa1 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorPushNotifications.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/cli": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/cli": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/screen-orientation/Package.swift b/screen-orientation/Package.swift index 315886f7e..76e2bafa3 100644 --- a/screen-orientation/Package.swift +++ b/screen-orientation/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["ScreenOrientationPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "ScreenOrientationPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/ScreenOrientationPlugin"), .testTarget( diff --git a/screen-orientation/package.json b/screen-orientation/package.json index 1fb1174b4..07d6623f4 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorScreenOrientation.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/screen-reader/Package.swift b/screen-reader/Package.swift index cbe7f6326..0af8ea0d3 100644 --- a/screen-reader/Package.swift +++ b/screen-reader/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["ScreenReaderPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "ScreenReaderPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/ScreenReaderPlugin"), .testTarget( diff --git a/screen-reader/package.json b/screen-reader/package.json index bb0569473..bc666520d 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorScreenReader.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/share/Package.swift b/share/Package.swift index b331df940..90d06d1cc 100644 --- a/share/Package.swift +++ b/share/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["SharePlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "SharePlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/SharePlugin"), .testTarget( diff --git a/share/package.json b/share/package.json index a86f3aed3..179b5163e 100644 --- a/share/package.json +++ b/share/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorShare.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/splash-screen/Package.swift b/splash-screen/Package.swift index c2f0d6cfe..0b47d590e 100644 --- a/splash-screen/Package.swift +++ b/splash-screen/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["SplashScreenPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "SplashScreenPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/SplashScreenPlugin"), .testTarget( diff --git a/splash-screen/package.json b/splash-screen/package.json index 3ddab3dab..c1d4b4292 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorSplashScreen.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/cli": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/cli": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/status-bar/Package.swift b/status-bar/Package.swift index f94fd8a34..46fe7861a 100644 --- a/status-bar/Package.swift +++ b/status-bar/Package.swift @@ -11,14 +11,13 @@ let package = Package( targets: ["StatusBarPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "StatusBarPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm")], + .product(name: "Capacitor", package: "capacitor-swift-pm")], path: "ios/Sources/StatusBarPlugin" ), .testTarget( diff --git a/status-bar/package.json b/status-bar/package.json index 6b266c03f..bc96b1d76 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorStatusBar.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/cli": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/cli": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -64,7 +64,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/text-zoom/Package.swift b/text-zoom/Package.swift index 56b00298f..aa1520761 100644 --- a/text-zoom/Package.swift +++ b/text-zoom/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["TextZoomPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "TextZoomPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/TextZoomPlugin"), .testTarget( diff --git a/text-zoom/package.json b/text-zoom/package.json index 27cbd32f3..aa4f75d64 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorTextZoom.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/toast/Package.swift b/toast/Package.swift index bbcade283..375d3f6ef 100644 --- a/toast/Package.swift +++ b/toast/Package.swift @@ -10,14 +10,13 @@ let package = Package( targets: ["ToastPlugin"]) ], 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: "9.0.0-alpha.0") ], targets: [ .target( name: "ToastPlugin", dependencies: [ - .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Capacitor", package: "capacitor-swift-pm") ], path: "ios/Sources/ToastPlugin"), .testTarget( diff --git a/toast/package.json b/toast/package.json index 0ad1216aa..47eb76662 100644 --- a/toast/package.json +++ b/toast/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorToast.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "^8.0.0", - "@capacitor/core": "^8.0.0", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.3.0", - "@capacitor/ios": "^8.0.0", + "@capacitor/ios": "next", "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@ionic/swiftlint-config": "^2.0.0", @@ -63,7 +63,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@capacitor/core": ">=8.0.0" + "@capacitor/core": ">=9.0.0-alpha.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config",