Skip to content
Merged
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
7 changes: 3 additions & 4 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
node-version: '22.14.0'

- name: 📦 Enable Corepack and install semver
- name: 📦 Enable Corepack and install dependencies
run: |
corepack enable
npm install -g semver@7.7.2
yarn install --immutable

- name: 🔍 Get current dependency versions
id: current-versions
Expand Down Expand Up @@ -228,7 +228,6 @@ jobs:
if: steps.update-analysis.outputs.overall_update_needed == 'true' && steps.pr-analysis.outputs.should_create_pr == 'true'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true

- name: 🛠️ Create update branch
Expand Down Expand Up @@ -364,7 +363,7 @@ jobs:
git commit -m "chore: update Intercom SDK dependencies (${{ steps.update-files.outputs.pr_title_parts }})

${{ steps.update-files.outputs.changes }}
- Updated lockfiles and example projects
- Updated lockfiles and example projects"

echo "🚀 Pushing branch: ${{ steps.create-branch.outputs.branch_name }}"
git push origin "${{ steps.create-branch.outputs.branch_name }}"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"react": "18.2.0",
"react-native": "^0.81.0",
"react-native-builder-bob": "0.40.13",
"semver": "^7.7.2",
"typescript": "5.0.4"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2303,6 +2303,7 @@ __metadata:
react: 18.2.0
react-native: ^0.81.0
react-native-builder-bob: 0.40.13
semver: ^7.7.2
typescript: 5.0.4
peerDependencies:
react: "*"
Expand Down