mokkabonna / inquirer-autocomplete-prompt

Autocomplete prompt for inquirer
ISC License
350 stars 82 forks source link

Update rxjs to the same version as the latest inquirer #133

Closed XhmikosR closed 2 years ago

XhmikosR commented 2 years ago

Currently the version of rxjs used in this project is the same as inquirer 6.x. This doesn't allow flattening of deps if one is using the latest inquirer 8.x. And, unfortunately, rxjs is a huge dependency with ~3K files :/ https://packagephobia.com/result?p=rxjs%406.6.7%2Crxjs%407.5.2

Could you update to the latest version please? Or even better, see if you could drop/replace rxjs? If you manage to drop/replace it, it doesn't even need to be a major version.

Thanks!