From d9760d435986bbf9112cf72b978fda08f8ede5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 4 Dec 2018 06:35:07 +0000 Subject: [PATCH] Bump mobx from 3.4.1 to 5.7.0 Bumps [mobx](https://github.com/mobxjs/mobx) from 3.4.1 to 5.7.0. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Changelog](https://github.com/mobxjs/mobx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mobxjs/mobx/compare/v3.4.1...5.7.0) Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 439871c..bcaceb8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-preset-stage-0": "^6.24.1", "jest": "^21.2.1", "makeshift": "^1.1.0", - "mobx": "^3.4.1", + "mobx": "^5.7.0", "rimraf": "^2.6.2", "semistandard": "^13.0.1" }, @@ -54,6 +54,6 @@ "@parity/shared": "^3.0.1" }, "peerDependencies": { - "mobx": "^3.4.1" + "mobx": "^5.7.0" } } diff --git a/yarn.lock b/yarn.lock index 103683c..0588cb5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3083,9 +3083,9 @@ mobx@2.6.4: version "2.6.4" resolved "https://registry.yarnpkg.com/mobx/-/mobx-2.6.4.tgz#e05a91a5b2c97dac3fdab34024e6b74a7f4311ab" -mobx@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/mobx/-/mobx-3.4.1.tgz#37abe5ee882d401828d9f26c6c1a2f47614bbbef" +mobx@^5.7.0: + version "5.7.0" + resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.7.0.tgz#dc58cd02fbacc5346071c3e6563b6507aff71f59" ms@2.0.0: version "2.0.0"