Skip to content

Commit

Permalink
chore: update sample/scripts/update-rn.sh to v0.71.5
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Mar 30, 2023
1 parent acadc0f commit 759783b
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 401 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.5 ([#2941](https://github.com/getsentry/sentry-react-native/pull/2941))
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0715)
- [diff](https://github.com/facebook/react-native/compare/v0.71.4...v0.71.5)

## 5.3.0

### Features
Expand Down
10 changes: 5 additions & 5 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@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.5",
"react-native-gesture-handler": "^2.9.0",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^4.5.0",
Expand All @@ -13,12 +13,12 @@
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/core": "^7.21.3",
"@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.58",
"appium-uiautomator2-driver": "^2.12.7",
"appium-xcuitest-driver": "^4.21.1",
"babel-jest": "^29.5.0",
"babel-plugin-module-resolver": "^4.1.0",
"dotenv": "^8.6.0",
Expand Down
Loading

0 comments on commit 759783b

Please sign in to comment.