From 50fcef77b0ac65099490f803d24b0a8dd29a479d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 12:28:51 +0000 Subject: [PATCH] Bump mobx from 3.4.1 to 5.14.0 Bumps [mobx](https://github.com/mobxjs/mobx) from 3.4.1 to 5.14.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/3.4.1...5.14.0) Signed-off-by: dependabot-preview[bot] --- package.json | 4 ++-- yarn.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eefde26..3837491 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.14.0", "rimraf": "^3.0.0", "semistandard": "^14.0.1" }, @@ -54,6 +54,6 @@ "@parity/shared": "^3.0.1" }, "peerDependencies": { - "mobx": "^3.4.1" + "mobx": "^5.14.0" } } diff --git a/yarn.lock b/yarn.lock index bc8af58..7980c28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3170,9 +3170,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.14.0: + version "5.14.0" + resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.14.0.tgz#357c1023aca2851df357fa0cb9a6eaaab3a57793" ms@2.0.0: version "2.0.0"