marchaos / jest-mock-extended

Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended
MIT License
810 stars 56 forks source link

Update typescript to v5 #113

Closed vdhpieter closed 1 year ago

vdhpieter commented 1 year ago

This dependency is the only one blocking us to update to typescript v5 😃

It passes all the test!

(I also updated the jest dependencies because that errored for me on install)

Fixes #112

yorigcs commented 1 year ago

Shouldn't be|| ^5.0.0 instead of|| ^5.0,0 here? @vdhpieter

vdhpieter commented 1 year ago

@yorigcs yes, good catch! that was a typo!

vdhpieter commented 1 year ago

@marchaos could you take a look?

marchaos commented 1 year ago

Yep - checking...

marchaos commented 1 year ago

pushed 3.0.4 which should fix this.