|
6 | 6 | "postinstall": "patch-package",
|
7 | 7 | "android": "react-native run-android",
|
8 | 8 | "ios": "react-native run-ios",
|
9 |
| - "start": "react-native start --experimental-debugger", |
| 9 | + "start": "react-native start", |
10 | 10 | "test": "jest",
|
11 | 11 | "lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
|
12 | 12 | "fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
|
21 | 21 | "build-android-release-splits-flavors": "export SENTRY_SAMPLE_ENABLE_ABI_SPLIT=true; export SENTRY_SAMPLE_ENABLE_FLAVORS=true; cd android; ./gradlew assembleRelease; cd .."
|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 |
| - "@react-navigation/bottom-tabs": "^6.5.12", |
25 |
| - "@react-navigation/native": "^6.1.9", |
26 |
| - "@react-navigation/native-stack": "^6.9.17", |
27 |
| - "@react-navigation/stack": "^6.3.20", |
| 24 | + "@react-navigation/bottom-tabs": "^7.0.4", |
| 25 | + "@react-navigation/native": "^7.0.3", |
| 26 | + "@react-navigation/native-stack": "^7.0.3", |
| 27 | + "@react-navigation/stack": "^7.0.3", |
28 | 28 | "@sentry/react-native": "6.3.0-beta.1",
|
29 | 29 | "delay": "^6.0.0",
|
30 | 30 | "react": "18.3.1",
|
31 |
| - "react-native": "0.75.4", |
32 |
| - "react-native-gesture-handler": "^2.18.1", |
33 |
| - "react-native-reanimated": "3.15.0", |
34 |
| - "react-native-safe-area-context": "4.10.5", |
35 |
| - "react-native-screens": "3.35.0", |
36 |
| - "react-native-svg": "^15.6.0", |
37 |
| - "react-native-vector-icons": "^10.0.3", |
| 31 | + "react-native": "0.76.3", |
| 32 | + "react-native-gesture-handler": "^2.21.1", |
| 33 | + "react-native-reanimated": "3.16.1", |
| 34 | + "react-native-safe-area-context": "4.14.0", |
| 35 | + "react-native-screens": "4.1.0", |
| 36 | + "react-native-svg": "^15.9.0", |
| 37 | + "react-native-vector-icons": "^10.2.0", |
38 | 38 | "react-native-webview": "^13.12.3",
|
39 | 39 | "react-redux": "^8.1.3",
|
40 | 40 | "redux": "^4.2.1"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@babel/core": "^7.22.5", |
44 |
| - "@babel/preset-env": "^7.22.5", |
45 |
| - "@babel/runtime": "^7.22.5", |
46 |
| - "@react-native/babel-preset": "0.75.4", |
47 |
| - "@react-native/eslint-config": "0.75.4", |
48 |
| - "@react-native/metro-config": "0.75.4", |
49 |
| - "@react-native/typescript-config": "0.75.4", |
| 43 | + "@babel/core": "^7.25.2", |
| 44 | + "@babel/preset-env": "^7.25.3", |
| 45 | + "@babel/runtime": "^7.25.0", |
| 46 | + "@react-native-community/cli": "15.0.1", |
| 47 | + "@react-native-community/cli-platform-android": "15.0.1", |
| 48 | + "@react-native-community/cli-platform-ios": "15.0.1", |
| 49 | + "@react-native/babel-preset": "0.76.3", |
| 50 | + "@react-native/eslint-config": "0.76.3", |
| 51 | + "@react-native/metro-config": "0.76.3", |
| 52 | + "@react-native/typescript-config": "0.76.3", |
50 | 53 | "@sentry/babel-plugin-component-annotate": "^2.18.0",
|
51 | 54 | "@types/react": "^18.2.65",
|
52 | 55 | "@types/react-native-vector-icons": "^6.4.18",
|
|
0 commit comments