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
Version 23.3.13 of @types/jest was compatible all the way down to TypeScript 2.2 I believe.
Version 23.3.14 requires at least TypeScript 2.8, which broke one of our apps build process.
First, do you need @types/jest under dependencies at all? can it be under devDepenedencies instead?
Second, we're currently aiming at ^23.3.10, maybe change it to 23.3.13 just so it won't break apps under TS 2.8?
Thanks.
The text was updated successfully, but these errors were encountered:
Hey,
So you currently have
@types/jest
under dependencies:Version 23.3.13 of
@types/jest
was compatible all the way down to TypeScript 2.2 I believe.Version 23.3.14 requires at least TypeScript 2.8, which broke one of our apps build process.
First, do you need
@types/jest
under dependencies at all? can it be underdevDepenedencies
instead?Second, we're currently aiming at
^23.3.10
, maybe change it to23.3.13
just so it won't break apps under TS 2.8?Thanks.
The text was updated successfully, but these errors were encountered: