Skip to content

Commit

Permalink
Merge pull request #1958 from myxmaster/update-packages
Browse files Browse the repository at this point in the history
Update clipboard and picker packages
  • Loading branch information
kaloudis authored Jan 21, 2024
2 parents 944b4b8 + 3886e5d commit 3fd3c1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@keystonehq/bc-ur-registry": "0.4.2",
"@ngraveio/bc-ur": "1.1.6",
"@react-native-async-storage/async-storage": "1.19.3",
"@react-native-clipboard/clipboard": "1.9.0",
"@react-native-clipboard/clipboard": "1.13.2",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/netinfo": "9.4.1",
"@react-native-picker/picker": "2.4.8",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "5.11.11",
"@react-navigation/native": "6.0.16",
"@remobile/react-native-qrcode-local-image": "github:BlueWallet/react-native-qrcode-local-image#31b0113",
Expand Down
6 changes: 1 addition & 5 deletions views/Wallet/BalancePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,7 @@ export default class BalancePane extends React.PureComponent<

if (!error) {
balancePane = (
<View
style={{
minHeight: 200
}}
>
<View style={{ minHeight: 200 }}>
<WalletHeader
navigation={navigation}
SettingsStore={SettingsStore}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1770,10 +1770,10 @@
dependencies:
merge-options "^3.0.4"

"@react-native-clipboard/clipboard@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@react-native-clipboard/clipboard/-/clipboard-1.9.0.tgz#68d6a18545b1f986098d5fb1cd710b53c322e066"
integrity sha512-O/ohFq1CAQLfoNc376Z3W6gvVcCJlje5AVk0JhsI8Q40hn+NXAWCnOM1bEePfC0uDMtp0/RCK6FotUvkQ6c4Zw==
"@react-native-clipboard/clipboard@1.13.2":
version "1.13.2"
resolved "https://registry.yarnpkg.com/@react-native-clipboard/clipboard/-/clipboard-1.13.2.tgz#28adcfc43ed2addddf79a59198ec1b25087c115e"
integrity sha512-uVM55oEGc6a6ZmSATDeTcMm55A/C1km5X47g0xaoF0Zagv7N/8RGvLceA5L/izPwflIy78t7XQeJUcnGSib0nA==

"@react-native-community/cli-clean@11.3.7":
version "11.3.7"
Expand Down Expand Up @@ -1973,10 +1973,10 @@
resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-9.4.1.tgz#7b880758adca65fe47ee866cf7b00416b9dcc192"
integrity sha512-dAbY5mfw+6Kas/GJ6QX9AZyY+K+eq9ad4Su6utoph/nxyH3whp5cMSgRNgE2VhGQVRZ/OG0qq3IaD3+wzoqJXw==

"@react-native-picker/picker@2.4.8":
version "2.4.8"
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-2.4.8.tgz#a1a21f3d6ecadedbc3f0b691a444ddd7baa081f8"
integrity sha512-5NQ5XPo1B03YNqKFrV6h9L3CQaHlB80wd4ETHUEABRP2iLh7FHLVObX2GfziD+K/VJb8G4KZcZ23NFBFP1f7bg==
"@react-native-picker/picker@2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-2.6.1.tgz#3b20ddd1385fab0487db103dc6519570f8892e6d"
integrity sha512-oJftvmLOj6Y6/bF4kPcK6L83yNBALGmqNYugf94BzP0FQGpHBwimVN2ygqkQ2Sn2ZU3pGUZMs0jV6+Gku2GyYg==

"@react-native/assets-registry@^0.72.0":
version "0.72.0"
Expand Down

0 comments on commit 3fd3c1e

Please sign in to comment.