Skip to content

Commit

Permalink
chore(deps): Bump reach native to 0.77.1 (#4560)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis authored Feb 19, 2025
1 parent e652a2e commit 13b68d9
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 106 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.76.6']
rn-version: ['0.65.3', '0.77.1']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['production']
ios-use-frameworks: ['no', 'static', 'dynamic']
engine: ['hermes', 'jsc']
include:
- platform: ios
rn-version: '0.76.6'
rn-version: '0.77.1'
runs-on: macos-14
- platform: ios
rn-version: '0.65.3'
Expand All @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-latest
exclude:
# exclude JSC for new RN versions (keeping the matrix manageable)
- rn-version: '0.76.6'
- rn-version: '0.77.1'
engine: 'jsc'
# exclude all rn versions lower than 0.70.0 for new architecture
- rn-version: '0.65.3'
Expand Down Expand Up @@ -298,15 +298,15 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.76.6']
rn-version: ['0.65.3', '0.77.1']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['production']
ios-use-frameworks: ['no'] # test only no framworks
engine: ['hermes', 'jsc']
include:
- platform: ios
rn-version: '0.76.6'
rn-version: '0.77.1'
runs-on: macos-15
- platform: ios
rn-version: '0.65.3'
Expand All @@ -320,7 +320,7 @@ jobs:
# e2e test only the default combinations
- rn-version: '0.65.3'
engine: 'hermes'
- rn-version: '0.76.6'
- rn-version: '0.77.1'
engine: 'jsc'

steps:
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"react": "18.3.1",
"react-native": "0.77.0",
"react-native": "0.77.1",
"react-native-launch-arguments": "^4.0.2",
"typescript": "4.9.5",
"webdriverio": "^8.27.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@babel/core": "^7.25.2",
"@expo/metro-config": "0.19.5",
"@mswjs/interceptors": "^0.25.15",
"@react-native/babel-preset": "0.77.0",
"@react-native/babel-preset": "0.77.1",
"@sentry-internal/eslint-config-sdk": "8.54.0",
"@sentry-internal/eslint-plugin-sdk": "8.54.0",
"@sentry-internal/typescript": "8.54.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"metro": "0.81.0",
"prettier": "^2.0.5",
"react": "18.3.1",
"react-native": "0.77.0",
"react-native": "0.77.1",
"react-test-renderer": "^18.3.1",
"rimraf": "^4.1.1",
"ts-jest": "^29.1.1",
Expand Down
10 changes: 5 additions & 5 deletions samples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@sentry/react-native": "6.7.0",
"delay": "^6.0.0",
"react": "18.3.1",
"react-native": "0.77.0",
"react-native": "0.77.1",
"react-native-gesture-handler": "^2.22.1",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "5.2.0",
Expand All @@ -46,10 +46,10 @@
"@react-native-community/cli": "15.1.3",
"@react-native-community/cli-platform-android": "15.1.3",
"@react-native-community/cli-platform-ios": "15.1.3",
"@react-native/babel-preset": "0.77.0",
"@react-native/eslint-config": "0.77.0",
"@react-native/metro-config": "0.77.0",
"@react-native/typescript-config": "0.77.0",
"@react-native/babel-preset": "0.77.1",
"@react-native/eslint-config": "0.77.1",
"@react-native/metro-config": "0.77.1",
"@react-native/typescript-config": "0.77.1",
"@sentry/babel-plugin-component-annotate": "^3.1.2",
"@types/react": "^18.2.65",
"@types/react-native-vector-icons": "^6.4.18",
Expand Down
Loading

0 comments on commit 13b68d9

Please sign in to comment.