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
The problem is at:
cz-conventional-changelog -> @commitlint/load@>6.1.1 -> [email protected]
Theoretically the > operator you folks have put onto @commitlint/load should fetch the newest version of @commitlint/load (that would in turn use a newer lodash), but it's not happening for me. It will only install up to @commitlint/[email protected] rather than @commitlint/[email protected] which would fix my problem. And running npm update @commitlint/load --depth 10 doesn't solve it either.
Could @commitlint/load be set to a newer version in your package.json dependencies?
Thanks!
The text was updated successfully, but these errors were encountered:
The problem is at:
cz-conventional-changelog -> @commitlint/load@>6.1.1 -> [email protected]
Theoretically the
>
operator you folks have put onto @commitlint/load should fetch the newest version of @commitlint/load (that would in turn use a newer lodash), but it's not happening for me. It will only install up to @commitlint/[email protected] rather than @commitlint/[email protected] which would fix my problem. And runningnpm update @commitlint/load --depth 10
doesn't solve it either.Could @commitlint/load be set to a newer version in your package.json dependencies?
Thanks!
The text was updated successfully, but these errors were encountered: