Searched refs:updatePackageJSONAsync (Results 1 – 2 of 2) sorted by relevance
7 import { DependenciesModificationResults, updatePackageJSONAsync } from './updatePackageJson';63 const depsResults = await profile(updatePackageJSONAsync)(projectRoot, {
22 export async function updatePackageJSONAsync( function