Skip to content

Commit

Permalink
[eas-cli] update expo packages (#2530)
Browse files Browse the repository at this point in the history
<!-- If this PR requires a changelog entry, add it by commenting the PR with the command `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]`. -->
<!-- You can skip the changelog check by labeling the PR with "no changelog". -->

# Why

update expo packages to SDK 51 versions

revert #2524

# How

update expo packages to SDK 51 versions

# Test Plan

tests
  • Loading branch information
szdziedzic authored Nov 5, 2024
1 parent ac799bb commit a426164
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 136 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This is the log of notable changes to EAS CLI and related packages.
### 🧹 Chores

- Add `macos-sonoma-14.6-xcode-16.1` image and `sdk-52` image tag to `eas.schema.json`. ([#2666](https://github.com/expo/eas-cli/pull/2666) by [@szdziedzic](https://github.com/szdziedzic))
- Update `@expo` packages versions. ([#2530](https://github.com/expo/eas-cli/pull/2530) by [@szdziedzic](https://github.com/szdziedzic))

## [12.6.2](https://github.com/expo/eas-cli/releases/tag/v12.6.2) - 2024-10-29

Expand Down
18 changes: 9 additions & 9 deletions packages/eas-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"dependencies": {
"@expo/apple-utils": "2.0.3",
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "8.5.4",
"@expo/config-plugins": "7.8.4",
"@expo/config": "9.0.4",
"@expo/config-plugins": "8.0.10",
"@expo/eas-build-job": "1.0.144",
"@expo/eas-json": "12.6.2",
"@expo/env": "^0.3.0",
"@expo/json-file": "8.2.37",
"@expo/json-file": "8.3.3",
"@expo/logger": "1.0.117",
"@expo/multipart-body-parser": "1.1.0",
"@expo/osascript": "2.0.33",
"@expo/package-manager": "1.1.2",
"@expo/pkcs12": "0.0.8",
"@expo/plist": "0.0.20",
"@expo/osascript": "2.1.3",
"@expo/package-manager": "1.5.2",
"@expo/pkcs12": "0.1.2",
"@expo/plist": "0.1.3",
"@expo/plugin-help": "5.1.23",
"@expo/plugin-warn-if-update-available": "2.5.1",
"@expo/prebuild-config": "6.7.3",
"@expo/prebuild-config": "7.0.9",
"@expo/results": "1.0.0",
"@expo/rudder-sdk-node": "1.1.1",
"@expo/spawn-async": "1.7.0",
"@expo/spawn-async": "1.7.2",
"@expo/steps": "1.0.144",
"@expo/timeago.js": "1.0.0",
"@oclif/core": "^1.26.2",
Expand Down
Loading

0 comments on commit a426164

Please sign in to comment.