diff --git a/package-lock.json b/package-lock.json index b9b0b9ff6..6c3ae6ccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "react-native-image-picker": "8.2.1", "react-native-keychain": "9.1.0", "react-native-linear-gradient": "2.8.3", - "react-native-localize": "3.5.4", + "react-native-localize": "3.7.0", "react-native-permissions": "5.4.4", "react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376", "react-native-push-notification": "8.1.1", @@ -16647,12 +16647,12 @@ } }, "node_modules/react-native-localize": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.5.4.tgz", - "integrity": "sha512-Sr0XMSh76vFxZtRznD5FE8ZZtA4Srr7+Ix4WePhoQdeiJzuJEFbiQ2Lk3JJhsTMZdsZKn3j1KUwpV3hhnm2BqA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.7.0.tgz", + "integrity": "sha512-6Ohx+zZzycC6zhNVBGM/u1U+O6Ww29YIFseeyXqsKcO/pTfjLcdE40IUJF4SVVwrdh00IMJwy90HjLGUaeqK7Q==", "license": "MIT", "peerDependencies": { - "@expo/config-plugins": "^9.0.0 || ^10.0.0", + "@expo/config-plugins": "*", "react": "*", "react-native": "*", "react-native-macos": "*" diff --git a/package.json b/package.json index e7dbc8e40..59c0b57a0 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "react-native-image-picker": "8.2.1", "react-native-keychain": "9.1.0", "react-native-linear-gradient": "2.8.3", - "react-native-localize": "3.5.4", + "react-native-localize": "3.7.0", "react-native-permissions": "5.4.4", "react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376", "react-native-push-notification": "8.1.1",