Merge pull request #5634 from BlueWallet/localize

OPS: Update Package
This commit is contained in:
GLaDOS 2023-07-29 11:44:58 +01:00 committed by GitHub
commit 626e150314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 17 deletions

View File

@ -414,7 +414,7 @@ PODS:
- React
- RNKeychain (8.1.1):
- React-Core
- RNLocalize (2.2.6):
- RNLocalize (3.0.2):
- React-Core
- RNPrivacySnapshot (1.0.0):
- React
@ -773,7 +773,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNHandoff: d3b0754cca3a6bcd9b25f544f733f7f033ccf5fa
RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
RNLocalize: dbea38dcb344bf80ff18a1757b1becf11f70cae4
RNPrivacySnapshot: 71919dde3c6a29dd332115409c2aec564afee8f4
RNQuickAction: 6d404a869dc872cde841ad3147416a670d13fa93
RNRate: ef3bcff84f39bb1d1e41c5593d3eea4aab2bd73a

24
package-lock.json generated
View File

@ -77,7 +77,7 @@
"react-native-ios-context-menu": "github:BlueWallet/react-native-ios-context-menu#v1.15.3",
"react-native-keychain": "8.1.1",
"react-native-linear-gradient": "2.8.0",
"react-native-localize": "2.2.6",
"react-native-localize": "3.0.2",
"react-native-modal": "13.0.1",
"react-native-navigation-bar-color": "https://github.com/BlueWallet/react-native-navigation-bar-color#3b2894ae62fbce99a3bd24105f0921cebaef5c94",
"react-native-obscure": "https://github.com/BlueWallet/react-native-obscure.git#f4b83b4a261e39b1f5ed4a45ac5bcabc8a59eadb",
@ -18432,21 +18432,17 @@
}
},
"node_modules/react-native-localize": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-2.2.6.tgz",
"integrity": "sha512-EZETlC1ZlW/4g6xfsNCwAkAw5BDL2A6zk/08JjFR/GRGxYuKRD7iP1hHn1+h6DEu+xROjPpoNeXfMER2vkTVIQ==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.0.2.tgz",
"integrity": "sha512-/l/oE1LVNgIRRhLbhmfFMHiWV0xhUn0A0iz1ytLVRYywL7FTp8Rx2vkJS/q/RpExDvV7yLw2493XZBYIM1dnLQ==",
"peerDependencies": {
"react": ">=16.8.6",
"react-native": ">=0.60.0",
"react-native-macos": ">=0.64.0",
"react-native-windows": ">=0.62.0"
"react": ">=18.1.0",
"react-native": ">=0.70.0",
"react-native-macos": ">=0.70.0"
},
"peerDependenciesMeta": {
"react-native-macos": {
"optional": true
},
"react-native-windows": {
"optional": true
}
}
},
@ -35287,9 +35283,9 @@
"integrity": "sha512-ZuvNXEB98CMEOAphV/8N9eWrIQTbzUIZD5Tb8IqFoDE8ESERISPT2hTZMvoHTSfjvaB1zge6YpWVg3rpwiTZow=="
},
"react-native-localize": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-2.2.6.tgz",
"integrity": "sha512-EZETlC1ZlW/4g6xfsNCwAkAw5BDL2A6zk/08JjFR/GRGxYuKRD7iP1hHn1+h6DEu+xROjPpoNeXfMER2vkTVIQ=="
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.0.2.tgz",
"integrity": "sha512-/l/oE1LVNgIRRhLbhmfFMHiWV0xhUn0A0iz1ytLVRYywL7FTp8Rx2vkJS/q/RpExDvV7yLw2493XZBYIM1dnLQ=="
},
"react-native-modal": {
"version": "13.0.1",

View File

@ -162,7 +162,7 @@
"react-native-ios-context-menu": "github:BlueWallet/react-native-ios-context-menu#v1.15.3",
"react-native-keychain": "8.1.1",
"react-native-linear-gradient": "2.8.0",
"react-native-localize": "2.2.6",
"react-native-localize": "3.0.2",
"react-native-modal": "13.0.1",
"react-native-navigation-bar-color": "https://github.com/BlueWallet/react-native-navigation-bar-color#3b2894ae62fbce99a3bd24105f0921cebaef5c94",
"react-native-obscure": "https://github.com/BlueWallet/react-native-obscure.git#f4b83b4a261e39b1f5ed4a45ac5bcabc8a59eadb",