diff --git a/CHANGELOG.md b/CHANGELOG.md index 290406419f..4ba1d492bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ This is the log of notable changes to EAS CLI and related packages. ### ๐Ÿงน Chores +- Update `@expo/package-manager` to `1.1.2` to change package manager resolution order. ([#2118](https://github.com/expo/eas-cli/pull/2118) by [@szdziedzic](https://github.com/szdziedzic)) + ## [5.7.0](https://github.com/expo/eas-cli/releases/tag/v5.7.0) - 2023-11-08 ### ๐ŸŽ‰ New features diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index 68b33c9c12..d39cbfbd6a 100644 --- a/packages/eas-cli/package.json +++ b/packages/eas-cli/package.json @@ -18,7 +18,7 @@ "@expo/json-file": "8.2.37", "@expo/multipart-body-parser": "1.1.0", "@expo/osascript": "2.0.33", - "@expo/package-manager": "1.1.1", + "@expo/package-manager": "1.1.2", "@expo/pkcs12": "0.0.8", "@expo/plist": "0.0.20", "@expo/plugin-help": "5.1.22", diff --git a/yarn.lock b/yarn.lock index 966ac55b1b..570570761a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1304,10 +1304,10 @@ "@expo/spawn-async" "^1.5.0" exec-async "^2.2.0" -"@expo/package-manager@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@expo/package-manager/-/package-manager-1.1.1.tgz#065326c5684c2acfbfdc290d93eabb7a36225507" - integrity sha512-NxtfIA25iEiNwMT+s8PEmdKzjyfWd2qkCLJkf6jKZGaH9c06YXyOAi2jvCyM8XuSzJz4pcEH8kz1HkJAInjB7Q== +"@expo/package-manager@1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@expo/package-manager/-/package-manager-1.1.2.tgz#e58c9bed4cbb829ebf2cbb80b8542600a6609bd1" + integrity sha512-JI9XzrxB0QVXysyuJ996FPCJGDCYRkbUvgG4QmMTTMFA1T+mv8YzazC3T9C1pHQUAAveVCre1+Pqv0nZXN24Xg== dependencies: "@expo/json-file" "^8.2.37" "@expo/spawn-async" "^1.5.0"