File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1818 },
1919 "dependencies" : {
2020 "lodash.isequal" : " ^4.5.0" ,
21- "mobx" : " ^3.3.1" ,
22- "mobx-react" : " ^4.3.4" ,
2321 "opencollective" : " ^1.0.3" ,
2422 "path-to-regexp" : " ^2.1.0" ,
2523 "prop-types" : " ^15.6.0" ,
4240 "eslint-plugin-react" : " ^5.0.1" ,
4341 "estraverse-fb" : " ^1.3.2" ,
4442 "jest" : " 20.0.4" ,
43+ "mobx" : " ^4.1.1" ,
44+ "mobx-react" : " ^5.0.0" ,
4545 "prettier-eslint" : " ^6.4.2" ,
4646 "prettier-eslint-cli" : " ^4.1.1" ,
4747 "react" : " 16.0.0" ,
5050 },
5151 "peerDependencies" : {
5252 "react" : " *" ,
53- "react-native" : " *"
53+ "react-native" : " *" ,
54+ "mobx" : " 3.x || 4.x" ,
55+ "mobx-react" : " 4.x || 5.x"
5456 },
5557 "jest" : {
5658 "preset" : " react-native" ,
Original file line number Diff line number Diff line change @@ -3727,15 +3727,15 @@ minimist@~0.0.1:
37273727 dependencies :
37283728 minimist "0.0.8"
37293729
3730- mobx-react@^4.3.4 :
3731- version "4.3.5 "
3732- resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-4.3.5 .tgz#76853f2f2ef4a6f960c374bcd9f01e875929c04c "
3730+ mobx-react@^5.0.0 :
3731+ version "5.0.0 "
3732+ resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.0.0 .tgz#8d5a33be376fa22b184a6f555d40a6a3a8459a16 "
37333733 dependencies :
37343734 hoist-non-react-statics "^2.3.1"
37353735
3736- mobx@^3.3 .1 :
3737- version "3.4 .1"
3738- resolved "https://registry.yarnpkg.com/mobx/-/mobx-3. 4.1.tgz#37abe5ee882d401828d9f26c6c1a2f47614bbbef "
3736+ mobx@^4.1 .1 :
3737+ version "4.1 .1"
3738+ resolved "https://registry.yarnpkg.com/mobx/-/mobx-4.1.1. tgz#7ce7ef92b22e85271d1fc274a124d7fa32fcceeb "
37393739
37403740morgan@~1.6.1 :
37413741 version "1.6.1"
You can’t perform that action at this time.
0 commit comments