mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Merge pull request #5140 from BlueWallet/ref-react-localize-dep
REF: react-localize dep cleanup
This commit is contained in:
commit
78c24c9595
2 changed files with 14 additions and 14 deletions
26
package-lock.json
generated
26
package-lock.json
generated
|
@ -55,7 +55,7 @@
|
|||
"process": "0.11.10",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "17.0.2",
|
||||
"react-localization": "1.0.19",
|
||||
"react-localization": "github:BlueWallet/react-localization#ae7969a",
|
||||
"react-native": "0.67.4",
|
||||
"react-native-blue-crypto": "https://github.com/BlueWallet/react-native-blue-crypto#e9b60605dbdb24de720e923f740912a4930383ff",
|
||||
"react-native-camera-kit": "13.0.0",
|
||||
|
@ -18134,8 +18134,9 @@
|
|||
},
|
||||
"node_modules/localized-strings": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/localized-strings/-/localized-strings-0.2.4.tgz",
|
||||
"integrity": "sha512-TKDhqFPkIIN/if2FSvVVZTaM/GP9TzfgdQ2uY65mr32xgFu5nqkKXprXbzy5rfx32DF5LDvS/y1UqYF/mAscYA=="
|
||||
"resolved": "git+ssh://git@github.com/BlueWallet/localized-strings.git#178351a7297336618d9ee87277f8e3af9ab7285d",
|
||||
"integrity": "sha512-E6ncf+f2l/1Rv2C5DMxkfSbK0wjYxyD6g3dcUqM5TB/tGv0QZlJ96MFTjhmIshMa2bM6P06hjj6V8QjC/Zqhlg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/locate-path": {
|
||||
"version": "5.0.0",
|
||||
|
@ -21716,10 +21717,10 @@
|
|||
},
|
||||
"node_modules/react-localization": {
|
||||
"version": "1.0.19",
|
||||
"resolved": "https://registry.npmjs.org/react-localization/-/react-localization-1.0.19.tgz",
|
||||
"integrity": "sha512-f4E6T8xRis19K8qMOnnhjGV2quy1YH2lrSsnAiytvgt7uOSp6WgDhrZH6XZEaEFqupTOCFSf8uagIoIAkjl4JA==",
|
||||
"resolved": "git+ssh://git@github.com/BlueWallet/react-localization.git#ae7969a8998128aebf1169f931fb22587dc5f874",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"localized-strings": "^0.2.0"
|
||||
"localized-strings": "github:BlueWallet/localized-strings#178351a7297336618d9ee87277f8e3af9ab7285d"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0 || ^17.0.0 || ^16.0.0 || ^15.6.0"
|
||||
|
@ -41684,9 +41685,9 @@
|
|||
}
|
||||
},
|
||||
"localized-strings": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/localized-strings/-/localized-strings-0.2.4.tgz",
|
||||
"integrity": "sha512-TKDhqFPkIIN/if2FSvVVZTaM/GP9TzfgdQ2uY65mr32xgFu5nqkKXprXbzy5rfx32DF5LDvS/y1UqYF/mAscYA=="
|
||||
"version": "git+ssh://git@github.com/BlueWallet/localized-strings.git#178351a7297336618d9ee87277f8e3af9ab7285d",
|
||||
"integrity": "sha512-E6ncf+f2l/1Rv2C5DMxkfSbK0wjYxyD6g3dcUqM5TB/tGv0QZlJ96MFTjhmIshMa2bM6P06hjj6V8QjC/Zqhlg==",
|
||||
"from": "localized-strings@github:BlueWallet/localized-strings#178351a7297336618d9ee87277f8e3af9ab7285d"
|
||||
},
|
||||
"locate-path": {
|
||||
"version": "5.0.0",
|
||||
|
@ -44492,11 +44493,10 @@
|
|||
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
|
||||
},
|
||||
"react-localization": {
|
||||
"version": "1.0.19",
|
||||
"resolved": "https://registry.npmjs.org/react-localization/-/react-localization-1.0.19.tgz",
|
||||
"integrity": "sha512-f4E6T8xRis19K8qMOnnhjGV2quy1YH2lrSsnAiytvgt7uOSp6WgDhrZH6XZEaEFqupTOCFSf8uagIoIAkjl4JA==",
|
||||
"version": "git+ssh://git@github.com/BlueWallet/react-localization.git#ae7969a8998128aebf1169f931fb22587dc5f874",
|
||||
"from": "react-localization@github:BlueWallet/react-localization#ae7969a",
|
||||
"requires": {
|
||||
"localized-strings": "^0.2.0"
|
||||
"localized-strings": "github:BlueWallet/localized-strings#178351a7297336618d9ee87277f8e3af9ab7285d"
|
||||
}
|
||||
},
|
||||
"react-native": {
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
"process": "0.11.10",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "17.0.2",
|
||||
"react-localization": "1.0.19",
|
||||
"react-localization": "github:BlueWallet/react-localization#ae7969a",
|
||||
"react-native": "0.67.4",
|
||||
"react-native-blue-crypto": "https://github.com/BlueWallet/react-native-blue-crypto#e9b60605dbdb24de720e923f740912a4930383ff",
|
||||
"react-native-camera-kit": "13.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue