Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for TypeScript 5.0 #112

Closed
JamieMagee opened this issue Mar 17, 2023 · 1 comment · Fixed by #113
Closed

Support for TypeScript 5.0 #112

JamieMagee opened this issue Mar 17, 2023 · 1 comment · Fixed by #113

Comments

@JamieMagee
Copy link

TypeScript 5.0 was released yesterday. jest-mock-extended currently limits supported TypeScript versions to 3.x or 4.x via peerDependencies

"typescript": "^3.0.0 || ^4.0.0"

@marchaos
Copy link
Owner

3.0.4 should fix this. Thanks for raising!

Beraliv pushed a commit to Beraliv/jest-mock-extended that referenced this issue May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants