Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 0 additions & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
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
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
Loading