marchaos / jest-mock-extended

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

Add jest 27.0.0 as peer dependencies #65

Closed hantsy closed 3 years ago

hantsy commented 3 years ago

To avoid installation failure like this:

 npm ERR! Found: jest@27.0.1
npm ERR! node_modules/jest
npm ERR!   dev jest@"^27.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer jest@"^24.0.0 || ^25.0.0 || ^26.0.0" from jest-mock-extended@1.0.15
npm ERR! node_modules/jest-mock-extended
npm ERR!   dev jest-mock-extended@"^1.0.13" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
mweinand commented 3 years ago

Bump

theoludwig commented 3 years ago

cc @marchaos