|
9 | 9 | "start": "react-native start", |
10 | 10 | "test": "jest", |
11 | 11 | "build:android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/", |
12 | | - "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest ios" |
| 12 | + "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest ios", |
| 13 | + "postinstall": "patch-package" |
13 | 14 | }, |
14 | 15 | "dependencies": { |
15 | | - "@circle-fin/w3s-pw-react-native-sdk": "^1.1.0", |
| 16 | + "@circle-fin/w3s-pw-react-native-sdk": "^1.1.2", |
16 | 17 | "@react-native-clipboard/clipboard": "^1.14.1", |
17 | 18 | "@react-navigation/native": "^6.1.9", |
18 | 19 | "@react-navigation/native-stack": "^6.9.17", |
19 | 20 | "@reduxjs/toolkit": "^2.2.6", |
20 | 21 | "@types/react-redux": "^7.1.33", |
21 | 22 | "i18next": "^23.7.12", |
22 | | - "react": "18.3.1", |
| 23 | + "react": "19.0.0", |
23 | 24 | "react-i18next": "^14.0.0", |
24 | | - "react-native": "0.75.5", |
| 25 | + "react-native": "0.79.2", |
25 | 26 | "react-native-collapsible-tab-view": "^8.0.0", |
26 | 27 | "react-native-pager-view": "^6.3.3", |
27 | | - "react-native-reanimated": "3.16.7", |
28 | | - "react-native-safe-area-context": "^4.7.4", |
| 28 | + "react-native-reanimated": "3.17.5", |
| 29 | + "react-native-safe-area-context": "5.4.0", |
29 | 30 | "react-native-screens": "^3.27.0", |
30 | 31 | "react-native-tab-view": "^3.5.2", |
31 | 32 | "react-redux": "^9.1.2" |
32 | 33 | }, |
33 | 34 | "devDependencies": { |
34 | | - "@babel/core": "^7.20.0", |
35 | | - "@babel/preset-env": "^7.20.0", |
36 | | - "@babel/runtime": "^7.20.0", |
37 | | - "@react-native/babel-preset": "0.75.5", |
38 | | - "@react-native/eslint-config": "0.75.5", |
39 | | - "@react-native/metro-config": "0.75.5", |
40 | | - "@react-native/typescript-config": "0.75.5", |
41 | | - "@types/react": "^18.2.6", |
42 | | - "@types/react-test-renderer": "^18.0.0", |
43 | | - "@typescript-eslint/eslint-plugin": "5.62.0", |
44 | | - "@typescript-eslint/parser": "5.62.0", |
45 | | - "babel-jest": "^29.6.3", |
46 | | - "eslint": "8.56.0", |
47 | | - "eslint-plugin-react": "7.33.2", |
| 35 | + "@babel/core": "^7.25.2", |
| 36 | + "@babel/preset-env": "^7.25.3", |
| 37 | + "@babel/runtime": "^7.25.0", |
| 38 | + "@react-native-community/cli": "18.0.0", |
| 39 | + "@react-native-community/cli-platform-android": "18.0.0", |
| 40 | + "@react-native-community/cli-platform-ios": "18.0.0", |
| 41 | + "@react-native/babel-preset": "0.79.2", |
| 42 | + "@react-native/eslint-config": "0.79.2", |
| 43 | + "@react-native/metro-config": "0.79.2", |
| 44 | + "@react-native/typescript-config": "0.79.2", |
| 45 | + "@types/jest": "^29.5.13", |
| 46 | + "@types/react": "^19.0.0", |
| 47 | + "@types/react-test-renderer": "^19.0.0", |
| 48 | + "eslint": "^8.19.0", |
48 | 49 | "jest": "^29.6.3", |
| 50 | + "patch-package": "^8.0.0", |
49 | 51 | "prettier": "2.8.8", |
50 | | - "react-test-renderer": "18.3.1", |
| 52 | + "react-test-renderer": "19.0.0", |
51 | 53 | "typescript": "5.0.4" |
52 | 54 | }, |
53 | 55 | "engines": { |
|
0 commit comments