Skip to content

Commit

Permalink
fix: update peer/dev dependency versions of mobx to v5 (#56)
Browse files Browse the repository at this point in the history
* Updated package peer dependencies to support compatibility with MobX 5

* Updating dev dependency to latest mobx version
  • Loading branch information
leantide authored and alisd23 committed Sep 8, 2018
1 parent 02b1ee6 commit d8f1fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -66,15 +66,15 @@
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-standard": "^2.0.0",
"jest": "^19.0.0",
"mobx": "^4.0.0",
"mobx": "^5.1.0",
"react-router": "^4.0.0",
"rimraf": "^2.5.4",
"semantic-release": "^4.3.5",
"typescript": "^2.2.2",
"webpack": "^2.3.2"
},
"peerDependencies": {
"mobx": "^3.0.0 || ^4.0.0",
"mobx": "^3.0.0 || ^4.0.0 || ^5.0.0",
"react-router": "4.x"
}
}

0 comments on commit d8f1fda

Please sign in to comment.