Skip to content

Commit b670cac

Browse files
authored
chore: update sample/scripts/update-rn.sh to v0.71.10
1 parent efd0931 commit b670cac

File tree

3 files changed

+1639
-1843
lines changed

3 files changed

+1639
-1843
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
- Bump CLI from v2.17.5 to v2.18.1 ([#3082](https://github.com/getsentry/sentry-react-native/pull/3082))
2828
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2181)
2929
- [diff](https://github.com/getsentry/sentry-cli/compare/2.17.5...2.18.1)
30+
- Bump Sample React Native from v0.71.4 to v0.71.10 ([#2990](https://github.com/getsentry/sentry-react-native/pull/2990))
31+
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v07110)
32+
- [diff](https://github.com/facebook/react-native/compare/v0.71.4...v0.71.10)
3033

3134
## 5.5.0
3235

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.12.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.1.0",
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.1",
21+
"appium-xcuitest-driver": "^4.32.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)