Skip to content

Commit

Permalink
pin expo to 47.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Oct 30, 2023
1 parent d5b5ba3 commit 87c0dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
queue: "macos-13-arm"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
DEVELOPER_DIR: "/Applications/Xcode14.3.app"
DEVELOPER_DIR: "/Applications/Xcode14.app"
NODE_VERSION: "16"
artifact_paths: build/output.ipa
commands:
Expand Down
4 changes: 2 additions & 2 deletions features/fixtures/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@react-native-community/netinfo": "9.3.5",
"expo": "~47.0.3",
"expo": "47.0.13",
"expo-application": "~5.0.1",
"expo-constants": "~14.0.2",
"expo-crypto": "~12.0.0",
Expand All @@ -19,7 +19,7 @@
"expo-screen-orientation": "~5.0.1",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.14"
"react-native": "0.70.8"
},
"devDependencies": {
"@babel/core": "^7.19.3"
Expand Down

0 comments on commit 87c0dbd

Please sign in to comment.