Skip to content

Commit

Permalink
Pin all to 50.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Mar 7, 2024
1 parent ac980cf commit 4a94c56
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 52 deletions.
44 changes: 0 additions & 44 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ steps:
#
# License audit
#
- label: ':copyright: License Audit'
timeout_in_minutes: 20
agents:
queue: opensource-arm-mac-cocoa-12
env:
DEVELOPER_DIR: "/Applications/Xcode13.app"
command: scripts/license_finder.sh

- label: ':docker: Build expo maze runner image'
key: "expo-maze-runner-image"
timeout_in_minutes: 10
Expand All @@ -24,19 +16,6 @@ steps:
- expo-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-${BRANCH_NAME}
- expo-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-latest

- label: ':android: Build expo APK'
key: "build-expo-apk"
timeout_in_minutes: 20
agents:
queue: "opensource-arm-mac-cocoa-12"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
NODE_VERSION: "18"
JAVA_VERSION: "17"
artifact_paths: build/output.apk
commands:
- features/scripts/build-android.sh

- label: ':apple: Build expo IPA'
key: "build-expo-ipa"
timeout_in_minutes: 20
Expand All @@ -51,29 +30,6 @@ steps:
- bundle install
- features/scripts/build-ios.sh

- label: ':runner: expo Android 12'
depends_on:
- "build-expo-apk"
- "expo-maze-runner-image"
timeout_in_minutes: 50
plugins:
artifacts#v1.5.0:
download: "build/output.apk"
docker-compose#v3.9.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
- --app=build/output.apk
- --farm=bs
- --device=ANDROID_12_0
- --a11y-locator
- --fail-fast
- --retry=2
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':runner: expo iOS 16'
depends_on:
- "build-expo-ipa"
Expand Down
2 changes: 1 addition & 1 deletion features/fixtures/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@bugsnag/expo": "*",
"@react-native-community/netinfo": "11.1.0",
"expo": "50.0.6",
"expo": "50.0.0",
"expo-application": "~5.8.3",
"expo-constants": "~15.4.5",
"expo-crypto": "~12.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-standard": "^4.0.1",
"expo": "50.0.6",
"expo": "50.0.0",
"jest": "^29.3.1",
"jest-expo": "^50.0.1",
"lerna": "^8.0.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^7.19.0",
"@bugsnag/delivery-expo": "^50.0.0",
"@bugsnag/delivery-expo": "50.0.0",
"@bugsnag/plugin-browser-session": "^7.19.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-expo-app": "^50.0.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^50.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^50.0.0",
"@bugsnag/plugin-expo-device": "^50.0.0",
"@bugsnag/plugin-expo-app": "50.0.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "50.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "50.0.0",
"@bugsnag/plugin-expo-device": "50.0.0",
"@bugsnag/plugin-network-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-react": "^7.19.0",
"@bugsnag/plugin-react-native-global-error-handler": "^7.19.0",
Expand All @@ -52,7 +52,7 @@
"expo-constants": "~15.4.1"
},
"peerDependencies": {
"expo": "50.0.6",
"expo": "50.0.0",
"expo-constants": "~15.4.1",
"promise": "^8.3.0",
"react": "*"
Expand Down

0 comments on commit 4a94c56

Please sign in to comment.