diff --git a/modules/context-menu/package.json b/modules/context-menu/package.json index b5b5b5ea67..d69737e3ef 100644 --- a/modules/context-menu/package.json +++ b/modules/context-menu/package.json @@ -15,6 +15,6 @@ "dependencies": { "@frogpond/touchable": "^1.0.0", "lodash": "4.17.21", - "react-native-ios-context-menu": "1.15.3" + "react-native-ios-context-menu": "3.2.1" } } diff --git a/package-lock.json b/package-lock.json index 32cebd1c59..aa7d60a8d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "react-native-device-info": "11.1.0", "react-native-gesture-handler": "2.9.0", "react-native-inappbrowser-reborn": "3.7.0", - "react-native-ios-context-menu": "1.15.3", + "react-native-ios-context-menu": "3.2.1", "react-native-keychain": "8.2.0", "react-native-network-logger": "1.16.1", "react-native-paper": "5.12.5", @@ -228,7 +228,7 @@ "dependencies": { "@frogpond/touchable": "^1.0.0", "lodash": "4.17.21", - "react-native-ios-context-menu": "1.15.3" + "react-native-ios-context-menu": "3.2.1" }, "peerDependencies": { "react": "^18.0.0", @@ -17047,13 +17047,33 @@ } }, "node_modules/react-native-ios-context-menu": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/react-native-ios-context-menu/-/react-native-ios-context-menu-1.15.3.tgz", - "integrity": "sha512-UNkVl7ocvSpNaEpvBvE1aHOfDy/DFdZ5I+ElfnTXFsRxrVZmxLtST0b1q2wSWGWDmd2Ig2AYd7GRbYtcY222Ag==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/react-native-ios-context-menu/-/react-native-ios-context-menu-3.2.1.tgz", + "integrity": "sha512-OBQbb3I/VUx2wQgz4cqN614kt3nJ+qx5wxEdtGN1Aj4nYYL1orp7VLFkV6axof6DgOyv0YD6af2RUTok6a2xDQ==", "license": "MIT", + "workspaces": [ + "example", + "example-expo" + ], "dependencies": { "@dominicstop/ts-event-emitter": "^1.1.0" }, + "peerDependencies": { + "react": "*", + "react-native": "*", + "react-native-ios-utilities": "*" + } + }, + "node_modules/react-native-ios-utilities": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-native-ios-utilities/-/react-native-ios-utilities-5.2.0.tgz", + "integrity": "sha512-RTw1Gk8rQhBL43+U80I+Nu8T7mLTNkj5RaG8vTs3ETEDqphS3L0Mrzk79RX0Jmm64HMad70GXHctXFlW1n0V8w==", + "license": "MIT", + "peer": true, + "workspaces": [ + "examples/*", + "packages/*" + ], "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index d582ada967..37dd020e69 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "react-native-device-info": "11.1.0", "react-native-gesture-handler": "2.9.0", "react-native-inappbrowser-reborn": "3.7.0", - "react-native-ios-context-menu": "1.15.3", + "react-native-ios-context-menu": "3.2.1", "react-native-keychain": "8.2.0", "react-native-network-logger": "1.16.1", "react-native-paper": "5.12.5",