Skip to content

Commit

Permalink
chore: update sample/scripts/update-rn.sh to v0.70.6
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 16, 2022
1 parent b00ec5b commit f4306b7
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 140 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
- Bump Cocoa SDK from v7.29.0 to v7.30.2 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7300)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.30.2)
- Bump Sample React Native from v0.70.5 to v0.70.6 ([#2623](https://github.com/getsentry/sentry-react-native/pull/2623))
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0706)
- [diff](https://github.com/facebook/react-native/compare/v0.70.5...v0.70.6)

## 4.8.0

Expand Down
6 changes: 3 additions & 3 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native": "0.70.6",
"react-native-gesture-handler": "^2.8.0",
"react-native-reanimated": "^2.12.0",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^2.18.1",
"react-redux": "^8.0.5",
Expand All @@ -25,7 +25,7 @@
"eslint": "^7.32.0",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "0.73.3",
"webdriverio": "^7.25.4"
"webdriverio": "^7.26.0"
},
"name": "sample",
"private": true,
Expand Down
Loading

0 comments on commit f4306b7

Please sign in to comment.