@nx/next
Version:
10 lines • 489 B
TypeScript
import { type Tree } from '@nx/devkit';
type NextDependenciesVersions = {
next: string;
};
export declare function getNextDependenciesVersionsToInstall(tree: Tree, isReact18?: boolean): Promise<NextDependenciesVersions>;
export declare function isNext14(tree: Tree): Promise<boolean>;
export declare function getInstalledNextVersion(tree: Tree): string;
export declare function getInstalledNextVersionFromGraph(): Promise<string>;
export {};
//# sourceMappingURL=version-utils.d.ts.map