mobxjs / mobxjs/mobx-devtools

Fix mobx-devtools-mst peer dependency for MobX

Open
#110 3 comments 10 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.