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

Update peerDependencies to core@^3.0.0 #2095

Closed
quoininc-huudatran opened this issue Mar 11, 2020 · 2 comments · Fixed by #2096
Closed

Update peerDependencies to core@^3.0.0 #2095

quoininc-huudatran opened this issue Mar 11, 2020 · 2 comments · Fixed by #2096
Labels
🐛 Bug Something isn't working

Comments

@quoininc-huudatran
Copy link

Summary

The new version 3.0.0 still refers to 2.0.0 in the peerDependencies.

Stryker config

Test runner config

Stryker environment

├─┬ UNMET PEER DEPENDENCY @stryker-mutator/[email protected]
│ ├─┬ @stryker-mutator/[email protected]
│ ├── @stryker-mutator/[email protected]
├── @stryker-mutator/[email protected]
├─┬ @stryker-mutator/[email protected]
│ ├─┬ @stryker-mutator/[email protected]
├─┬ @stryker-mutator/[email protected]
│ ├─┬ @stryker-mutator/[email protected]
│ └── @stryker-mutator/[email protected]
├─┬ @stryker-mutator/[email protected]
│ ├─┬ @stryker-mutator/[email protected]
├─┬ @stryker-mutator/[email protected]
│ ├─┬ @stryker-mutator/[email protected]
│ ├── @stryker-mutator/[email protected]
npm ERR! peer dep missing: @stryker-mutator/core@^2.0.0, required by @stryker-mutator/[email protected]
npm ERR! peer dep missing: @stryker-mutator/core@^2.0.0, required by @stryker-mutator/[email protected]
npm ERR! peer dep missing: @stryker-mutator/core@^2.0.0, required by @stryker-mutator/[email protected]
npm ERR! peer dep missing: @stryker-mutator/core@^2.0.0, required by @stryker-mutator/[email protected]
npm ERR! peer dep missing: mocha@>= 2.3.3 < 7, required by @stryker-mutator/[email protected]
npm ERR! peer dep missing: mocha@>= 2.3.3 < 7, required by @stryker-mutator/[email protected]
├─┬ [email protected]```

<!-- Please also add the test runner you are using.  Examples:-->


**Test runner environment**

<!-- Please add your test command here (probably the command you use in `npm test`) command -->


<!-- Please add any config files that are used by your test runner. For example jest.config.js, karma.conf.js, angular.json, mocha.opts, ...  -->



**Your Environment**

| software         | version(s)
| ---------------- | -------
| node             |
| npm              |
| Operating System |

**Add stryker.log**

<!-- Please add your stryker.log file. This file can be generated using `stryker run --fileLogLevel trace`. You can drag and drop it here. -->
<!-- Your source code is never logged to this file, however file names are logged. Feel free to obfuscate those log messages if you think it is a problem -->
@quoininc-huudatran quoininc-huudatran added the 🐛 Bug Something isn't working label Mar 11, 2020
@simondel
Copy link
Member

😐 nice find

I’ll fix this today

@simondel
Copy link
Member

This has been released as version 3.0.1 🎉

quoininc-huudatran added a commit to Quoin/react-utils that referenced this issue Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants