Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
30 changes: 15 additions & 15 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ios/App/CapApp-SPM/Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ios/App/CapApp-SPM/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: ["CapApp-SPM"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.4.2"),
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.5.0"),
.package(name: "CapacitorCommunityAppleSignIn", path: "../../../node_modules/@capacitor-community/apple-sign-in"),
.package(name: "CapacitorApp", path: "../../../node_modules/@capacitor/app"),
.package(name: "CapacitorBarcodeScanner", path: "../../../node_modules/@capacitor/barcode-scanner"),
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"@capgo/capacitor-watch": "^8.1.1",
"@capgo/native-purchases": "^8.6.4",
"@codecov/nuxt-plugin": "^2.0.1",
"@earth-app/crust": "0.6.0-291d1af",
"@earth-app/crust": "0.6.0",
"@earth-app/ocean": "1.1.0",
"@ionic/pwa-elements": "^3.4.0",
"@ionic/vue": "8.8.13",
"@ionic/vue-router": "8.8.13",
"@ionic/vue": "8.8.16",
"@ionic/vue-router": "8.8.16",
"@nuxt/icon": "^2.4.1",
"@nuxt/image": "^2.1.0",
"@nuxt/ui": "^4.10.0",
Expand All @@ -98,17 +98,17 @@
"vue": "^3.5.40"
},
"overrides": {
"@ionic/core": "8.8.13",
"@ionic/vue": "8.8.13",
"@ionic/vue-router": "8.8.13",
"@ionic/core": "8.8.16",
"@ionic/vue": "8.8.16",
"@ionic/vue-router": "8.8.16",
"sharp": "^0.35.3"
},
"patchedDependencies": {
"@capacitor-community/apple-sign-in@7.1.0": "patches/@capacitor-community%2Fapple-sign-in@7.1.0.patch",
"@capgo/capacitor-pedometer@8.0.32": "patches/@capgo%2Fcapacitor-pedometer@8.0.32.patch"
},
"devDependencies": {
"@capacitor/cli": "8.4.2",
"@capacitor/cli": "8.5.0",
"@iconify-json/line-md": "^1.2.16",
"@iconify-json/logos": "^1.2.11",
"@ionic/cli": "^7.2.1",
Expand Down
Loading