Skip to content

Commit

Permalink
Merge be0f2c9 into 458e78a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 11, 2023
2 parents 458e78a + be0f2c9 commit 6ae2995
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 599 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
- Bump Cocoa SDK from v8.3.3 to v8.4.0 ([#2954](https://github.com/getsentry/sentry-react-native/pull/2954))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#840)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.3...8.4.0)
- Bump Sample React Native from v0.71.4 to v0.71.6 ([#2941](https://github.com/getsentry/sentry-react-native/pull/2941))
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0716)
- [diff](https://github.com/facebook/react-native/compare/v0.71.4...v0.71.6)

## 5.3.0

Expand Down
14 changes: 7 additions & 7 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"@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.6",
"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.15.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.62",
"appium-uiautomator2-driver": "^2.14.0",
"appium-xcuitest-driver": "^4.21.24",
"babel-jest": "^29.5.0",
"babel-plugin-module-resolver": "^4.1.0",
"dotenv": "^8.6.0",
Expand Down

0 comments on commit 6ae2995

Please sign in to comment.