UNPKG

185 BTypeScriptView Raw
1export declare function updatePackagesInPackageJson(migrationFilePath: string, versionName: string, options?: {
2 skipInstall: boolean;
3}): import("@angular-devkit/schematics").Rule;