Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support inquirer 8 #2

Merged
merged 1 commit into from
May 13, 2021
Merged

fix: support inquirer 8 #2

merged 1 commit into from
May 13, 2021

Conversation

ehmicky
Copy link
Contributor

@ehmicky ehmicky commented May 13, 2021

With npm 7 and the new way peerDependencies are installed, this module currently fails when using inquirer 8.

After looking through the code, it appears this module supports inquirer 8.

This PR adds support for it and uses >= in order to prevent this problem in the future. An alternative would be to use 7.x || 8.x instead.

@haversnail haversnail merged commit f7fb8db into haversnail:master May 13, 2021
@github-actions
Copy link

🎉 This PR is included in version 2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@haversnail
Copy link
Owner

@ehmicky thanks for tackling this! Good catch. And thanks for the Twitter shout-out! 🙌

@ehmicky ehmicky deleted the feat/inquirer-7 branch May 14, 2021 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants