Documentation for picking the right version #4476
Unanswered
EmmanuelPonnudurai
asked this question in
Q&A
Replies: 1 comment
-
We don’t have the documentation for this, I think we can update https://github.com/kulshekhar/ts-jest/blob/main/website/docs/getting-started/installation.md to include the information about dependencies. The versions for Jest, Node, TypeScript are in https://github.com/kulshekhar/ts-jest/blob/main/package.json |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to upgrade packages in my application and running into dependency warnings. Is there is any documentation or info on choosing the right (highest possible without breaking) version, considering dependency with other packages. Predominantly,
Given these packages, how should I go about selecting the right version of ts-jest?
I can just try to pick them and see if everything is fine but it's time consuming and might help others as well.
Please let me know if I missed something and any help pointers would be much appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions