Skip to content

Commit 8c69ea7

Browse files
authored
chore: update sample/scripts/update-rn.sh to v0.83.1
1 parent 967adab commit 8c69ea7

File tree

3 files changed

+4505
-5320
lines changed

3 files changed

+4505
-5320
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Features
6+
7+
- Bump Sample React Native from v0.67.4 to v0.83.1 ([#196](https://github.com/G2Patrik/sentry-react-native/pull/196))
8+
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0831)
9+
- [diff](https://github.com/facebook/react-native/compare/v0.67.4...v0.83.1)
10+
311
## 4.2.4
412

513
### Fixes

sample/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"dependencies": {
3-
"@react-native-community/masked-view": "^0.1.10",
4-
"@react-navigation/native": "^5.7.3",
5-
"@react-navigation/stack": "^5.9.0",
6-
"appium": "^1.22.1",
7-
"appium-doctor": "^1.16.0",
3+
"@react-native-community/masked-view": "^0.1.11",
4+
"@react-navigation/native": "^5.9.8",
5+
"@react-navigation/stack": "^5.14.9",
6+
"appium": "^1.22.3",
7+
"appium-doctor": "^1.16.2",
88
"react": "17.0.2",
9-
"react-native": "0.67.4",
9+
"react-native": "0.83.1",
1010
"react-native-gesture-handler": "^1.10.3",
11-
"react-native-reanimated": "^2.8.0",
12-
"react-native-safe-area-context": "^3.1.4",
13-
"react-native-screens": "^2.10.1",
14-
"react-redux": "^7.2.1",
15-
"redux": "^4.0.5",
11+
"react-native-reanimated": "^2.17.0",
12+
"react-native-safe-area-context": "^3.4.1",
13+
"react-native-screens": "^2.18.1",
14+
"react-redux": "^7.2.9",
15+
"redux": "^4.2.1",
1616
"wd": "^1.14.0"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "^7.12.9",
20-
"@babel/runtime": "^7.12.5",
19+
"@babel/core": "^7.28.6",
20+
"@babel/runtime": "^7.28.6",
2121
"@react-native-community/eslint-config": "^2.0.0",
2222
"babel-jest": "^26.6.3",
23-
"babel-plugin-module-resolver": "^4.0.0",
24-
"dotenv": "^8.2.0",
23+
"babel-plugin-module-resolver": "^4.1.0",
24+
"dotenv": "^8.6.0",
2525
"eslint": "7.14.0",
2626
"jest": "^26.6.3",
2727
"metro-react-native-babel-preset": "^0.66.2",

0 commit comments

Comments
 (0)