Skip to content

Commit

Permalink
[eas-cli] Upgrade packages to SDK 51 release (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman authored Aug 19, 2024
1 parent 7994676 commit 63009b0
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 208 deletions.
20 changes: 10 additions & 10 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": "1.7.1",
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "8.5.4",
"@expo/config-plugins": "7.8.4",
"@expo/config-types": "50.0.0",
"@expo/config": "9.0.3",
"@expo/config-plugins": "8.0.8",
"@expo/config-types": "51.0.2",
"@expo/eas-build-job": "1.0.130",
"@expo/eas-json": "10.2.4",
"@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.8",
"@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.130",
"@expo/timeago.js": "1.0.0",
"@oclif/core": "^1.26.2",
Expand Down
11 changes: 1 addition & 10 deletions packages/eas-cli/src/commands/update/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,7 @@ describe(UpdatePublish.name, () => {

// Add configuration to the project that should not be included in the update
const { appJson } = mockTestProject({
expoConfig: {
hooks: {
postPublish: [
{
file: 'custom-hook.js',
config: { some: 'config' },
},
],
},
},
expoConfig: {},
});

const { platforms, runtimeVersion } = mockTestExport({ platforms: ['ios'] });
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,7 @@ describe(UpdateRollBackToEmbedded.name, () => {

// Add configuration to the project that should not be included in the update
mockTestProject({
expoConfig: {
hooks: {
postPublish: [
{
file: 'custom-hook.js',
config: { some: 'config' },
},
],
},
},
expoConfig: {},
});

const platforms = ['ios'];
Expand Down
Loading

0 comments on commit 63009b0

Please sign in to comment.