File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
packages/create-webpack-app Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4242 " !**/*.d.ts"
4343 ],
4444 "dependencies" : {
45- "@inquirer/prompts" : " ^7.2.0" ,
45+ "@inquirer/expand" : " ^4.0.3" ,
46+ "@inquirer/select" : " ^4.0.3" ,
4647 "colorette" : " ^2.0.20" ,
4748 "commander" : " ^12.1.0" ,
4849 "cross-spawn" : " ^7.0.3" ,
Original file line number Diff line number Diff line change 11import { Command } from "commander" ;
22import { resolve , dirname } from "path" ;
3- import { select } from "@inquirer/prompts " ;
3+ import select from "@inquirer/select " ;
44import nodePlop , { type PlopGenerator } from "node-plop" ;
55import { fileURLToPath } from "url" ;
66
Original file line number Diff line number Diff line change 11import * as fs from "fs/promises" ;
22import * as ejs from "ejs" ;
3- import { expand } from "@inquirer/prompts " ;
3+ import expand from "@inquirer/expand " ;
44import { spawn , sync } from "cross-spawn" ;
55import * as path from "path" ;
66import { fileURLToPath } from "url" ;
You can’t perform that action at this time.
0 commit comments