Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @react-native-picker/picker to ^2.7.0 #5173

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ PODS:
- React-Core
- RNCMaskedView (0.3.1):
- React-Core
- RNCPicker (2.6.1):
- RNCPicker (2.7.2):
- React-Core
- RNDeviceInfo (10.13.1):
- React-Core
Expand Down Expand Up @@ -1213,7 +1213,7 @@ SPEC CHECKSUMS:
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
RNCClipboard: 60fed4b71560d7bfe40e9d35dea9762b024da86d
RNCMaskedView: 090213d32d8b3bb83a4dcb7d12c18f0152591906
RNCPicker: b18aaf30df596e9b1738e7c1f9ee55402a229dca
RNCPicker: 82ccad5b08259dc09310082118cbb6c136d7da67
RNDeviceInfo: 4f9c7cfd6b9db1b05eb919620a001cf35b536423
RNExitApp: b6d5fb7a7ef85d502c45fb2d00840f517d6a4ac7
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@react-native-firebase/messaging": "^17.5.0",
"@react-native-firebase/remote-config": "^17.5.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-picker/picker": "^2.6.1",
"@react-native-picker/picker": "^2.7.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/devtools": "^6.0.26",
"@react-navigation/drawer": "^6.6.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3058,10 +3058,10 @@
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-1.16.8.tgz#2126ca54d4a5a3e9ea5e3f39ad1e6643f8e4b3d4"
integrity sha512-pacdQDX6V6EmjF+HoiIh6u++qx4mTK0WnhgUHRc01B+Qt5eoeUwseBqmqfTSXTx/aHDEd6PiIw7UGvKgFoqgFQ==

"@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-picker/picker@^2.7.0":
version "2.7.2"
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-2.7.2.tgz#c91c6b936d5b9872190f56836bdba227eb521571"
integrity sha512-a+UiyCu0XtXJK+VGIFggwA02PU3dgnvUPxlk2u99ZphTFp80Va8WH1OM9g2gyUXTVg9a5iybpDBa2+7fDfIMXA==

"@react-native/assets@1.0.0":
version "1.0.0"
Expand Down
Loading