From d29ab4bd5d763e8ac361eaad8f1dc073cf971c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Oct 2018 09:21:17 +0000 Subject: [PATCH] build(deps): bump mobx-react from 5.3.4 to 5.3.5 in /ui Bumps [mobx-react](https://github.com/mobxjs/mobx-react) from 5.3.4 to 5.3.5. - [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.4...5.3.5) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 46e997088..8178db3eb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ "lodash.throttle": "4.1.1", "lodash.uniqueid": "4.0.1", "mobx": "5.5.1", - "mobx-react": "5.3.4", + "mobx-react": "5.3.5", "mobx-stored": "1.0.2", "moment": "2.22.2", "object-hash": "1.3.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 686640ffb..107367767 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -7209,10 +7209,10 @@ 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.4: - version "5.3.4" - resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.3.4.tgz#9e48968c42b4a8f1c64532ea94bab1c35f4da136" - integrity sha512-IUn7nOoPqQgutM/4H7aZYAeFwtCMqRqvMKJ9wpIqQV2XwX97BiU7VIDa/09Y/i+LrOQjkl4KJRId5MNiFYzm+A== +mobx-react@5.3.5: + version "5.3.5" + resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.3.5.tgz#749d15e569628e5b269b77d8f9e5e540b559e429" + integrity sha512-CEdadLjwCEXx7B2WCeoNh2ARtZLThGrP5zonnTAbilUq0sTpd5jInRIPRE+O4+BtK9Cqnnvd6r/Y3SJNT6I2hA== dependencies: hoist-non-react-statics "^3.0.0" react-lifecycles-compat "^3.0.2"