warning "@automock/jest > [email protected]" has incorrect peer dependency #102
Closed
jasonmacdonald
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @jasonmacdonald, In preparation for Automock 2.0, we have decided to deprecate the 'jest-mock-extended' dependency. We are instead implementing in-house, brand-new features. In the near future, I'll post an update 🚀 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this is likely a minor thing, but any chance we can update the
jest-mock-extended
to version3
as it currently complains duringyarn install
aboutwarning "@automock/jest > [email protected]" has incorrect peer dependency "typescript@^3.0.0 || ^4.0.0".
when you are usingTypescript v5
.The package line can be found here
I'm not sure if there's a specific reason the older version is needed or not. I'm happy to submit a PR if you are OK with it.
Cheers, and thanks for the great package!
Beta Was this translation helpful? Give feedback.
All reactions