Skip to content

Commit 5f3d86d

Browse files
committed
chore(create-tnf): update @umijs/clack-prompt to @umijs/clack-prompts
1 parent 0ca651d commit 5f3d86d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

create-tnf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"devDependencies": {
2323
"@types/yargs-parser": "^21.0.3",
24-
"@umijs/clack-prompt": "^0.0.3",
24+
"@umijs/clack-prompts": "^0.0.5",
2525
"gradient-string": "^3.0.0",
2626
"picocolors": "^1.1.1",
2727
"tsx": "^4.19.2",

create-tnf/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as p from '@umijs/clack-prompt';
1+
import * as p from '@umijs/clack-prompts';
22
import fs from 'fs';
33
import { instagram } from 'gradient-string';
44
import path from 'path';

create-tnf/src/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as p from '@umijs/clack-prompt';
1+
import * as p from '@umijs/clack-prompts';
22
import { spawn } from 'child_process';
33
import fs from 'fs';
44
import path from 'path';

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)