Skip to content

Commit

Permalink
[ENG-14410] update @expo/config and @expo/config-plugins to fix e…
Browse files Browse the repository at this point in the history
…as build command for bare iOS projects on Windows (#2744)

* [ENG-14410] update @expo/config and @expo/config-plugins to fix eas build command for bare iOS projects on Windows

* add changelog entry
  • Loading branch information
szdziedzic authored Dec 6, 2024
1 parent f9337f4 commit 261f611
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 32 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This is the log of notable changes to EAS CLI and related packages.

### 🐛 Bug fixes

- Update `@expo/config` and `@expo/config-plugins` to fix `eas build` command for bare iOS projects on Windows. ([#2744](https://github.com/expo/eas-cli/pull/2744) by [@szdziedzic](https://github.com/szdziedzic))

### 🧹 Chores

- Fix outdated gitignored Google services file warning. ([#2730](https://github.com/expo/eas-cli/pull/2730) by [@szdziedzic](https://github.com/szdziedzic))
Expand Down
4 changes: 2 additions & 2 deletions packages/eas-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@expo/apple-utils": "2.1.0",
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "10.0.4",
"@expo/config-plugins": "9.0.9",
"@expo/config": "10.0.6",
"@expo/config-plugins": "9.0.12",
"@expo/eas-build-job": "1.0.151",
"@expo/eas-json": "13.4.0",
"@expo/env": "^0.4.0",
Expand Down
74 changes: 44 additions & 30 deletions yarn.lock

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

0 comments on commit 261f611

Please sign in to comment.