File tree 3 files changed +4
-3
lines changed
packages/create-webpack-app
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 42
42
" !**/*.d.ts"
43
43
],
44
44
"dependencies" : {
45
- "@inquirer/prompts" : " ^7.2.0" ,
45
+ "@inquirer/expand" : " ^4.0.3" ,
46
+ "@inquirer/select" : " ^4.0.3" ,
46
47
"colorette" : " ^2.0.20" ,
47
48
"commander" : " ^12.1.0" ,
48
49
"cross-spawn" : " ^7.0.3" ,
Original file line number Diff line number Diff line change 1
1
import { Command } from "commander" ;
2
2
import { resolve , dirname } from "path" ;
3
- import { select } from "@inquirer/prompts " ;
3
+ import select from "@inquirer/select " ;
4
4
import nodePlop , { type PlopGenerator } from "node-plop" ;
5
5
import { fileURLToPath } from "url" ;
6
6
Original file line number Diff line number Diff line change 1
1
import * as fs from "fs/promises" ;
2
2
import * as ejs from "ejs" ;
3
- import { expand } from "@inquirer/prompts " ;
3
+ import expand from "@inquirer/expand " ;
4
4
import { spawn , sync } from "cross-spawn" ;
5
5
import * as path from "path" ;
6
6
import { fileURLToPath } from "url" ;
You can’t perform that action at this time.
0 commit comments