From 45fcea671347b7aba650f5951426f3fccffbc097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 18 Oct 2018 16:38:02 +0000 Subject: [PATCH] build(deps): bump mobx-react from 5.3.1 to 5.3.2 in /ui Bumps [mobx-react](https://github.com/mobxjs/mobx-react) from 5.3.1 to 5.3.2. - [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.1...5.3.2) 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 be24435c3..f3bc5f753 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.1", + "mobx-react": "5.3.2", "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 c29f94041..9bba7790d 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.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.3.1.tgz#444309742de7da4e6ec96f608b9e64dc8acc0a6c" - integrity sha512-VzMCirxJzfh2kd/WnNbS4sxLtHD7siuw7ZKJJoDM9tyBKHg4nv4qNa/JE6V0MbbeVdkGA9DylfcCduAu1yHXxA== +mobx-react@5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.3.2.tgz#5cd0ae1911385cf55ad02938465d4b4e03dcb0f7" + integrity sha512-4LTK3JSwyfhJ0sNBPOyTyCcEK3wJ0fB4LRUJtOyJL3nZcH/UgsmzTSIbhSU4CeTXOmvZDbyhfi+B14HmL5oLRg== dependencies: hoist-non-react-statics "^3.0.0" react-lifecycles-compat "^3.0.2"