Skip to content

Commit 0d2d360

Browse files
authored
chore: update sample/scripts/update-rn.sh to v0.71.10
1 parent b26bf00 commit 0d2d360

File tree

3 files changed

+1627
-1843
lines changed

3 files changed

+1627
-1843
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Sample React Native from v0.71.4 to v0.71.10 ([#2990](https://github.com/getsentry/sentry-react-native/pull/2990))
8+
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v07110)
9+
- [diff](https://github.com/facebook/react-native/compare/v0.71.4...v0.71.10)
10+
311
## 5.6.0
412

513
### Features

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.2",
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)