Skip to content

Commit

Permalink
Update MobX peer dependencies (#172)
Browse files Browse the repository at this point in the history
Satchel works fine with later versions of MobX; this updates the peer dependencies to reflect that.
  • Loading branch information
smikula authored Dec 21, 2022
1 parent d4238bb commit de49798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"typescript": "^4.3.2"
},
"peerDependencies": {
"mobx": "^4.4.0",
"mobx-react": "^5.2.0",
"mobx": ">=4.4.0",
"mobx-react": ">=5.2.0",
"react": ">=15.4.0",
"react-dom": ">=15.4.0"
},
Expand Down

0 comments on commit de49798

Please sign in to comment.