|
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": "^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", |
| 24 | + "@react-navigation/bottom-tabs": "^7.2.0", |
| 25 | + "@react-navigation/native": "^7.0.14", |
| 26 | + "@react-navigation/native-stack": "^7.2.0", |
| 27 | + "@react-navigation/stack": "^7.1.1", |
28 | 28 | "@sentry/react-native": "6.6.0", |
29 | 29 | "delay": "^6.0.0", |
30 | 30 | "react": "18.3.1", |
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", |
| 31 | + "react-native": "0.77.0", |
| 32 | + "react-native-gesture-handler": "^2.22.1", |
| 33 | + "react-native-reanimated": "3.16.7", |
| 34 | + "react-native-safe-area-context": "5.2.0", |
| 35 | + "react-native-screens": "4.6.0", |
| 36 | + "react-native-svg": "^15.11.1", |
37 | 37 | "react-native-vector-icons": "^10.2.0", |
38 | | - "react-native-webview": "^13.12.3", |
| 38 | + "react-native-webview": "^13.13.2", |
39 | 39 | "react-redux": "^8.1.3", |
40 | 40 | "redux": "^4.2.1" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
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", |
| 43 | + "@babel/core": "^7.26.7", |
| 44 | + "@babel/preset-env": "^7.26.7", |
| 45 | + "@babel/runtime": "^7.26.7", |
| 46 | + "@react-native-community/cli": "15.1.3", |
| 47 | + "@react-native-community/cli-platform-android": "15.1.3", |
| 48 | + "@react-native-community/cli-platform-ios": "15.1.3", |
| 49 | + "@react-native/babel-preset": "0.77.0", |
| 50 | + "@react-native/eslint-config": "0.77.0", |
| 51 | + "@react-native/metro-config": "0.77.0", |
| 52 | + "@react-native/typescript-config": "0.77.0", |
53 | 53 | "@sentry/babel-plugin-component-annotate": "^2.18.0", |
54 | 54 | "@types/react": "^18.2.65", |
55 | 55 | "@types/react-native-vector-icons": "^6.4.18", |
56 | 56 | "@types/react-test-renderer": "^18.0.0", |
57 | 57 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
58 | 58 | "@typescript-eslint/parser": "^7.18.0", |
59 | | - "babel-jest": "^29.2.1", |
| 59 | + "babel-jest": "^29.6.3", |
60 | 60 | "babel-plugin-module-resolver": "^5.0.0", |
61 | 61 | "eslint": "^8.19.0", |
| 62 | + "eslint-plugin-ft-flow": "^3.0.11", |
62 | 63 | "jest": "^29.6.3", |
63 | 64 | "patch-package": "^8.0.0", |
64 | 65 | "prettier": "2.8.8", |
|
0 commit comments