File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ import { CommitHistory } from "./history.js";
33import { logger } from "./logger.js" ;
44import { DEFAULT_OPTIONS , Options } from "./options.js" ;
55import { option } from "./utils/option.js" ;
6- import { link , renderList , renderVersioning } from "./utils/tui.js" ;
6+ import { link , renderList } from "./utils/tui.js" ;
77import {
88 incrementPreRelease ,
99 isPreRelease ,
1010 isVersion ,
1111 resetPreRelease ,
1212} from "./utils/version.js" ;
1313import { Package , Workspace , packagePatternToRegExp } from "./workspace.js" ;
14- import chalk from "chalk" ;
1514import { isAbsolute , join , relative , resolve } from "node:path" ;
1615import { Bump , compareBump } from "./bump.js" ;
1716import { DEPENDENCY_KEYS } from "./utils/dependencies.js" ;
You can’t perform that action at this time.
0 commit comments