-
-
Notifications
You must be signed in to change notification settings - Fork 425
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: Add enquirer peer dependency #883
Conversation
Thanks for the PR! Can you also bump the listr2 version to |
package.json
Outdated
@@ -38,6 +38,7 @@ | |||
"cosmiconfig": "^6.0.0", | |||
"debug": "^4.1.1", | |||
"dedent": "^0.7.0", | |||
"enquirer": "^2.3.5", | |||
"execa": "^4.0.1", | |||
"listr2": "^2.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's bump this to "listr2": "^2.1.0"
as well to keep it in sync. Remember to run yarn
as well in so that the lockfile gets updated.
Codecov Report
@@ Coverage Diff @@
## master #883 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 597 597
Branches 142 142
=========================================
Hits 597 597 Continue to review full report at Codecov.
|
For sure, updated listr2 as well. |
Thanks a lot for this update, @philihp! 🚀 |
🎉 This PR is included in version 10.2.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Enquirer became a peer dependency of Listr2 here: listr2/listr2@cae55e9
This should be added, so that repositories including lint-staged won't see the message