build(deps): bump mobx-react from 5.3.6 to 5.4.0 in /ui

Bumps [mobx-react](https://github.com/mobxjs/mobx-react) from 5.3.6 to 5.4.0.
- [Release notes](https://github.com/mobxjs/mobx-react/releases)
- [Changelog](https://github.com/mobxjs/mobx-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mobxjs/mobx-react/compare/5.3.6...5.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-11-19 13:26:30 +00:00
parent 71d6903ecb
commit b211babcee
2 changed files with 6 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.6.0",
"mobx-react": "5.3.6",
"mobx-react": "5.4.0",
"mobx-stored": "1.0.2",
"moment": "2.22.2",
"object-hash": "1.3.1",

View File

@@ -7284,12 +7284,13 @@ mkdirp@0.5.1, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdi
dependencies:
minimist "0.0.8"
mobx-react@5.3.6:
version "5.3.6"
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.3.6.tgz#0bead0173aed7d12ace4981b53c28db4d61de9ef"
integrity sha512-u0ehjkyMllnt+SQ/G5BACxwi4VkJOqDVauA7cL8UvDi4oLO1ID9Z5c/nudTdIAmtsDDhJSxW85mrgsA2Iv/56Q==
mobx-react@5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.4.0.tgz#25540c57a92b078d0955d08166fcc39c88b0f89e"
integrity sha512-IHX/PmHDH4UHHLavIZnL6XxGEafMq9bzDodWSx3dwnZp4WhX0yyhktzieFClKIxCef+jQIpwDk2KrUXg+vW+SQ==
dependencies:
hoist-non-react-statics "^3.0.0"
react-is "^16.3.2"
react-lifecycles-compat "^3.0.2"
mobx-stored@1.0.2: