diff --git a/ios/Podfile.lock b/ios/Podfile.lock index c63c973a4a..848f6ea881 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -444,7 +444,7 @@ PODS: - React - RNCAsyncStorage (1.19.3): - React-Core - - RNCClipboard (1.11.1): + - RNCClipboard (1.14.2): - React-Core - RNCPicker (2.5.1): - React-Core @@ -723,7 +723,7 @@ SPEC CHECKSUMS: ReactCommon: 4b2bdcb50a3543e1c2b2849ad44533686610826d RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3 RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb - RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd + RNCClipboard: 5e503962f0719ace8f7fdfe9c60282b526305c85 RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8 RNDateTimePicker: 40ffda97d071a98a10fdca4fa97e3977102ccd14 RNDeviceInfo: b899ce37a403a4dea52b7cb85e16e49c04a5b88e diff --git a/package-lock.json b/package-lock.json index 6be3bd88ba..ea10b363ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@frogpond/titlecase": "2.0.4", "@hawkrives/react-native-alternate-icons": "0.6.2", "@react-native-async-storage/async-storage": "1.19.3", - "@react-native-clipboard/clipboard": "1.11.1", + "@react-native-clipboard/clipboard": "1.14.2", "@react-native-community/datetimepicker": "8.2.0", "@react-native-community/netinfo": "11.3.2", "@react-native-picker/picker": "2.5.1", @@ -4166,13 +4166,26 @@ } }, "node_modules/@react-native-clipboard/clipboard": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.11.1.tgz", - "integrity": "sha512-nvSIIHzybVWqYxcJE5hpT17ekxAAg383Ggzw5WrYHtkKX61N1AwaKSNmXs5xHV7pmKSOe/yWjtSwxIzfW51I5Q==", + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.14.2.tgz", + "integrity": "sha512-Mb58f3neB6sM9oOtKYVGLvN8KVByea67OA9ekJ0c9FwdH24INu8RJoA7/fq+PRk+7oxbeamAcEoQPRv0uwbbMw==", "license": "MIT", + "workspaces": [ + "example" + ], "peerDependencies": { - "react": ">=16.0", - "react-native": ">=0.57.0" + "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 + } } }, "node_modules/@react-native-community/cli": { diff --git a/package.json b/package.json index 8e86feabb8..29bee1ec7d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@frogpond/titlecase": "2.0.4", "@hawkrives/react-native-alternate-icons": "0.6.2", "@react-native-async-storage/async-storage": "1.19.3", - "@react-native-clipboard/clipboard": "1.11.1", + "@react-native-clipboard/clipboard": "1.14.2", "@react-native-community/datetimepicker": "8.2.0", "@react-native-community/netinfo": "11.3.2", "@react-native-picker/picker": "2.5.1",