From a5134fb2020f6f55e7cd27c8a74e3d61a6035918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 5 Nov 2018 13:52:20 +0000 Subject: [PATCH] Bump mobx from 3.4.1 to 5.5.2 Bumps [mobx](https://github.com/mobxjs/mobx) from 3.4.1 to 5.5.2. - [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.5.2) 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 d1c9280..c5e1fd1 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.5.2", "rimraf": "^2.6.2", "semistandard": "^12.0.0" }, @@ -54,6 +54,6 @@ "@parity/shared": "^2.2.23" }, "peerDependencies": { - "mobx": "^3.4.1" + "mobx": "^5.5.2" } } diff --git a/yarn.lock b/yarn.lock index 5929f2c..39d1424 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3053,9 +3053,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.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.5.2.tgz#4f5d751b77807a88218caede92198679a0e18a4a" ms@2.0.0: version "2.0.0"