Skip to content

Commit

Permalink
⬆️ dependencies: upgrade all
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 14, 2024
1 parent f58c7dd commit 8cf89cd
Show file tree
Hide file tree
Showing 7 changed files with 401 additions and 350 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: ">=9.12.3"
version: ">=9.13.0"
run_install: false
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: ">=9.12.3"
version: ">=9.13.0"
run_install: false
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
packagingOptions: { pickFirst: ["**/libcrypto.so"] },
extraMavenRepos: ["https://sdk.withpersona.com/android/releases"],
},
ios: { deploymentTarget: "15.0" },
ios: { deploymentTarget: "15.1" },
} satisfies BuildPropertiesConfig,
],
[
Expand Down
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"base": {
"resourceClass": "large",
"node": "22.11.0",
"pnpm": "9.12.3",
"pnpm": "9.13.0",
"android": { "image": "latest" },
"ios": { "image": "latest" }
},
Expand Down
2 changes: 1 addition & 1 deletion fingerprint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('expo-updates/fingerprint').Config} */
/** @type {import('@expo/fingerprint').Config} */
module.exports = {
sourceSkips: [
"ExpoConfigAndroidPackage",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"@changesets/types": "^6.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@exactly/protocol": "exactly/protocol#16a172a",
"@expo/fingerprint": "^0.11.2",
"@react-navigation/bottom-tabs": "^6.6.1",
"@simplewebauthn/types": "^11.0.0",
"@spotlightjs/spotlight": "^2.5.0",
Expand Down
740 changes: 395 additions & 345 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 8cf89cd

Please sign in to comment.