Fix mobx-devtools-mst peer dependency for MobX
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 502
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to update peer dependency on mobx to include v6?
"mobx": "^6.3.5",
"mobx-devtools-mst": "^0.9.30",
npm ERR! Could not resolve dependency:
npm ERR! peer mobx@"^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" from mobx-devtools-mst@0.9.30
npm ERR! node_modules/mobx-devtools-mst
npm ERR! mobx-devtools-mst@"^0.9.30" from the root project
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the peer dependency declaration for mobx-devtools-mst@0.9.30 and the package metadata that defines it. Update the accepted MobX range to include v6, then verify that the issue's example dependencies resolve successfully with npm.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100