Skip to content

Commit 2b080e3

Browse files
authored
chore: update sample/scripts/update-rn.sh to v0.71.10
1 parent 6577197 commit 2b080e3

File tree

3 files changed

+1629
-1748
lines changed

3 files changed

+1629
-1748
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- Bump Cocoa SDK from v8.7.1 to v8.7.3 ([#3076](https://github.com/getsentry/sentry-react-native/pull/3076))
1818
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#873)
1919
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.1...8.7.3)
20+
- Bump Sample React Native from v0.71.4 to v0.71.10 ([#2990](https://github.com/getsentry/sentry-react-native/pull/2990))
21+
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v07110)
22+
- [diff](https://github.com/facebook/react-native/compare/v0.71.4...v0.71.10)
2023

2124
## 5.5.0
2225

sample/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@
44
"@react-navigation/native": "^5.9.8",
55
"@react-navigation/stack": "^5.14.9",
66
"react": "18.2.0",
7-
"react-native": "0.71.4",
8-
"react-native-gesture-handler": "^2.9.0",
9-
"react-native-reanimated": "^2.14.4",
10-
"react-native-safe-area-context": "^4.5.0",
7+
"react-native": "0.71.10",
8+
"react-native-gesture-handler": "^2.11.0",
9+
"react-native-reanimated": "^2.17.0",
10+
"react-native-safe-area-context": "^4.5.3",
1111
"react-native-screens": "^2.18.1",
12-
"react-redux": "^8.0.5",
12+
"react-redux": "^8.0.7",
1313
"redux": "^4.2.1"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.21.0",
17-
"@babel/runtime": "^7.21.0",
16+
"@babel/core": "^7.22.5",
17+
"@babel/runtime": "^7.22.5",
1818
"@react-native-community/eslint-config": "^2.0.0",
19-
"appium": "^2.0.0-beta.57",
20-
"appium-uiautomator2-driver": "^2.12.6",
21-
"appium-xcuitest-driver": "^4.19.0",
19+
"appium": "^2.0.0-beta.71",
20+
"appium-uiautomator2-driver": "^2.26.0",
21+
"appium-xcuitest-driver": "^4.31.0",
2222
"babel-jest": "^29.5.0",
2323
"babel-plugin-module-resolver": "^4.1.0",
2424
"dotenv": "^8.6.0",
2525
"eslint": "^7.32.0",
2626
"jest": "^29.5.0",
2727
"metro-react-native-babel-preset": "0.74.0",
2828
"minimist": "^1.2.8",
29-
"webdriverio": "^7.30.2",
29+
"webdriverio": "^7.31.1",
3030
"xcode": "^3.0.1"
3131
},
3232
"name": "sample",

0 commit comments

Comments
 (0)