Skip to content

Commit

Permalink
[eas-cli] fix "buildType" is not allowed error
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 committed Feb 16, 2021
1 parent ced2e19 commit 595bfec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eas-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@expo/apple-utils": "0.0.0-alpha.17",
"@expo/config": "~3.3.19",
"@expo/config-plugins": "1.0.18",
"@expo/eas-build-job": "0.2.10",
"@expo/eas-build-job": "0.2.11",
"@expo/eas-json": "^0.4.0",
"@expo/json-file": "^8.2.24",
"@expo/plist": "^0.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/eas-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Expo <[email protected]>",
"bugs": "https://github.com/expo/eas-cli/issues",
"dependencies": {
"@expo/eas-build-job": "0.2.10",
"@expo/eas-build-job": "0.2.11",
"@hapi/joi": "^17.1.1",
"fs-extra": "^9.0.1",
"tslib": "^1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1151,10 +1151,10 @@
xcode "^3.0.0"
xml-js "^1.6.11"

"@expo/[email protected].10":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@expo/eas-build-job/-/eas-build-job-0.2.10.tgz#ed6ac5e094e62167c0afeaae929aab6be68b48b4"
integrity sha512-AEbMlvbF/ugZFHDuMY9Bpojm8LgZIL7IIES+jevkG1ftzoPpRXP+q1Ioch+KPFdG6SyPrqvGa2NBK5Oyq/MtTA==
"@expo/[email protected].11":
version "0.2.11"
resolved "https://registry.yarnpkg.com/@expo/eas-build-job/-/eas-build-job-0.2.11.tgz#cc4c9816c1e3cea29bca7b2eac4de99c6e6b804d"
integrity sha512-IeG37+10OteIG2RpKTA0ClxFxQVuRx9QYu8qbesMpmroKSDyrRZQFD9DdAho2CFr+WCUG5vLVfJpGuw17LrQ+Q==
dependencies:
"@hapi/joi" "^17.1.1"

Expand Down

0 comments on commit 595bfec

Please sign in to comment.