@o3r/schematics
Version:
Schematics module of the Otter framework
8 lines • 466 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
/**
* Return a rule that will trigger the ng-update for all packages in packageGroup if present.
* @param packageJsonPath The path to the package.json file where the packageGroup is defined
* @param validRange Only execute if the target version (--to) satisfies this range
*/
export declare function updatePackageGroup(packageJsonPath: string, validRange?: string): Rule;
//# sourceMappingURL=ng-update.d.ts.map