From b42a36c288eb0d9f122bf87d225d2a49a3aa6044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Oct 2018 08:59:11 +0000 Subject: [PATCH] build(deps): bump mobx-react from 5.3.5 to 5.3.6 in /ui Bumps [mobx-react](https://github.com/mobxjs/mobx-react) from 5.3.5 to 5.3.6. - [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.5...5.3.6) 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 eaf4d1243..f013514de 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.2", - "mobx-react": "5.3.5", + "mobx-react": "5.3.6", "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 64bda68d4..d066b4d10 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.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== +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== dependencies: hoist-non-react-statics "^3.0.0" react-lifecycles-compat "^3.0.2"