Skip to content

Commit efd9213

Browse files
authored
Upgrade eas-build dependencies (#2229)
1 parent a3d9bc0 commit efd9213

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This is the log of notable changes to EAS CLI and related packages.
1212

1313
### 🧹 Chores
1414

15+
- Upgrade [`eas-build`](https://github.com/expo/eas-build) dependencies. ([#2229](https://github.com/expo/eas-cli/pull/2229) by [@expo-bot](https://github.com/expo-bot))
16+
1517
## [7.2.0](https://github.com/expo/eas-cli/releases/tag/v7.2.0) - 2024-02-11
1618

1719
### 🎉 New features

Diff for: packages/eas-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@expo/config": "8.5.4",
1414
"@expo/config-plugins": "7.8.4",
1515
"@expo/config-types": "50.0.0",
16-
"@expo/eas-build-job": "1.0.61",
16+
"@expo/eas-build-job": "1.0.70",
1717
"@expo/eas-json": "7.1.3",
1818
"@expo/json-file": "8.2.37",
1919
"@expo/multipart-body-parser": "1.1.0",
@@ -27,7 +27,7 @@
2727
"@expo/results": "1.0.0",
2828
"@expo/rudder-sdk-node": "1.1.1",
2929
"@expo/spawn-async": "1.7.0",
30-
"@expo/steps": "1.0.67",
30+
"@expo/steps": "1.0.70",
3131
"@expo/timeago.js": "1.0.0",
3232
"@oclif/core": "^1.26.2",
3333
"@oclif/plugin-autocomplete": "^2.3.10",

Diff for: packages/eas-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/expo/eas-cli/issues",
77
"dependencies": {
88
"@babel/code-frame": "7.23.5",
9-
"@expo/eas-build-job": "1.0.61",
9+
"@expo/eas-build-job": "1.0.70",
1010
"chalk": "4.1.2",
1111
"env-string": "1.0.1",
1212
"fs-extra": "11.2.0",

Diff for: yarn.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)