From dce46eac9451941dd7a704268725eb5efba43773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 2 Apr 2019 06:27:19 +0000 Subject: [PATCH] Bump mobx from 3.4.1 to 5.9.4 Bumps [mobx](https://github.com/mobxjs/mobx) from 3.4.1 to 5.9.4. - [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/3.4.1...5.9.4) 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..c5ebc6e 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.9.4", "rimraf": "^2.6.2", "semistandard": "^13.0.1" }, @@ -54,6 +54,6 @@ "@parity/shared": "^3.0.1" }, "peerDependencies": { - "mobx": "^3.4.1" + "mobx": "^5.9.4" } } diff --git a/yarn.lock b/yarn.lock index 9c8c305..2dd47bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3061,9 +3061,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.9.4: + version "5.9.4" + resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.9.4.tgz#1dee92aba33f67b7baeeb679e3bd376a12e55812" ms@2.0.0: version "2.0.0"