Home
last modified time | relevance | path

Searched refs:updateBundledVersionsAsync (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/commands/
H A DUpdateVendoredModule.ts15 import { updateBundledVersionsAsync } from '../ProjectVersions';
196 await updateBundledVersionsAsync({
/expo/tools/src/
H A DProjectVersions.ts119 export async function updateBundledVersionsAsync(patch: Record<string, string>): Promise<void> { function