Skip to content

Commit

Permalink
chore: update sample/scripts/update-rn.sh to v0.71.7
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Apr 27, 2023
1 parent 9311d3b commit ebaf3d0
Show file tree
Hide file tree
Showing 3 changed files with 754 additions and 671 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump Sample React Native from v0.71.4 to v0.71.7 ([#2990](https://github.com/getsentry/sentry-react-native/pull/2990))
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0717)
- [diff](https://github.com/facebook/react-native/compare/v0.71.4...v0.71.7)

## 5.4.0

### Features
Expand Down
16 changes: 8 additions & 8 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": "0.71.7",
"react-native-gesture-handler": "^2.9.0",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-reanimated": "^2.17.0",
"react-native-safe-area-context": "^4.5.1",
"react-native-screens": "^2.18.1",
"react-redux": "^8.0.5",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@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.66",
"appium-uiautomator2-driver": "^2.20.0",
"appium-xcuitest-driver": "^4.25.0",
"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

0 comments on commit ebaf3d0

Please sign in to comment.