Skip to content

Commit 1b7bcc8

Browse files
committed
fix: bump capacitor runtime for iOS release
1 parent d1453d0 commit 1b7bcc8

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

apps/mobile/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/mobile/ios/App/CapApp-SPM/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
targets: ["CapApp-SPM"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.3.0"),
14+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.3.1"),
1515
.package(name: "CapacitorApp", path: "../../../../../node_modules/@capacitor/app"),
1616
.package(name: "CapacitorBrowser", path: "../../../../../node_modules/@capacitor/browser"),
1717
.package(name: "CapacitorLocalNotifications", path: "../../../../../node_modules/@capacitor/local-notifications"),

apps/mobile/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"open:android": "cap open android"
1313
},
1414
"dependencies": {
15-
"@capacitor/android": "^8.3.0",
15+
"@capacitor/android": "^8.3.1",
1616
"@capacitor/app": "^8.1.0",
1717
"@capacitor/browser": "^8.0.3",
18-
"@capacitor/core": "^8.3.0",
19-
"@capacitor/ios": "^8.3.0",
18+
"@capacitor/core": "^8.3.1",
19+
"@capacitor/ios": "^8.3.1",
2020
"@capacitor/local-notifications": "^8.0.1",
2121
"capacitor-secure-storage-plugin": "^0.13.0"
2222
},
2323
"devDependencies": {
24-
"@capacitor/cli": "^8.3.0",
24+
"@capacitor/cli": "^8.3.1",
2525
"@okcode/contracts": "workspace:*",
2626
"@types/node": "catalog:",
2727
"typescript": "catalog:",

bun.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)