Skip to content

Commit 13b68d9

Browse files
authored
chore(deps): Bump reach native to 0.77.1 (#4560)
1 parent e652a2e commit 13b68d9

File tree

5 files changed

+107
-106
lines changed

5 files changed

+107
-106
lines changed

.github/workflows/e2e.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ jobs:
162162
strategy:
163163
fail-fast: false # keeps matrix running if one fails
164164
matrix:
165-
rn-version: ['0.65.3', '0.76.6']
165+
rn-version: ['0.65.3', '0.77.1']
166166
rn-architecture: ['legacy', 'new']
167167
platform: ['android', 'ios']
168168
build-type: ['production']
169169
ios-use-frameworks: ['no', 'static', 'dynamic']
170170
engine: ['hermes', 'jsc']
171171
include:
172172
- platform: ios
173-
rn-version: '0.76.6'
173+
rn-version: '0.77.1'
174174
runs-on: macos-14
175175
- platform: ios
176176
rn-version: '0.65.3'
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: ubuntu-latest
180180
exclude:
181181
# exclude JSC for new RN versions (keeping the matrix manageable)
182-
- rn-version: '0.76.6'
182+
- rn-version: '0.77.1'
183183
engine: 'jsc'
184184
# exclude all rn versions lower than 0.70.0 for new architecture
185185
- rn-version: '0.65.3'
@@ -298,15 +298,15 @@ jobs:
298298
strategy:
299299
fail-fast: false # keeps matrix running if one fails
300300
matrix:
301-
rn-version: ['0.65.3', '0.76.6']
301+
rn-version: ['0.65.3', '0.77.1']
302302
rn-architecture: ['legacy', 'new']
303303
platform: ['android', 'ios']
304304
build-type: ['production']
305305
ios-use-frameworks: ['no'] # test only no framworks
306306
engine: ['hermes', 'jsc']
307307
include:
308308
- platform: ios
309-
rn-version: '0.76.6'
309+
rn-version: '0.77.1'
310310
runs-on: macos-15
311311
- platform: ios
312312
rn-version: '0.65.3'
@@ -320,7 +320,7 @@ jobs:
320320
# e2e test only the default combinations
321321
- rn-version: '0.65.3'
322322
engine: 'hermes'
323-
- rn-version: '0.76.6'
323+
- rn-version: '0.77.1'
324324
engine: 'jsc'
325325

326326
steps:

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"babel-jest": "^29.7.0",
2424
"jest": "^29.7.0",
2525
"react": "18.3.1",
26-
"react-native": "0.77.0",
26+
"react-native": "0.77.1",
2727
"react-native-launch-arguments": "^4.0.2",
2828
"typescript": "4.9.5",
2929
"webdriverio": "^8.27.0"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@babel/core": "^7.25.2",
7878
"@expo/metro-config": "0.19.5",
7979
"@mswjs/interceptors": "^0.25.15",
80-
"@react-native/babel-preset": "0.77.0",
80+
"@react-native/babel-preset": "0.77.1",
8181
"@sentry-internal/eslint-config-sdk": "8.54.0",
8282
"@sentry-internal/eslint-plugin-sdk": "8.54.0",
8383
"@sentry-internal/typescript": "8.54.0",
@@ -107,7 +107,7 @@
107107
"metro": "0.81.0",
108108
"prettier": "^2.0.5",
109109
"react": "18.3.1",
110-
"react-native": "0.77.0",
110+
"react-native": "0.77.1",
111111
"react-test-renderer": "^18.3.1",
112112
"rimraf": "^4.1.1",
113113
"ts-jest": "^29.1.1",

samples/react-native/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@sentry/react-native": "6.7.0",
2929
"delay": "^6.0.0",
3030
"react": "18.3.1",
31-
"react-native": "0.77.0",
31+
"react-native": "0.77.1",
3232
"react-native-gesture-handler": "^2.22.1",
3333
"react-native-reanimated": "3.16.7",
3434
"react-native-safe-area-context": "5.2.0",
@@ -46,10 +46,10 @@
4646
"@react-native-community/cli": "15.1.3",
4747
"@react-native-community/cli-platform-android": "15.1.3",
4848
"@react-native-community/cli-platform-ios": "15.1.3",
49-
"@react-native/babel-preset": "0.77.0",
50-
"@react-native/eslint-config": "0.77.0",
51-
"@react-native/metro-config": "0.77.0",
52-
"@react-native/typescript-config": "0.77.0",
49+
"@react-native/babel-preset": "0.77.1",
50+
"@react-native/eslint-config": "0.77.1",
51+
"@react-native/metro-config": "0.77.1",
52+
"@react-native/typescript-config": "0.77.1",
5353
"@sentry/babel-plugin-component-annotate": "^3.1.2",
5454
"@types/react": "^18.2.65",
5555
"@types/react-native-vector-icons": "^6.4.18",

0 commit comments

Comments
 (0)