Skip to content

Commit

Permalink
chore: package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 24, 2024
1 parent df513b3 commit e8691eb
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 302 deletions.
6 changes: 6 additions & 0 deletions .github/actions/eas-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,24 @@ runs:
steps:
- name: Prepare the app
uses: ./.github/actions/provision

- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch

- name: Setup Expo and EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ inputs.EXPO_TOKEN }}

- name: Install jq tool
run: |
sudo apt-get update
sudo apt-get install jq
shell: bash

- name: Setup eas credentials
run: |
echo $(jq --arg APPLE_ID "$APPLE_ID" '.submit.production.ios.appleId = $APPLE_ID' ./apps/mobile/eas.json) > ./apps/mobile/eas.json
Expand All @@ -43,6 +47,7 @@ runs:
env:
APPLE_ID: ${{ inputs.APPLE_ID }}
ASC_APP_ID: ${{ inputs.ASC_APP_ID }}

# Wait for build to either succeed or fail
- name: 🛫 Build for simulator 🛫
id: simulator_build
Expand Down Expand Up @@ -76,6 +81,7 @@ runs:
env:
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ inputs.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}
BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}

- name: Publish simulator expo link in PR
if: ${{ steps.extract_branch.outputs.branch != 'dev' }}
uses: actions/github-script@v7
Expand Down
4 changes: 2 additions & 2 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@lingui/core": "4.11.1",
"@lingui/react": "4.11.1",
"@mgcrea/react-native-dnd": "2.2.0",
"@noble/hashes": "1.4.0",
"@noble/hashes": "1.5.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native/assets-registry": "0.73.1",
"@react-native/metro-config": "0.73.5",
"@react-navigation/native": "6.0.2",
"@reduxjs/toolkit": "2.2.6",
"@rnx-kit/metro-config": "1.3.14",
"@rnx-kit/metro-resolver-symlinks": "0.1.35",
"@scure/bip32": "1.4.0",
"@scure/bip32": "1.5.0",
"@scure/btc-signer": "1.4.0",
"@shopify/restyle": "2.4.2",
"@stacks/common": "6.13.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@leather.io/crypto": "workspace:*",
"@leather.io/models": "workspace:*",
"@leather.io/utils": "workspace:*",
"@noble/hashes": "1.4.0",
"@noble/hashes": "1.5.0",
"@noble/secp256k1": "2.1.0",
"@scure/base": "1.1.6",
"@scure/bip32": "1.4.0",
"@scure/bip39": "1.3.0",
"@scure/base": "1.1.9",
"@scure/bip32": "1.5.0",
"@scure/bip39": "1.4.0",
"@scure/btc-signer": "1.4.0",
"@stacks/common": "6.13.0",
"@stacks/transactions": "6.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@leather.io/utils": "workspace:*",
"@scure/bip32": "1.4.0",
"@scure/bip39": "1.3.0",
"@scure/bip32": "1.5.0",
"@scure/bip39": "1.4.0",
"just-memoize": "2.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@leather.io/models": "workspace:*",
"@leather.io/rpc": "workspace:*",
"@leather.io/utils": "workspace:*",
"@noble/hashes": "1.4.0",
"@scure/base": "1.1.6",
"@scure/bip32": "1.4.0",
"@noble/hashes": "1.5.0",
"@scure/base": "1.1.9",
"@scure/bip32": "1.5.0",
"@scure/btc-signer": "1.4.0",
"@stacks/common": "6.13.0",
"@stacks/connect": "7.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@leather.io/crypto": "workspace:*",
"@leather.io/models": "workspace:*",
"@leather.io/utils": "workspace:*",
"@noble/hashes": "1.4.0",
"@scure/bip32": "1.4.0",
"@noble/hashes": "1.5.0",
"@scure/bip32": "1.5.0",
"@stacks/encryption": "6.16.1",
"@stacks/transactions": "6.15.0"
},
Expand Down
Loading

0 comments on commit e8691eb

Please sign in to comment.