|  | 
| 50 | 50 |     "registry": "https://registry.npmjs.org/" | 
| 51 | 51 |   }, | 
| 52 | 52 |   "devDependencies": { | 
| 53 |  | -    "@commitlint/config-conventional": "^17.0.2", | 
| 54 |  | -    "@evilmartians/lefthook": "^1.5.0", | 
| 55 |  | -    "@react-native/eslint-config": "^0.72.2", | 
| 56 |  | -    "@release-it/conventional-changelog": "^5.0.0", | 
| 57 |  | -    "@types/jest": "^28.1.2", | 
|  | 53 | +    "@babel/core": "^7.25.2", | 
|  | 54 | +    "@babel/preset-env": "^7.25.3", | 
|  | 55 | +    "@babel/runtime": "^7.25.0", | 
|  | 56 | +    "@commitlint/config-conventional": "^19.8.1", | 
|  | 57 | +    "@evilmartians/lefthook": "^1.12.3", | 
|  | 58 | +    "@react-native-community/cli": "20.0.0", | 
|  | 59 | +    "@react-native-community/cli-platform-android": "20.0.0", | 
|  | 60 | +    "@react-native-community/cli-platform-ios": "20.0.0", | 
|  | 61 | +    "@react-native/babel-preset": "0.81.1", | 
|  | 62 | +    "@react-native/eslint-config": "0.81.1", | 
|  | 63 | +    "@react-native/metro-config": "0.81.1", | 
|  | 64 | +    "@react-native/typescript-config": "0.81.1", | 
|  | 65 | +    "@release-it/conventional-changelog": "^8.0.0", | 
|  | 66 | +    "@types/jest": "^29.5.13", | 
| 58 | 67 |     "@types/react": "^19.1.0", | 
| 59 |  | -    "@types/react-native": "0.73.0", | 
| 60 |  | -    "commitlint": "^17.0.2", | 
|  | 68 | +    "@types/react-test-renderer": "^19.1.0", | 
|  | 69 | +    "babel-plugin-module-resolver": "^5.0.0", | 
|  | 70 | +    "commitlint": "^19.8.1", | 
| 61 | 71 |     "del-cli": "^5.0.0", | 
| 62 |  | -    "eslint": "^8.4.1", | 
| 63 |  | -    "eslint-config-prettier": "^8.5.0", | 
| 64 |  | -    "eslint-plugin-prettier": "^4.0.0", | 
| 65 |  | -    "jest": "^28.1.1", | 
| 66 |  | -    "prettier": "^2.0.5", | 
|  | 72 | +    "eslint": "^8.57.0", | 
|  | 73 | +    "eslint-config-prettier": "^9.1.0", | 
|  | 74 | +    "jest": "^29.6.3", | 
|  | 75 | +    "prettier": "^3.5.0", | 
| 67 | 76 |     "react": "^19.1.0", | 
| 68 | 77 |     "react-native": "0.81.1", | 
| 69 |  | -    "react-native-builder-bob": "^0.23.1", | 
| 70 |  | -    "react-native-webview": "^13.6.2", | 
| 71 |  | -    "release-it": "^15.0.0", | 
| 72 |  | -    "typescript": "^5.0.2" | 
|  | 78 | +    "react-native-builder-bob": "^0.40.13", | 
|  | 79 | +    "react-native-safe-area-context": "^5.6.1", | 
|  | 80 | +    "react-native-webview": "11.26.1", | 
|  | 81 | +    "react-test-renderer": "19.1.0", | 
|  | 82 | +    "release-it": "^19.0.4", | 
|  | 83 | +    "typescript": "^5.8.3" | 
| 73 | 84 |   }, | 
| 74 | 85 |   "resolutions": { | 
| 75 | 86 |     "@types/react": "^18.0.0 || ^19.0.0" | 
| 76 | 87 |   }, | 
| 77 | 88 |   "peerDependencies": { | 
| 78 | 89 |     "react": ">=18.0.0", | 
| 79 |  | -    "react-native": ">=0.72.0", | 
|  | 90 | +    "react-native": "*", | 
|  | 91 | +    "react-native-safe-area-context": "*", | 
| 80 | 92 |     "react-native-webview": "*" | 
| 81 | 93 |   }, | 
| 82 | 94 |   "workspaces": [ | 
|  | 
| 85 | 97 |   ], | 
| 86 | 98 |   "packageManager": "[email protected]" , | 
| 87 | 99 |   "engines": { | 
| 88 |  | -    "node": ">= 18.0.0" | 
|  | 100 | +    "node": ">= 20.0.0" | 
| 89 | 101 |   }, | 
| 90 | 102 |   "jest": { | 
| 91 | 103 |     "preset": "react-native", | 
|  | 
| 121 | 133 |     "extends": [ | 
| 122 | 134 |       "@react-native", | 
| 123 | 135 |       "prettier" | 
| 124 |  | -    ], | 
| 125 |  | -    "rules": { | 
| 126 |  | -      "prettier/prettier": [ | 
| 127 |  | -        "error", | 
| 128 |  | -        { | 
| 129 |  | -          "quoteProps": "consistent", | 
| 130 |  | -          "singleQuote": true, | 
| 131 |  | -          "tabWidth": 2, | 
| 132 |  | -          "trailingComma": "es5", | 
| 133 |  | -          "useTabs": false | 
| 134 |  | -        } | 
| 135 |  | -      ] | 
| 136 |  | -    } | 
|  | 136 | +    ] | 
| 137 | 137 |   }, | 
| 138 |  | -  "eslintIgnore": [ | 
| 139 |  | -    "node_modules/", | 
| 140 |  | -    "lib/" | 
| 141 |  | -  ], | 
| 142 | 138 |   "prettier": { | 
| 143 | 139 |     "quoteProps": "consistent", | 
| 144 | 140 |     "singleQuote": true, | 
|  | 
| 162 | 158 |   }, | 
| 163 | 159 |   "dependencies": { | 
| 164 | 160 |     "react-redux": "^9.2.0", | 
| 165 |  | -    "redux": "^4.2.1" | 
|  | 161 | +    "redux": "^5.0.1" | 
| 166 | 162 |   } | 
| 167 | 163 | } | 
0 commit comments