diff --git a/package.json b/package.json index 93a4891..3f3c134 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "jest": "22.4.4", "jest-enzyme": "6.0.0", "mobx": "4.3.0", - "mobx-react": "5.1.2", + "mobx-react": "5.4.2", "react": "16.4.0", "react-dom": "16.4.0", "react-hot-loader": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 57fc50f..dc9bcd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4097,6 +4097,12 @@ hoist-non-react-statics@^2.3.0, hoist-non-react-statics@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40" +hoist-non-react-statics@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.1.0.tgz#42414ccdfff019cd2168168be998c7b3bd5245c0" + dependencies: + react-is "^16.3.2" + home-or-tmp@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" @@ -5837,11 +5843,11 @@ mkdirp@0.5.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0: dependencies: minimist "0.0.8" -mobx-react@5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.1.2.tgz#ec5c2d29a1df823dbd1b37e214fa36a0907054e2" +mobx-react@5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.4.2.tgz#53db594dbb44752c15b53c355babaa94a6af5934" dependencies: - hoist-non-react-statics "^2.5.0" + hoist-non-react-statics "^3.0.0" react-lifecycles-compat "^3.0.2" mobx@4.3.0: