You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I maintain some pkg in my work and when upgrade the deps of devDependencies and dependencies I always forgot to match the peerDependencies with the new devDependencies.
Suggested solution
Include the packages in peerDependencies in the list of packages to check and update.
Maybe include in the -D param or create a new one -P --peer
Alternative
Update the list with copy paste the devs that include
Clear and concise description of the problem
I maintain some pkg in my work and when upgrade the deps of devDependencies and dependencies I always forgot to match the peerDependencies with the new devDependencies.
Suggested solution
Include the packages in peerDependencies in the list of packages to check and update.
Maybe include in the
-D
param or create a new one-P --peer
Alternative
Update the list with copy paste the devs that include
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: