Skip to content

Commit

Permalink
chore: update sample/scripts/update-rn.sh to v0.71.8
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 7, 2023
1 parent a3e554a commit 115dba1
Show file tree
Hide file tree
Showing 3 changed files with 1,260 additions and 1,520 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Bump Cocoa SDK from v8.7.1 to v8.7.3 ([#3076](https://github.com/getsentry/sentry-react-native/pull/3076))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#873)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.1...8.7.3)
- Bump Sample React Native from v0.71.4 to v0.71.8 ([#2990](https://github.com/getsentry/sentry-react-native/pull/2990))
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0718)
- [diff](https://github.com/facebook/react-native/compare/v0.71.4...v0.71.8)

## 5.5.0

Expand Down
22 changes: 11 additions & 11 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-gesture-handler": "^2.9.0",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^4.5.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "^2.10.2",
"react-native-reanimated": "^2.17.0",
"react-native-safe-area-context": "^4.5.3",
"react-native-screens": "^2.18.1",
"react-redux": "^8.0.5",
"react-redux": "^8.0.7",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@babel/core": "^7.22.1",
"@babel/runtime": "^7.22.3",
"@react-native-community/eslint-config": "^2.0.0",
"appium": "^2.0.0-beta.57",
"appium-uiautomator2-driver": "^2.12.6",
"appium-xcuitest-driver": "^4.19.0",
"appium": "^2.0.0-beta.71",
"appium-uiautomator2-driver": "^2.25.2",
"appium-xcuitest-driver": "^4.30.5",
"babel-jest": "^29.5.0",
"babel-plugin-module-resolver": "^4.1.0",
"dotenv": "^8.6.0",
"eslint": "^7.32.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "0.74.0",
"minimist": "^1.2.8",
"webdriverio": "^7.30.2",
"webdriverio": "^7.31.1",
"xcode": "^3.0.1"
},
"name": "sample",
Expand Down
Loading

0 comments on commit 115dba1

Please sign in to comment.