EmandM / ts-mock-imports

Intuitive mocking library for Typescript class imports
MIT License
109 stars 8 forks source link

Upgrading typescript to 4.4.4. #38

Closed arboleya closed 2 years ago

arboleya commented 2 years ago

I didn't touch the code, only upgraded the Typescript version.

All tests seem to be passing.

passing

EmandM commented 2 years ago

Typescript shouldn't be in the dependencies of the project, only the peer dependencies. Peer dependencies means we will use whatever version of Typescript that the user has installed. Dependencies will download a new version of typescript based on what this library recommends.

arboleya commented 2 years ago

You're right, my mistake.