anc95 / inquirer-file-tree-selection

inquirer prompt for select a file or dir by file tree
49 stars 26 forks source link

Update Chalk #32

Closed atjn closed 3 years ago

atjn commented 3 years ago

This PR updates Chalk from v2.4.2 to v4.1.1.

Inquirer has updated to Chalk 4, but this package still requires Chalk 2. Updating to Chalk 4 means the end user only has to download one version, and also means this package will benefit from the substantial speed improvements made in Chalk 3.

I have checked, and this is not a breaking change. Chalk 4 supports node 10+, which is also what this package supports :)