Skip to content

Commit

Permalink
feat(mobx): Add support for MobX 4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoGentile committed Apr 17, 2018
1 parent 0036daf commit e6690e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^1.1.0-alpha.1",
"mobx": "^3.1.9",
"mobx": "^4.2.0",
"mocha": "^3.1.2",
"rollup": "0.41.6",
"rollup-plugin-babel": "^2.7.1",
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"router5": "^5.0.0",
"mobx": "^3.1.0"
"mobx": "^4.0.0"
},
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit e6690e7

Please sign in to comment.