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

Update dependency @react-native-clipboard/clipboard to v1.14.2 #57

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@joplin/react-native-saf-x": "~3.2",
"@joplin/renderer": "~3.2",
"@joplin/utils": "~3.2",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-clipboard/clipboard": "1.14.2",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/geolocation": "3.3.0",
"@react-native-community/netinfo": "11.3.2",
Expand Down
23 changes: 14 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8265,7 +8265,7 @@ __metadata:
"@joplin/tools": ~3.2
"@joplin/utils": ~3.2
"@js-draw/material-icons": 1.20.3
"@react-native-clipboard/clipboard": 1.14.1
"@react-native-clipboard/clipboard": 1.14.2
"@react-native-community/datetimepicker": 8.2.0
"@react-native-community/geolocation": 3.3.0
"@react-native-community/netinfo": 11.3.2
Expand Down Expand Up @@ -10633,15 +10633,20 @@ __metadata:
languageName: node
linkType: hard

"@react-native-clipboard/clipboard@npm:1.14.1":
version: 1.14.1
resolution: "@react-native-clipboard/clipboard@npm:1.14.1"
"@react-native-clipboard/clipboard@npm:1.14.2":
version: 1.14.2
resolution: "@react-native-clipboard/clipboard@npm:1.14.2"
peerDependencies:
react: 16.9.0 || 16.11.0 || 16.13.1 || 17.0.1 || 17.0.2 || 18.0.0 || 18.1.0 || 18.2.0
react-native: ^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0
react-native-macos: ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0
react-native-windows: ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0
checksum: 005ce2bee4d6e30b2a6b11be0d0ee169ab108d24f2a9b518b0ba8e5b96616c6dfb089c28644c1b5e3c1b9aa786c92cbf781e525223f56ab8589da1df79cae31f
react: ">= 16.9.0"
react-native: ">= 0.61.5"
react-native-macos: ">= 0.61.0"
react-native-windows: ">= 0.61.0"
peerDependenciesMeta:
react-native-macos:
optional: true
react-native-windows:
optional: true
checksum: a14c7de784f78c360b41fc723221d1091ccf59dc12ff5dcadf11c7fe078ae081afa1b95f2fe3cf0d4fcd25bc0e2a04cc56fb85aff8437de19cb2eba7d95362df
languageName: node
linkType: hard

Expand Down
Loading