Skip to content
Closed
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 @@ -3893,7 +3893,7 @@ PODS:
- RNCCheckbox (0.5.20):
- BEMCheckBox (~> 1.4)
- React-Core
- RNCClipboard (1.16.1):
- RNCClipboard (1.16.3):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -5241,7 +5241,7 @@ SPEC CHECKSUMS:
RiveRuntime: 55c7a7badd9a8389d20fc8a75b7c6accc851b69a
RNCAsyncStorage: 29f0230e1a25f36c20b05f65e2eb8958d6526e82
RNCCheckbox: 33b44487ca8008394ce658cc32b26eab04f426ef
RNCClipboard: 889577746cd7ba699bd497e61a7668e6c0790e7f
RNCClipboard: 4b58c780f63676367640f23c8e114e9bd0cf86ac
RNCMaskedView: 5ef8c95cbab95334a32763b72896a7b7d07e6299
RNDateTimePicker: 97a86d7c8b51f2d51f694a9dddfe5996dfd9a407
RNDefaultPreference: 36fe31684af1f2d14e0664aa9a816d0ec6149cc1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"@noble/hashes": "1.8.0",
"@notifee/react-native": "^9.0.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-clipboard/clipboard": "^1.16.1",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/checkbox": "^0.5.20",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12780,9 +12780,9 @@ __metadata:
languageName: node
linkType: hard

"@react-native-clipboard/clipboard@npm:^1.16.1":
version: 1.16.1
resolution: "@react-native-clipboard/clipboard@npm:1.16.1"
"@react-native-clipboard/clipboard@npm:^1.16.3":
version: 1.16.3
resolution: "@react-native-clipboard/clipboard@npm:1.16.3"
peerDependencies:
react: ">= 16.9.0"
react-native: ">= 0.61.5"
Expand All @@ -12793,7 +12793,7 @@ __metadata:
optional: true
react-native-windows:
optional: true
checksum: 10/304371bd6e19de2e7b06280d1d8b0d38653cc387775dfa2d371edf0c60f831de70648188b51f1c87dc6409b728be33efce20e51f9ef405b5e87d8ad4140610f3
checksum: 10/87608bee52757af514b4717c42cde330dd61f46d1348dd59b4f478a27d351060c8b433375166d486d3e80d3db41dfcd17be401679cced3951c69857727ecbc96
languageName: node
linkType: hard

Expand Down Expand Up @@ -36108,7 +36108,7 @@ __metadata:
"@open-rpc/test-coverage": "npm:^2.2.2"
"@playwright/test": "npm:^1.57.0"
"@react-native-async-storage/async-storage": "npm:2.2.0"
"@react-native-clipboard/clipboard": "npm:^1.16.1"
"@react-native-clipboard/clipboard": "npm:^1.16.3"
"@react-native-community/checkbox": "npm:^0.5.20"
"@react-native-community/cli": "npm:20.0.0"
"@react-native-community/cli-platform-android": "npm:20.0.0"
Expand Down
Loading