Home
last modified time | relevance | path

Searched refs:updatePackage (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/package-manager/build/ios/
H A DCocoaPodsPackageManager.js173 const { updatePackage, shouldUpdateRepo } = getPodUpdateMessage(errorOutput);
174 if (!updatePackage || updatedPackages.includes(updatePackage)) {
186 updatedPackages.push(updatePackage);
190 …return await this.runInstallTypeCommandAsync(['update', updatePackage, shouldUpdateRepo ? '' : '--…
192 …const updateMessage = `Failed to update ${chalk_1.default.bold(updatePackage)}. Attempting to upda…
H A DCocoaPodsPackageManager.d.ts60 updatePackage: string | null;
64 updatePackage: string | null;
/expo/packages/@expo/package-manager/src/ios/
H A DCocoaPodsPackageManager.ts231 const { updatePackage, shouldUpdateRepo } = getPodUpdateMessage(errorOutput); constant
233 if (!updatePackage || updatedPackages.includes(updatePackage)) {
245 updatedPackages.push(updatePackage);
252 ['update', updatePackage, shouldUpdateRepo ? '' : '--no-repo-update'].filter(Boolean),
256 updatePackage
/expo/packages/@expo/package-manager/src/ios/__tests__/
H A DCocoaPodsPackageManager-test.ts87 updatePackage: 'EXFileSystem',
98 updatePackage: 'React-Core/RCTWebSocket',